From d1a0196d4489eb51375494c77fc5d302753379da Mon Sep 17 00:00:00 2001 From: t3chguy <2403652+t3chguy@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:08:39 +0000 Subject: [PATCH] [create-pull-request] automated change --- src/i18n/strings/et.json | 7 +++++++ src/i18n/strings/fr.json | 7 +++++++ src/i18n/strings/nb_NO.json | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/src/i18n/strings/et.json b/src/i18n/strings/et.json index 8e3418ba1e..a276db906b 100644 --- a/src/i18n/strings/et.json +++ b/src/i18n/strings/et.json @@ -35,6 +35,13 @@ "file_menu": { "label": "Fail" }, + "icon_overlay": { + "description_error": "Viga", + "description_notifications": { + "one": "Sul on %(count)s lugemata teavitus", + "other": "Sul on %(count)s lugemata teavitust" + } + }, "menu": { "hide": "Peida", "hide_others": "Peida muud", diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index 85893ca224..894c4606c6 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -35,6 +35,13 @@ "file_menu": { "label": "Fichier" }, + "icon_overlay": { + "description_error": "Erreur", + "description_notifications": { + "one": "Vous avez %(count)s notification non lue.", + "other": "Vous avez %(count)s notifications non lues." + } + }, "menu": { "hide": "Masquer", "hide_others": "Masquer les autres", diff --git a/src/i18n/strings/nb_NO.json b/src/i18n/strings/nb_NO.json index 944be3bf76..30a446ca0b 100644 --- a/src/i18n/strings/nb_NO.json +++ b/src/i18n/strings/nb_NO.json @@ -35,6 +35,13 @@ "file_menu": { "label": "Fil" }, + "icon_overlay": { + "description_error": "Feil", + "description_notifications": { + "one": "Du har %(count)s ulest varsel.", + "other": "Du har %(count)s uleste varsler." + } + }, "menu": { "hide": "Skjul", "hide_others": "Skjul andre",