优化翻译
This commit is contained in:
parent
11f7c181d6
commit
6d3ba9e283
@ -86,7 +86,8 @@
|
||||
"backstageManagement": "Backstage management",
|
||||
"bottomBar": "Footer",
|
||||
"identity": "Identity",
|
||||
"content1": "The code is completely free and open source, easy to read and understand, and the interface is simple and beautiful, giving you one more choice and reference for your project."
|
||||
"content1": "The code is completely free and open source, easy to read and understand, and the interface is simple and beautiful, giving you one more choice and reference for your project.",
|
||||
"topNav": "Top nav"
|
||||
},
|
||||
"common": {
|
||||
"ok": "Ok",
|
||||
@ -163,4 +164,4 @@
|
||||
"oldPwd": "Old Password",
|
||||
"nickName": "User's Nickname"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -86,7 +86,8 @@
|
||||
"backstageManagement": "后台管理",
|
||||
"bottomBar": "底部栏",
|
||||
"identity": "身份",
|
||||
"content1": "代码完全免费开源,易读易懂、界面简洁美观,给你的项目多一种选择与参考。"
|
||||
"content1": "代码完全免费开源,易读易懂、界面简洁美观,给你的项目多一种选择与参考。",
|
||||
"topNav": "顶部导航"
|
||||
},
|
||||
"common": {
|
||||
"ok": "确定",
|
||||
|
||||
@ -86,7 +86,8 @@
|
||||
"bottomBar": "底部欄",
|
||||
"identity": "身份",
|
||||
"rewardUser": "打賞作者喝杯咖啡表示鼓勵",
|
||||
"content1": "代碼完全免費開源,易讀易懂、界面簡潔美觀,給你的項目多一種選擇與參考。"
|
||||
"content1": "代碼完全免費開源,易讀易懂、界面簡潔美觀,給你的項目多一種選擇與參考。",
|
||||
"topNav": "頂部導航"
|
||||
},
|
||||
"common": {
|
||||
"ok": "確定",
|
||||
@ -163,4 +164,4 @@
|
||||
"oldPwd": "舊密碼",
|
||||
"nickName": "用戶暱稱"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
<h3 class="drawer-title">{{ $t('layout.sysLayoutSet') }}</h3>
|
||||
<div class="drawer-item">
|
||||
<span>{{ $t('layout.open') }} TopNav</span>
|
||||
<span>{{ $t('layout.open') }} {{ $t('layout.topNav') }}</span>
|
||||
<span class="comp-style">
|
||||
<el-switch v-model="topNav" class="drawer-switch" />
|
||||
</span>
|
||||
@ -54,7 +54,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="drawer-item">
|
||||
<span>open {{ $t('layout.bottomBar') }}</span>
|
||||
<span>{{ $t('layout.open') }} {{ $t('layout.bottomBar') }}</span>
|
||||
<span class="comp-style">
|
||||
<el-switch v-model="showFooter" class="drawer-switch" />
|
||||
</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user