From 73d66e261e37bab55b17556c666169821c5f9cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 24 Jan 2024 11:58:25 +0100 Subject: [PATCH] Change user menu entry 'All notifications' to 'Notifications' --- webapp/locales/de.json | 2 +- webapp/locales/en.json | 2 +- webapp/locales/es.json | 2 +- webapp/locales/fr.json | 2 +- webapp/locales/it.json | 2 +- webapp/locales/nl.json | 2 +- webapp/locales/pl.json | 3 ++- webapp/locales/pt.json | 2 +- webapp/locales/ru.json | 2 +- 9 files changed, 10 insertions(+), 9 deletions(-) diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 88852504a..6a3f6545a 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -730,7 +730,7 @@ "tooltip": "Meine Banachrichtigungen" }, "markAllAsRead": "Markiere alle als gelesen", - "pageLink": "Alle Benachrichtigungen", + "pageLink": "Benachrichtigungen", "post": "Beitrag oder Gruppe", "reason": { "changed_group_member_role": "Hat Deine Rolle in der Gruppe geändert …", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index c42d6beaa..d8d1e6d46 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -730,7 +730,7 @@ "tooltip": "My notifications" }, "markAllAsRead": "Mark all as read", - "pageLink": "All notifications", + "pageLink": "Notifications", "post": "Post or Group", "reason": { "changed_group_member_role": "Changed your role in group …", diff --git a/webapp/locales/es.json b/webapp/locales/es.json index ae455e5eb..80f0197e2 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -417,7 +417,7 @@ "unread": "No leído" }, "markAllAsRead": "Marcar todas como leido", - "pageLink": "Todas las notificaciones", + "pageLink": "Notificaciones", "post": "Contribución", "reason": { "commented_on_post": "Comentó su contribución ...", diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index 2720f8deb..9d0a72336 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -411,7 +411,7 @@ "tooltip": "Mes notifications" }, "markAllAsRead": "Tout marquer comme lu", - "pageLink": "Toutes les notifications", + "pageLink": "Notifications", "post": "Post", "reason": { "commented_on_post": "Commenté sur votre post…", diff --git a/webapp/locales/it.json b/webapp/locales/it.json index 548278fc9..ac31b6877 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -356,7 +356,7 @@ "unread": null }, "markAllAsRead": "Segna tutti come letti", - "pageLink": null, + "pageLink": "Notifiche", "post": null, "reason": { "commented_on_post": null, diff --git a/webapp/locales/nl.json b/webapp/locales/nl.json index 27fbc8865..364adbac3 100644 --- a/webapp/locales/nl.json +++ b/webapp/locales/nl.json @@ -111,7 +111,7 @@ "unread": null }, "markAllAsRead": "Markeer alles als gelezen", - "pageLink": null, + "pageLink": "Notificaties", "post": null, "reason": { "commented_on_post": null, diff --git a/webapp/locales/pl.json b/webapp/locales/pl.json index 3b7d1200a..3c0ccb0b7 100644 --- a/webapp/locales/pl.json +++ b/webapp/locales/pl.json @@ -203,7 +203,8 @@ "markAllAsRead": "Oznacz wszystkie jako przeczytane", "menu": { "mentioned": "wspomiał o Tobie we wpisie" - } + }, + "pageLink": "Powiadomienia" }, "post": { "comment": { diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json index 121fc903d..661a3e10c 100644 --- a/webapp/locales/pt.json +++ b/webapp/locales/pt.json @@ -392,7 +392,7 @@ "unread": "Não lido" }, "markAllAsRead": "Marcar todas como lidas", - "pageLink": "Todas as notificações", + "pageLink": "Notificações", "post": "Post", "reason": { "commented_on_post": "Comentou no seu post …", diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json index 4ae664cd8..3ed1f2ba0 100644 --- a/webapp/locales/ru.json +++ b/webapp/locales/ru.json @@ -428,7 +428,7 @@ "unread": "Непрочитанные" }, "markAllAsRead": "Отметить все как прочитанное", - "pageLink": "Все уведомления", + "pageLink": "Уведомления", "post": "Пост", "reason": { "commented_on_post": "Комментарий к посту...",