summaryrefslogtreecommitdiff
path: root/locales/help_docs
diff options
context:
space:
mode:
Diffstat (limited to 'locales/help_docs')
-rw-r--r--locales/help_docs/en.yml2
-rw-r--r--locales/help_docs/zh-CN.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml
index 237b507..70b0b1c 100644
--- a/locales/help_docs/en.yml
+++ b/locales/help_docs/en.yml
@@ -517,6 +517,8 @@ jv:
current_dir_name: Failed to get current directory name
set_current_dir: Failed to set current directory to %{dir}
+ not_root_dir: This command needs to be execute in the workspace root directory!
+
move:
rename_failed: |
**Warning**: Failed to move local file `%{from}` to `%{to}`: %{error}
diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml
index 5173daf..606f260 100644
--- a/locales/help_docs/zh-CN.yml
+++ b/locales/help_docs/zh-CN.yml
@@ -505,6 +505,8 @@ jv:
current_dir_name: 无法获得当前目录的名称
set_current_dir: 无法设置到目录 %{dir}
+ not_root_dir: 该命令需要在工作区根目录运行!
+
move:
rename_failed: |
**警告**:移动本地文件 `%{from}` 至 `%{to}` 失败:%{error}