From 07ca1acee9a5f4227d18766b49b3fe6c8690e9a1 Mon Sep 17 00:00:00 2001 From: Rémy Raes Date: Mon, 16 Oct 2023 16:17:37 +0200 Subject: feat: Notification menu (#615) Introduces a notification menu, which hosts notifications fired while the app was not focused. Notifications can be closed by the user. --- src-vue/src/i18n/lang/en.json | 5 +++++ src-vue/src/i18n/lang/fr.json | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'src-vue/src/i18n/lang') diff --git a/src-vue/src/i18n/lang/en.json b/src-vue/src/i18n/lang/en.json index 2bf18c2e..6fa6a965 100644 --- a/src-vue/src/i18n/lang/en.json +++ b/src-vue/src/i18n/lang/en.json @@ -146,6 +146,11 @@ }, "notification": { + "no_new": { + "title": "Up-to-date", + "text": "Nothing to see here!" + }, + "game_folder": { "new": { "title": "New game folder", diff --git a/src-vue/src/i18n/lang/fr.json b/src-vue/src/i18n/lang/fr.json index dbb34e80..c1ad181f 100644 --- a/src-vue/src/i18n/lang/fr.json +++ b/src-vue/src/i18n/lang/fr.json @@ -127,6 +127,11 @@ } }, "notification": { + "no_new": { + "title": "Vous êtes à jour", + "text": "Rien à voir par ici !" + }, + "game_folder": { "new": { "title": "Nouveau dossier", -- cgit v1.2.3