diff options
Diffstat (limited to 'resources/locales/jvn/converters/workspace_operation_error')
| -rw-r--r-- | resources/locales/jvn/converters/workspace_operation_error/en.yml | 9 | ||||
| -rw-r--r-- | resources/locales/jvn/converters/workspace_operation_error/zh-CN.yml | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/resources/locales/jvn/converters/workspace_operation_error/en.yml b/resources/locales/jvn/converters/workspace_operation_error/en.yml new file mode 100644 index 0000000..b445856 --- /dev/null +++ b/resources/locales/jvn/converters/workspace_operation_error/en.yml @@ -0,0 +1,9 @@ +workspace_operation_error: + other: "Other error" + config_not_found: "Config not found" + workspace_not_found: "Workspace not found" + handle_lock: "Handle lock error: %{error}" + data_read: "Data read error: %{error}" + data_write: "Data write error: %{error}" + data_apply: "Data apply error: %{error}" + id_alias_error: "ID alias error: %{error}" diff --git a/resources/locales/jvn/converters/workspace_operation_error/zh-CN.yml b/resources/locales/jvn/converters/workspace_operation_error/zh-CN.yml new file mode 100644 index 0000000..bd1b160 --- /dev/null +++ b/resources/locales/jvn/converters/workspace_operation_error/zh-CN.yml @@ -0,0 +1,9 @@ +workspace_operation_error: + other: "其他错误" + config_not_found: "配置未找到" + workspace_not_found: "工作空间未找到" + handle_lock: "处理锁错误: %{error}" + data_read: "数据读取错误: %{error}" + data_write: "数据写入错误: %{error}" + data_apply: "数据应用错误: %{error}" + id_alias_error: "ID别名错误: %{error}" |
