verteilen-core 1.0.13 → 1.0.14
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.
- package/dist/src/lan/en.json +3 -1
- package/dist/src/lan/zh_TW.json +3 -1
- package/dist/src/plugins/i18n.js +1 -0
- package/package.json +1 -1
- package/src/lan/en.json +3 -1
- package/src/lan/zh_TW.json +3 -1
- package/src/plugins/i18n.ts +1 -0
package/dist/src/lan/en.json
CHANGED
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"settings": {
|
|
45
45
|
"system": "System",
|
|
46
46
|
"appearance": "Appearance",
|
|
47
|
-
"workflow": "Workflow"
|
|
47
|
+
"workflow": "Workflow",
|
|
48
|
+
"token_remove": "Are you sure you want to remove the token"
|
|
48
49
|
},
|
|
49
50
|
"toast": {
|
|
50
51
|
"server": "Server Mode",
|
|
@@ -338,6 +339,7 @@
|
|
|
338
339
|
"messager_log": "messager_log(message:string)"
|
|
339
340
|
}
|
|
340
341
|
},
|
|
342
|
+
"token": "Token",
|
|
341
343
|
"info": "Information",
|
|
342
344
|
"search": "Search",
|
|
343
345
|
"selectall": "Select All",
|
package/dist/src/lan/zh_TW.json
CHANGED
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"settings": {
|
|
45
45
|
"system": "系統",
|
|
46
46
|
"appearance": "外觀",
|
|
47
|
-
"workflow": "流程"
|
|
47
|
+
"workflow": "流程",
|
|
48
|
+
"token_remove": "確定刪除密鑰嗎"
|
|
48
49
|
},
|
|
49
50
|
"toast": {
|
|
50
51
|
"server": "伺服器模式",
|
|
@@ -338,6 +339,7 @@
|
|
|
338
339
|
"messager_log": "messager_log(message:string)"
|
|
339
340
|
}
|
|
340
341
|
},
|
|
342
|
+
"token": "密鑰",
|
|
341
343
|
"info": "資訊",
|
|
342
344
|
"search": "搜尋",
|
|
343
345
|
"selectall": "全選",
|
package/dist/src/plugins/i18n.js
CHANGED
|
@@ -10,6 +10,7 @@ const i18n_js_1 = require("i18n-js");
|
|
|
10
10
|
const en_json_1 = __importDefault(require("./../lan/en.json"));
|
|
11
11
|
const zh_TW_json_1 = __importDefault(require("./../lan/zh_TW.json"));
|
|
12
12
|
exports.i18nDefaultData = {
|
|
13
|
+
legacy: true,
|
|
13
14
|
locale: 'en',
|
|
14
15
|
globalInjection: true,
|
|
15
16
|
fallbackFormat: 'en',
|
package/package.json
CHANGED
package/src/lan/en.json
CHANGED
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"settings": {
|
|
45
45
|
"system": "System",
|
|
46
46
|
"appearance": "Appearance",
|
|
47
|
-
"workflow": "Workflow"
|
|
47
|
+
"workflow": "Workflow",
|
|
48
|
+
"token_remove": "Are you sure you want to remove the token"
|
|
48
49
|
},
|
|
49
50
|
"toast": {
|
|
50
51
|
"server": "Server Mode",
|
|
@@ -338,6 +339,7 @@
|
|
|
338
339
|
"messager_log": "messager_log(message:string)"
|
|
339
340
|
}
|
|
340
341
|
},
|
|
342
|
+
"token": "Token",
|
|
341
343
|
"info": "Information",
|
|
342
344
|
"search": "Search",
|
|
343
345
|
"selectall": "Select All",
|
package/src/lan/zh_TW.json
CHANGED
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"settings": {
|
|
45
45
|
"system": "系統",
|
|
46
46
|
"appearance": "外觀",
|
|
47
|
-
"workflow": "流程"
|
|
47
|
+
"workflow": "流程",
|
|
48
|
+
"token_remove": "確定刪除密鑰嗎"
|
|
48
49
|
},
|
|
49
50
|
"toast": {
|
|
50
51
|
"server": "伺服器模式",
|
|
@@ -338,6 +339,7 @@
|
|
|
338
339
|
"messager_log": "messager_log(message:string)"
|
|
339
340
|
}
|
|
340
341
|
},
|
|
342
|
+
"token": "密鑰",
|
|
341
343
|
"info": "資訊",
|
|
342
344
|
"search": "搜尋",
|
|
343
345
|
"selectall": "全選",
|