diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-25 16:59:12 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-25 16:59:12 +0200 |
commit | 08c8ebc1001768208391a3834296ff47db782639 (patch) | |
tree | 05a05900a649c906fd57ec4c2bea689abbb62a93 /i18n/sr.i18n.json | |
parent | 0039fe09bed435c76365b3c21bba181c8bfa8d40 (diff) | |
download | wekan-08c8ebc1001768208391a3834296ff47db782639.tar.gz wekan-08c8ebc1001768208391a3834296ff47db782639.tar.bz2 wekan-08c8ebc1001768208391a3834296ff47db782639.zip |
- Fix typos.
- Fix Outgoing Webhook message about created new swimlane.
Related #1969
Diffstat (limited to 'i18n/sr.i18n.json')
-rw-r--r-- | i18n/sr.i18n.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/sr.i18n.json b/i18n/sr.i18n.json index dfebbcfa..0244a0e4 100644 --- a/i18n/sr.i18n.json +++ b/i18n/sr.i18n.json @@ -5,7 +5,9 @@ "act-deleteAttachment": "deleted attachment __attachment__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addSubtask": "added subtask __subtask__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", + "act-addedLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-removeLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", + "act-removedLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addChecklist": "added checklist __checklist__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addChecklistItem": "added checklist item __checklistItem__ to checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-removeChecklist": "removed checklist __checklist__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", @@ -16,6 +18,7 @@ "act-uncompleteChecklist": "uncompleted checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-addComment": "commented on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__", "act-createBoard": "created board __board__", + "act-createSwimlane": "created swimlane __swimlane__ to board __board__", "act-createCard": "created card __card__ to list __list__ at swimlane __swimlane__ at board __board__", "act-createCustomField": "created custom field __customField__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-createList": "added list __list__ to board __board__", |