diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-19 18:46:48 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-19 18:46:48 +0800 |
| commit | 4cf8ce106c2cfdadb4830d6df1d5198215b023fe (patch) | |
| tree | 61ee3d8b7b718023091b4ac6d2023175a9897bdb /locales/help_docs/en.yml | |
| parent | 4342fd2e93fc3c08c91c631c67dc7b29dbf4a380 (diff) | |
Update localization files
Optimize the expression of some semantics to make it more precise
Diffstat (limited to 'locales/help_docs/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 4c35584..df6ee2b 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -10,7 +10,7 @@ jvv: jvv init - Create a vault in the current directory **Query**: - jvv here - Query information about the current directory + jvv here - Query information about the current vault jvv member list - Query all members **Member Management**: @@ -22,13 +22,7 @@ jvv: Additionally, you can use jvv <CMD_NAME> --help to query more detailed help! here: | - **Query Vault Information Here** - Displays different information based on the current directory: - - Root *(./)*: Basic vault information - - Members *(./members/)*: Members and key registrations - - Storage *(./storage/)*: File count and total size - - Sheets *(./sheets/)*: Tables and their managers - + **Display Vault Information Here** **Example**: cd ./target_dir/ && jvv here create: | @@ -81,7 +75,15 @@ jvv: set_current_dir: Failed to set current directory to %{dir} here: - cfg_not_found: Could not find vault configuration! + cfg_not_found: + Could not find vault configuration! + If you wish to use this directory as a vault, please use jvv init --help to view related help + + vault_init_failed: Failed to initialize vault! + + member_ids_failed: Failed to get member IDs! + + ref_sheet_not_found: Reference sheet `ref` not found, but it should exist! create: not_empty: Operation denied! The specified directory already exists. @@ -95,9 +97,11 @@ jvv: success: here: - root: | - Found vault `%{name}`! - **Tip**: You can use jvv here --help to learn how to view vault details + info: | + Found vault *`%{name}`*! (%{num_mem} Members, %{num_pk} registered PubKeys) + Managing %{num_sheets} Sheets, %{num_vf} VirtualFiles, total %{total_size_gb} GB + + **Tip**: To start the server, run jvv service listen create: Successfully created vault at `%{name}`! @@ -110,10 +114,12 @@ jvv: (or they were never here?) list: header: | - **Members in the vault:** + **There are %{num} member(s) in the current vault:** footer: | - Total %{num} member(s) + **Among them, %{num} members have registered PubKeys.** + + status_key_registered: (PubKey Exists) service: listen: Listening for client connections in vault `%{path}` ... |
