Socket
Socket
Sign inDemoInstall

@opentiny/vue-locale

Package Overview
Dependencies
Maintainers
1
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.11.0 to 3.12.0

137

lib/index.js

@@ -26,2 +26,4 @@ function _extends() {

code: "zh-CN",
yes: "是",
no: "否",
ui: {

@@ -70,3 +72,4 @@ buttonMessage: {

more: "更多",
reset: "重置"
reset: "重置",
comma: ","
},

@@ -261,5 +264,5 @@ button: {

token: "请先进行 EDM 鉴权,获取 token",
exceed: "文件上传失败:大小超过限制({maxSize}MB)",
largeFile: "文件大小超出限制 2G !!!",
fileSize: "{name}大小不能小于 ",
exceed: "文件大小超过限制({maxSize})",
largeFile: "文件大小超出限制 2G !!",
fileSize: "文件大小低于限制({minSize}{sizeUnit})",
deleteTip: "按 delete 键可删除",

@@ -269,2 +272,3 @@ downloadFile: "下载文件",

updateFile: "更新文件",
reUploadFile: "重新上传",
deleteFile: "删除文件",

@@ -279,8 +283,17 @@ empty: "是空文件!",

onlySupport: "仅支持{type}格式文件",
fileNotLessThan: "文件不能小于",
fileNotMoreThan: "文件不能超过",
notSupport: "文件上传失败:不支持该格式(.{format})",
fileNotLessThan: "单个文件不能小于",
fileNotMoreThan: "单个文件不能超过",
notSupport: "格式(.{format})暂不支持",
notSupportNoSuffix: "暂不支持无后缀文件",
notSupportSpecialCharacters: "文件名包含特殊字符,请重命名后上传",
attachment: "附件",
uploadList: "上传列表",
numberExceed: "文件上传失败:批量上传个数超过限制({number})"
numberExceed: "批量上传个数超过限制({number})",
numberLimit: "最多上传{number}个文件",
encryptDialogTitle: "水印及加密设置",
addWatermark: "添加水印",
encrypted: "加密",
networkError: "网络出错",
pictureNetworkError: "网络出错,上传失败",
reUploadTip: "{number}个文件上传失败!"
},

@@ -338,3 +351,5 @@ uploadList: {

remoteSelectedMethod: "个性化模板管理远端存储需要设置 multipleHistory.remoteSelectedMethod",
chainCallError: "列的默认插槽中存在语法错误,请检查。"
chainCallError: "列的默认插槽中存在语法错误,请检查。",
renderParamError: "期望配置一个生成 VNode 的渲染方法。",
classComponentError: "类组件渲染出错。"
},

@@ -392,2 +407,4 @@ filter: {

saveBtn: "确定",
hideAll: "全部隐藏",
showAll: "全部显示",
tabs: {

@@ -435,3 +452,9 @@ base: {

imageViewer: {
loadErrorAlt: "加载失败"
loadErrorAlt: "加载失败",
save: "保存图片",
del: "删除图片",
thumbnail: "缩略图",
menu: "目录",
hide: "隐藏侧边栏",
show: "显示侧边栏"
},

@@ -504,3 +527,8 @@ navMenu: {

noData: "暂无相关数据",
placeholder: "请选择"
placeholder: "请选择",
pleaseSearch: "请搜索",
search: "搜索",
selected: "已选",
selectedNum: "已选 {num} 个",
noSearchData: "无相关搜索结果,请重新输入"
},

@@ -531,4 +559,8 @@ search: {

tree: {
loading: "加载中",
emptyText: "暂无数据",
switchText: "同时勾选下级",
edit: "编辑",
delete: "删除",
addChild: "新增下级",
deleteTip: "删除后数据不可恢复,确定删除吗?",

@@ -644,3 +676,4 @@ preserveSubnodeTip: "该节点存在下级节点,是否保留下级节点数据?",

defaultCurrency: "默认币种",
setDefault: "设为默认"
setDefault: "设为默认",
chooseCurrency: "选择币种"
},

@@ -797,2 +830,4 @@ calendarBar: {

code: "en-US",
yes: "Yes",
no: "No",
ui: {

@@ -831,5 +866,2 @@ buttonMessage: {

},
actionMenu: {
moreText: "more"
},
base: {

@@ -842,3 +874,4 @@ all: "All",

more: "More",
reset: "Reset"
reset: "Reset",
comma: ","
},

@@ -1033,5 +1066,5 @@ button: {

token: "Perform EDM authentication first and obtain the token",
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 ",
exceed: "The file size exceeds the limit of {maxSize}.",
largeFile: "The file size exceeds the upper limit by 2 GB !!",
fileSize: "The file size is lower than the limit of {minSize}{sizeUnit}",
deleteTip: "Press delete to remove",

@@ -1041,2 +1074,3 @@ downloadFile: "DownLoad file",

updateFile: "Update file",
reUploadFile: "refresh upload file",
deleteFile: "Delete file",

@@ -1051,8 +1085,17 @@ empty: "is empty!",

onlySupport: "Only support {type} file",
fileNotLessThan: "The file cannot be less than",
fileNotMoreThan: "The file cannot be more than",
notSupport: "File upload failed: The format (.{format}) is not supported.",
fileNotLessThan: "The size of single file cannot be less than ",
fileNotMoreThan: "The size of single file cannot be more than ",
notSupport: "The format (.{format}) is not allowed.",
notSupportNoSuffix: "Files without suffixes are not supported currently",
notSupportSpecialCharacters: "The file name contains special characters, please rename the file and upload again",
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})."
numberExceed: "The number of files exceeds the limit of {number}",
numberLimit: "Maximum upload of {number} files.",
encryptDialogTitle: "Watermark and encryption settings",
addWatermark: "Add Watermark",
encrypted: "Encrypted",
networkError: "Network Error",
pictureNetworkError: "Network error, upload failed",
ReUploadTip: "{number} files failed to upload!"
},

@@ -1073,3 +1116,3 @@ uploadList: {

selectFromAlbum: "Select from album",
uploadFailedAndReupload: "Upload failed. Click Upload again"
uploadFailedAndReupload: "Upload failed, click to reupload"
},

@@ -1111,3 +1154,5 @@ upload: {

remoteSelectedMethod: '"remoteSelectedMethod" needs to be set for remote storage for personalized template management.',
chainCallError: "There is a syntax error in the default slot for the column, please check."
chainCallError: "There is a syntax error in the default slot for the column, please check.",
renderParamError: "Expect to configure a rendering method for generating a VNode.",
classComponentError: "Class component rendering error."
},

@@ -1165,2 +1210,4 @@ filter: {

saveBtn: "OK",
hideAll: "Hide All",
showAll: "Show All",
tabs: {

@@ -1208,3 +1255,9 @@ base: {

imageViewer: {
loadErrorAlt: "Load Error"
loadErrorAlt: "Load Error",
save: "Save picture",
del: "Delete Picture",
thumbnail: "Thumbnail",
menu: "Menu",
hide: "Hide Sidebar",
show: "Show Sidebar"
},

@@ -1277,3 +1330,8 @@ navMenu: {

noMatch: "No matching data",
placeholder: "Select"
placeholder: "Select",
pleaseSearch: "Please search",
search: "Search",
selected: "Selected",
selectedNum: "{num} selected",
noSearchData: "No search results. Please try again"
},

@@ -1304,4 +1362,8 @@ search: {

tree: {
loading: "Loading",
emptyText: "No data",
switchText: "check easily",
edit: "Edit",
delete: "Delete",
addChild: "Add Child",
deleteTip: "Data will be permanently deleted, are you sure you want to proceed with the deletion?",

@@ -1417,3 +1479,4 @@ preserveSubnodeTip: "This node have child nodes, Would you like to preserve the data of the child nodes?",

defaultCurrency: "Default currency",
setDefault: "Set as default"
setDefault: "Set as default",
chooseCurrency: "Choose currency"
},

@@ -1518,6 +1581,6 @@ calendarBar: {

number: {
len: "must equal %s",
min: "cannot be less than %s",
max: "cannot be greater than %s",
range: "must be between %s and %s"
len: "%s must equal %s",
min: "%s cannot be less than %s",
max: "%s cannot be greater than %s",
range: "%s must be between %s and %s"
},

@@ -1529,6 +1592,6 @@ pattern: {

string: {
len: "must be exactly %s characters",
min: "must be at least %s characters",
max: "cannot be longer than %s characters",
range: "must be between %s and %s characters"
len: "%s must be exactly %s characters",
min: "%s must be at least %s characters",
max: "%s cannot be longer than %s characters",
range: "%s must be between %s and %s characters"
},

@@ -1812,3 +1875,3 @@ types: {

}
var version = "3.11.0";
var version = "3.12.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;

@@ -1815,0 +1878,0 @@ var globalization = glob(t);

{
"name": "@opentiny/vue-locale",
"version": "3.11.0",
"version": "3.12.0",
"description": "",

@@ -10,5 +10,5 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.11.0",
"@opentiny/vue-theme": "~3.11.0",
"@opentiny/vue-theme-mobile": "~3.11.0"
"@opentiny/vue-renderless": "~3.12.0",
"@opentiny/vue-theme": "~3.12.0",
"@opentiny/vue-theme-mobile": "~3.12.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