From 4090a8b6b350decb36af69f577d5f2248babc204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 24 Jan 2024 13:25:56 +0100 Subject: [PATCH] Split locales entry 'notifications.pageLink' by adding a 'header.avatarMenu.notifications' entry to have them seperated --- webapp/components/AvatarMenu/AvatarMenu.vue | 2 +- webapp/locales/de.json | 3 ++- webapp/locales/en.json | 3 ++- webapp/locales/es.json | 3 ++- webapp/locales/fr.json | 3 ++- webapp/locales/it.json | 3 ++- webapp/locales/nl.json | 3 ++- webapp/locales/pl.json | 3 ++- webapp/locales/pt.json | 3 ++- webapp/locales/ru.json | 3 ++- 10 files changed, 19 insertions(+), 10 deletions(-) diff --git a/webapp/components/AvatarMenu/AvatarMenu.vue b/webapp/components/AvatarMenu/AvatarMenu.vue index d82d08734..1f24818ed 100644 --- a/webapp/components/AvatarMenu/AvatarMenu.vue +++ b/webapp/components/AvatarMenu/AvatarMenu.vue @@ -98,7 +98,7 @@ export default { icon: 'chat-bubble', }, { - name: this.$t('notifications.pageLink'), + name: this.$t('header.avatarMenu.notifications'), path: '/notifications', icon: 'bell', }, diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 6eb2e53af..5fe3f4679 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -577,7 +577,8 @@ }, "chats": "Chats", "groups": "Gruppen", - "myProfile": "Mein Profil" + "myProfile": "Mein Profil", + "notifications": "Benachrichtigungen" }, "chat": { "tooltip": "Meine Chats" diff --git a/webapp/locales/en.json b/webapp/locales/en.json index a6e3db2df..6bf221337 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -577,7 +577,8 @@ }, "chats": "Chats", "groups": "Groups", - "myProfile": "My profile" + "myProfile": "My profile", + "notifications": "Notifications" }, "chat": { "tooltip": "My chats" diff --git a/webapp/locales/es.json b/webapp/locales/es.json index aeb4a02de..1a102e27e 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -318,7 +318,8 @@ }, "header": { "avatarMenu": { - "chats": "Chats" + "chats": "Chats", + "notifications": "Notificaciones" } }, "index": { diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index b5034202c..098bcef18 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -308,7 +308,8 @@ }, "header": { "avatarMenu": { - "chats": "Chats" + "chats": "Chats", + "notifications": "Notifications" } }, "index": { diff --git a/webapp/locales/it.json b/webapp/locales/it.json index 2ce343660..35f523d26 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -312,7 +312,8 @@ }, "header": { "avatarMenu": { - "chats": "Chat" + "chats": "Chat", + "notifications": "Notifiche" } }, "index": { diff --git a/webapp/locales/nl.json b/webapp/locales/nl.json index cfd18d524..672f759cd 100644 --- a/webapp/locales/nl.json +++ b/webapp/locales/nl.json @@ -95,7 +95,8 @@ }, "header": { "avatarMenu": { - "chats": "Chats" + "chats": "Chats", + "notifications": "Notificaties" } }, "login": { diff --git a/webapp/locales/pl.json b/webapp/locales/pl.json index 7c75e1d2c..5291fe1fe 100644 --- a/webapp/locales/pl.json +++ b/webapp/locales/pl.json @@ -182,7 +182,8 @@ }, "header": { "avatarMenu": { - "chats": "Czaty" + "chats": "Czaty", + "notifications": "Powiadomienia" } }, "login": { diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json index 703c7ec2a..c99b092f3 100644 --- a/webapp/locales/pt.json +++ b/webapp/locales/pt.json @@ -350,7 +350,8 @@ }, "header": { "avatarMenu": { - "chats": "Chats" + "chats": "Chats", + "notifications": "Notificações" } }, "index": { diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json index b97f22d2d..02bfcef93 100644 --- a/webapp/locales/ru.json +++ b/webapp/locales/ru.json @@ -329,7 +329,8 @@ }, "header": { "avatarMenu": { - "chats": "Чаты" + "chats": "Чаты", + "notifications": "Уведомления" } }, "index": {