feat: improve tooltips and i18n for frontend (#1645)

* feat: Add english tooltips

* fix: add untranslated tooltips
This commit is contained in:
wht
2023-03-16 14:53:58 +08:00
committed by GitHub
parent eeba21bf0d
commit dd939b5c7e
2 changed files with 199 additions and 199 deletions

View File

@ -90,9 +90,9 @@
},
"cert": {
"Bit size": "位大小",
"Bit size - Tooltip": "位大小 - 工具提示",
"Bit size - Tooltip": "秘钥长度",
"Certificate": "证书",
"Certificate - Tooltip": "证书 - 工具提示",
"Certificate - Tooltip": "在你的服务器上配置的公钥,用于解密签名",
"Certificate copied to clipboard successfully": "证书已成功复制到剪贴板",
"Copy certificate": "复制证书",
"Copy private key": "复制私钥",
@ -102,15 +102,15 @@
"Download private key": "下载私钥",
"Edit Cert": "编辑证书",
"Expire in years": "有效期(年)",
"Expire in years - Tooltip": "到期年份-工具提示",
"Expire in years - Tooltip": "到期年份",
"New Cert": "添加证书",
"Private key": "私钥",
"Private key - Tooltip": "私钥 - 工具提示",
"Private key - Tooltip": "私钥用于生成秘钥",
"Private key copied to clipboard successfully": "私钥已成功复制到剪贴板",
"Scope": "用途",
"Scope - Tooltip": "范围 - 工具提示",
"Scope - Tooltip": "证书作用范围",
"Type": "类型",
"Type - Tooltip": "类型 - 工具提示"
"Type - Tooltip": "证书的类型"
},
"code": {
"Code You Received": "验证码",
@ -253,7 +253,7 @@
"Successfully deleted": "删除成功",
"Successfully saved": "保存成功",
"Supported country codes": "支持的国家代码",
"Supported country codes - Tooltip": "支持发送短信的国家 - Tooltip",
"Supported country codes - Tooltip": "支持发送短信的国家",
"Sure to delete": "确定删除",
"Swagger": "API文档",
"Sync": "同步",