2019-01-06 14:19:24 +01:00
|
|
|
|
{
|
2019-10-14 08:34:03 +02:00
|
|
|
|
"argument_required": "参数“{argument}”是必须的",
|
2019-03-08 01:55:11 +01:00
|
|
|
|
"authentication_required": "需要验证",
|
2021-05-19 16:22:01 +02:00
|
|
|
|
"confirm": "确认 {prompt}",
|
2019-03-08 01:55:11 +01:00
|
|
|
|
"deprecated_command": "{prog}{command}已经放弃使用,将来会删除",
|
|
|
|
|
"deprecated_command_alias": "{prog}{old}已经放弃使用,将来会删除,请使用{prog}{new}代替",
|
2021-05-19 16:22:01 +02:00
|
|
|
|
"error": "错误:",
|
2021-05-26 11:27:25 +02:00
|
|
|
|
"file_not_exist": "文件不存在: '{path}'",
|
|
|
|
|
"folder_exists": "目录已存在: '{path}'",
|
2019-03-08 01:55:11 +01:00
|
|
|
|
"info": "信息:",
|
2020-04-27 09:40:33 +02:00
|
|
|
|
"instance_already_running": "已经有一个YunoHost操作正在运行。 请等待它完成再运行另一个。",
|
2019-03-08 01:55:11 +01:00
|
|
|
|
"invalid_argument": "参数错误{argument}:{error}",
|
|
|
|
|
"invalid_usage": "用法错误,输入 --help 查看帮助信息",
|
2020-04-27 09:40:33 +02:00
|
|
|
|
"logged_in": "登录",
|
2019-12-30 15:28:43 +01:00
|
|
|
|
"logged_out": "登出",
|
2019-03-08 01:55:11 +01:00
|
|
|
|
"not_logged_in": "您未登录",
|
|
|
|
|
"operation_interrupted": "操作中断",
|
|
|
|
|
"password": "密码",
|
|
|
|
|
"pattern_not_match": "模式匹配失败",
|
|
|
|
|
"root_required": "必须以root身份进行此操作",
|
|
|
|
|
"server_already_running": "服务已运行在指定端口",
|
|
|
|
|
"success": "成功!",
|
|
|
|
|
"unable_authenticate": "认证失败",
|
|
|
|
|
"unknown_group": "未知组{group}",
|
|
|
|
|
"unknown_user": "未知用户{user}",
|
|
|
|
|
"values_mismatch": "值不匹配",
|
|
|
|
|
"warning": "警告:",
|
|
|
|
|
"websocket_request_expected": "期望一个WebSocket请求",
|
2021-08-20 10:24:23 +02:00
|
|
|
|
"cannot_open_file": "不能打开文件{file}(原因:{error})",
|
|
|
|
|
"cannot_write_file": "写入文件{file}失败(原因:{error})",
|
2021-08-20 10:29:51 +02:00
|
|
|
|
"unknown_error_reading_file": "尝试读取文件{file}时发生未知错误(原因:{error})",
|
2021-08-20 10:24:23 +02:00
|
|
|
|
"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}",
|
2020-04-27 09:40:33 +02:00
|
|
|
|
"warn_the_user_that_lock_is_acquired": "另一个命令刚刚完成,现在启动此命令",
|
|
|
|
|
"warn_the_user_about_waiting_lock_again": "还在等...",
|
|
|
|
|
"warn_the_user_about_waiting_lock": "目前正在运行另一个YunoHost命令,我们在运行此命令之前等待它完成",
|
2021-11-15 18:43:18 +01:00
|
|
|
|
"corrupted_toml": "从{ressource}读取的TOML损坏(原因:{error})",
|
2021-11-05 14:50:15 +01:00
|
|
|
|
"edit_text_question": "{}.编辑此文本?[yN]: "
|
|
|
|
|
}
|