@payloadcms/plugin-import-export 3.51.0-internal.62eeed3 → 3.51.0-internal.886ed9f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
export const zhTwTranslations = {
|
|
2
2
|
'plugin-import-export': {
|
|
3
|
-
allLocales: '
|
|
3
|
+
allLocales: '所有地區',
|
|
4
4
|
exportDocumentLabel: '匯出 {{label}}',
|
|
5
5
|
exportOptions: '匯出選項',
|
|
6
|
-
'field-depth-label': '
|
|
6
|
+
'field-depth-label': '深度',
|
|
7
7
|
'field-drafts-label': '包含草稿',
|
|
8
8
|
'field-fields-label': '欄位',
|
|
9
9
|
'field-format-label': '匯出格式',
|
|
10
|
-
'field-limit-label': '
|
|
11
|
-
'field-locale-label': '
|
|
10
|
+
'field-limit-label': '筆數限制',
|
|
11
|
+
'field-locale-label': '語言/地區',
|
|
12
12
|
'field-name-label': '檔案名稱',
|
|
13
|
-
'field-selectionToUse-label': '
|
|
13
|
+
'field-selectionToUse-label': '選擇範圍',
|
|
14
14
|
'field-sort-label': '排序方式',
|
|
15
15
|
'selectionToUse-allDocuments': '使用所有文件',
|
|
16
16
|
'selectionToUse-currentFilters': '使用目前篩選條件',
|
|
17
|
-
'selectionToUse-currentSelection': '
|
|
17
|
+
'selectionToUse-currentSelection': '使用目前選擇',
|
|
18
18
|
totalDocumentsCount: '共 {{count}} 筆文件'
|
|
19
19
|
}
|
|
20
20
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/translations/languages/zhTw.ts"],"sourcesContent":["import type { PluginDefaultTranslationsObject, PluginLanguage } from '../types.js'\n\nexport const zhTwTranslations: PluginDefaultTranslationsObject = {\n 'plugin-import-export': {\n allLocales: '
|
|
1
|
+
{"version":3,"sources":["../../../src/translations/languages/zhTw.ts"],"sourcesContent":["import type { PluginDefaultTranslationsObject, PluginLanguage } from '../types.js'\n\nexport const zhTwTranslations: PluginDefaultTranslationsObject = {\n 'plugin-import-export': {\n allLocales: '所有地區',\n exportDocumentLabel: '匯出 {{label}}',\n exportOptions: '匯出選項',\n 'field-depth-label': '深度',\n 'field-drafts-label': '包含草稿',\n 'field-fields-label': '欄位',\n 'field-format-label': '匯出格式',\n 'field-limit-label': '筆數限制',\n 'field-locale-label': '語言/地區',\n 'field-name-label': '檔案名稱',\n 'field-selectionToUse-label': '選擇範圍',\n 'field-sort-label': '排序方式',\n 'selectionToUse-allDocuments': '使用所有文件',\n 'selectionToUse-currentFilters': '使用目前篩選條件',\n 'selectionToUse-currentSelection': '使用目前選擇',\n totalDocumentsCount: '共 {{count}} 筆文件',\n },\n}\n\nexport const zhTw: PluginLanguage = {\n dateFNSKey: 'zh-TW',\n translations: zhTwTranslations,\n}\n"],"names":["zhTwTranslations","allLocales","exportDocumentLabel","exportOptions","totalDocumentsCount","zhTw","dateFNSKey","translations"],"mappings":"AAEA,OAAO,MAAMA,mBAAoD;IAC/D,wBAAwB;QACtBC,YAAY;QACZC,qBAAqB;QACrBC,eAAe;QACf,qBAAqB;QACrB,sBAAsB;QACtB,sBAAsB;QACtB,sBAAsB;QACtB,qBAAqB;QACrB,sBAAsB;QACtB,oBAAoB;QACpB,8BAA8B;QAC9B,oBAAoB;QACpB,+BAA+B;QAC/B,iCAAiC;QACjC,mCAAmC;QACnCC,qBAAqB;IACvB;AACF,EAAC;AAED,OAAO,MAAMC,OAAuB;IAClCC,YAAY;IACZC,cAAcP;AAChB,EAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/plugin-import-export",
|
|
3
|
-
"version": "3.51.0-internal.
|
|
3
|
+
"version": "3.51.0-internal.886ed9f",
|
|
4
4
|
"description": "Import-Export plugin for Payload",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -64,17 +64,17 @@
|
|
|
64
64
|
"csv-parse": "^5.6.0",
|
|
65
65
|
"csv-stringify": "^6.5.2",
|
|
66
66
|
"qs-esm": "7.0.2",
|
|
67
|
-
"@payloadcms/
|
|
68
|
-
"@payloadcms/
|
|
67
|
+
"@payloadcms/translations": "3.51.0-internal.886ed9f",
|
|
68
|
+
"@payloadcms/ui": "3.51.0-internal.886ed9f"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@payloadcms/eslint-config": "3.28.0",
|
|
72
|
-
"@payloadcms/ui": "3.51.0-internal.
|
|
73
|
-
"payload": "3.51.0-internal.
|
|
72
|
+
"@payloadcms/ui": "3.51.0-internal.886ed9f",
|
|
73
|
+
"payload": "3.51.0-internal.886ed9f"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@payloadcms/ui": "3.51.0-internal.
|
|
77
|
-
"payload": "3.51.0-internal.
|
|
76
|
+
"@payloadcms/ui": "3.51.0-internal.886ed9f",
|
|
77
|
+
"payload": "3.51.0-internal.886ed9f"
|
|
78
78
|
},
|
|
79
79
|
"homepage:": "https://payloadcms.com",
|
|
80
80
|
"scripts": {
|