From ed960c9c8f5bc2732e88155e49969b15d0dcf693 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 10 Jan 2026 03:15:47 +0800 Subject: Improve semantic accuracy of hold/throw command descriptions --- resources/locales/en.yml | 4 ++-- resources/locales/zh-CN.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/locales/en.yml b/resources/locales/en.yml index a462c59..f7cd4d4 100644 --- a/resources/locales/en.yml +++ b/resources/locales/en.yml @@ -276,8 +276,8 @@ jv: **FILE OPERATIONS**: move - Safely rename files [[cyan]][REMOTE][[/]] track - Track files to latest version [[cyan]][REMOTE][[/]] - hold - Hold, sync and lock file [[cyan]][REMOTE][[/]] - throw - Throw, sync and unlock file [[cyan]][REMOTE][[/]] + hold - Hold, obtain file editing rights [[cyan]][REMOTE][[/]] + throw - Throw, release file editing rights [[cyan]][REMOTE][[/]] jump - Jump file to other version [[cyan]][REMOTE][[/]] **DOCUMENTATION**: diff --git a/resources/locales/zh-CN.yml b/resources/locales/zh-CN.yml index a5e35fa..b721417 100644 --- a/resources/locales/zh-CN.yml +++ b/resources/locales/zh-CN.yml @@ -268,8 +268,8 @@ jv: **文件操作**: move <文件> <到> - 安全地重命名文件 [[cyan]][远程][[/]] track <文件> - 追踪文件内容到最新版本 [[cyan]][远程][[/]] - hold <文件> - 拿取文件,同步版本并获得编辑权 [[cyan]][远程][[/]] - throw <文件> - 丢弃文件,同步版本并放弃编辑权 [[cyan]][远程][[/]] + hold <文件> - 拿取文件,访问上游以获得编辑权 [[cyan]][远程][[/]] + throw <文件> - 丢弃文件,访问上游以放弃编辑权 [[cyan]][远程][[/]] jump <文件> <版本> - 将文件的版本跳转至其他版本 [[cyan]][远程][[/]] **内建文档**: -- cgit