配置页翻译

This commit is contained in:
2023-12-08 13:36:03 +08:00
parent 00641a1134
commit a1297934bc
8 changed files with 61 additions and 43 deletions

View File

@@ -1,5 +1,9 @@
{
"index.language-change-confirm": "Applying this setting will restart the app",
"utils.loading": "Loading...",
"uni.dataSelect.placeholder": "Please select",
"uni.dataSelect.emptyTips": "No options available",
"button.confirm": "OK",
"button.search": "Query",
"login.username": "User name",
"login.password": "Password",
"login.remember": "Remember username",
@@ -11,5 +15,6 @@
"setting.language": "language",
"setting.server": "server address",
"setting.refresh": "Refresh time",
"setting.customer-label-printing": "Label printing"
"setting.customer-label-printing": "Label printing",
"setting.language-change-confirm": "Applying this setting will restart the app"
}

View File

@@ -1,5 +1,9 @@
{
"index.language-change-confirm": "Menggunakan pengaturan ini akan memulai ulang aplikasi",
"utils.loading": "Memuatkan...",
"uni.dataSelect.placeholder": "Silakan pilih",
"uni.dataSelect.emptyTips": "Tidak ada pilihan tersedia",
"button.confirm": "OK",
"button.search": "pertanyaan",
"login.username": "Nama pengguna",
"login.password": "Sandi",
"login.remember": "Ingat nama pengguna",
@@ -11,5 +15,6 @@
"setting.language": "Bahasa",
"setting.server": "Alamat server",
"setting.refresh": "Waktu segar",
"setting.customer-label-printing": "Label pelanggan"
"setting.customer-label-printing": "Label pelanggan",
"setting.language-change-confirm": "Menggunakan pengaturan ini akan memulai ulang aplikasi"
}

View File

@@ -2,34 +2,34 @@
"common": {
"uni.app.quit": "Press again to exit the application",
"uni.async.error": "Connection to server timeout, click on screen to retry",
"uni.showActionSheet.cancel": "取消",
"uni.showToast.unpaired": "请注意 showToast hideToast 必须配对使用",
"uni.showLoading.unpaired": "请注意 showLoading hideLoading 必须配对使用",
"uni.showModal.cancel": "取消",
"uni.showModal.confirm": "确定",
"uni.chooseImage.cancel": "取消",
"uni.chooseImage.sourceType.album": "从相册选择",
"uni.chooseImage.sourceType.camera": "拍摄",
"uni.chooseVideo.cancel": "取消",
"uni.chooseVideo.sourceType.album": "从相册选择",
"uni.chooseVideo.sourceType.camera": "拍摄",
"uni.previewImage.cancel": "取消",
"uni.previewImage.button.save": "保存图像",
"uni.previewImage.save.success": "保存图像到相册成功",
"uni.previewImage.save.fail": "保存图像到相册失败",
"uni.setClipboardData.success": "内容已复制",
"uni.scanCode.title": "扫码",
"uni.scanCode.album": "相册",
"uni.scanCode.fail": "识别失败",
"uni.scanCode.flash.on": "轻触照亮",
"uni.scanCode.flash.off": "轻触关闭",
"uni.startSoterAuthentication.authContent": "指纹识别中...",
"uni.picker.done": "完成",
"uni.picker.cancel": "取消",
"uni.video.danmu": "弹幕",
"uni.video.volume": "音量",
"uni.button.feedback.title": "问题反馈",
"uni.button.feedback.send": "发送"
"uni.showActionSheet.cancel": "Cancel",
"uni.showToast.unpaired": "Please note that showToast and hideToast must be paired for use",
"uni.showLoading.unpaired": "Please note that showLoading and hideLoading must be paired for use",
"uni.showModal.cancel": "Cancel",
"uni.showModal.confirm": "Ok",
"uni.chooseImage.cancel": "Cancel",
"uni.chooseImage.sourceType.album": "Select from album",
"uni.chooseImage.sourceType.camera": "Capture",
"uni.chooseVideo.cancel": "Cancel",
"uni.chooseVideo.sourceType.album": "Select from album",
"uni.chooseVideo.sourceType.camera": "Capture",
"uni.previewImage.cancel": "Cancel",
"uni.previewImage.button.save": "Save image",
"uni.previewImage.save.success": "Successfully saved image to album",
"uni.previewImage.save.fail": "Saving image to album failed",
"uni.setClipboardData.success": "Content copied",
"uni.scanCode.title": "Scan Code",
"uni.scanCode.album": "Album",
"uni.scanCode.fail": "Recognition failed",
"uni.scanCode.flash.on": "Tap to illuminate",
"uni.scanCode.flash.off": "Tap to close",
"uni.startSoterAuthentication.authContent": "Fingerprint recognition in progress...",
"uni.picker.done": "Complete",
"uni.picker.cancel": "Cancel",
"uni.video.danmu": "Barrage",
"uni.video.volume": "Volume",
"uni.button.feedback.title": "Problem feedback",
"uni.button.feedback.send": "Send"
},
"ios": {},
"android": {}

View File

@@ -26,8 +26,8 @@
"uni.startSoterAuthentication.authContent": "Pengenalan sidik jari...",
"uni.picker.done": "Selesai",
"uni.picker.cancel": "Batalkan",
"uni.video.danmu": "Layar peluru",
"uni.video.volume": "Roll",
"uni.video.danmu": "Percakapan peluru",
"uni.video.volume": "Volume",
"uni.button.feedback.title": "Balasan masalah",
"uni.button.feedback.send": "kirim"
},

View File

@@ -1,5 +1,9 @@
{
"index.language-change-confirm": "应用此设置将重启App",
"utils.loading": "加载中...",
"uni.dataSelect.placeholder": "请选择",
"uni.dataSelect.emptyTips": "无选项",
"button.confirm": "确定",
"button.search": "查询",
"login.username": "用户名",
"login.password": "密码",
"login.remember": "记住用户名",
@@ -11,6 +15,6 @@
"setting.language": "语言",
"setting.server": "服务器地址",
"setting.refresh": "刷新时间",
"setting.customer-label-printing": "客户标签打印"
"setting.customer-label-printing": "客户标签打印",
"setting.language-change-confirm": "应用此设置将重启App"
}