From 1c59d497bc9adf5bbf55d6727923a2a56d90aee7 Mon Sep 17 00:00:00 2001 From: Benjamin Stonawski Date: Wed, 9 Feb 2022 02:16:29 +0100 Subject: [PATCH] Updated the term show (important note in ext desc) (#397) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IMPORTANT NOTE: The term "show" in Hungarian is "megjelenítés" and the word shall be conjugated, in which case the "Cider" word shall be placed before the term ("Show Cider" -> "Cider megjelenítése"). And in the translation file only the term "Show" can be translated, so in this case I could only solve this problem by writing "A következő megjelenítése: Cider" which is a translation of "Show this: Cider" which is not the best translation but with this issue it cannot be translated any better. --- src/i18n/hu_HU.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/hu_HU.jsonc b/src/i18n/hu_HU.jsonc index 005590c3..812b0174 100644 --- a/src/i18n/hu_HU.jsonc +++ b/src/i18n/hu_HU.jsonc @@ -196,7 +196,7 @@ // Waiting on Core for moving plugin to app.ts "action.tray.minimize": "Kicsinyítés a tálcára", "action.tray.quit": "Kilépés", - "action.tray.show": "Megjelenítés", + "action.tray.show": "A következő megjelenítése:", // Settings - General "settings.header.general": "Általános",