diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-15 21:26:27 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-15 21:26:27 +0800 |
| commit | b320d9529495c1bb95a960620bff452218b7d4ad (patch) | |
| tree | 5eb08e22a8e4c5ccb204c42a43e513a3b88baa09 /locales/help_docs/en.yml | |
| parent | a33688c24a7df84036ae78557d88b31faba922b5 (diff) | |
Implement `jv align` command with move, lost, and erased operations
Diffstat (limited to 'locales/help_docs/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index b133865..3287781 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -538,6 +538,40 @@ jv: Cannot find this alignment item! **Tip**: Use `jv align` to view available alignment items + unknown_method: | + Unknown alignment method! + **Tip**: Use local or remote to indicate whether you want to keep local or remote paths + + target_exists: | + Cannot align local file `%{local}` to remote address `%{remote}` + because another file already exists here. Please move that file away and align again! + + move_failed: | + Failed to move local file: %{err} + **Tip**: Please check file permissions or if the path is correct + + remove_mapping_failed: | + Failed to remove local mapping: %{err} + + delete_mapping_failed: | + Failed to delete mapping from local table: %{err} + **Tip**: Please check the local table configuration file + + no_lost_matched: | + No matching lost item found! + + no_created_matched: | + No matching created item found! + + too_many_lost: | + Found multiple lost items! + + too_many_created: | + Found multiple created items! + + calc_hash_failed: | + Failed to calculate hash for file `%{file}` + account: no_user_dir: Cannot find user directory! add: Failed to add account `%{account}`, please check if the account already exists. |
