From 5579b20b51d76f9279dbd9f450b883af5a2049b9 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Fri, 24 Jul 2026 14:16:41 -0400 Subject: [PATCH] chore(i18n): update --- drive-health/translations/en.json | 4 ++++ lyrics/translations/en.json | 8 ++++---- lyrics/translations/zh-Hans.json | 8 ++++---- pass/translations/en.json | 16 ++++++++-------- todo/translations/en.json | 1 + 5 files changed, 21 insertions(+), 16 deletions(-) diff --git a/drive-health/translations/en.json b/drive-health/translations/en.json index 09b945c..da0782e 100644 --- a/drive-health/translations/en.json +++ b/drive-health/translations/en.json @@ -57,19 +57,23 @@ "interval_timeout": "Administrator approval timed out. Try again when you are ready to approve it.", "open_settings": "Open Plugins page", "pause": "Pause service", + "pause_terminal_opened": "A terminal opened. Review the command and approve sudo to stop the collector timer.", "remove": "Remove collector", "remove_confirm": "Click Remove collector again to request authorization for the explicit uninstall action.", "settings_hint": "Enable or disable Full SMART from Settings → Plugins → Drive Health. All privileged actions use the desktop authorization dialog.", "settings_opened": "Opened the Plugins page. Select the gear on Drive Health to change its settings.", "settings_title": "Collector settings", "start": "Start collector", + "start_terminal_opened": "A terminal opened. Review the command and approve sudo to enable and refresh the collector.", "status_disabled": "Basic mode is active; the optional system collector is not being used.", "status_healthy": "Collector {version} is installed and refreshing full SMART data.", "status_not_installed": "Install the read-only collector to unlock full SMART data.", "status_stale": "The collector is installed, but its cache is stale or unavailable.", "status_upgrade_required": "Collector {version} is outdated; upgrade to the bundled version.", "stop_service": "Stop background service", + "terminal_opened": "A terminal opened. Review the command and approve sudo to install or upgrade.", "title": "System collector", + "uninstall_terminal_opened": "A terminal opened. Review the removal command and approve sudo to continue.", "update_body": "Full SMART is enabled. Update collector {current} to {expected} from the Drive Health panel to keep all features working.", "update_title": "Drive Health collector update available", "upgrade": "Upgrade collector" diff --git a/lyrics/translations/en.json b/lyrics/translations/en.json index 5995edd..3d814d5 100644 --- a/lyrics/translations/en.json +++ b/lyrics/translations/en.json @@ -129,10 +129,6 @@ "glyph": { "label": "Glyph" }, - "show_glyph": { - "label": "Show glyph", - "description": "Display the configured glyph when no album cover is available." - }, "gradient": { "description": "Light up each character as the song progresses (karaoke style).", "label": "Per-character gradient" @@ -261,6 +257,10 @@ "description": "Display the song's album art next to the lyrics.", "label": "Show album cover" }, + "show_glyph": { + "description": "Display the configured glyph when no album cover is available.", + "label": "Show glyph" + }, "show_romanization": { "description": "Allow romanized or transliterated lyrics to appear on the secondary line.", "label": "Show romanization" diff --git a/lyrics/translations/zh-Hans.json b/lyrics/translations/zh-Hans.json index 6137147..09147f8 100644 --- a/lyrics/translations/zh-Hans.json +++ b/lyrics/translations/zh-Hans.json @@ -129,10 +129,6 @@ "glyph": { "label": "图标" }, - "show_glyph": { - "label": "显示图标", - "description": "没有专辑封面时显示设置的图标。" - }, "gradient": { "description": "根据播放进度逐字点亮当前歌词。", "label": "逐字渐变" @@ -261,6 +257,10 @@ "description": "在歌词旁显示当前歌曲的专辑封面。", "label": "显示专辑封面" }, + "show_glyph": { + "description": "没有专辑封面时显示设置的图标。", + "label": "显示图标" + }, "show_romanization": { "description": "允许罗马音或音译出现在第二行。", "label": "显示罗马音" diff --git a/pass/translations/en.json b/pass/translations/en.json index 7de8f89..4751fbc 100644 --- a/pass/translations/en.json +++ b/pass/translations/en.json @@ -1,14 +1,14 @@ { - "settings": { - "refresh_interval": { - "label": "Refresh interval (seconds)", - "description": "How often to rescan the password store, in seconds." - } - }, "notification": { "copied": "Password copied.", - "unlocking": "Unlocking GPG key…", "copy_failed": "Failed to copy password.", - "store_not_found": "Password store not found." + "store_not_found": "Password store not found.", + "unlocking": "Unlocking GPG key…" + }, + "settings": { + "refresh_interval": { + "description": "How often to rescan the password store, in seconds.", + "label": "Refresh interval (seconds)" + } } } diff --git a/todo/translations/en.json b/todo/translations/en.json index f4b4e0f..f2c7764 100644 --- a/todo/translations/en.json +++ b/todo/translations/en.json @@ -28,6 +28,7 @@ "tip_done": "Mark as done", "tip_edit": "Edit", "tip_grip": "Drag to reorder", + "tip_grip_drop": "Click another grip to drop here, or this one to cancel", "tip_sort": "Switch ordering mode", "tip_undone": "Mark as to do", "title": "To Do",