fix(webapp): add missing locales.

This commit is contained in:
elweyn 2023-07-31 10:53:40 +02:00
parent 69aa616012
commit f5171d598f
3 changed files with 10 additions and 0 deletions

View File

@ -723,6 +723,9 @@
"unread": "Ungelesen" "unread": "Ungelesen"
}, },
"group": "Beschreibung", "group": "Beschreibung",
"headerMenuButton": {
"tooltip": "Notifikationen"
},
"markAllAsRead": "Markiere alle als gelesen", "markAllAsRead": "Markiere alle als gelesen",
"pageLink": "Alle Benachrichtigungen", "pageLink": "Alle Benachrichtigungen",
"post": "Beitrag oder Gruppe", "post": "Beitrag oder Gruppe",

View File

@ -723,6 +723,9 @@
"unread": "Unread" "unread": "Unread"
}, },
"group": "Description", "group": "Description",
"headerMenuButton": {
"tooltip": "Notifications"
},
"markAllAsRead": "Mark all as read", "markAllAsRead": "Mark all as read",
"pageLink": "All notifications", "pageLink": "All notifications",
"post": "Post or Group", "post": "Post or Group",

View File

@ -405,6 +405,10 @@
"read": "Lire", "read": "Lire",
"unread": "Non lu" "unread": "Non lu"
}, },
"group": "Description",
"headerMenuButton": {
"tooltip": "Notifications"
},
"markAllAsRead": "Tout marquer comme lu", "markAllAsRead": "Tout marquer comme lu",
"pageLink": "Toutes les notifications", "pageLink": "Toutes les notifications",
"post": "Post", "post": "Post",