From c3dc8f411d6ff0b83a66589b29d76155afe2c803 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 17 Dec 2025 14:18:58 +0800 Subject: Add sheet and time context to no changes status message The "no changes" status message now includes the sheet name and timestamp when displaying that the workspace is synchronized. This provides better context about which sheet and what time the status is based on. --- locales/help_docs/en.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'locales/help_docs/en.yml') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 8efc970..4bf312e 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -827,7 +827,7 @@ jv: Now in structural change mode: %{moved_items}%{lost_items}%{erased_items}%{created_items} **Tip**: Use `jv align` to align moved, lost, and erased changes, - Use `jv track` to track created changes + Use `jv track` to track created changes content_modifies_display: | Viewing sheet %{sheet_name} (%{h}h %{m}min %{s}secs ago). @@ -838,6 +838,7 @@ jv: **Tip**: Use `jv track` to track your changes no_changes: | + In sheet %{sheet_name}, status based on %{h} hours %{m} minutes %{s} seconds ago Your workspace is synchronized with upstream, you can proceed with structural and content editing based on this state! created_item: | -- cgit