diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-11-21 20:49:11 -0600 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-11-21 20:49:11 -0600 |
commit | 830d41bff00a91f857cd8220f7d63a3e02b567d8 (patch) | |
tree | c8d161736e70107609ad8aa36fe7583b90743972 /locales/fr | |
parent | 470eaa3ddc9117fb340d688feae7b5a9e3a1e688 (diff) |
[locales] add dutch translation
Diffstat (limited to 'locales/fr')
-rw-r--r-- | locales/fr/messages.gotext.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locales/fr/messages.gotext.json b/locales/fr/messages.gotext.json index 10aba6e..69f4e48 100644 --- a/locales/fr/messages.gotext.json +++ b/locales/fr/messages.gotext.json @@ -74,7 +74,7 @@ { "id": "Initialization error", "message": "Initialization error", - "translation": "" + "translation": "Erreur d’initialisation" }, { "id": [ @@ -232,7 +232,7 @@ { "id": "{ApplicationName} on", "message": "{ApplicationName} on", - "translation": "{ApplicationName} est activée", + "translation": "{ApplicationName} est activé", "placeholders": [ { "id": "ApplicationName", @@ -247,7 +247,7 @@ { "id": "{ApplicationName} off", "message": "{ApplicationName} off", - "translation": "{ApplicationName} est désactivée", + "translation": "{ApplicationName} est désactivé", "placeholders": [ { "id": "ApplicationName", |