diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-13 00:30:07 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-13 00:30:07 +0200 |
commit | 95a40a45e5370e88f848a7090b83ad149b95fa00 (patch) | |
tree | 55f06c3a7913609b7477858e9b0860673f8d869f | |
parent | 0ad7f080b7f7b614a5d1bfc4f3784aa0f08d49ab (diff) | |
download | wekan-95a40a45e5370e88f848a7090b83ad149b95fa00.tar.gz wekan-95a40a45e5370e88f848a7090b83ad149b95fa00.tar.bz2 wekan-95a40a45e5370e88f848a7090b83ad149b95fa00.zip |
Update translations.
-rw-r--r-- | i18n/fr.i18n.json | 4 | ||||
-rw-r--r-- | i18n/ru.i18n.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index 73a89c01..848941d3 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -567,8 +567,8 @@ "activity-added-label-card": "a ajouté l'étiquette '%s'", "activity-removed-label-card": "a supprimé l'étiquette '%s'", "activity-delete-attach-card": "a supprimé une pièce jointe", - "activity-set-customfield": "set custom field '%s' to '%s' in %s", - "activity-unset-customfield": "unset custom field '%s' in %s", + "activity-set-customfield": "a défini le champ personnalisé '%s' à '%s' dans %s", + "activity-unset-customfield": "a effacé le champ personnalisé '%s' dans %s", "r-rule": "Règle", "r-add-trigger": "Ajouter un déclencheur", "r-add-action": "Ajouter une action", diff --git a/i18n/ru.i18n.json b/i18n/ru.i18n.json index 91aa5c7c..d5169aef 100644 --- a/i18n/ru.i18n.json +++ b/i18n/ru.i18n.json @@ -567,8 +567,8 @@ "activity-added-label-card": "добавил метку '%s'", "activity-removed-label-card": "удалил метку '%s'", "activity-delete-attach-card": "удалил вложение", - "activity-set-customfield": "set custom field '%s' to '%s' in %s", - "activity-unset-customfield": "unset custom field '%s' in %s", + "activity-set-customfield": "сменил значение поля '%s' на '%s' в карточке %s", + "activity-unset-customfield": "очистил поле '%s' в карточке %s", "r-rule": "Правило", "r-add-trigger": "Задать условие", "r-add-action": "Задать действие", |