@payloadcms/plugin-import-export
Version:
Import-Export plugin for Payload
26 lines (25 loc) • 1.17 kB
JavaScript
export const faTranslations = {
'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 fa = {
dateFNSKey: 'fa-IR',
translations: faTranslations
};
//# sourceMappingURL=fa.js.map