From 36961dde3522531381dbce539a82be58bdbc82a2 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 1 Dec 2025 19:31:50 +0800 Subject: Add remote file display to jv here command --- locales/help_docs/en.yml | 11 +++++++---- locales/help_docs/zh-CN.yml | 3 +++ 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'locales/help_docs') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index af6cea3..25c2f7f 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -707,16 +707,19 @@ jv: editing: cant_edit: | - Read + R cant_edit_but_modified: | - Read* + R* can_edit: | - ReadWrite + R/W modified: | - ReadWrite* + R/W * + + not_local: | + Remote count_info: | %{dir_count} dir(s), %{file_count} file(s). Total %{size}. diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index 2f496ae..e6bdfc7 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -725,6 +725,9 @@ jv: modified: | 读写* + not_local: | + 远程 + count_info: | %{dir_count} 目录、%{file_count} 文件,共计 %{size} -- cgit