From a570d168d145f44ac44b9a2c60b7a089dad65f87 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 8 Dec 2025 21:00:24 +0800 Subject: Add crossterm dependency and implement jvii editor - Add crossterm crate for terminal UI capabilities - Update jvii editor with proper status bar and keyboard hints - Add i18n support for editor interface - Remove default nano editor configuration from shell scripts --- locales/help_docs/en.yml | 4 ++++ locales/help_docs/zh-CN.yml | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'locales/help_docs') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index fa458f2..ab175ef 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -940,6 +940,10 @@ jv: version_already_exist: | The version %{version} of file %{path} you are committing already exists in the upstream vault, please use a different version number! +jvii: + hints: | + [^S WRITE] [ESC EXIT] + editor: update_editor: | # You are using editor mode to track and update files diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index ddcd00f..86051a0 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -939,6 +939,10 @@ jv: version_already_exist: | 您正在提交的文件 %{path} 的版本 %{version} 在上游库中已存在,请使用其他版本号! +jvii: + hints: | + [^S 保存] [ESC 退出] + editor: update_editor: | # 您正在使用编辑器模式追踪和提交文件 -- cgit