👔 完成历史记录功能优化多语言

This commit is contained in:
7836246
2024-03-03 07:17:26 +08:00
parent f9693bd560
commit 0ea2d2a3df
12 changed files with 257 additions and 16 deletions
+9 -1
View File
@@ -11,7 +11,15 @@ export default defineI18nLocale(async locale => {
dns:{
title: 'DNS Query',
description: 'Query the DNS records of {domain}, including A records, AAAA records, CNAME records, MX records, NS records, TXT records, etc.',
keywords: 'DNS query, {domain}, domain resolution, domain resolution record'
keywords: 'DNS query, {domain}, domain resolution, domain resolution record',
//DNS query result
dnsResult: 'DNS query result',
//A record
aRecord: 'A record',
//NS record
nsRecord: 'NS record',
//SOA record
soaRecord: 'SOA record',
},
index: {
tips: 'The information you submit for your query will not be recorded!',
+9 -1
View File
@@ -11,7 +11,15 @@ export default defineI18nLocale(async locale => {
dns: {
title: 'DNS查詢',
description: '查詢{domain}的DNS記錄,包括A記錄、AAAA記錄、CNAME記錄、MX記錄、NS記錄、TXT記錄等。',
keywords: 'DNS查詢, {domain}, 域名解析, 域名解析記錄'
keywords: 'DNS查詢, {domain}, 域名解析, 域名解析記錄',
//DNS查詢結果
dnsResult: 'DNS查詢結果',
//A記錄
aRecord: 'A記錄',
//NS記錄
nsRecord: 'NS記錄',
//SOA記錄
soaRecord: 'SOA記錄',
},
index: {
tips: '您提交的查詢信息不會被記錄!',
+10 -2
View File
@@ -11,13 +11,21 @@ export default defineI18nLocale(async locale => {
dns:{
title: 'DNS查询',
description: '查询{domain}的DNS记录,包括A记录、AAAA记录、CNAME记录、MX记录、NS记录、TXT记录等。',
keywords: 'DNS查询, {domain}, 域名解析, 域名解析记录'
keywords: 'DNS查询, {domain}, 域名解析, 域名解析记录',
//DNS查询结果
dnsResult: 'DNS查询结果',
//A记录
aRecord: 'A记录',
//NS记录
nsRecord: 'NS记录',
//SOA记录
soaRecord: 'SOA记录',
},
index: {
tips: '您提交的查询信息不会被记录!',
placeholder: '请输入域名',
onSubmit: '提交',
title: 'WHOIS与Dns查询工具网站',
title: 'Whois与Dns查询工具网站',
description: '提供域名WHOIS查询、域名DNS查询、域名注册商查询、域名注册信息查询等服务',
keywords: '域名whois查询,whois查询,whois信息查询,whois查询工具,whois查询网站,whois查询api,whois查询接口',
},