mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-13 06:30:11 +00:00
82 lines
3.1 KiB
JSON
82 lines
3.1 KiB
JSON
{
|
|
"common.save": "Save",
|
|
"common.save.succeeded.message": "Save Successful",
|
|
"common.save.failed.message": "Save Failed",
|
|
"common.add": "Add",
|
|
"common.edit": "Edit",
|
|
"common.copy": "Copy",
|
|
"common.download": "Download",
|
|
"common.delete": "Delete",
|
|
"common.delete.succeeded.message": "Delete Successful",
|
|
"common.delete.failed.message": "Delete Failed",
|
|
"common.next": "Next",
|
|
"common.confirm": "Confirm",
|
|
"common.cancel": "Cancel",
|
|
"common.submit": "Submit",
|
|
"common.update": "Update",
|
|
"common.update.succeeded.message": "Update Successful",
|
|
"common.update.failed.message": "Update Failed",
|
|
|
|
"common.text.domain": "Domain",
|
|
"common.text.domain.empty": "No Domain",
|
|
"common.text.ip": "IP Address",
|
|
"common.text.ip.empty": "No IP address",
|
|
"common.text.dns": "Domain Name Server",
|
|
"common.text.dns.empty": "No DNS",
|
|
"common.text.ca": "Certificate Authority",
|
|
"common.text.provider": "Provider",
|
|
"common.text.name": "Name",
|
|
"common.text.created_at": "Created At",
|
|
"common.text.updated_at": "Updated At",
|
|
"common.text.operations": "Operations",
|
|
"common.text.nodata": "No data available",
|
|
|
|
"common.menu.settings": "Settings",
|
|
"common.menu.logout": "Logout",
|
|
"common.menu.document": "Document",
|
|
|
|
"common.pagination.next": "Next",
|
|
"common.pagination.prev": "Previous",
|
|
"common.pagination.more": "More pages",
|
|
|
|
"common.theme.light": "Light",
|
|
"common.theme.dark": "Dark",
|
|
"common.theme.system": "System",
|
|
|
|
"common.errmsg.string_max": "Please enter no more than {{max}} characters",
|
|
"common.errmsg.email_invalid": "Please enter a valid email address",
|
|
"common.errmsg.email_empty": "Please enter email",
|
|
"common.errmsg.email_duplicate": "Email already exists",
|
|
"common.errmsg.domain_invalid": "Please enter domain",
|
|
"common.errmsg.host_invalid": "Please enter the correct domain name or IP",
|
|
"common.errmsg.ip_invalid": "Please enter IP",
|
|
"common.errmsg.url_invalid": "Please enter a valid URL",
|
|
|
|
"common.provider.aliyun": "Alibaba Cloud",
|
|
"common.provider.aliyun.oss": "Alibaba Cloud - OSS",
|
|
"common.provider.aliyun.cdn": "Alibaba Cloud - CDN",
|
|
"common.provider.aliyun.dcdn": "Alibaba Cloud - DCDN",
|
|
"common.provider.tencent": "Tencent",
|
|
"common.provider.tencent.cdn": "Tencent - CDN",
|
|
"common.provider.tencent.clb": "Tencent - CLB",
|
|
"common.provider.tencent.cos": "Tencent - COS",
|
|
"common.provider.huaweicloud": "Huawei Cloud",
|
|
"common.provider.huaweicloud.cdn": "Huawei Cloud - CDN",
|
|
"common.provider.qiniu": "Qiniu",
|
|
"common.provider.qiniu.cdn": "Qiniu - CDN",
|
|
"common.provider.aws": "AWS",
|
|
"common.provider.cloudflare": "Cloudflare",
|
|
"common.provider.namesilo": "Namesilo",
|
|
"common.provider.godaddy": "GoDaddy",
|
|
"common.provider.pdns": "PowerDNS",
|
|
"common.provider.httpreq": "Http Request",
|
|
"common.provider.local": "Local Deployment",
|
|
"common.provider.ssh": "SSH Deployment",
|
|
"common.provider.webhook": "Webhook",
|
|
"common.provider.kubernetes": "Kubernetes",
|
|
"common.provider.kubernetes.secret": "Kubernetes - Secret",
|
|
"common.provider.dingtalk": "DingTalk",
|
|
"common.provider.telegram": "Telegram",
|
|
"common.provider.lark": "Lark"
|
|
}
|