From 54b5567d6f1b1adaa6ada6a26faba0c5c492b7f3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 14 Mar 2026 21:39:30 +0800 Subject: Add version command with banner and compile info display --- resources/locales/jvn/en.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'resources/locales/jvn/en.yml') diff --git a/resources/locales/jvn/en.yml b/resources/locales/jvn/en.yml index ef3b273..f118566 100644 --- a/resources/locales/jvn/en.yml +++ b/resources/locales/jvn/en.yml @@ -1,3 +1,22 @@ +banner: | + _banner_begin + __ ████████ ████████ + ██▒▒▒▒▒▒▒▒██ ██▒▒▒▒▒▒▒▒██ + ██ ▒▒██ ██▒▒ ██ █████ ██ ██ ██████ █████ + ██ ▒▒████████▒▒ ██ ▒▒▒██ ██ ██ ██████ ██████ + ██ ▒▒▒▒▒▒▒▒ ██ ██ ██ ██ ███▒▒▒█ █▒▒▒▒█ + ██ ██ ██ ██ ██ ███ ▒ ████ ▒ + ██ ██ ██ ██ ██ ███ ▒████ + ██ ████ ████ ██ ██ ▒██ ██▒ ███ ▒▒▒██ + ██ ████ ████ ██ █ ██ ██ ██ ███ █ ██ ██ + ██ ████ ████ ██ █ ██ ▒████▒ ▒██████ ██████ + ██ ▒▒▒▒ ▒▒▒▒ █ ██ ▒████ ▒██▒ ██████ ▒████▒ + ██ ██ ██ ▒▒▒▒ ▒▒ ▒▒▒▒▒▒ ▒▒▒▒ + ██ ██████████ ██ + ██ ██ %{banner_line_1} + __ ████████████████████████████████ %{banner_line_2} + __ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ %{banner_line_3} + process_error: no_matching_command: | No matching command found! @@ -323,6 +342,7 @@ verbose: disable_helpdoc: Helpdoc Viewer disabled setup_i18n: Setting language to `%{lang}` setup_renderer: Setting renderer to `%{renderer}` + redirect_to_version_command: Redirecting to `version` command no_error_logs: Disabling error output help: Help flag entered, command will not be executed confirmed: Confirmation flag entered, all commands will run without confirmation -- cgit