From 09107e2538f985eb091e33fa1fdeffd451766de2 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/zh-CN.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/locales/zh-CN.yml') diff --git a/resources/locales/zh-CN.yml b/resources/locales/zh-CN.yml index a5e35fa..9464966 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