复制斗山
This commit is contained in:
66
locale/en.json
Normal file
66
locale/en.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"utils.loading": "Loading...",
|
||||
"uni.dataSelect.placeholder": "Please select",
|
||||
"uni.dataSelect.emptyTips": "No options available",
|
||||
"utils.read-more": "Read more",
|
||||
"utils.no-more": "No more",
|
||||
"button.confirm": "OK",
|
||||
"button.cancel": "Cancel",
|
||||
"button.empty": "Empty",
|
||||
"button.search": "Query",
|
||||
"button.handtask": "Handling task",
|
||||
"login.username": "User name",
|
||||
"login.password": "Password",
|
||||
"login.remember": "Remember username",
|
||||
"login.settings": "Settings",
|
||||
"login.upgrade": "Upgrade version",
|
||||
"login.login": "Login",
|
||||
"login.text1": "Welcome to",
|
||||
"login.text2": "Korean Doosan ACS system!",
|
||||
"setting.language": "language",
|
||||
"setting.server": "server address",
|
||||
"setting.refresh": "Refresh time",
|
||||
"setting.language-change-confirm": "Applying this setting will restart the app",
|
||||
"upgrade.new-version": "Discovering new versions",
|
||||
"upgrade.text1": "The Korean Doosan ACS system has a new version, upgrade to the latest version, and enjoy richer, more stable, and faster functions and experiences!",
|
||||
"upgrade.text2": "Installation package download in progress, please wait",
|
||||
"upgrade.upgrade-now": "Upgrade now",
|
||||
"home.title": "home page",
|
||||
"home.message": "Welcome to the Korean Doosan ACS system!",
|
||||
"home.exit": "Exit",
|
||||
"title.call": "Call management",
|
||||
"title.command": "Command management",
|
||||
"title.task": "task management",
|
||||
"title.release-confirm": "Release confirmation",
|
||||
"call.sp": "start point",
|
||||
"call.ep": "end point",
|
||||
"call.toast": "The starting and ending points of the task cannot be the same",
|
||||
"whole": "whole",
|
||||
"ready": "ready",
|
||||
"progress": "progress",
|
||||
"complete": "complete",
|
||||
"cancel": "cancel",
|
||||
"command.revocation": "Command revocation",
|
||||
"command.reissue": "Reissue",
|
||||
"command.forced": "Forced completion",
|
||||
"command.task-number": "task number",
|
||||
"command.number": "Instruction number",
|
||||
"command.steps": "Instruction execution steps",
|
||||
"command.vnumber": "Vehicle number",
|
||||
"command.carcode": "AGV vehicle number",
|
||||
"command.priority": "Priority",
|
||||
"startequip": "Starting equipment",
|
||||
"targetquip": "Target equipment",
|
||||
"keyword": "Keyword",
|
||||
"time": "time",
|
||||
"state": "state",
|
||||
"regenerate": "Regenerate",
|
||||
"forced-completion": "Forced completion",
|
||||
"take-and-place": "Take and place",
|
||||
"filter.point": "Point",
|
||||
"warning": "Warning",
|
||||
"toast.command-reissue": "Do you need to issue it?",
|
||||
"charging-task": "Charging task",
|
||||
"toast.charging-task": "Do you need to charge it?",
|
||||
"cancel-charging-task": "Cancel charging task"
|
||||
}
|
||||
28
locale/index.js
Normal file
28
locale/index.js
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
import Vue from 'vue'
|
||||
import VueI18n from 'vue-i18n'
|
||||
import en from './en.json'
|
||||
import enUni from './uni-app.en.json'
|
||||
import zhHans from './zh-Hans.json'
|
||||
import zhUni from './uni-app.zh-Hans.json'
|
||||
import ko from './ko.json'
|
||||
import koUni from './uni-app.ko.json'
|
||||
|
||||
Vue.use(VueI18n)
|
||||
|
||||
const messages = {
|
||||
'en': Object.assign(en, enUni),
|
||||
'zh-Hans': Object.assign(zhHans, zhUni),
|
||||
'ko': Object.assign(ko, koUni)
|
||||
}
|
||||
|
||||
let i18nConfig = {
|
||||
silentTranslationWarn: true,
|
||||
locale: uni.getLocale(),
|
||||
messages
|
||||
}
|
||||
|
||||
const i18n = new VueI18n(i18nConfig)
|
||||
|
||||
export default i18n
|
||||
|
||||
66
locale/ko.json
Normal file
66
locale/ko.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"utils.loading": "로드 중...",
|
||||
"uni.dataSelect.placeholder": "선택하십시오",
|
||||
"uni.dataSelect.emptyTips": "옵션 없음",
|
||||
"utils.read-more": "자세히 보기",
|
||||
"utils.no-more": "더 이상 없음",
|
||||
"button.confirm": "확인",
|
||||
"button.cancel": "취소",
|
||||
"button.empty": "비우기",
|
||||
"button.search": "질의",
|
||||
"button.handtask": "운반 임무",
|
||||
"login.username": "사용자 이름",
|
||||
"login.password": "암호",
|
||||
"login.remember": "사용자 이름 기억하기",
|
||||
"login.settings": "설치",
|
||||
"login.upgrade": "업그레이드 버전",
|
||||
"login.login": "로그인",
|
||||
"login.text1": "두산 ACS 시스템에",
|
||||
"login.text2": "오신 것을 환영합니다!",
|
||||
"setting.language": "언어",
|
||||
"setting.server": "서버 주소",
|
||||
"setting.refresh": "刷新时间",
|
||||
"setting.language-change-confirm": "이 설정을 적용하면 App이 다시 시작됩니다.",
|
||||
"upgrade.new-version": "새 버전 검색",
|
||||
"upgrade.text1": "한국 두산 acs 시스템은 또 새로운 버전이 있습니다. 최신 버전으로 업그레이드하여 더욱 풍부하고 안정적이며 빠른 기능과 체험을 즐길 수 있습니다!",
|
||||
"upgrade.text2": "패키지 다운로드 중, 나중에",
|
||||
"upgrade.upgrade-now": "지금 업그레이드",
|
||||
"home.title": "첫 페이지",
|
||||
"home.message": "두산 ACS 시스템에 오신 것을 환영합니다!",
|
||||
"home.exit": "종료",
|
||||
"title.call": "콜 관리",
|
||||
"title.command": "명령 관리",
|
||||
"title.task": "작업 관리",
|
||||
"title.release-confirm": "출하 확인",
|
||||
"call.sp": "작업 시작",
|
||||
"call.ep": "작업 끝",
|
||||
"call.toast": "작업 시작점과 끝점은 같을 수 없습니다.",
|
||||
"whole": "모두",
|
||||
"ready": "준비",
|
||||
"progress": "실행 중",
|
||||
"complete": "완료",
|
||||
"cancel": "취소",
|
||||
"command.revocation": "명령 취소",
|
||||
"command.reissue": "재발급",
|
||||
"command.forced": "강제 완료",
|
||||
"command.task-number": "작업 번호",
|
||||
"command.number": "명령 번호",
|
||||
"command.steps": "명령 실행 단계",
|
||||
"command.vnumber": "캐리어 번호",
|
||||
"command.carcode": "agv 차량 번호",
|
||||
"command.priority": "우선 순위",
|
||||
"startequip": "시작 장치",
|
||||
"targetquip": "대상 장치",
|
||||
"keyword": "키워드",
|
||||
"time": "시간",
|
||||
"state": "상태",
|
||||
"regenerate": "재생성",
|
||||
"forced-completion": "강제 완료",
|
||||
"take-and-place": "픽업 허용",
|
||||
"filter.point": "포인트",
|
||||
"warning": "힌트",
|
||||
"toast.command-reissue": "발송해야 하나요?",
|
||||
"charging-task": "충전 작업",
|
||||
"toast.charging-task": "충전이 필요하십니까?",
|
||||
"cancel-charging-task": "충전 작업 취소"
|
||||
}
|
||||
36
locale/uni-app.en.json
Normal file
36
locale/uni-app.en.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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": "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": {}
|
||||
}
|
||||
36
locale/uni-app.id.json
Normal file
36
locale/uni-app.id.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"common": {
|
||||
"uni.app.quit": "Tekan lagi untuk keluar dari aplikasi",
|
||||
"uni.async.error": "Sambungan ke timeout server, klik pada layar untuk mencoba lagi",
|
||||
"uni.showActionSheet.cancel": "Batalkan",
|
||||
"uni.showToast.unpaired": "Silakan perhatikan bahwa showToast dan hideToast harus dipasang untuk digunakan",
|
||||
"uni.showLoading.unpaired": "Silakan perhatikan bahwa ShowLoading dan hideLoading harus dipasang untuk digunakan",
|
||||
"uni.showModal.cancel": "Batalkan",
|
||||
"uni.showModal.confirm": "OK",
|
||||
"uni.chooseImage.cancel": "Batalkan",
|
||||
"uni.chooseImage.sourceType.album": "Pilih dari album",
|
||||
"uni.chooseImage.sourceType.camera": "Kamera",
|
||||
"uni.chooseVideo.cancel": "Batalkan",
|
||||
"uni.chooseVideo.sourceType.album": "Pilih dari album",
|
||||
"uni.chooseVideo.sourceType.camera": "Kamera",
|
||||
"uni.previewImage.cancel": "Batalkan",
|
||||
"uni.previewImage.button.save": "Simpan Gambar",
|
||||
"uni.previewImage.save.success": "Gambar yang disimpan dengan sukses ke album",
|
||||
"uni.previewImage.save.fail": "Tidak dapat menyimpan gambar ke album",
|
||||
"uni.setClipboardData.success": "Kandungan disalin",
|
||||
"uni.scanCode.title": "Memindai kode",
|
||||
"uni.scanCode.album": "Daftar Trek",
|
||||
"uni.scanCode.fail": "Pengenalan gagal",
|
||||
"uni.scanCode.flash.on": "Sentuh dipecahkan",
|
||||
"uni.scanCode.flash.off": "Tap untuk ditutup",
|
||||
"uni.startSoterAuthentication.authContent": "Pengenalan sidik jari...",
|
||||
"uni.picker.done": "Selesai",
|
||||
"uni.picker.cancel": "Batalkan",
|
||||
"uni.video.danmu": "Percakapan peluru",
|
||||
"uni.video.volume": "Volume",
|
||||
"uni.button.feedback.title": "Balasan masalah",
|
||||
"uni.button.feedback.send": "kirim"
|
||||
},
|
||||
"ios": {},
|
||||
"android": {}
|
||||
}
|
||||
36
locale/uni-app.ko.json
Normal file
36
locale/uni-app.ko.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"common": {
|
||||
"uni.app.quit": "한 번 더 눌러서 종료하기",
|
||||
"uni.async.error": "서버 연결 시간 초과, 화면을 클릭하여 다시 시도",
|
||||
"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": "발송"
|
||||
},
|
||||
"ios": {},
|
||||
"android": {}
|
||||
}
|
||||
36
locale/uni-app.zh-Hans.json
Normal file
36
locale/uni-app.zh-Hans.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"common": {
|
||||
"uni.app.quit": "再按一次退出应用",
|
||||
"uni.async.error": "连接服务器超时,点击屏幕重试",
|
||||
"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": "发送"
|
||||
},
|
||||
"ios": {},
|
||||
"android": {}
|
||||
}
|
||||
67
locale/zh-Hans.json
Normal file
67
locale/zh-Hans.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"utils.loading": "加载中...",
|
||||
"uni.dataSelect.placeholder": "请选择",
|
||||
"uni.dataSelect.emptyTips": "无选项",
|
||||
"utils.read-more": "查看更多",
|
||||
"utils.no-more": "没有更多",
|
||||
"button.confirm": "确定",
|
||||
"button.cancel": "取消",
|
||||
"button.empty": "清空",
|
||||
"button.search": "查询",
|
||||
"button.handtask": "搬运任务",
|
||||
"login.username": "用户名",
|
||||
"login.password": "密码",
|
||||
"login.remember": "记住用户名",
|
||||
"login.settings": "设置",
|
||||
"login.upgrade": "升级版本",
|
||||
"login.login": "登录",
|
||||
"login.text1": "欢迎来到",
|
||||
"login.text2": "韩国斗山acs系统!",
|
||||
"setting.language": "语言",
|
||||
"setting.server": "服务器地址",
|
||||
"setting.refresh": "刷新时间",
|
||||
"setting.language-change-confirm": "应用此设置将重启App",
|
||||
"upgrade.new-version": "发现新版本",
|
||||
"upgrade.text1": "韩国斗山acs系统又有新版本了,升级到最新版本,享受更丰富、稳定、快速的功能和体验!",
|
||||
"upgrade.text2": "安装包下载中,请稍后",
|
||||
"upgrade.upgrade-now": "立即升级",
|
||||
"home.title": "首页",
|
||||
"home.message": "欢迎进入韩国斗山acs系统!",
|
||||
"home.exit": "退出",
|
||||
"title.call": "呼叫管理",
|
||||
"title.command": "指令管理",
|
||||
"title.task": "任务管理",
|
||||
"title.release-confirm": "放货确认",
|
||||
"call.sp": "任务起点",
|
||||
"call.ep": "任务终点",
|
||||
"call.toast": "任务起点终点不能相同",
|
||||
"whole": "全部",
|
||||
"ready": "就绪",
|
||||
"progress": "执行中",
|
||||
"complete": "完成",
|
||||
"cancel": "取消",
|
||||
"command.revocation": "指令撤销",
|
||||
"command.reissue": "重新下发",
|
||||
"command.forced": "强制完成",
|
||||
"command.task-number": "任务号",
|
||||
"command.number": "指令号",
|
||||
"command.steps": "指令执行步骤",
|
||||
"command.vnumber": "载具号",
|
||||
"command.carcode": "agv车号",
|
||||
"command.priority": "优先级",
|
||||
"startequip": "起始设备",
|
||||
"targetquip": "目标设备",
|
||||
"keyword": "关键字",
|
||||
"time": "时间",
|
||||
"state": "状态",
|
||||
"regenerate": "重新生成",
|
||||
"forced-completion": "强制完成",
|
||||
"take-and-place": "允许取放",
|
||||
"filter.point": "点位",
|
||||
"warning": "提示",
|
||||
"toast.command-reissue": "是否需要下发?",
|
||||
"charging-task": "充电任务",
|
||||
"toast.charging-task": "是否需要充电?",
|
||||
"cancel-charging-task": "取消充电任务"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user