mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
modify ambiguous language type
This commit is contained in:
parent
00d3326fb6
commit
26eb277417
@ -580,9 +580,9 @@ const LANGUAGES = {
|
||||
flag: '🇩🇪',
|
||||
title: 'German',
|
||||
},
|
||||
zh: {
|
||||
zh_cn: {
|
||||
flag: '🇨🇳',
|
||||
title: 'Chinese',
|
||||
title: 'Simplified Chinese',
|
||||
},
|
||||
fr: {
|
||||
flag: '🇫🇷',
|
||||
|
@ -6,7 +6,7 @@ export default {
|
||||
askDeleteInv: '您确实要删除此主机配置吗?',
|
||||
askDeleteKey: '您确定要删除此密钥吗?',
|
||||
askDeleteRepo: '您确定要删除此存储库吗?',
|
||||
askDeleteProj: '您确定要删除此项目吗?',
|
||||
askDeleteProj: '您确定要删除此项目吗?',
|
||||
askDeleteTMem: '您确定要删除此团队成员吗?',
|
||||
edit: '编辑',
|
||||
nnew: '新建',
|
Loading…
Reference in New Issue
Block a user