finish i18n for now
This commit is contained in:
parent
79e3db6078
commit
d4e7f83131
5 changed files with 75 additions and 21 deletions
|
|
@ -51,7 +51,8 @@
|
|||
"new_password_label": "新密码 (至少8位)",
|
||||
"confirm_new_password_label": "确认新密码",
|
||||
"reset_password_btn": "重置密码",
|
||||
"resetting_password_btn": "重置中..."
|
||||
"resetting_password_btn": "重置中...",
|
||||
"interface_settings_title": "界面设置"
|
||||
},
|
||||
"login": {
|
||||
"page_title": "登录 - CaddyDash",
|
||||
|
|
@ -98,7 +99,31 @@
|
|||
"legend_features": "附加功能",
|
||||
"feature_log": "启用日志",
|
||||
"feature_error_page": "启用错误页",
|
||||
"feature_encode": "启用压缩"
|
||||
"feature_encode": "启用压缩",
|
||||
"legend_general_options": "通用选项",
|
||||
"admin_api_port_label": "管理API端口 (只读)",
|
||||
"http_port_label": "HTTP 端口",
|
||||
"https_port_label": "HTTPS 端口",
|
||||
"enable_debug_mode": "启用Debug模式",
|
||||
"enable_prometheus_metrics": "启用Prometheus指标",
|
||||
"legend_main_log_config": "主日志配置",
|
||||
"log_level_label": "日志级别",
|
||||
"log_rotate_size_label": "滚动大小",
|
||||
"log_rotate_size_placeholder": "例如: 10MB",
|
||||
"log_rotate_keep_label": "保留文件数",
|
||||
"log_rotate_keep_placeholder": "例如: 10",
|
||||
"log_rotate_keep_for_time_label": "保留时间",
|
||||
"log_rotate_keep_for_time_placeholder": "例如: 24h",
|
||||
"legend_global_tls_config": "全局TLS配置 (ACME)",
|
||||
"enable_global_dns_challenge": "启用全局 DNS Challenge",
|
||||
"dns_provider_label": "DNS 提供商",
|
||||
"acme_email_label": "ACME 邮箱",
|
||||
"acme_email_placeholder": "用于证书申请和续订通知",
|
||||
"api_token_label": "API Token (或等效凭证)",
|
||||
"legend_ech_config": "加密客户端问候 (ECH)",
|
||||
"enable_ech_experimental": "启用 ECH (实验性功能)",
|
||||
"ech_outer_sni_label": "ECH Outer SNI",
|
||||
"ech_outer_sni_placeholder": "例如: ech.example.com"
|
||||
},
|
||||
"dialogs": {
|
||||
"unsaved_changes_title": "未保存的更改",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue