diff --git a/webapp/locales/de.json b/webapp/locales/de.json index efa72b0a2..42f6ab74f 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -1039,6 +1039,8 @@ }, "name": "Einstellungen", "notifications": { + "chat": "Chat", + "chatMessage": "Nachricht erhalten während Abwesenheit", "checkAll": "Alle auswählen", "commentOnObservedPost": "Kommentare zu beobachteten Beiträgen", "group": "Gruppen", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 9e8430f45..714c3f3c0 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -1039,6 +1039,8 @@ }, "name": "Settings", "notifications": { + "chat": "Chat", + "chatMessage": "Message received while absent", "checkAll": "Check all", "commentOnObservedPost": "Comments on observed posts", "group": "Groups", diff --git a/webapp/locales/es.json b/webapp/locales/es.json index 355c11b15..f0a1a866b 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -1039,6 +1039,8 @@ }, "name": "Configuración", "notifications": { + "chat": "Chat", + "chatMessage": "Mensaje recibido mientras estaba ausente", "checkAll": "Seleccionar todo", "commentOnObservedPost": "Comentario en una contribución que estoy observando", "group": "Grupos", diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index e8ae61f3f..3e5a8c4b6 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -1039,6 +1039,8 @@ }, "name": "Paramètres", "notifications": { + "chat" : "Chat", + "chatMessage" : "Message reçu pendant l'absence", "checkAll": "Tout cocher", "commentOnObservedPost" : "Commentez une contribution que je suis", "group" : "Groups", diff --git a/webapp/locales/it.json b/webapp/locales/it.json index 40608a618..8f14dfda2 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -1039,6 +1039,8 @@ }, "name": "Impostazioni", "notifications": { + "chat": "Chat", + "chatMessage": "Messaggio ricevuto durante l'assenza", "checkAll": "Seleziona tutto", "commentOnObservedPost": "Commenta un contributo che sto guardando", "group": "Gruppi", diff --git a/webapp/locales/nl.json b/webapp/locales/nl.json index 822c7e0a4..e332d38dc 100644 --- a/webapp/locales/nl.json +++ b/webapp/locales/nl.json @@ -1039,6 +1039,8 @@ }, "name": "Instellingen", "notifications": { + "chat": "Chat", + "chatMessage": "Bericht ontvangen tijdens afwezigheid", "checkAll": "Vink alles aan", "commentOnObservedPost": "Geef commentaar op een bijdrage die ik volg", "group": "Groepen", diff --git a/webapp/locales/pl.json b/webapp/locales/pl.json index da3995fe6..5c636dfab 100644 --- a/webapp/locales/pl.json +++ b/webapp/locales/pl.json @@ -1039,6 +1039,8 @@ }, "name": "Ustawienia", "notifications": { + "chat": "Chat", + "chatMessage": "Wiadomość otrzymana podczas nieobecności", "checkAll": "Wybierz wszystko", "commentOnObservedPost": "Skomentuj wpis, który obserwuję", "group": "Grupy", diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json index ad7e55ac5..c00acbf0a 100644 --- a/webapp/locales/pt.json +++ b/webapp/locales/pt.json @@ -1039,6 +1039,8 @@ }, "name": "Configurações", "notifications": { + "chat": "Chat", + "chatMessage": "Mensagem recebida durante a ausência", "checkAll": "Marcar tudo", "commentOnObservedPost": "Comentários sobre as mensagens observadas", "group": "Grupos", diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json index 4a515accb..5775264fa 100644 --- a/webapp/locales/ru.json +++ b/webapp/locales/ru.json @@ -1039,6 +1039,8 @@ }, "name": "Настройки", "notifications": { + "chat": "Чат", + "chatMessage": "Сообщение, полученное во время отсутствия", "checkAll": "Отметить все", "commentOnObservedPost": "Комментарии по поводу замеченных сообщений", "group": "Группы",