From ef04c2a826b1ad8fdc690c830b6318e3d4de1588 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 16 Sep 2018 03:00:57 +0300 Subject: Update translations. --- i18n/sv.i18n.json | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 99 insertions(+), 1 deletion(-) (limited to 'i18n/sv.i18n.json') diff --git a/i18n/sv.i18n.json b/i18n/sv.i18n.json index efd18987..93f88cad 100644 --- a/i18n/sv.i18n.json +++ b/i18n/sv.i18n.json @@ -43,9 +43,19 @@ "activity-sent": "skickade %s till %s", "activity-unjoined": "gick ur %s", "activity-subtask-added": "lade till deluppgift till %s", + "activity-checked-item": "checked %s in checklist %s of %s", + "activity-unchecked-item": "unchecked %s in checklist %s of %s", "activity-checklist-added": "lade kontrollista till %s", + "activity-checklist-removed": "removed a checklist from %s", + "activity-checklist-completed": "completed the checklist %s of %s", + "activity-checklist-uncompleted": "uncompleted the checklist %s of %s", "activity-checklist-item-added": "lade checklista objekt till '%s' i %s", + "activity-checklist-item-removed": "removed a checklist item from '%s' in %s", "add": "Lägg till", + "activity-checked-item-card": "checked %s in checklist %s", + "activity-unchecked-item-card": "unchecked %s in checklist %s", + "activity-checklist-completed-card": "completed the checklist %s", + "activity-checklist-uncompleted-card": "uncompleted the checklist %s", "add-attachment": "Lägg till bilaga", "add-board": "Lägg till anslagstavla", "add-card": "Lägg till kort", @@ -371,6 +381,7 @@ "restore": "Återställ", "save": "Spara", "search": "Sök", + "rules": "Rules", "search-cards": "Sök från korttitlar och beskrivningar på det här brädet", "search-example": "Text att söka efter?", "select-color": "Välj färg", @@ -507,5 +518,92 @@ "change-card-parent": "Change card's parent", "parent-card": "Parent card", "source-board": "Source board", - "no-parent": "Don't show parent" + "no-parent": "Don't show parent", + "activity-added-label": "added label '%s' to %s", + "activity-removed-label": "removed label '%s' from %s", + "activity-delete-attach": "deleted an attachment from %s", + "activity-added-label-card": "added label '%s'", + "activity-removed-label-card": "removed label '%s'", + "activity-delete-attach-card": "deleted an attachment", + "r-rule": "Rule", + "r-add-trigger": "Add trigger", + "r-add-action": "Add action", + "r-board-rules": "Board rules", + "r-add-rule": "Add rule", + "r-view-rule": "View rule", + "r-delete-rule": "Delete rule", + "r-new-rule-name": "Add new rule", + "r-no-rules": "No rules", + "r-when-a-card-is": "When a card is", + "r-added-to": "Added to", + "r-removed-from": "Removed from", + "r-the-board": "the board", + "r-list": "list", + "r-moved-to": "Moved to", + "r-moved-from": "Moved from", + "r-archived": "Moved to Recycle Bin", + "r-unarchived": "Restored from Recycle Bin", + "r-a-card": "a card", + "r-when-a-label-is": "When a label is", + "r-when-the-label-is": "When the label is", + "r-list-name": "List name", + "r-when-a-member": "When a member is", + "r-when-the-member": "When the member is", + "r-name": "name", + "r-is": "is", + "r-when-a-attach": "When an attachment", + "r-when-a-checklist": "When a checklist is", + "r-when-the-checklist": "When the checklist", + "r-completed": "Completed", + "r-made-incomplete": "Made incomplete", + "r-when-a-item": "When a checklist item is", + "r-when-the-item": "When the checklist item", + "r-checked": "Checked", + "r-unchecked": "Unchecked", + "r-move-card-to": "Move card to", + "r-top-of": "Top of", + "r-bottom-of": "Bottom of", + "r-its-list": "its list", + "r-archive": "Flytta till papperskorgen", + "r-unarchive": "Restore from Recycle Bin", + "r-card": "card", + "r-add": "Lägg till", + "r-remove": "Remove", + "r-label": "label", + "r-member": "member", + "r-remove-all": "Remove all members from the card", + "r-checklist": "checklist", + "r-check-all": "Check all", + "r-uncheck-all": "Uncheck all", + "r-item-check": "Items of checklist", + "r-check": "Check", + "r-uncheck": "Uncheck", + "r-item": "item", + "r-of-checklist": "of checlist", + "r-send-email": "Send an email", + "r-to": "to", + "r-subject": "subject", + "r-rule-details": "Rule details", + "r-d-move-to-top-gen": "Move card to top of its list", + "r-d-move-to-top-spec": "Move card to top of list", + "r-d-move-to-bottom-gen": "Move card to bottom of its list", + "r-d-move-to-bottom-spec": "Move card to bottom of list", + "r-d-send-email": "Send email", + "r-d-send-email-to": "to", + "r-d-send-email-subject": "subject", + "r-d-send-email-message": "message", + "r-d-archive": "Move card to Recycle Bin", + "r-d-unarchive": "Restore card from Recycle Bin", + "r-d-add-label": "Add label", + "r-d-remove-label": "Remove label", + "r-d-add-member": "Add member", + "r-d-remove-member": "Remove member", + "r-d-remove-all-member": "Remove all member", + "r-d-check-all": "Check all items of a list", + "r-d-uncheck-all": "Uncheck all items of a list", + "r-d-check-one": "Check item", + "r-d-uncheck-one": "Uncheck item", + "r-d-check-of-list": "of checklist", + "r-d-add-checklist": "Add checklist", + "r-d-remove-checklist": "Remove checklist" } \ No newline at end of file -- cgit v1.2.3-1-g7c22