Browse Source

add missings translations in he_IL (#23302)

pull/23319/head
Misha Kav 5 years ago
committed by GitHub
parent
commit
cff24d5dcb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      components/locale/he_IL.tsx

22
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;

Loading…
Cancel
Save