📝 更新i18n

This commit is contained in:
7836246
2024-03-18 00:37:32 +08:00
parent 4c6250b1f9
commit 5b84925176
7 changed files with 67 additions and 15 deletions
+14
View File
@@ -8,6 +8,7 @@ export default defineI18nLocale(async locale => {
delete: 'Delete',
reset: 'Reset',
confirm: 'Confirm',
add: 'Add',
}
},
whois:{
@@ -147,6 +148,19 @@ export default defineI18nLocale(async locale => {
currentWindow: 'Current Window',
//新窗口
newWindow: 'New Window',
// 后缀设置
suffixSetting: 'Suffix Settings',
// 后缀管理
suffixManage: 'Suffix Management',
// 自定义后缀
customSuffix: 'Custom Suffix',
// 自定义编辑管理添加后缀
suffixDesc: 'Customize the suffix to be added',
// 管理
manage: 'Manage',
suffixPlaceholder: 'Please enter the suffix',
whoisPlaceholder: 'Please enter the whois server',
suffixExist: 'The suffix already exists',
},
}
})
+16
View File
@@ -10,6 +10,8 @@ export default defineI18nLocale(async locale => {
reset: '重置',
//確定
confirm: '確定',
//新增
add: '新增',
}
},
whois: {
@@ -153,6 +155,20 @@ export default defineI18nLocale(async locale => {
currentWindow: '當前視窗',
// 新視窗
newWindow: '新視窗',
// 字尾設定
suffixSetting: '字尾設定',
// 字尾管理
suffixManage: '字尾管理',
// 自定義字尾
customSuffix: '自定義字尾',
// 自定義編輯管理新增字尾
suffixDesc: '自定義編輯管理新增字尾',
// 管理
manage: '管理',
suffixPlaceholder: '域名字尾,如 .cn',
whoisPlaceholder: 'Whois伺服器,如 whois.cnnic.net.cn',
// 字尾已存在
suffixExist: '字尾已存在',
}
}
})
+16
View File
@@ -11,6 +11,8 @@ export default defineI18nLocale(async locale => {
reset: '重置',
//确定
confirm: '确定',
//添加
add: '添加',
}
},
whois:{
@@ -159,6 +161,20 @@ export default defineI18nLocale(async locale => {
currentWindow: '当前窗口',
// 新窗口
newWindow: '新窗口',
// 后缀设置
suffixSetting: '后缀设置',
// 后缀管理
suffixManage: '后缀管理',
// 自定义后缀
customSuffix: '自定义后缀',
// 自定义编辑管理添加后缀
suffixDesc: '自定义编辑管理添加后缀',
// 管理
manage: '管理',
suffixPlaceholder: '域名后缀,如 .cn',
whoisPlaceholder: 'Whois服务器,如 whois.cnnic.net.cn',
// 后缀已存在
suffixExist: '后缀已存在',
}
}
})