mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
55 lines
3.2 KiB
JSON
55 lines
3.2 KiB
JSON
{
|
||
"argument_required": "参数“{argument}”是必须的",
|
||
"authentication_required": "需要验证",
|
||
"authentication_required_long": "此操作需要验证",
|
||
"colon": "{} ",
|
||
"confirm": "确认 {prompt}",
|
||
"deprecated_command": "{prog}{command}已经放弃使用,将来会删除",
|
||
"deprecated_command_alias": "{prog}{old}已经放弃使用,将来会删除,请使用{prog}{new}代替",
|
||
"error": "错误:",
|
||
"file_not_exist": "文件不存在: '{path}'",
|
||
"folder_exists": "目录已存在: '{path}'",
|
||
"info": "信息:",
|
||
"instance_already_running": "已经有一个YunoHost操作正在运行。 请等待它完成再运行另一个。",
|
||
"invalid_argument": "参数错误{argument}:{error}",
|
||
"invalid_password": "密码错误",
|
||
"invalid_usage": "用法错误,输入 --help 查看帮助信息",
|
||
"ldap_attribute_already_exists": "参数{attribute}已赋值{value}",
|
||
"ldap_server_down": "无法连接LDAP服务器",
|
||
"logged_in": "登录",
|
||
"logged_out": "登出",
|
||
"not_logged_in": "您未登录",
|
||
"operation_interrupted": "操作中断",
|
||
"password": "密码",
|
||
"pattern_not_match": "模式匹配失败",
|
||
"root_required": "必须以root身份进行此操作",
|
||
"server_already_running": "服务已运行在指定端口",
|
||
"success": "成功!",
|
||
"unable_authenticate": "认证失败",
|
||
"unable_retrieve_session": "由于“ {exception}”,无法检索会话",
|
||
"unknown_group": "未知组{group}",
|
||
"unknown_user": "未知用户{user}",
|
||
"values_mismatch": "值不匹配",
|
||
"warning": "警告:",
|
||
"websocket_request_expected": "期望一个WebSocket请求",
|
||
"cannot_open_file": "不能打开文件{file}(原因:{error})",
|
||
"cannot_write_file": "写入文件{file}失败(原因:{error})",
|
||
"unknown_error_reading_file": "尝试读取文件{file}时发生未知错误(原因:{error})",
|
||
"corrupted_json": "从{ressource}读取的JSON损坏(原因:{error})",
|
||
"corrupted_yaml": "从{ressource}读取的YMAL损坏(原因:{error})",
|
||
"error_writing_file": "写入文件{file}失败:{error}",
|
||
"error_removing": "删除路径{path}失败:{error}",
|
||
"error_changing_file_permissions": "目录{path}权限修改失败:{error}",
|
||
"invalid_url": "URL:{url}无效(site是否存在?)",
|
||
"download_ssl_error": "连接{url}时发生SSL错误",
|
||
"download_timeout": "{url}响应超时,放弃。",
|
||
"download_unknown_error": "下载{url}失败:{error}",
|
||
"download_bad_status_code": "{url}返回状态码:{code}",
|
||
"warn_the_user_that_lock_is_acquired": "另一个命令刚刚完成,现在启动此命令",
|
||
"warn_the_user_about_waiting_lock_again": "还在等...",
|
||
"warn_the_user_about_waiting_lock": "目前正在运行另一个YunoHost命令,我们在运行此命令之前等待它完成",
|
||
"corrupted_toml": "从{ressource:s}读取的TOML损坏(原因:{error:s})",
|
||
"invalid_token": "令牌无效-请进行身份验证",
|
||
"ldap_server_is_down_restart_it": "LDAP服务已下线,正在尝试重启服务……",
|
||
"session_expired": "会话已过期。请重新进行身份验证。"
|
||
}
|