Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
ShanghaiGongwei
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
ShanghaiGongwei
Commits
d0147ae3
Commit
d0147ae3
authored
Nov 04, 2022
by
DESKTOP-KM66R2T\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
替换页面列表字段翻译
parent
24df1e15
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
17 deletions
+17
-17
src/components/page3.vue
+4
-4
src/components/page4.vue
+0
-0
src/components/page5.vue
+0
-0
src/components/page6.vue
+0
-0
src/lang/Uygur.js
+12
-12
src/main.js
+1
-1
No files found.
src/components/page3.vue
View file @
d0147ae3
<!--
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors:
ninglupeng
* @LastEditTime: 2022-11-0
1 10:07:10
* @LastEditors:
wsq
* @LastEditTime: 2022-11-0
4 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
();
}
,
...
...
src/components/page4.vue
View file @
d0147ae3
This diff is collapsed.
Click to expand it.
src/components/page5.vue
View file @
d0147ae3
This diff is collapsed.
Click to expand it.
src/components/page6.vue
View file @
d0147ae3
This diff is collapsed.
Click to expand it.
src/lang/Uygur.js
View file @
d0147ae3
/*
* @Author: ninglupeng
* @Date: 2022-10-31 14:22:41
* @LastEditors:
ninglupeng
* @LastEditTime: 2022-11-04 1
0:39:05
* @LastEditors:
wsq
* @LastEditTime: 2022-11-04 1
3: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"
:
'كېيىنكى قەدەم'
,
//下一步
...
...
src/main.js
View file @
d0147ae3
...
...
@@ -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'
),
// 中文语言包
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment