mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-16 16:09:58 +00:00
51 lines
1.8 KiB
JSON
51 lines
1.8 KiB
JSON
{
|
|
"common.button.add": "Add",
|
|
"common.button.cancel": "Cancel",
|
|
"common.button.copy": "Copy",
|
|
"common.button.delete": "Delete",
|
|
"common.button.edit": "Edit",
|
|
"common.button.more": "More",
|
|
"common.button.ok": "Ok",
|
|
"common.button.reset": "Reset",
|
|
"common.button.save": "Save",
|
|
"common.button.submit": "Submit",
|
|
|
|
"common.text.copied": "Copied",
|
|
"common.text.nodata": "No data available",
|
|
"common.text.operation_confirm": "Operation confirm",
|
|
"common.text.operation_succeeded": "Operation succeeded",
|
|
"common.text.operation_failed": "Operation failed",
|
|
"common.text.request_error": "Request error",
|
|
"common.text.search": "Search ...",
|
|
|
|
"common.menu.theme": "Change theme",
|
|
"common.menu.locale": "Change language",
|
|
"common.menu.settings": "Settings",
|
|
"common.menu.logout": "Log-out",
|
|
"common.menu.document": "Document",
|
|
|
|
"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.domain_invalid": "Please enter a valid domain name",
|
|
"common.errmsg.host_invalid": "Please enter a valid domain name or IP address",
|
|
"common.errmsg.port_invalid": "Please enter a valid port",
|
|
"common.errmsg.ip_invalid": "Please enter a valid IP address",
|
|
"common.errmsg.url_invalid": "Please enter a valid URL",
|
|
|
|
"common.notifier.bark": "Bark",
|
|
"common.notifier.dingtalk": "DingTalk",
|
|
"common.notifier.email": "Email",
|
|
"common.notifier.gotify": "Gotify",
|
|
"common.notifier.lark": "Lark",
|
|
"common.notifier.pushover": "Pushover",
|
|
"common.notifier.pushplus": "PushPlus",
|
|
"common.notifier.serverchan": "ServerChan",
|
|
"common.notifier.telegram": "Telegram",
|
|
"common.notifier.webhook": "Webhook",
|
|
"common.notifier.wecom": "WeCom"
|
|
}
|