新增加翻译

This commit is contained in:
不做码农 2022-05-25 18:39:27 +08:00
parent c0140b24ba
commit 8420663d60
3 changed files with 7 additions and 4 deletions

View File

@ -84,7 +84,8 @@ export default {
technicalSelection: 'Technical selection',
frontendTechnology: 'Front-end technology',
backendTechnology: 'Backend technology',
BackstageManagement: 'Backstage management',
backstageManagement: 'Backstage management',
bottomBar: 'Footer',
},
common: {
ok: 'Ok',

View File

@ -85,6 +85,7 @@ export default {
frontendTechnology: '前端技术',
backendTechnology: '后端技术',
BackstageManagement: '后台管理',
bottomBar: '底部栏',
},
common: {
ok: '确定',
@ -129,7 +130,7 @@ export default {
multi: '批量',
upload: '上传',
view: '查看',
copy: '複製',
copy: '复制',
operate: '操作'
}
};

View File

@ -83,7 +83,8 @@ export default {
technicalSelection: '技術選型',
frontendTechnology: '前端技術',
backendTechnology: '後端技術',
BackstageManagement: '後台管理',
backstageManagement: '後台管理',
bottomBar: '底部欄',
},
common: {
ok: '確定',
@ -125,7 +126,7 @@ export default {
save: '保存',
upload: '上傳',
view: '查看',
copy: '复制',
copy: '複製',
operate: '操作'
}
};