UNPKG

@payloadcms/plugin-import-export

Version:

Import-Export plugin for Payload

26 lines (25 loc) 1.08 kB
export const heTranslations = { 'plugin-import-export': { allLocales: 'כל המיקומים', exportDocumentLabel: 'ייצוא {{label}}', exportOptions: 'אפשרויות ייצוא', 'field-depth-label': 'עומק', 'field-drafts-label': 'כלול טיוטות', 'field-fields-label': 'שדות', 'field-format-label': 'פורמט יצוא', 'field-limit-label': 'הגבלה', 'field-locale-label': 'מקום', 'field-name-label': 'שם הקובץ', 'field-selectionToUse-label': 'בחירה לשימוש', 'field-sort-label': 'מיין לפי', 'selectionToUse-allDocuments': 'השתמש בכל המסמכים', 'selectionToUse-currentFilters': 'השתמש במסננים הנוכחיים', 'selectionToUse-currentSelection': 'השתמש בבחירה הנוכחית', totalDocumentsCount: '{{count}} מסמכים כולל' } }; export const he = { dateFNSKey: 'he', translations: heTranslations }; //# sourceMappingURL=he.js.map