替换页面列表字段翻译

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