summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-19 14:05:12 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-19 14:05:12 +0800
commite4573f8ab0ea2fe707f4bc1d6383af054ec0d83a (patch)
tree319bb23e13c4a54ab9f212d9de60d278c2fb03b9 /resources
parent8adfd97a8a0805121557029a84a13cab8fe2af34 (diff)
Add verbose logging for stdin source and data length
Diffstat (limited to 'resources')
-rw-r--r--resources/locales/jvn/en.yml4
-rw-r--r--resources/locales/jvn/zh-CN.yml2
2 files changed, 6 insertions, 0 deletions
diff --git a/resources/locales/jvn/en.yml b/resources/locales/jvn/en.yml
index 46cd0c5..2c454a7 100644
--- a/resources/locales/jvn/en.yml
+++ b/resources/locales/jvn/en.yml
@@ -350,6 +350,10 @@ verbose:
no_arguments: No command entered! Will output help information
user_input: User input command `%{command}`
+ stdin_path: |
+ Standard input source file: %{path}
+ stdin_data: |
+ Standard input data length: %{len}
process_success: Command executed successfully!
process_fail: Command execution failed!
diff --git a/resources/locales/jvn/zh-CN.yml b/resources/locales/jvn/zh-CN.yml
index 37f45a7..813597f 100644
--- a/resources/locales/jvn/zh-CN.yml
+++ b/resources/locales/jvn/zh-CN.yml
@@ -329,6 +329,8 @@ verbose:
no_arguments: 无命令输入!将输出帮助信息
user_input: 用户输入命令:%{command}
+ stdin_path: 标准输入源文件:%{path}
+ stdin_data: 标准输入数据长度:%{len}
process_success: 命令执行成功!
process_fail: 命令执行失败!