Socket
Socket
Sign inDemoInstall

@opentiny/vue-locale

Package Overview
Dependencies
Maintainers
0
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-locale - npm Package Compare versions

Comparing version 3.17.0 to 3.18.0

38

lib/index.js

@@ -191,2 +191,5 @@ function _extends() {

year: "年",
hour: "时",
minute: "分",
second: "秒",
to: "至",

@@ -299,2 +302,3 @@ yearMonth: "{year}年{month}月",

fileNotMoreThan: "单个文件不能超过",
fileSizeRange: "单个文件大小需在{moreThan}~{lessThan}之间",
notSupport: "格式(.{format})暂不支持",

@@ -448,2 +452,3 @@ notSupportNoSuffix: "暂不支持无后缀文件",

switchconfirm: "确定",
switchdelconfirm: "删除确认",
switchonlytemp: "保存模板",

@@ -526,2 +531,9 @@ switchtempapply: "保存并使用模板",

errorSizeTips: "上传文件大小超出限制",
confirmDeleteTips: "确定要删除该文件吗?",
delete: "删除",
waitUpload: "等待上传",
operation: "操作",
success: "上传成功",
listTip: "共{0}条数据:",
errorListTip: "其中{0}条出错,请修改后重试",
limitUploadFileNumber: "上传文件数限制为",

@@ -675,2 +687,7 @@ limitUploadFileType: "上传文件类型限制为",

},
fluentEditor: {
undo: "撤销",
redo: "重做",
lineheight: "行高"
},
steps: {

@@ -1021,2 +1038,5 @@ done: "已完成",

year: "",
hour: "hour",
minute: "minute",
second: "second",
to: "to",

@@ -1129,2 +1149,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.",

@@ -1277,2 +1298,3 @@ notSupportNoSuffix: "Files without suffixes are not supported currently",

switchdel: "Delete",
switchdelconfirm: "Deletion Confirmation",
switchconfirm: "Confirm",

@@ -1355,2 +1377,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",

@@ -1505,2 +1534,7 @@ limitUploadFileNumber: "Limit the number of uploaded files to",

},
fluentEditor: {
undo: "Undo",
redo: "Redo",
lineheight: "Line Height"
},
steps: {

@@ -1831,3 +1865,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);

@@ -1929,3 +1963,3 @@ if (match) {

}
var version = "3.17.0";
var version = "3.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;

@@ -1932,0 +1966,0 @@ var globalization = glob(t);

8

package.json
{
"name": "@opentiny/vue-locale",
"version": "3.17.0",
"version": "3.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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc