@payloadcms/plugin-import-export 3.42.0-canary.0 → 3.42.0-canary.2
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,21 +1,21 @@
|
|
|
1
1
|
export const zhTranslations = {
|
|
2
2
|
'plugin-import-export': {
|
|
3
|
-
allLocales: '
|
|
3
|
+
allLocales: '所有语言环境',
|
|
4
4
|
exportDocumentLabel: '导出{{label}}',
|
|
5
5
|
exportOptions: '导出选项',
|
|
6
6
|
'field-depth-label': '深度',
|
|
7
7
|
'field-drafts-label': '包括草稿',
|
|
8
|
-
'field-fields-label': '
|
|
8
|
+
'field-fields-label': '字段',
|
|
9
9
|
'field-format-label': '导出格式',
|
|
10
10
|
'field-limit-label': '限制',
|
|
11
|
-
'field-locale-label': '
|
|
11
|
+
'field-locale-label': '语言环境',
|
|
12
12
|
'field-name-label': '文件名',
|
|
13
|
-
'field-selectionToUse-label': '
|
|
14
|
-
'field-sort-label': '
|
|
13
|
+
'field-selectionToUse-label': '选择范围',
|
|
14
|
+
'field-sort-label': '排序方式',
|
|
15
15
|
'selectionToUse-allDocuments': '使用所有文档',
|
|
16
|
-
'selectionToUse-currentFilters': '
|
|
16
|
+
'selectionToUse-currentFilters': '使用当前过滤条件',
|
|
17
17
|
'selectionToUse-currentSelection': '使用当前选择',
|
|
18
|
-
totalDocumentsCount: '{{count}}
|
|
18
|
+
totalDocumentsCount: '总共{{count}}份文件'
|
|
19
19
|
}
|
|
20
20
|
};
|
|
21
21
|
export const zh = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/translations/languages/zh.ts"],"sourcesContent":["import type { PluginDefaultTranslationsObject, PluginLanguage } from '../types.js'\n\nexport const zhTranslations: PluginDefaultTranslationsObject = {\n 'plugin-import-export': {\n allLocales: '
|
|
1
|
+
{"version":3,"sources":["../../../src/translations/languages/zh.ts"],"sourcesContent":["import type { PluginDefaultTranslationsObject, PluginLanguage } from '../types.js'\n\nexport const zhTranslations: 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 zh: PluginLanguage = {\n dateFNSKey: 'zh-CN',\n translations: zhTranslations,\n}\n"],"names":["zhTranslations","allLocales","exportDocumentLabel","exportOptions","totalDocumentsCount","zh","dateFNSKey","translations"],"mappings":"AAEA,OAAO,MAAMA,iBAAkD;IAC7D,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,KAAqB;IAChCC,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.42.0-canary.
|
|
3
|
+
"version": "3.42.0-canary.2",
|
|
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/translations": "3.42.0-canary.
|
|
68
|
-
"@payloadcms/ui": "3.42.0-canary.
|
|
67
|
+
"@payloadcms/translations": "3.42.0-canary.2",
|
|
68
|
+
"@payloadcms/ui": "3.42.0-canary.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@payloadcms/
|
|
72
|
-
"payload": "3.42.0-canary.
|
|
73
|
-
"@payloadcms/
|
|
71
|
+
"@payloadcms/eslint-config": "3.28.0",
|
|
72
|
+
"payload": "3.42.0-canary.2",
|
|
73
|
+
"@payloadcms/ui": "3.42.0-canary.2"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@payloadcms/ui": "3.42.0-canary.
|
|
77
|
-
"payload": "3.42.0-canary.
|
|
76
|
+
"@payloadcms/ui": "3.42.0-canary.2",
|
|
77
|
+
"payload": "3.42.0-canary.2"
|
|
78
78
|
},
|
|
79
79
|
"homepage:": "https://payloadcms.com",
|
|
80
80
|
"scripts": {
|