From 037a17085371403cd2993fe7fcf664ac6c2eb481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yahoo=EF=BD=9E=EF=BD=9E?= Date: Wed, 26 May 2021 09:27:25 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (56 of 56 strings) Translation: YunoHost/moulinette Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/zh_Hans/ --- locales/cmn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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操作正在运行。 请等待它完成再运行另一个。",