mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Translated using Weblate (Chinese (Simplified))
Currently translated at 32.1% (129 of 401 strings) Translation: YunoHost/admin Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/zh_Hans/
This commit is contained in:
parent
03143318c1
commit
17913cef32
1 changed files with 115 additions and 2 deletions
|
@ -26,9 +26,122 @@
|
|||
"app_info_uninstall_desc": "删除此应用程序。",
|
||||
"app_info_default_desc": "重定向域根到这个应用({domain})。",
|
||||
"unignore": "取消忽略",
|
||||
"last_ran": "最近一次运行:",
|
||||
"last_ran": "上次运行:",
|
||||
"app_info_change_url_disabled_tooltip": "此应用尚未实现该功能",
|
||||
"archive_empty": "空存档",
|
||||
"app_state_lowquality": "低质量",
|
||||
"app_state_inprogress": "暂不工作"
|
||||
"app_state_inprogress": "暂不工作",
|
||||
"ports": "端口",
|
||||
"port": "端口",
|
||||
"logs_more": "显示更多行",
|
||||
"logs_path": "路径",
|
||||
"logs_started_at": "开始",
|
||||
"logs_ended_at": "结束",
|
||||
"logs_error": "错误",
|
||||
"logs_app": "应用日志",
|
||||
"logs_service": "服务日志",
|
||||
"logs": "日志",
|
||||
"path": "路径",
|
||||
"migrations_done": "上次迁移",
|
||||
"migrations_pending": "待定迁移",
|
||||
"migrations": "迁移",
|
||||
"manage_users": "管理用户",
|
||||
"manage_domains": "管理域",
|
||||
"manage_apps": "管理应用",
|
||||
"logout": "登出",
|
||||
"login": "登录",
|
||||
"local_archives": "本地档案",
|
||||
"license": "许可",
|
||||
"label": "标签",
|
||||
"ipv6": "IPv6",
|
||||
"ipv4": "IPv4",
|
||||
"installed": "已安装",
|
||||
"installation_complete": "安装完成",
|
||||
"install_time": "安装时间",
|
||||
"install_name": "安装{id}",
|
||||
"install": "安装",
|
||||
"infos": "信息",
|
||||
"ignore": "忽略",
|
||||
"id": "ID",
|
||||
"hook_data_mail": "邮件",
|
||||
"hook_data_home": "用户密码",
|
||||
"hook_conf_ynh_mysql": "MySQL密码",
|
||||
"hook_conf_ynh_firewall": "防火墙",
|
||||
"hook_conf_nginx": "Nginx",
|
||||
"hook_conf_ssh": "SSH",
|
||||
"hook_conf_ssowat": "SSOwat",
|
||||
"hook_conf_xmpp": "XMPP",
|
||||
"hook_conf_ynh_certs": "SSL证书",
|
||||
"hook_conf_ldap": "LDAP数据库",
|
||||
"hook_conf_ynh_currenthost": "当前主域",
|
||||
"hook_conf_cron": "自动化任务",
|
||||
"hook_adminjs_group_configuration": "系统配置",
|
||||
"home": "家",
|
||||
"history": {
|
||||
"methods": {
|
||||
"DELETE": "删除",
|
||||
"PUT": "修改",
|
||||
"POST": "创建/执行"
|
||||
},
|
||||
"title": "历史"
|
||||
},
|
||||
"permissions": "权限",
|
||||
"group_new": "新群组",
|
||||
"group_add_member": "添加一个用户",
|
||||
"group_visitors": "访客",
|
||||
"group_all_users": "所有用户",
|
||||
"form_errors": {
|
||||
"passwordLenght": "密码至少需要是8个字符长。"
|
||||
},
|
||||
"footer": {
|
||||
"donate": "赞助",
|
||||
"help": "需要帮助?",
|
||||
"documentation": "文档"
|
||||
},
|
||||
"firewall": "防火墙",
|
||||
"experimental": "实验性",
|
||||
"error_server_unexpected": "未知服务器错误",
|
||||
"error": "错误",
|
||||
"enabled": "已启用",
|
||||
"enable": "启用",
|
||||
"download": "下载",
|
||||
"domains": "域",
|
||||
"domain_visit_url": "访问 {url}",
|
||||
"domain_visit": "访问",
|
||||
"domain_name": "域名",
|
||||
"domain_dns_longdesc": "显示DNS配置",
|
||||
"domain_dns_config": "DNS配置",
|
||||
"domain_delete_longdesc": "删除这个域",
|
||||
"domain_add_panel_without_domain": "我没有一个域名……",
|
||||
"domain_default_longdesc": "这是你的默认域。",
|
||||
"domain_add": "添加域",
|
||||
"dns": "DNS",
|
||||
"disabled": "已禁用",
|
||||
"disable": "禁用",
|
||||
"run_first_diagnosis": "运行初始诊断",
|
||||
"diagnosis": "诊断",
|
||||
"details": "详情",
|
||||
"description": "介绍",
|
||||
"delete": "删除",
|
||||
"dead": "不活跃",
|
||||
"custom_app_install": "安装自定义应用",
|
||||
"connection": "连接",
|
||||
"confirm_app_change_url": "你确定你希望修改这个应用的访问URL?",
|
||||
"common": {
|
||||
"lastname": "姓",
|
||||
"firstname": "名"
|
||||
},
|
||||
"api_waiting": "正在等待服务器响应……",
|
||||
"app_actions_label": "执行动作",
|
||||
"app_actions": "动作",
|
||||
"address": {
|
||||
"domain_description": {
|
||||
"email": "为你的邮箱选择一个网域。",
|
||||
"domain": "选择一个网域。"
|
||||
},
|
||||
"local_part_description": {
|
||||
"domain": "选择一个子网域。"
|
||||
}
|
||||
},
|
||||
"cancel": "取消"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue