From f4479a2cee4c71391c47269d1d1c444a84a71f95 Mon Sep 17 00:00:00 2001 From: Benjamin Stonawski Date: Tue, 8 Feb 2022 21:57:16 +0100 Subject: [PATCH] Updated the term show (important note in ext desc) 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",