modify ambiguous language type

This commit is contained in:
dragon 2024-01-29 17:07:01 +08:00
parent 00d3326fb6
commit 26eb277417
2 changed files with 3 additions and 3 deletions

View File

@ -580,9 +580,9 @@ const LANGUAGES = {
flag: '🇩🇪',
title: 'German',
},
zh: {
zh_cn: {
flag: '🇨🇳',
title: 'Chinese',
title: 'Simplified Chinese',
},
fr: {
flag: '🇫🇷',

View File

@ -6,7 +6,7 @@ export default {
askDeleteInv: '您确实要删除此主机配置吗?',
askDeleteKey: '您确定要删除此密钥吗?',
askDeleteRepo: '您确定要删除此存储库吗?',
askDeleteProj: '您确定要删除此项目吗?',
askDeleteProj: '您确定要删除此项目吗',
askDeleteTMem: '您确定要删除此团队成员吗?',
edit: '编辑',
nnew: '新建',