From 17e7b28f162b3ed75683948144237ee17f81f7a5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 14 Mar 2026 18:33:20 +0800 Subject: Add converter module and update documentation --- resources/locales/jvn/helpdoc_viewer/en.yml | 4 ++++ resources/locales/jvn/helpdoc_viewer/zh-CN.yml | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'resources/locales/jvn/helpdoc_viewer') diff --git a/resources/locales/jvn/helpdoc_viewer/en.yml b/resources/locales/jvn/helpdoc_viewer/en.yml index 78acae4..501e946 100644 --- a/resources/locales/jvn/helpdoc_viewer/en.yml +++ b/resources/locales/jvn/helpdoc_viewer/en.yml @@ -4,3 +4,7 @@ helpdoc_viewer: _List_ | ↑↓: Page | ←→/Space: Switch view | Q: Quit content_area_hint: | _Read_ | ↑↓: Page | ←→/Space: Switch view | Q: Quit + + verbose: + no_helpdoc_output: will directly render the output document `%{doc}` + helpdoc_output: will use the help document viewer to view the document `%{doc}` diff --git a/resources/locales/jvn/helpdoc_viewer/zh-CN.yml b/resources/locales/jvn/helpdoc_viewer/zh-CN.yml index 1c169c9..a502483 100644 --- a/resources/locales/jvn/helpdoc_viewer/zh-CN.yml +++ b/resources/locales/jvn/helpdoc_viewer/zh-CN.yml @@ -4,3 +4,7 @@ helpdoc_viewer: _列表_ | ↑↓: 翻页 | ←→/Space: 切换视图 | Q: 退出 content_area_hint: | _阅读_ | ↑↓: 浏览 | ←→/Space: 切换视图 | Q: 退出 + + verbose: + no_helpdoc_output: 将直接渲染输出文章 `%{doc}` + helpdoc_output: 将使用帮助文档查看器查看文章 `%{doc}` -- cgit