优化翻译
This commit is contained in:
parent
11f7c181d6
commit
6d3ba9e283
@ -86,7 +86,8 @@
|
|||||||
"backstageManagement": "Backstage management",
|
"backstageManagement": "Backstage management",
|
||||||
"bottomBar": "Footer",
|
"bottomBar": "Footer",
|
||||||
"identity": "Identity",
|
"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": {
|
"common": {
|
||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
|
|||||||
@ -86,7 +86,8 @@
|
|||||||
"backstageManagement": "后台管理",
|
"backstageManagement": "后台管理",
|
||||||
"bottomBar": "底部栏",
|
"bottomBar": "底部栏",
|
||||||
"identity": "身份",
|
"identity": "身份",
|
||||||
"content1": "代码完全免费开源,易读易懂、界面简洁美观,给你的项目多一种选择与参考。"
|
"content1": "代码完全免费开源,易读易懂、界面简洁美观,给你的项目多一种选择与参考。",
|
||||||
|
"topNav": "顶部导航"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"ok": "确定",
|
"ok": "确定",
|
||||||
|
|||||||
@ -86,7 +86,8 @@
|
|||||||
"bottomBar": "底部欄",
|
"bottomBar": "底部欄",
|
||||||
"identity": "身份",
|
"identity": "身份",
|
||||||
"rewardUser": "打賞作者喝杯咖啡表示鼓勵",
|
"rewardUser": "打賞作者喝杯咖啡表示鼓勵",
|
||||||
"content1": "代碼完全免費開源,易讀易懂、界面簡潔美觀,給你的項目多一種選擇與參考。"
|
"content1": "代碼完全免費開源,易讀易懂、界面簡潔美觀,給你的項目多一種選擇與參考。",
|
||||||
|
"topNav": "頂部導航"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"ok": "確定",
|
"ok": "確定",
|
||||||
|
|||||||
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
<h3 class="drawer-title">{{ $t('layout.sysLayoutSet') }}</h3>
|
<h3 class="drawer-title">{{ $t('layout.sysLayoutSet') }}</h3>
|
||||||
<div class="drawer-item">
|
<div class="drawer-item">
|
||||||
<span>{{ $t('layout.open') }} TopNav</span>
|
<span>{{ $t('layout.open') }} {{ $t('layout.topNav') }}</span>
|
||||||
<span class="comp-style">
|
<span class="comp-style">
|
||||||
<el-switch v-model="topNav" class="drawer-switch" />
|
<el-switch v-model="topNav" class="drawer-switch" />
|
||||||
</span>
|
</span>
|
||||||
@ -54,7 +54,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="drawer-item">
|
<div class="drawer-item">
|
||||||
<span>open {{ $t('layout.bottomBar') }}</span>
|
<span>{{ $t('layout.open') }} {{ $t('layout.bottomBar') }}</span>
|
||||||
<span class="comp-style">
|
<span class="comp-style">
|
||||||
<el-switch v-model="showFooter" class="drawer-switch" />
|
<el-switch v-model="showFooter" class="drawer-switch" />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user