diff options
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.i18n.json | 3 | ||||
-rw-r--r-- | i18n/fr.i18n.json | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index bb84dc66..3f35fca2 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -691,5 +691,6 @@ "swimlaneDeletePopup-title": "Delete Swimlane ?", "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.", "restore-all": "Restore all", - "delete-all": "Delete all" + "delete-all": "Delete all", + "loading": "Loading, please wait." } diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index ec20794c..dcac54e2 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -688,5 +688,6 @@ "swimlaneDeletePopup-title": "Supprimer le couloir ?", "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" -}
\ No newline at end of file + "delete-all": "Tout restaurer", + "loading": "Chargement, merci de patienter." +} |