From 0fdd6a2b2f6167e279d7b303d7573a3d0553a500 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Mon, 20 Jul 2026 21:11:12 -0400 Subject: [PATCH] ideapad: i18n cleanup --- ideapad-conservation-mode/translations/de.json | 4 +--- ideapad-conservation-mode/translations/en.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ideapad-conservation-mode/translations/de.json b/ideapad-conservation-mode/translations/de.json index 3801b2e..f99ea17 100644 --- a/ideapad-conservation-mode/translations/de.json +++ b/ideapad-conservation-mode/translations/de.json @@ -11,9 +11,7 @@ "setup_needed": "Einmalige Einrichtung erforderlich. Überprüfe das gerade geöffnete Terminalfenster." }, "shortcut": { - "na": "Erhaltung N/V", - "off": "Erhaltung", - "on": "Erhaltung" + "na": "Erhaltung N/V" }, "title": "Erhaltungsmodus" } diff --git a/ideapad-conservation-mode/translations/en.json b/ideapad-conservation-mode/translations/en.json index b36b70d..6adf0ca 100644 --- a/ideapad-conservation-mode/translations/en.json +++ b/ideapad-conservation-mode/translations/en.json @@ -11,8 +11,8 @@ "setup_needed": "One-time setup is needed. Check the terminal window that just opened." }, "shortcut": { - "na": "Conservation N/A", - "label": "Conservation" + "label": "Conservation", + "na": "Conservation N/A" }, "title": "Conservation mode" }