From 7cf8682555452bdd77fd84af2b8ff51561270f31 Mon Sep 17 00:00:00 2001 From: Chris LOMAME Date: Mon, 8 May 2017 13:39:24 +0200 Subject: [PATCH] fix(i18n): Missing translation keys (#1614) This commit adds in missing translation keys and provides better translations for a few others. --- client/src/i18n/en/periods.json | 3 ++- client/src/i18n/fr/periods.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/src/i18n/en/periods.json b/client/src/i18n/en/periods.json index f32a5ce632..22162b5cc8 100644 --- a/client/src/i18n/en/periods.json +++ b/client/src/i18n/en/periods.json @@ -16,6 +16,7 @@ "CUSTOM_FROM" : "Custom From", "CUSTOM_TO" : "Custom To", "SELECT_PERIOD" : "Select Period", - "SELECT_CUSTOM_PERIOD" : "Select Custom Period" + "SELECT_CUSTOM_PERIOD" : "Select Custom Period", + "SUBMIT_CUSTOM_PERIOD" : "Submit Custom Period" } } diff --git a/client/src/i18n/fr/periods.json b/client/src/i18n/fr/periods.json index 631d54fd2a..1b199b9968 100644 --- a/client/src/i18n/fr/periods.json +++ b/client/src/i18n/fr/periods.json @@ -9,13 +9,14 @@ "LAST_MONTH" : "Mois dernier", "LAST_YEAR" : "Année derniére", "ALL_TIME" : "Tout le temps", - "CUSTOM" : "Customizé", + "CUSTOM" : "Personalisé", "START" : "Début", "END" : "Fin", "PERIOD_LIMIT" : "Limite de période", "CUSTOM_FROM" : "de", "CUSTOM_TO" : "à", "SELECT_PERIOD" : "Période choisie", - "SELECT_CUSTOM_PERIOD" : "Période personnalisée" + "SELECT_CUSTOM_PERIOD" : "Période personnalisée", + "SUBMIT_CUSTOM_PERIOD" : "Valider la période" } }