diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-18 22:49:50 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-18 22:49:50 +0800 |
| commit | 5372793a49567dcba7315bf8e7bc5a1cab2d5a76 (patch) | |
| tree | 96d13d527835c23b978eae470e54a1d5fd15bc6d /resources/locales/jvn/zh-CN.yml | |
| parent | 2609dfe338b9bace6ff74c5efc93f684ba55a44e (diff) | |
Add support for reading from stdin and improve error messages
Diffstat (limited to 'resources/locales/jvn/zh-CN.yml')
| -rw-r--r-- | resources/locales/jvn/zh-CN.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/locales/jvn/zh-CN.yml b/resources/locales/jvn/zh-CN.yml index 8a7bdea..37f45a7 100644 --- a/resources/locales/jvn/zh-CN.yml +++ b/resources/locales/jvn/zh-CN.yml @@ -44,8 +44,8 @@ prepare_error: %{error} error: | - 命令在准备阶段发生未知错误! - 错误信息:%{error} + 命令在准备阶段发生错误! + %{error} local_workspace_not_found: | 无法找到本地工作区! @@ -84,7 +84,7 @@ execute_error: error: | 命令在运行阶段发生错误! - 错误信息:%{error} + %{error} render_error: io: | @@ -93,11 +93,11 @@ render_error: error: | 命令在渲染阶段发生错误! - 错误信息:%{error} + %{error} serialize_failed: | 数据在序列化时发生了错误! - 错误信息:%{error} + %{error} renderer_not_found: | 无法找到渲染器 `%{renderer_name}`! |
