🚩 网站设置功能完成

This commit is contained in:
7836246
2024-03-03 18:29:15 +08:00
parent 263ad0a4df
commit c29c6790a1
12 changed files with 313 additions and 8 deletions
+25 -1
View File
@@ -6,6 +6,8 @@ export default defineI18nLocale(async locale => {
common: {
actions: {
delete: 'Delete',
reset: 'Reset',
confirm: 'Confirm',
}
},
whois:{
@@ -123,6 +125,28 @@ export default defineI18nLocale(async locale => {
theme: 'Theme',
language: 'Language',
dnsChange: 'DNS Change',
}
},
settings: {
//全局设置
title: 'Global Settings',
//历史记录保留
history: 'History Retention',
//链接跳转方式
linkOpenType: 'Link Open Type',
//选择榜单列表内容的跳转方式
linkOpenTypeDesc: 'Select the jump method for the list content',
//杂项设置
miscellaneous: 'Miscellaneous Settings',
//重置所有数据
reset: 'Reset All Data',
//重置所有数据,你的自定义设置都将会丢失
resetDesc: 'Reset all data, your custom settings will be lost',
//确认重置所有数据?你的自定义设置都将会丢失!
resetConfirm: 'Confirm reset all data? Your custom settings will be lost!',
// 当前窗口
currentWindow: 'Current Window',
//新窗口
newWindow: 'New Window',
},
}
})
+26
View File
@@ -6,6 +6,10 @@ export default defineI18nLocale(async locale => {
common: {
actions: {
delete: '刪除',
//重置
reset: '重置',
//確定
confirm: '確定',
}
},
whois: {
@@ -127,6 +131,28 @@ export default defineI18nLocale(async locale => {
language: '語言設定',
//切換DNS伺服器
dnsChange: '切換DNS伺服器',
},
settings: {
//全域性設定
title: '全域性設定',
//歷史記錄保留
history: '歷史記錄保留',
//連結跳轉方式
linkOpenType: '連結跳轉方式',
//選擇榜單列表內容的跳轉方式
linkOpenTypeDesc: '選擇榜單列表內容的跳轉方式',
//雜項設定
miscellaneous: '雜項設定',
//重置所有資料
reset: '重置所有資料',
//重置所有資料,你的自定義設定都將會丟失
resetDesc: '重置所有資料,你的自定義設定都將會丟失',
//確認重置所有資料?你的自定義設定都將會丟失!
resetConfirm: '確認重置所有資料?你的自定義設定都將會丟失!',
// 當前視窗
currentWindow: '當前視窗',
// 新視窗
newWindow: '新視窗',
}
}
})
+26
View File
@@ -7,6 +7,10 @@ export default defineI18nLocale(async locale => {
actions: {
//删除
delete: '删除',
//重置
reset: '重置',
//确定
confirm: '确定',
}
},
whois:{
@@ -133,6 +137,28 @@ export default defineI18nLocale(async locale => {
language: '切换语言',
//dnsChange
dnsChange: '切换DNS服务器',
},
settings: {
//全局设置
title: '全局设置',
//历史记录保留
history: '历史记录保留',
//链接跳转方式
linkOpenType: '链接跳转方式',
//选择榜单列表内容的跳转方式
linkOpenTypeDesc: '选择榜单列表内容的跳转方式',
//杂项设置
miscellaneous: '杂项设置',
//重置所有数据
reset: '重置所有数据',
//重置所有数据,你的自定义设置都将会丢失
resetDesc: '重置所有数据,你的自定义设置都将会丢失',
//确认重置所有数据?你的自定义设置都将会丢失!
resetConfirm: '确认重置所有数据?你的自定义设置都将会丢失!',
// 当前窗口
currentWindow: '当前窗口',
// 新窗口
newWindow: '新窗口',
}
}
})