diff --git a/locales/cmn.json b/locales/cmn.json index 98883a6b..6752eb4f 100644 --- a/locales/cmn.json +++ b/locales/cmn.json @@ -9,9 +9,9 @@ "deprecated_command_alias": "{prog}{old}已经放弃使用,将来会删除,请使用{prog}{new}代替", "error": "错误:", "error_see_log": "发生错误。请参看日志文件获取错误详情,日志文件位于 /var/log/yunohost/。", - "file_exists": "文件已存在:{path}", - "file_not_exist": "文件不存在:{path}", - "folder_exists": "目录已存在:{path}", + "file_exists": "文件已存在: '{path}'", + "file_not_exist": "文件不存在: '{path}'", + "folder_exists": "目录已存在: '{path}'", "folder_not_exist": "目录不存在", "info": "信息:", "instance_already_running": "已经有一个YunoHost操作正在运行。 请等待它完成再运行另一个。",