ソースを参照

更新语言包

icssoa 7 ヶ月 前
コミット
10544fba38

ファイルの差分が大きいため隠しています
+ 468 - 448
locale/en.json


ファイルの差分が大きいため隠しています
+ 402 - 622
locale/es.json


ファイルの差分が大きいため隠しています
+ 418 - 398
locale/fr.json


ファイルの差分が大きいため隠しています
+ 515 - 415
locale/ja.json


ファイルの差分が大きいため隠しています
+ 721 - 621
locale/ko.json


+ 20 - 0
locale/zh-cn.json

@@ -852,6 +852,22 @@
     ""
   ],
   [
+    "没有错误提示",
+    ""
+  ],
+  [
+    "转动图片",
+    ""
+  ],
+  [
+    "验证通过",
+    ""
+  ],
+  [
+    "验证失败",
+    ""
+  ],
+  [
     "操作",
     ""
   ],
@@ -2264,6 +2280,10 @@
     ""
   ],
   [
+    "SlideVerify 滑动验证",
+    ""
+  ],
+  [
     "编辑地址",
     ""
   ],

ファイルの差分が大きいため隠しています
+ 863 - 827
locale/zh-tw.json


+ 1 - 1
uni_modules/cool-ui/locale/en.json

@@ -1 +1 @@
-[["最少需要{min}个字符","At least {min} characters are required"],["最大值为{max}","The maximum value is {max}"],["最多允许{max}个字符","A maximum of {max} characters are allowed"],["格式不正确","The format is incorrect"],["验证失败","Verification failed"],["暂无数据","No data available"],["加载中","Loading"],["上传 / 拍摄","Upload / Shoot"],["请输入","Please enter"],["请选择","Please select"],["小时","Hour"],["分钟","Minute"],["秒数","Seconds"],["确定","OK"],["取消","Cancel"],["年","Year"],["月","Month"],["日","Day"],["时","Hour"],["分","Minute"],["秒","Second"],["开始日期","Start date"],["结束日期","End date"],["至","To"],["今天","Today"],["近7天","Last 7 days"],["近30天","Last 30 days"],["近90天","Last 90 days"],["近一年","Last year"],["请选择完整时间范围","Please select a complete time range"],["开始日期不能大于结束日期","The start date cannot be greater than the end date"],["提示","Tip"],["没有更多了","There are no more"],["下拉刷新","Pull down to refresh"],["释放立即刷新","Release to immediately refresh"],["密码键盘","Password keyboard"],["安全键盘,请放心输入","Secure keyboard, please enter with confidence"],["请输入内容","Please enter content"],["请输入{minlength}到{maxlength}位密码","Please enter a password of {minlength} to {maxlength} digits"],["最多输入{maxlength}位","Maximum input of {maxlength} digits"],["数字键盘","Numeric keyboard"],["身份证号码格式不正确","The ID number format is incorrect"],["车牌键盘","License plate keyboard"],["车牌号格式不正确","The license plate number format is incorrect"],["此字段为必填项","This field is required"],["最小值为{min}","The minimum value is {min}"]]
+[["车牌键盘","License plate keyboard"],["车牌号格式不正确","License plate number format is incorrect"],["此字段为必填项","This field is required"],["最小值为{min}","The minimum value is {min}"],["最少需要{min}个字符","At least {min} characters are required"],["最大值为{max}","The maximum value is {max}"],["最多允许{max}个字符","A maximum of {max} characters are allowed"],["格式不正确","Format is incorrect"],["暂无数据","No data available"],["加载中","Loading"],["上传 / 拍摄","Upload / Shoot"],["请输入","Please enter"],["验证成功","Verification successful"],["验证失败","Verification failed"],["向右滑动转动图片","Swipe right to rotate the picture"],["向右滑动验证","Swipe right to verify"],["请选择","Please select"],["小时","Hour"],["分钟","Minute"],["秒数","Seconds"],["确定","OK"],["取消","Cancel"],["年","Year"],["月","Month"],["日","Day"],["时","Hour"],["分","Minute"],["秒","Second"],["开始日期","Start date"],["结束日期","End Date"],["至","to"],["今天","Today"],["近7天","Last 7 Days"],["近30天","Last 30 Days"],["近90天","Last 90 Days"],["近一年","Last Year"],["请选择完整时间范围","Please select a full time range"],["开始日期不能大于结束日期","Start date cannot be greater than end date"],["提示","Tip"],["没有更多了","No more"],["下拉刷新","Pull down to refresh"],["释放立即刷新","Release to refresh immediately"],["密码键盘","Password keyboard"],["安全键盘,请放心输入","Secure keyboard, enter with confidence"],["请输入内容","Please enter content"],["请输入{minlength}到{maxlength}位密码","Please enter a password of {minlength} to {maxlength} digits"],["最多输入{maxlength}位","Maximum of {maxlength} digits"],["数字键盘","Numeric keyboard"],["身份证号码格式不正确","Incorrect ID number format"]]

ファイルの差分が大きいため隠しています
+ 0 - 1
uni_modules/cool-ui/locale/es.json


ファイルの差分が大きいため隠しています
+ 0 - 0
uni_modules/cool-ui/locale/fr.json


+ 4 - 4
uni_modules/cool-ui/locale/index.ts

@@ -3,17 +3,17 @@ import { appendLocale } from "@/locale";
 import zhcn from "./zh-cn.json";
 import en from "./en.json";
 import zhtw from "./zh-tw.json";
+import ko from "./ko.json";
+import fr from "./fr.json";
 import es from "./es.json";
 import ja from "./ja.json";
-import fr from "./fr.json";
-import ko from "./ko.json";
 
 setTimeout(() => {
 	appendLocale("zh-cn", zhcn);
 	appendLocale("en", en);
 	appendLocale("zh-tw", zhtw);
+	appendLocale("ko", ko);
+	appendLocale("fr", fr);
 	appendLocale("es", es);
 	appendLocale("ja", ja);
-	appendLocale("fr", fr);
-	appendLocale("ko", ko);
 }, 0);

ファイルの差分が大きいため隠しています
+ 0 - 0
uni_modules/cool-ui/locale/ja.json


ファイルの差分が大きいため隠しています
+ 0 - 1
uni_modules/cool-ui/locale/ko.json


+ 1 - 1
uni_modules/cool-ui/locale/zh-cn.json

@@ -1 +1 @@
-[["加载中",""],["上传 / 拍摄",""],["请输入",""],["请选择",""],["小时",""],["分钟",""],["秒数",""],["确定",""],["取消",""],["年",""],["月",""],["日",""],["时",""],["分",""],["秒",""],["开始日期",""],["结束日期",""],["至",""],["今天",""],["近7天",""],["近30天",""],["近90天",""],["近一年",""],["请选择完整时间范围",""],["开始日期不能大于结束日期",""],["提示",""],["没有更多了",""],["下拉刷新",""],["释放立即刷新",""],["密码键盘",""],["安全键盘,请放心输入",""],["请输入内容",""],["请输入{minlength}到{maxlength}位密码",""],["最多输入{maxlength}位",""],["数字键盘",""],["身份证号码格式不正确",""],["车牌键盘",""],["车牌号格式不正确",""],["此字段为必填项",""],["最小值为{min}",""],["最少需要{min}个字符",""],["最大值为{max}",""],["最多允许{max}个字符",""],["格式不正确",""],["验证失败",""],["暂无数据",""]]
+[["加载中",""],["上传 / 拍摄",""],["请输入",""],["验证成功",""],["验证失败",""],["向右滑动转动图片",""],["向右滑动验证",""],["请选择",""],["小时",""],["分钟",""],["秒数",""],["确定",""],["取消",""],["年",""],["月",""],["日",""],["时",""],["分",""],["秒",""],["开始日期",""],["结束日期",""],["至",""],["今天",""],["近7天",""],["近30天",""],["近90天",""],["近一年",""],["请选择完整时间范围",""],["开始日期不能大于结束日期",""],["提示",""],["没有更多了",""],["下拉刷新",""],["释放立即刷新",""],["密码键盘",""],["安全键盘,请放心输入",""],["请输入内容",""],["请输入{minlength}到{maxlength}位密码",""],["最多输入{maxlength}位",""],["数字键盘",""],["身份证号码格式不正确",""],["车牌键盘",""],["车牌号格式不正确",""],["此字段为必填项",""],["最小值为{min}",""],["最少需要{min}个字符",""],["最大值为{max}",""],["最多允许{max}个字符",""],["格式不正确",""],["暂无数据",""]]

+ 1 - 1
uni_modules/cool-ui/locale/zh-tw.json

@@ -1 +1 @@
-[["最少需要{min}个字符","最少需要{min}個字元"],["最大值为{max}","最大值為{max}"],["最多允许{max}个字符","最多允許{max}個字元"],["格式不正确","格式不正確"],["验证失败","驗證失敗"],["暂无数据","暂无資料"],["加载中","加載中"],["上传 / 拍摄","上傳 / 拍攝"],["请输入","請輸入"],["请选择","請選擇"],["小时","小時"],["分钟","分鐘"],["秒数","秒數"],["确定","確定"],["取消","取消"],["年","年"],["月","月"],["日","日"],["时","時"],["分","分"],["秒","秒"],["开始日期","開始日期"],["结束日期","結束日期"],["至","至"],["今天","今天"],["近7天","近7天"],["近30天","近30天"],["近90天","近90天"],["近一年","近一年"],["请选择完整时间范围","請選擇完整時間範圍"],["开始日期不能大于结束日期","開始日期不能大於結束日期"],["提示","提示"],["没有更多了","沒有更多了"],["下拉刷新","下拉刷新"],["释放立即刷新","釋放立即刷新"],["密码键盘","密碼鍵盤"],["安全键盘,请放心输入","安全鍵盤,請放心輸入"],["请输入内容","請輸入內容"],["请输入{minlength}到{maxlength}位密码","請輸入{minlength}到{maxlength}位密碼"],["最多输入{maxlength}位","最多輸入{maxlength}位"],["数字键盘","數字鍵盤"],["身份证号码格式不正确","身份證號碼格式不正確"],["车牌键盘","車牌鍵盤"],["车牌号格式不正确","車牌號格式不正確"],["此字段为必填项","此字段為必填項"],["最小值为{min}","最小值為{min}"]]
+[["加载中","加載中"],["上传 / 拍摄","上傳 / 拍攝"],["请输入","請輸入"],["验证成功","驗證成功"],["验证失败","驗證失敗"],["向右滑动转动图片","向右滑動轉動圖片"],["向右滑动验证","向右滑動驗證"],["请选择","請選擇"],["小时","小時"],["分钟","分鐘"],["秒数","秒數"],["确定","確定"],["取消","取消"],["年","年"],["月","月"],["日","日"],["时","時"],["分","分"],["秒","秒"],["开始日期","開始日期"],["车牌键盘","車牌鍵盤"],["车牌号格式不正确","車牌號格式不正確"],["此字段为必填项","此欄位為必填項"],["最小值为{min}","最小值為{min}"],["最少需要{min}个字符","最少需要{min}個字元"],["最大值为{max}","最大值為{max}"],["最多允许{max}个字符","最多允許{max}個字元"],["格式不正确","格式不正確"],["暂无数据","暫無資料"],["结束日期","結束日期"],["至","至"],["今天","今天"],["近7天","近7天"],["近30天","近30天"],["近90天","近90天"],["近一年","近一年"],["请选择完整时间范围","請選擇完整時間範圍"],["开始日期不能大于结束日期","開始日期不能大於結束日期"],["提示","提示"],["没有更多了","沒有更多了"],["下拉刷新","下拉刷新"],["释放立即刷新","釋放立即刷新"],["密码键盘","密碼鍵盤"],["安全键盘,请放心输入","安全鍵盤,請放心輸入"],["请输入内容","請輸入內容"],["请输入{minlength}到{maxlength}位密码","請輸入{minlength}到{maxlength}位密碼"],["最多输入{maxlength}位","最多輸入{maxlength}位"],["数字键盘","數字鍵盤"],["身份证号码格式不正确","身份證號碼格式不正確"]]

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません