@opentiny/vue-locale
Advanced tools
Comparing version 2.17.0 to 2.18.0
@@ -192,2 +192,5 @@ function _extends() { | ||
year: "年", | ||
hour: "时", | ||
minute: "分", | ||
second: "秒", | ||
to: "至", | ||
@@ -300,2 +303,3 @@ yearMonth: "{year}年{month}月", | ||
fileNotMoreThan: "单个文件不能超过", | ||
fileSizeRange: "单个文件大小需在{moreThan}~{lessThan}之间", | ||
notSupport: "格式(.{format})暂不支持", | ||
@@ -449,2 +453,3 @@ notSupportNoSuffix: "暂不支持无后缀文件", | ||
switchconfirm: "确定", | ||
switchdelconfirm: "删除确认", | ||
switchonlytemp: "保存模板", | ||
@@ -527,2 +532,9 @@ switchtempapply: "保存并使用模板", | ||
errorSizeTips: "上传文件大小超出限制", | ||
confirmDeleteTips: "确定要删除该文件吗?", | ||
delete: "删除", | ||
waitUpload: "等待上传", | ||
operation: "操作", | ||
success: "上传成功", | ||
listTip: "共{0}条数据:", | ||
errorListTip: "其中{0}条出错,请修改后重试", | ||
limitUploadFileNumber: "上传文件数限制为", | ||
@@ -676,2 +688,7 @@ limitUploadFileType: "上传文件类型限制为", | ||
}, | ||
fluentEditor: { | ||
undo: "撤销", | ||
redo: "重做", | ||
lineheight: "行高" | ||
}, | ||
steps: { | ||
@@ -1022,2 +1039,5 @@ done: "已完成", | ||
year: "", | ||
hour: "hour", | ||
minute: "minute", | ||
second: "second", | ||
to: "to", | ||
@@ -1130,2 +1150,3 @@ yearMonth: "{year} / {month}", | ||
fileNotMoreThan: "The size of single file cannot be more than ", | ||
fileSizeRange: "The size of a single file must range from {moreThan} to {lessThan}.", | ||
notSupport: "The format (.{format}) is not allowed.", | ||
@@ -1278,2 +1299,3 @@ notSupportNoSuffix: "Files without suffixes are not supported currently", | ||
switchdel: "Delete", | ||
switchdelconfirm: "Deletion Confirmation", | ||
switchconfirm: "Confirm", | ||
@@ -1356,2 +1378,9 @@ switchonlytemp: "Save as template only", | ||
errorSizeTips: "Upload file size exceeds limit", | ||
confirmDeleteTips: "Are you sure you want to delete this file?", | ||
delete: "Delete", | ||
waitUpload: "Waiting for upload", | ||
operation: "Operation", | ||
success: "Upload successful", | ||
listTip: "There are a total of {0} pieces of data: ", | ||
errorListTip: "There are {0} errors in them. Please modify them and try again", | ||
limitUploadFileType: "Upload file type is limited to", | ||
@@ -1506,2 +1535,7 @@ limitUploadFileNumber: "Limit the number of uploaded files to", | ||
}, | ||
fluentEditor: { | ||
undo: "Undo", | ||
redo: "Redo", | ||
lineheight: "Line Height" | ||
}, | ||
steps: { | ||
@@ -1839,3 +1873,3 @@ done: "Completed", | ||
var getStrTimezone = function getStrTimezone2(value) { | ||
var localTimeZone = 0 - (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60; | ||
var localTimeZone = 0 - /* @__PURE__ */ (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60; | ||
var match = typeof value === "string" && value.match(TZRE); | ||
@@ -1937,3 +1971,3 @@ if (match) { | ||
} | ||
var version = "2.17.0"; | ||
var version = "2.18.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; | ||
@@ -1940,0 +1974,0 @@ var globalization = glob(t); |
{ | ||
"name": "@opentiny/vue-locale", | ||
"version": "2.17.0", | ||
"version": "2.18.0", | ||
"description": "", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.17.0", | ||
"@opentiny/vue-theme": "~3.17.0", | ||
"@opentiny/vue-theme-mobile": "~3.17.0" | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-theme": "~3.18.0", | ||
"@opentiny/vue-theme-mobile": "~3.18.0" | ||
}, | ||
@@ -15,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
70295
2238
+ Added@opentiny/vue-renderless@3.18.6(transitive)
+ Added@opentiny/vue-theme@3.18.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.18.0(transitive)
- Removed@opentiny/vue-renderless@3.17.6(transitive)
- Removed@opentiny/vue-theme@3.17.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.17.0(transitive)
Updated@opentiny/vue-theme@~3.18.0