🚧 预计增加网站设置和历史
This commit is contained in:
+11
@@ -81,6 +81,17 @@ export default defineI18nLocale(async locale => {
|
||||
title: 'Whois Key Information Extraction API',
|
||||
description: 'Extract key information from domain WHOIS information, including registrar, creation date, expiration date, DNS, status, etc.',
|
||||
keywords: 'Domain whois query, whois query, whois information query, whois query tool, whois query website, whois query api, whois query interface',
|
||||
},
|
||||
popper: {
|
||||
//支持列表
|
||||
support: 'Support List',
|
||||
//history
|
||||
history: 'Query History',
|
||||
//支持的DNS服务器列表
|
||||
dns: 'Supported DNS Server List',
|
||||
setting: 'Website Settings',
|
||||
theme: 'Theme',
|
||||
language: 'Language',
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
+17
-3
@@ -3,12 +3,12 @@ export default defineI18nLocale(async locale => {
|
||||
app: {
|
||||
title: 'Nuxt Whois',
|
||||
},
|
||||
whois:{
|
||||
whois: {
|
||||
title: 'Whois查詢',
|
||||
description: '查詢{domain}的Whois信息,包括註冊者聯繫方式、域名狀態、DNS記錄等詳細信息。快速、準確地獲取域名所有權和註冊信息。',
|
||||
keywords: 'Whois查詢, {domain}, 域名信息, 域名所有者, 域名註冊信息'
|
||||
},
|
||||
dns:{
|
||||
dns: {
|
||||
title: 'DNS查詢',
|
||||
description: '查詢{domain}的DNS記錄,包括A記錄、AAAA記錄、CNAME記錄、MX記錄、NS記錄、TXT記錄等。',
|
||||
keywords: 'DNS查詢, {domain}, 域名解析, 域名解析記錄'
|
||||
@@ -21,7 +21,7 @@ export default defineI18nLocale(async locale => {
|
||||
description: '提供域名WHOIS查詢、域名DNS查詢、域名註冊商查詢、域名註冊信息查詢等服務',
|
||||
keywords: '域名whois查詢,whois查詢,whois信息查詢,whois查詢工具,whois查詢網站,whois查詢api,whois查詢接口',
|
||||
},
|
||||
error:{
|
||||
error: {
|
||||
formatDomain: '域名格式錯誤',
|
||||
validDomain: '域名必須包含有效的頂級域',
|
||||
notFound: '未找到域名資料',
|
||||
@@ -81,6 +81,20 @@ export default defineI18nLocale(async locale => {
|
||||
title: 'Whois關鍵信息提取API',
|
||||
description: '提取域名WHOIS信息中的關鍵信息,包括註冊商、註冊日期、到期日期、DNS、狀態等。',
|
||||
keywords: '域名whois查詢,whois查詢,whois信息查詢,whois查詢工具,whois查詢網站,whois查詢api,whois查詢接口',
|
||||
},
|
||||
popper: {
|
||||
//支援列表
|
||||
support: '支援列表',
|
||||
//查詢歷史
|
||||
history: '查詢歷史',
|
||||
//Dns查詢
|
||||
dns: 'DNS查詢',
|
||||
//網站設定
|
||||
setting: '網站設定',
|
||||
//主題模式
|
||||
theme: '主題模式',
|
||||
//語言設定
|
||||
language: '語言設定',
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
+14
@@ -85,6 +85,20 @@ export default defineI18nLocale(async locale => {
|
||||
title: 'Whois关键信息提取API',
|
||||
description: '提取域名WHOIS信息中的关键信息,包括注册商、注册日期、到期日期、DNS、状态等。',
|
||||
keywords: '域名whois查询,whois查询,whois信息查询,whois查询工具,whois查询网站,whois查询api,whois查询接口',
|
||||
},
|
||||
popper: {
|
||||
//支持列表
|
||||
support: '支持列表',
|
||||
//查询历史
|
||||
history: '查询历史',
|
||||
//Dns查询
|
||||
dns: 'Dns查询',
|
||||
//网站设置
|
||||
setting: '网站设置',
|
||||
//主题模式
|
||||
theme: '主题模式',
|
||||
//语言设置
|
||||
language: '切换语言',
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user