@payloadcms/plugin-import-export
Version:
Import-Export plugin for Payload
28 lines (27 loc) • 1.08 kB
JavaScript
export const zhTwTranslations = {
'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-page-label': '頁面',
'field-selectionToUse-label': '使用的選取範圍',
'field-sort-label': '排序方式',
'field-sort-order-label': '排序順序',
'selectionToUse-allDocuments': '使用所有文件',
'selectionToUse-currentFilters': '使用目前篩選條件',
'selectionToUse-currentSelection': '使用目前選取內容',
totalDocumentsCount: '共 {{count}} 筆文件'
}
};
export const zhTw = {
dateFNSKey: 'zh-TW',
translations: zhTwTranslations
};
//# sourceMappingURL=zhTw.js.map