diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-10 03:15:47 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-10 03:17:40 +0800 |
| commit | 09107e2538f985eb091e33fa1fdeffd451766de2 (patch) | |
| tree | 2d91b3bf50e5463c88f6891ae3debcc65012f1d2 /resources/locales/en.yml | |
| parent | c3610bfb57d318c9b21096907193a8dcb8b5be57 (diff) | |
Improve semantic accuracy of hold/throw command descriptions
Diffstat (limited to 'resources/locales/en.yml')
| -rw-r--r-- | resources/locales/en.yml | 4 |
1 files changed, 2 insertions, 2 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 <FILE> <TO> - Safely rename files [[cyan]][REMOTE][[/]] track <FILE> - Track files to latest version [[cyan]][REMOTE][[/]] - hold <FILE> - Hold, sync and lock file [[cyan]][REMOTE][[/]] - throw <FILE> - Throw, sync and unlock file [[cyan]][REMOTE][[/]] + hold <FILE> - Hold, obtain file editing rights [[cyan]][REMOTE][[/]] + throw <FILE> - Throw, release file editing rights [[cyan]][REMOTE][[/]] jump <FILE> <VERSION> - Jump file to other version [[cyan]][REMOTE][[/]] **DOCUMENTATION**: |
