🎨 增加 Go 后端

This commit is contained in:
江西小徐
2024-04-07 11:08:05 +08:00
parent 04c82ab25d
commit 61275be2bf
165 changed files with 7043 additions and 3599 deletions
+167
View File
@@ -0,0 +1,167 @@
export default defineI18nLocale(async locale => {
return {
app: {
title: 'Nuxt Whois',
},
common: {
actions: {
delete: 'Delete',
reset: 'Reset',
confirm: 'Confirm',
add: 'Add',
cancel: 'Cancel',
}
},
whois: {
title: 'Whois Query',
description: 'Query the Whois information of {domain}, including registrant contact information, domain status, DNS records and other detailed information. Quickly and accurately obtain domain ownership and registration information.',
keywords: 'Whois query, {domain}, domain information, domain owner, domain registration information'
},
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',
//DNS query result
dnsResult: 'DNS query result',
//A record
aRecord: 'A record',
//NS record
nsRecord: 'NS record',
//SOA record
soaRecord: 'SOA record',
},
history: {
//Query history
title: 'Query History',
//Only keep the last 30/{{ styleStore.getHistory.length }} records
tips: 'Only keep the last 30/{length} records',
//Domain
domain: 'Domain',
//Query type
type: 'Query Type',
//Query time
time: 'Query Time',
//Operation
actions: 'Actions',
//There is currently no query history.
empty: 'There is currently no query history.',
},
index: {
tips: 'The information you submit for your query will not be recorded!',
placeholder: 'Please enter a domain name',
onSubmit: 'Submit',
title: 'WHOIS and Dns Query Tool Website',
description: 'Provide domain WHOIS query, domain DNS query, domain registrar query, domain registration information query and other services',
keywords: 'Domain whois query, whois query, whois information query, whois query tool, whois query website, whois query api, whois query interface',
support: 'Currently only the following suffixes are supported',
},
error: {
formatDomain: 'Error formatting domain name',
validDomain: 'Domain must contain a valid top-level domain',
notFound: 'Domain not found',
},
result: {
result: 'Query Result',
title: 'WHOIS Query Result',
description: 'Here is the WHOIS information for the domain you queried',
domain: 'Domain Name',
//数据源
source: 'Source',
//注册商
registrar: 'Registrar',
//更新日
updateDate: 'Updated Date',
//注册日
createDate: 'Creation Date',
//到期日
expirationDate: 'Registry Expiry Date',
//IANAID
ianaId: 'IANAID',
//状态
status: 'Domain Status',
//DNS
dns: 'DNS',
//DNSSEC
dnssec: 'DNSSEC',
//原始数据
rawData: 'Raw Data',
},
footer: {
text: '© 2024 Whois Query. All rights reserved.',
api: 'API Documentation'
},
api: {
h1: 'Whois Key Information Extraction API',
//接口地址
url: 'API URL',
//请求方式
method: 'Request Method',
//请求参数
params: 'Request Parameters',
//输入参数
input: 'Input Parameters',
//输出参数
output: 'Output Parameters',
//返回处理后的whois字符串
whois: 'Returns the processed whois string',
//名称
name: 'Name',
//类型
type: 'Type',
//描述
desc: 'Description',
required: 'Required',
domain: 'Domain',
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',
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',
// 后缀设置
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',
},
}
})
+175
View File
@@ -0,0 +1,175 @@
export default defineI18nLocale(async locale => {
return {
app: {
title: 'Nuxt Whois',
},
common: {
actions: {
delete: '刪除',
//重置
reset: '重置',
//確定
confirm: '確定',
//新增
add: '新增',
cancel: '取消',
}
},
whois: {
title: 'Whois查詢',
description: '查詢{domain}的Whois信息,包括註冊者聯繫方式、域名狀態、DNS記錄等詳細信息。快速、準確地獲取域名所有權和註冊信息。',
keywords: 'Whois查詢, {domain}, 域名信息, 域名所有者, 域名註冊信息'
},
dns: {
title: 'DNS查詢',
description: '查詢{domain}的DNS記錄,包括A記錄、AAAA記錄、CNAME記錄、MX記錄、NS記錄、TXT記錄等。',
keywords: 'DNS查詢, {domain}, 域名解析, 域名解析記錄',
//DNS查詢結果
dnsResult: 'DNS查詢結果',
//A記錄
aRecord: 'A記錄',
//NS記錄
nsRecord: 'NS記錄',
//SOA記錄
soaRecord: 'SOA記錄',
},
history: {
//查詢歷史
title: '查詢歷史',
//只保留最近 30/{{ styleStore.getHistory.length }} 條記錄
tips: '只保留最近 30/{length} 條記錄',
//域名
domain: '域名',
//查詢型別
type: '查詢型別',
//查詢時間
time: '查詢時間',
//操作
actions: '操作',
//當前沒有查詢歷史記錄。
empty: '當前沒有查詢歷史記錄。',
},
index: {
tips: '您提交的查詢信息不會被記錄!',
placeholder: '請輸入域名',
onSubmit: '提交',
title: 'WHOIS與Dns查詢工具網站',
description: '提供域名WHOIS查詢、域名DNS查詢、域名註冊商查詢、域名註冊信息查詢等服務',
keywords: '域名whois查詢,whois查詢,whois信息查詢,whois查詢工具,whois查詢網站,whois查詢api,whois查詢接口',
support: '目前僅支持以下後綴',
},
error: {
formatDomain: '域名格式錯誤',
validDomain: '域名必須包含有效的頂級域',
notFound: '未找到域名資料',
},
result: {
result: '查詢結果',
title: 'WHOIS查詢結果',
description: '以下是您查詢的域名的WHOIS資訊',
domain: '域名',
//数据源
source: '資料來源',
//注册商
registrar: '註冊商',
//更新日
updateDate: '更新日',
//注册日
createDate: '註冊日',
//到期日
expirationDate: '到期日',
//IANAID
ianaId: 'IANAID',
//状态
status: '狀態',
//DNS
dns: 'DNS',
//DNSSEC
dnssec: 'DNSSEC',
//原始数据
rawData: '原始資料',
},
footer: {
text: '© 2024 Whois查詢. All rights reserved.',
api: 'API文檔'
},
api: {
h1: 'Whois關鍵信息提取API',
//接口地址
url: '接口地址',
//请求方式
method: '請求方式',
//请求参数
params: '請求參數',
//输入参数
input: '輸入參數',
//输出参数
output: '輸出參數',
//返回处理后的whois字符串
whois: '返回處理後的whois字符串',
//名称
name: '名稱',
//类型
type: '類型',
//描述
desc: '描述',
required: '必填',
domain: '域名',
title: 'Whois關鍵信息提取API',
description: '提取域名WHOIS信息中的關鍵信息,包括註冊商、註冊日期、到期日期、DNS、狀態等。',
keywords: '域名whois查詢,whois查詢,whois信息查詢,whois查詢工具,whois查詢網站,whois查詢api,whois查詢接口',
},
popper: {
//支援列表
support: '支援列表',
//查詢歷史
history: '查詢歷史',
//Dns查詢
dns: 'DNS查詢',
//網站設定
setting: '網站設定',
//主題模式
theme: '主題模式',
//語言設定
language: '語言設定',
//切換DNS伺服器
dnsChange: '切換DNS伺服器',
},
settings: {
//全域性設定
title: '全域性設定',
//歷史記錄保留
history: '歷史記錄保留',
//連結跳轉方式
linkOpenType: '連結跳轉方式',
//選擇榜單列表內容的跳轉方式
linkOpenTypeDesc: '選擇网页內容的跳轉方式',
//雜項設定
miscellaneous: '雜項設定',
//重置所有資料
reset: '重置所有資料',
//重置所有資料,你的自定義設定都將會丟失
resetDesc: '重置所有資料,你的自定義設定都將會丟失',
//確認重置所有資料?你的自定義設定都將會丟失!
resetConfirm: '確認重置所有資料?你的自定義設定都將會丟失!',
// 當前視窗
currentWindow: '當前視窗',
// 新視窗
newWindow: '新視窗',
// 字尾設定
suffixSetting: '字尾設定',
// 字尾管理
suffixManage: '字尾管理',
// 自定義字尾
customSuffix: '自定義字尾',
// 自定義編輯管理新增字尾
suffixDesc: '自定義編輯管理新增字尾',
// 管理
manage: '管理',
suffixPlaceholder: '域名字尾,如 .cn',
whoisPlaceholder: 'Whois伺服器,如 whois.cnnic.net.cn',
// 字尾已存在
suffixExist: '字尾已存在',
}
}
})
+182
View File
@@ -0,0 +1,182 @@
export default defineI18nLocale(async locale => {
return {
app: {
title: 'Nuxt Whois',
},
common: {
actions: {
//删除
delete: '删除',
//重置
reset: '重置',
//确定
confirm: '确定',
//添加
add: '添加',
cancel: '取消',
}
},
whois: {
title: "Whois查询",
description: "查询{domain}的Whois信息,包括注册者联系方式、域名状态、DNS记录等详细信息。快速、准确地获取域名所有权和注册信息。",
keywords: "Whois查询, {domain}, 域名信息, 域名所有者, 域名注册信息"
},
dns: {
title: 'DNS查询',
description: '查询{domain}的DNS记录,包括A记录、AAAA记录、CNAME记录、MX记录、NS记录、TXT记录等。',
keywords: 'DNS查询, {domain}, 域名解析, 域名解析记录',
//DNS查询结果
dnsResult: 'DNS查询结果',
//A记录
aRecord: 'A记录',
//NS记录
nsRecord: 'NS记录',
//SOA记录
soaRecord: 'SOA记录',
},
history: {
//查询历史
title: '查询历史',
//只保留最近 30/{{ styleStore.getHistory.length }} 条记录
tips: '只保留最近 30/{length} 条记录',
//域名
domain: '域名',
//查询类型
type: '查询类型',
//查询时间
time: '查询时间',
//操作
actions: '操作',
//当前没有查询历史记录。
empty: '当前没有查询历史记录。',
},
index: {
tips: '您提交的查询信息不会被记录!',
placeholder: '请输入域名',
onSubmit: '提交',
title: 'Whois与Dns查询工具网站',
description: '提供域名WHOIS查询、域名DNS查询、域名注册商查询、域名注册信息查询等服务',
keywords: '域名whois查询,whois查询,whois信息查询,whois查询工具,whois查询网站,whois查询api,whois查询接口',
//目前仅支持以下后缀
support: '目前仅支持以下后缀',
},
error: {
formatDomain: '域名格式错误',
//域名必须包含有效的顶级域
validDomain: '域名必须包含有效的顶级域',
notFound: '未找到域名信息,可能是后缀不支持,也可能是当前 Api 不支持,请更换尝试!',
},
result: {
result: '查询结果',
title: 'WHOIS查询结果',
description: '以下是您查询的域名的WHOIS信息',
domain: '域名',
//数据源
source: '数据源',
//注册商
registrar: '注册商',
//更新日
updateDate: '更新日',
//注册日
createDate: '注册日',
//到期日
expirationDate: '到期日',
//IANAID
ianaId: 'IANAID',
//状态
status: '状态',
//DNS
dns: 'DNS',
//DNSSEC
dnssec: 'DNSSEC',
//原始数据
rawData: '原始数据',
},
footer: {
text: '© 2024 Whois查询. All rights reserved.',
//API文档
api: 'API文档'
},
api: {
h1: 'Whois关键信息提取API',
//接口地址
url: '接口地址',
//请求方式
method: '请求方式',
//请求参数
params: '请求参数',
//输入参数
input: '输入参数',
//输出参数
output: '输出参数',
//返回处理后的whois字符串
whois: '返回处理后的whois字符串',
//名称
name: '名称',
//类型
type: '类型',
//描述
desc: '描述',
//必选
required: '必选',
//域名
domain: '域名',
title: 'Whois关键信息提取API',
description: '提取域名WHOIS信息中的关键信息,包括注册商、注册日期、到期日期、DNS、状态等。',
keywords: '域名whois查询,whois查询,whois信息查询,whois查询工具,whois查询网站,whois查询api,whois查询接口',
},
popper: {
//支持列表
support: '支持列表',
//查询历史
history: '查询历史',
//Dns查询
dns: 'Dns查询',
//网站设置
setting: '网站设置',
//主题模式
theme: '主题模式',
//语言设置
language: '切换语言',
//dnsChange
dnsChange: '切换DNS服务器',
},
settings: {
//全局设置
title: '全局设置',
//历史记录保留
history: '历史记录保留',
//链接跳转方式
linkOpenType: '链接跳转方式',
//选择榜单列表内容的跳转方式
linkOpenTypeDesc: '选择网页的跳转方式',
//杂项设置
miscellaneous: '杂项设置',
//重置所有数据
reset: '重置所有数据',
//重置所有数据,你的自定义设置都将会丢失
resetDesc: '重置所有数据,你的自定义设置都将会丢失',
//确认重置所有数据?你的自定义设置都将会丢失!
resetConfirm: '确认重置所有数据?你的自定义设置都将会丢失!',
// 当前窗口
currentWindow: '当前窗口',
// 新窗口
newWindow: '新窗口',
// 后缀设置
suffixSetting: '后缀设置',
// 后缀管理
suffixManage: '后缀管理',
// 自定义后缀
customSuffix: '自定义后缀',
// 自定义编辑管理添加后缀
suffixDesc: '自定义编辑管理添加后缀',
// 管理
manage: '管理',
suffixPlaceholder: '域名后缀,如 .cn',
whoisPlaceholder: 'Whois服务器,如 whois.cnnic.net.cn',
// 后缀已存在
suffixExist: '后缀已存在',
}
}
})