diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-07-10 11:42:05 -0400 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-07-10 11:42:05 -0400 |
commit | bf24cf48fc71adc80c7a207c08c6cb3c9aa6aab6 (patch) | |
tree | 305be5b59be8fe961ed5a8617a3e197ab222ff24 /i18n/fr.i18n.json | |
parent | 2ff27674d012fa4ada8233343acdfdd13aec4341 (diff) | |
download | wekan-bf24cf48fc71adc80c7a207c08c6cb3c9aa6aab6.tar.gz wekan-bf24cf48fc71adc80c7a207c08c6cb3c9aa6aab6.tar.bz2 wekan-bf24cf48fc71adc80c7a207c08c6cb3c9aa6aab6.zip |
Update translations.
Diffstat (limited to 'i18n/fr.i18n.json')
-rw-r--r-- | i18n/fr.i18n.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index 61b97ed4..c0c5386f 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -702,5 +702,21 @@ "swimlane-delete-pop": "Toutes les actions vont être supprimées du suivi d'activités et vous ne pourrez plus utiliser ce couloir. Cette action est irréversible.", "restore-all": "Tout supprimer", "delete-all": "Tout restaurer", - "loading": "Chargement, merci de patienter." + "loading": "Chargement, merci de patienter.", + "previous_as": "last time was", + "act-a-dueAt": "modified due time to \nWhen: __timeValue__\nWhere: __card__\n previous due was __timeOldValue__", + "act-a-endAt": "modified ending time to __timeValue__ from (__timeOldValue__)", + "act-a-startAt": "modified starting time to __timeValue__ from (__timeOldValue__)", + "act-a-receivedAt": "modified received time to __timeValue__ from (__timeOldValue__)", + "a-dueAt": "modified due time to be", + "a-endAt": "modified ending time to be", + "a-startAt": "modified starting time to be", + "a-receivedAt": "modified received time to be", + "almostdue": "current due time %s is approaching", + "pastdue": "current due time %s is past", + "duenow": "current due time %s is today", + "act-withDue": "__card__ due reminders [__board__]", + "act-almostdue": "was reminding the current due (__timeValue__) of __card__ is approaching", + "act-pastdue": "was reminding the current due (__timeValue__) of __card__ is past", + "act-duenow": "was reminding the current due (__timeValue__) of __card__ is now" } |