🌐 (notification) add i18n for notif

This commit is contained in:
2020-07-18 23:41:27 +02:00
parent 62749a3bf7
commit 83245b1f12
4 changed files with 30 additions and 4 deletions

12
src/locales/fr.json Normal file
View File

@@ -0,0 +1,12 @@
{
"notification": {
"update": {
"title": "Une mise à jour est disponible !",
"body": "Recharger l'application pour l'installer."
},
"change": {
"title": "Changement !",
"body": "À votre tour {dev}."
}
}
}