From 00475e4bfa6b7e83564d9ba20778d7964a237f5f Mon Sep 17 00:00:00 2001 From: t3chguy <2403652+t3chguy@users.noreply.github.com> Date: Fri, 25 Jul 2025 06:08:27 +0000 Subject: [PATCH] [create-pull-request] automated change --- src/i18n/strings/hu.json | 7 +++++++ src/i18n/strings/sk.json | 8 ++++++++ 2 files changed, 15 insertions(+) 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é",