From 40b688f44009b5a82855db298be33483d2e2d619 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 21 Mar 2026 14:23:16 +0800 Subject: Add welcome message for empty input --- resources/locales/jvn/en.yml | 4 ++++ resources/locales/jvn/zh-CN.yml | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'resources') diff --git a/resources/locales/jvn/en.yml b/resources/locales/jvn/en.yml index 2c454a7..bcc9cdc 100644 --- a/resources/locales/jvn/en.yml +++ b/resources/locales/jvn/en.yml @@ -18,6 +18,10 @@ banner: | __ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ %{banner_line_3} process_error: + empty_input: | + Welcome to the JVCS CLI! + You can use `jvn helpdoc` to view _available commands_ + no_matching_command: | No matching command found! Use `jvn -h` to get help diff --git a/resources/locales/jvn/zh-CN.yml b/resources/locales/jvn/zh-CN.yml index 813597f..f37e85e 100644 --- a/resources/locales/jvn/zh-CN.yml +++ b/resources/locales/jvn/zh-CN.yml @@ -1,4 +1,8 @@ process_error: + empty_input: | + 欢迎使用 JustEnoughVCS 命令行程序! + 您可以使用 `jvn helpdoc` 以查阅_可用命令_ + no_matching_command: | 无法匹配该命令,使用 `jvn -h` 查看帮助 -- cgit