i18n: add chat translation

This commit is contained in:
Jean-Baptiste Pasquier 2021-07-12 19:19:19 +00:00
parent 5d787ef9fd
commit 7a7741656d
3 changed files with 9 additions and 0 deletions

View File

@ -371,5 +371,8 @@
"wantToUpdate": "Do you want to update?",
"yes": "Yes",
"no": "No"
},
"chat": {
"notifyall": "Notify all circle users"
}
}

View File

@ -371,5 +371,8 @@
"wantToUpdate": "¿Quieres actualizar?",
"yes": "Sí",
"no": "No"
},
"chat": {
"notifyall": "Notificar a todos los usuarios del círculo"
}
}

View File

@ -369,5 +369,8 @@
"wantToUpdate": "Voulez-vous mettre à jour ?",
"yes": "Oui",
"no": "Non"
},
"chat": {
"notifyall": "Notifier tous les utilisateurs du cercle"
}
}