diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index 29404b0280..8adebd6c1a 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -35,6 +35,13 @@ "file_menu": { "label": "Fájl" }, + "icon_overlay": { + "description_error": "Hiba", + "description_notifications": { + "one": "%(count)s olvasatlan értesítése van.", + "other": "%(count)s olvasatlan értesítése van." + } + }, "menu": { "hide": "Elrejtés", "hide_others": "Mások elrejtése", diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index 32a675908a..b1e271cc85 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -35,6 +35,14 @@ "file_menu": { "label": "Súbor" }, + "icon_overlay": { + "description_error": "Chyba", + "description_notifications": { + "one": "Máte %(count)s neprečítané oznámenie.", + "few": "Máte %(count)s neprečítané oznámenia.", + "other": "Máte %(count)s neprečítaných oznámení." + } + }, "menu": { "hide": "Skryť", "hide_others": "Skryť ostatné",