替换页面列表字段翻译

parent 24df1e15
<!--
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors: ninglupeng
* @LastEditTime: 2022-11-01 10:07:10
* @LastEditors: wsq
* @LastEditTime: 2022-11-04 12:46:25
* @Description:
-->
<template>
......@@ -91,7 +91,7 @@ export default {
inject: ["setLoading"],
data() {
return {
AgreementMode: "向贵院出具授权委托书指定代理人",
AgreementMode:this.$i18n.locale=='zh'?"向贵院出具授权委托书指定代理人":'دوختۇخانغا ۋاكالەتچى بەلگىلەنگەن ھوقۇق بېرىش ھاۋالە خىتى چىقىرىپ بىرىمەن',
buildingNumber: "", //楼号
agreementFloor: "", //楼层
bedNumber: "", //床号
......@@ -108,7 +108,7 @@ export default {
},
mounted() {
this.getResource();
console.log('this.$i18n.locale',this.$i18n.locale);
this.setAgreementDate();
this.setLastValue();
},
......
/*
* @Author: ninglupeng
* @Date: 2022-10-31 14:22:41
* @LastEditors: ninglupeng
* @LastEditTime: 2022-11-04 10:39:05
* @LastEditors: wsq
* @LastEditTime: 2022-11-04 13:50:40
* @Description:
*/
module.exports = {
......@@ -65,14 +65,14 @@ module.exports = {
"typeOfMedicalInsurance": "داۋالىنىش سۇغۇرتىسى تىپى", //医保类型
"insurance": "سودا سۇغۇرتىسى", //商业保险
"boy": 'ئەر',
"girl": 'ئايال',
"boy": 'ئەر',//男
"girl": 'ئايال',//女
"Nonpregnant": 'ھامىلدار ئەمەس',
"pregnant": 'ھامىلدار',
"Nonpregnant": 'ھامىلدار ئەمەس',//未孕
"pregnant": 'ھامىلدار',//已孕
"unmarried": 'نىكاھلانغانمىغان',
"married": 'نىكاھلانغان',
"unmarried": 'نىكاھلانغانمىغان',//未婚
"married": 'نىكاھلانغان',//已婚
//第五页
"HasOnlineClass": "تور دەرىسى ئوقامدۇ?", // 是否上网课
......@@ -131,12 +131,12 @@ module.exports = {
"concludingRemarks": 'سىز بۇ قېتىمقى تولدۇرۇش مەزمۇنىنى تاماملاپ بولدىڭىز، ياردىمىڭىز ۋە قوللىغىنىڭىزغا رەھمەت.',//您已完成本次填写内容 ,感谢您的帮助和支持
"goBack": 'ئالدىغا قايتىش',//返回
"yes": 'ھە ئە',//是
"yes": 'بار',//是
"no": "ياق",//否
"have": "بار ",//有
"noHave": "يوق ",//无
"have": "بار",//有
"noHave": "يوق",//无
"other": "باشقا سەۋەپ",//其他
"week": 'جۇڭگو',//周
"week": 'ھەپتە',//周
"China": 'جۇڭگو',//中国
"Previousstep": 'ئالدىنقى قەدەم',//上一步
"nextstep": 'كېيىنكى قەدەم',//下一步
......
......@@ -123,7 +123,7 @@ Vue.prototype.$deepCopy = function (data) {
/*---------使用语言包-----------*/
const i18n = new VueI18n({
locale: 'zh', // 语言标识
locale: 'Uygur', // 语言标识
//this.$i18n.locale // 通过切换locale的值来实现语言切换
messages: {
'zh': require('./lang/zh'), // 中文语言包
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment