diff --git a/src/locales/en.json b/src/locales/en.json index a022fb7..0d7c07c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -371,5 +371,8 @@ "wantToUpdate": "Do you want to update?", "yes": "Yes", "no": "No" + }, + "chat": { + "notifyall": "Notify all circle users" } } diff --git a/src/locales/es.json b/src/locales/es.json index 0fdf9c2..a3e260f 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -371,5 +371,8 @@ "wantToUpdate": "¿Quieres actualizar?", "yes": "Sí", "no": "No" + }, + "chat": { + "notifyall": "Notificar a todos los usuarios del círculo" } } diff --git a/src/locales/fr.json b/src/locales/fr.json index 6801158..eeb8205 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -369,5 +369,8 @@ "wantToUpdate": "Voulez-vous mettre à jour ?", "yes": "Oui", "no": "Non" + }, + "chat": { + "notifyall": "Notifier tous les utilisateurs du cercle" } }