From cff24d5dcb03207bf587d454e56bd2d477c0b555 Mon Sep 17 00:00:00 2001 From: Misha Kav Date: Thu, 16 Apr 2020 05:08:37 +0300 Subject: [PATCH] add missings translations in he_IL (#23302) --- components/locale/he_IL.tsx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/components/locale/he_IL.tsx b/components/locale/he_IL.tsx index 719b013b3a..99cca00fc2 100644 --- a/components/locale/he_IL.tsx +++ b/components/locale/he_IL.tsx @@ -10,12 +10,22 @@ const localeValues: Locale = { DatePicker, TimePicker, Calendar, + global: { + placeholder: 'אנא בחר', + }, Table: { filterTitle: 'תפריט סינון', filterConfirm: 'אישור', filterReset: 'איפוס', selectAll: 'בחר הכל', selectInvert: 'הפוך בחירה', + selectionAll: 'בחר את כל הנתונים', + sortTitle: 'מיון', + expand: 'הרחב שורה', + collapse: 'צמצם שורהw', + triggerDesc: 'לחץ על מיון לפי סדר יורד', + triggerAsc: 'לחץ על מיון לפי סדר עולה', + cancelSort: 'לחץ כדי לבטל את המיון', }, Modal: { okText: 'אישור', @@ -41,6 +51,18 @@ const localeValues: Locale = { Empty: { description: 'אין מידע', }, + Icon: { + icon: 'סמל', + }, + Text: { + edit: 'ערוך', + copy: 'העתק', + copied: 'הועתק', + expand: 'הרחב', + }, + PageHeader: { + back: 'חזרה', + }, }; export default localeValues;