@opentiny/vue-locale
Advanced tools
Comparing version 2.9.0 to 2.10.0
@@ -67,2 +67,4 @@ function _extends() { | ||
confirm: "确定", | ||
delete: "删除", | ||
edit: "编辑", | ||
more: "更多", | ||
@@ -219,4 +221,4 @@ reset: "重置" | ||
token: "请先进行 EDM 鉴权,获取 token", | ||
exceed: "文件超过最大限制", | ||
largeFile: "文件大小超出限制 2G !", | ||
exceed: "文件上传失败:大小超过限制({maxSize}MB)", | ||
largeFile: "文件大小超出限制 2G !!!", | ||
fileSize: "{name}大小不能小于 ", | ||
@@ -238,4 +240,6 @@ deleteTip: "按 delete 键可删除", | ||
fileNotMoreThan: "文件不能超过", | ||
notSupport: "不支持上传该格式的文件,请重新上传", | ||
attachment: "附件" | ||
notSupport: "文件上传失败:不支持该格式(.{format})", | ||
attachment: "附件", | ||
uploadList: "上传列表", | ||
numberExceed: "文件上传失败:批量上传个数超过限制({number})" | ||
}, | ||
@@ -255,3 +259,4 @@ uploadList: { | ||
shoot: "拍摄", | ||
selectFromAlbum: "从相册选择" | ||
selectFromAlbum: "从相册选择", | ||
uploadFailedAndReupload: "上传失败,点击重新上传" | ||
}, | ||
@@ -297,2 +302,6 @@ upload: { | ||
allFilter: "全部", | ||
allSelect: "(全选)", | ||
endDate: "结束日期", | ||
startDate: "开始日期", | ||
dateTips: "请至少输入一个日期", | ||
clear: "清除当前列筛选", | ||
@@ -480,3 +489,7 @@ clearAll: "清除所有列筛选", | ||
emptyText: "暂无数据", | ||
switchText: "同时勾选下级" | ||
switchText: "同时勾选下级", | ||
deleteTip: "删除后数据不可恢复,确定删除吗?", | ||
preserveSubnodeTip: "该节点存在下级节点,是否保留下级节点数据?", | ||
preserveSubnodeData: "保留下级节点数据", | ||
newNodeTitle: "新增下级" | ||
}, | ||
@@ -754,2 +767,4 @@ usercard: { | ||
confirm: "OK", | ||
delete: "Delete", | ||
edit: "Edit", | ||
more: "More", | ||
@@ -906,4 +921,4 @@ reset: "Reset" | ||
token: "Perform EDM authentication first and obtain the token", | ||
exceed: "size exceeds the limit, max size config is", | ||
largeFile: "The file size exceeds the upper limit by 2 GB !!", | ||
exceed: "Failed to upload the file. The file size exceeds the upper limit ({maxSize} MB).", | ||
largeFile: "The file size exceeds the upper limit by 2 GB !!!", | ||
fileSize: "The file size of {name} cannot be less than ", | ||
@@ -925,4 +940,6 @@ deleteTip: "Press delete to remove", | ||
fileNotMoreThan: "The file cannot be more than", | ||
notSupport: "The file in this format cannot be uploaded. Upload the file again.", | ||
attachment: "Attachment" | ||
notSupport: "File upload failed: The format (.{format}) is not supported.", | ||
attachment: "Attachment", | ||
uploadList: "Upload List", | ||
numberExceed: "Failed to upload the file. The number of files to be uploaded in batches exceeds the upper limit ({number})." | ||
}, | ||
@@ -942,3 +959,4 @@ uploadList: { | ||
shoot: "Shoot", | ||
selectFromAlbum: "Select from album" | ||
selectFromAlbum: "Select from album", | ||
uploadFailedAndReupload: "Upload failed. Click Upload again" | ||
}, | ||
@@ -984,2 +1002,6 @@ upload: { | ||
allFilter: "All", | ||
allSelect: "(All)", | ||
endDate: "End Date", | ||
startDate: "Start Date", | ||
dateTips: "Please enter at least one date", | ||
clear: "Clear Current Filter", | ||
@@ -1167,3 +1189,7 @@ clearAll: "Clear All Filters", | ||
emptyText: "No data", | ||
switchText: "check easily" | ||
switchText: "check easily", | ||
deleteTip: "Data will be permanently deleted, are you sure you want to proceed with the deletion?", | ||
preserveSubnodeTip: "This node have child nodes, Would you like to preserve the data of the child nodes?", | ||
preserveSubnodeData: "To preserve child nodes' data.", | ||
newNodeTitle: "Add Child Nodes" | ||
}, | ||
@@ -1648,3 +1674,3 @@ usercard: { | ||
} | ||
var version = "2.9.0"; | ||
var version = "2.10.0"; | ||
var use = vue.use, t = vue.t, i18n = vue.i18n, initI18n = vue.initI18n, extend = vue.extend, zhCN = vue.zhCN, enUS = vue.enUS, language = vue.language; | ||
@@ -1651,0 +1677,0 @@ var globalization = glob(t); |
{ | ||
"name": "@opentiny/vue-locale", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"description": "", | ||
@@ -8,6 +8,7 @@ "main": "./lib/index.js", | ||
"sideEffects": false, | ||
"type": "module", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.9.0", | ||
"@opentiny/vue-theme": "~3.9.0", | ||
"@opentiny/vue-theme-mobile": "~3.9.0" | ||
"@opentiny/vue-renderless": "~3.10.0", | ||
"@opentiny/vue-theme": "~3.10.0", | ||
"@opentiny/vue-theme-mobile": "~3.10.0" | ||
}, | ||
@@ -14,0 +15,0 @@ "module": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
60451
11
1934
Yes
+ Added@opentiny/vue-renderless@3.10.7(transitive)
+ Added@opentiny/vue-theme@3.10.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.10.1(transitive)
- Removed@opentiny/vue-renderless@3.9.3(transitive)
- Removed@opentiny/vue-theme@3.9.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.9.0(transitive)
Updated@opentiny/vue-theme@~3.10.0