From d62d89018349d6a86a3f491c5c43bf56bd05e08c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 7 Jan 2021 14:15:02 +0200 Subject: [PATCH] Update translations. --- i18n/ar.i18n.json | 6 +- i18n/bg.i18n.json | 6 +- i18n/br.i18n.json | 6 +- i18n/ca.i18n.json | 6 +- i18n/cs.i18n.json | 6 +- i18n/da.i18n.json | 6 +- i18n/de.i18n.json | 6 +- i18n/el.i18n.json | 184 ++++++++++++++++++++++--------------------- i18n/en-GB.i18n.json | 6 +- i18n/eo.i18n.json | 6 +- i18n/es-AR.i18n.json | 6 +- i18n/es-CL.i18n.json | 6 +- i18n/es-PE.i18n.json | 6 +- i18n/es.i18n.json | 6 +- i18n/eu.i18n.json | 6 +- i18n/fa.i18n.json | 6 +- i18n/fi.i18n.json | 6 +- i18n/fr.i18n.json | 8 +- i18n/gl.i18n.json | 6 +- i18n/he.i18n.json | 6 +- i18n/hi.i18n.json | 6 +- i18n/hr.i18n.json | 6 +- i18n/hu.i18n.json | 6 +- i18n/hy.i18n.json | 6 +- i18n/id.i18n.json | 6 +- i18n/ig.i18n.json | 6 +- i18n/it.i18n.json | 6 +- i18n/ja.i18n.json | 30 ++++--- i18n/ka.i18n.json | 6 +- i18n/km.i18n.json | 6 +- i18n/ko.i18n.json | 6 +- i18n/lt.i18n.json | 6 +- i18n/lv.i18n.json | 6 +- i18n/mk.i18n.json | 6 +- i18n/mn.i18n.json | 6 +- i18n/nb.i18n.json | 70 ++++++++-------- i18n/nl.i18n.json | 6 +- i18n/oc.i18n.json | 6 +- i18n/pa.i18n.json | 6 +- i18n/pl.i18n.json | 6 +- i18n/pt-BR.i18n.json | 6 +- i18n/pt.i18n.json | 6 +- i18n/ro.i18n.json | 6 +- i18n/ru.i18n.json | 6 +- i18n/sk.i18n.json | 6 +- i18n/sl.i18n.json | 6 +- i18n/sr.i18n.json | 6 +- i18n/sv.i18n.json | 6 +- i18n/sw.i18n.json | 6 +- i18n/ta.i18n.json | 6 +- i18n/th.i18n.json | 6 +- i18n/tr.i18n.json | 6 +- i18n/uk.i18n.json | 6 +- i18n/vi.i18n.json | 6 +- i18n/zh-CN.i18n.json | 6 +- i18n/zh-HK.i18n.json | 6 +- i18n/zh-TW.i18n.json | 6 +- 57 files changed, 419 insertions(+), 191 deletions(-) diff --git a/i18n/ar.i18n.json b/i18n/ar.i18n.json index 7af9abb77..9c71ad4b7 100644 --- a/i18n/ar.i18n.json +++ b/i18n/ar.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "بطاقة", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/bg.i18n.json b/i18n/bg.i18n.json index dc3dbcdf5..5c6395941 100644 --- a/i18n/bg.i18n.json +++ b/i18n/bg.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Карта", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/br.i18n.json b/i18n/br.i18n.json index 9eca6de1c..87dbd4ea6 100644 --- a/i18n/br.i18n.json +++ b/i18n/br.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/ca.i18n.json b/i18n/ca.i18n.json index 5032f8177..c8b331d6f 100644 --- a/i18n/ca.i18n.json +++ b/i18n/ca.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Fitxa", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/cs.i18n.json b/i18n/cs.i18n.json index 2d27c3c2e..a91498e06 100644 --- a/i18n/cs.i18n.json +++ b/i18n/cs.i18n.json @@ -852,5 +852,9 @@ "my-cards": "Moje karty", "card": "Karta", "list": "Seznam", - "board": "Tablo" + "board": "Tablo", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/da.i18n.json b/i18n/da.i18n.json index 4a73c8eec..801c148b5 100644 --- a/i18n/da.i18n.json +++ b/i18n/da.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Kort", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/de.i18n.json b/i18n/de.i18n.json index 0f80886f7..6133c5444 100644 --- a/i18n/de.i18n.json +++ b/i18n/de.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Karte", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/el.i18n.json b/i18n/el.i18n.json index 257c6de4e..2c2ede9c5 100644 --- a/i18n/el.i18n.json +++ b/i18n/el.i18n.json @@ -1,7 +1,7 @@ { "accept": "Αποδοχή", "act-activity-notify": "Ειδοποίηση δραστηριότητας", - "act-addAttachment": "added attachment __attachment__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", + "act-addAttachment": "προσετέθη το συνημμένο __attachment__ στην κάρτα __card__ στη λίστα __list__ στη λωρίδα __swimlane__ στον πίνακα __board__", "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__", @@ -27,13 +27,13 @@ "act-setCustomField": "edited custom field __customField__: __customFieldValue__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-createList": "added list __list__ to board __board__", "act-addBoardMember": "added member __member__ to board __board__", - "act-archivedBoard": "Board __board__ moved to Archive", - "act-archivedCard": "Card __card__ at list __list__ at swimlane __swimlane__ at board __board__ moved to Archive", - "act-archivedList": "List __list__ at swimlane __swimlane__ at board __board__ moved to Archive", - "act-archivedSwimlane": "Swimlane __swimlane__ at board __board__ moved to Archive", - "act-importBoard": "imported board __board__", - "act-importCard": "imported card __card__ to list __list__ at swimlane __swimlane__ at board __board__", - "act-importList": "imported list __list__ to swimlane __swimlane__ at board __board__", + "act-archivedBoard": "Ο πίνακας __board__ μεταφέρθηκε στο Αρχείο", + "act-archivedCard": "Η κάρτα __card__ στη λίστα __list__ στη λωρίδα __swimlane__ στον πίνακα __board__ μεταφέρθηκε στο Αρχείο", + "act-archivedList": "Η λίστα __list__ στη λωρίδα __swimlane__ στον πίνακα __board__ μεταφέρθηκε στο Αρχείο", + "act-archivedSwimlane": "Η λωρίδα __swimlane__ στον πίνακα __board__ μεταφέρθηκε στο Αρχείο", + "act-importBoard": "Εισήχθη ο πίνακας __board__", + "act-importCard": "εισήχθη η κάρτα __card__ στη λίστα __list__ στη λωρίδα __swimlane__ στον πίνακα __board__", + "act-importList": "εισήχθη η λίστα __list__ στη λωρίδα __swimlane__ στον πίνακα __board__", "act-joinMember": "added member __member__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-moveCard": "moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__", "act-moveCardToOtherBoard": "moved card __card__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to list __list__ at swimlane __swimlane__ at board __board__", @@ -121,8 +121,8 @@ "attached": "attached", "attachment": "Συνημμένο", "attachment-delete-pop": "Deleting an attachment is permanent. There is no undo.", - "attachmentDeletePopup-title": "Διαγραφή Συννημένου;", - "attachments": "Συννημένα", + "attachmentDeletePopup-title": "Διαγραφή Συνημμένου;", + "attachments": "Συνημμένα", "auto-watch": "Automatically watch boards when they are created", "avatar-too-big": "The avatar is too large (520KB max)", "back": "Πίσω", @@ -303,7 +303,7 @@ "email-fail-text": "Error trying to send email", "email-invalid": "Invalid email", "email-invite": "Πρόσκληση μέσω Email", - "email-invite-subject": "__inviter__ sent you an invitation", + "email-invite-subject": "__inviter__ σας έστειλε μια πρόσκληση", "email-invite-text": "Dear __user__,\n\n__inviter__ invites you to join board \"__board__\" for collaborations.\n\nPlease follow the link below:\n\n__url__\n\nThanks.", "email-resetPassword-subject": "Reset your password on __siteName__", "email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.", @@ -324,10 +324,10 @@ "error-username-taken": "This username is already taken", "error-email-taken": "Email has already been taken", "export-board": "Εξαγωγή πίνακα", - "export-board-json": "Export board to JSON", - "export-board-csv": "Export board to CSV", - "export-board-tsv": "Export board to TSV", - "export-board-html": "Export board to HTML", + "export-board-json": "Εξαγωγή πίνακα σε JSON", + "export-board-csv": "Εξαγωγή πίνακα σε CSV", + "export-board-tsv": "Εξαγωγή πίνακα σε TSV", + "export-board-html": "Εξαγωγή πίνακα σε HTML", "exportBoardPopup-title": "Εξαγωγή πίνακα", "sort": "Sort", "sort-desc": "Click to Sort List", @@ -547,44 +547,44 @@ "admin-panel": "Admin Panel", "settings": "Ρυθμίσεις", "people": "Άνθρωποι", - "registration": "Registration", - "disable-self-registration": "Disable Self-Registration", + "registration": "Εγγραφή", + "disable-self-registration": "Απενεργοποίηση Αυτό-Εγγραφής", "invite": "Πρόσκληση", - "invite-people": "Invite People", - "to-boards": "To board(s)", + "invite-people": "Πρόσκάλεσε Ανθρώπους", + "to-boards": "Στον πίνακα(ες)", "email-addresses": "Email Διευθύνσεις", - "smtp-host-description": "The address of the SMTP server that handles your emails.", - "smtp-port-description": "The port your SMTP server uses for outgoing emails.", - "smtp-tls-description": "Enable TLS support for SMTP server", - "smtp-host": "SMTP Host", - "smtp-port": "SMTP Port", + "smtp-host-description": "Η διεύθυνση του SMTP server που διαχειρίζεται τα emails σας.", + "smtp-port-description": "Η πόρτα που ο SMTP server χρησιμοποιεί για τα εξερχόμενα emails.", + "smtp-tls-description": "Ενεργοποίηση υποστήριξης TLS για το SMTP server", + "smtp-host": "Διακομιστής SMTP (host)", + "smtp-port": "Πόρτα SMTP (Port)", "smtp-username": "Όνομα Χρήστη", "smtp-password": "Κωδικός", "smtp-tls": "TLS υποστήριξη", "send-from": "Από", - "send-smtp-test": "Send a test email to yourself", + "send-smtp-test": "Στείλε ένα δοκιμαστικό email στον εαυτό σου", "invitation-code": "Κωδικός Πρόσκλησης", - "email-invite-register-subject": "__inviter__ sent you an invitation", - "email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to kanban board for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.", - "email-smtp-test-subject": "SMTP Test Email", - "email-smtp-test-text": "You have successfully sent an email", + "email-invite-register-subject": "__inviter__ σας έστειλε μια πρόσκληση", + "email-invite-register-text": "Αγαπητέ __user__,\n\n__inviter__ σας προσκαλεί για να συμμετάσχετε στον πίνακα kanban.\n\nΠαρακαλούμε πιέστε την παρακάτω διεύθυνση:\n__url__\n\nΟ κωδικός πρόσκλησής σας είναι: __icode__\n\nΕυχαριστούμε.", + "email-smtp-test-subject": "SMTP Δοκιμαστικό Email", + "email-smtp-test-text": "Στείλατε επιτυχώς ένα email", "error-invitation-code-not-exist": "Ο κωδικός πρόσκλησης δεν υπάρχει", - "error-notAuthorized": "You are not authorized to view this page.", - "webhook-title": "Webhook Name", - "webhook-token": "Token (Optional for Authentication)", - "outgoing-webhooks": "Outgoing Webhooks", - "bidirectional-webhooks": "Two-Way Webhooks", - "outgoingWebhooksPopup-title": "Outgoing Webhooks", + "error-notAuthorized": "Δεν έχετε εξουσιοδότηση για να δείτε αυτή τη σελίδα.", + "webhook-title": "Όνομα Webhook", + "webhook-token": "Token (Προεραιτικό για Αυθεντικοποίηση)", + "outgoing-webhooks": "Εξερχόμενα Webhooks", + "bidirectional-webhooks": "Αμφίδρομα Webhooks", + "outgoingWebhooksPopup-title": "Εξερχόμενα Webhooks", "boardCardTitlePopup-title": "Card Title Filter", - "disable-webhook": "Disable This Webhook", + "disable-webhook": "Απενεργοποίηση αυτού του Webhook", "global-webhook": "Global Webhooks", - "new-outgoing-webhook": "New Outgoing Webhook", + "new-outgoing-webhook": "Νέο Εξερχόμενο Webhook", "no-name": "(Άγνωστο)", "Node_version": "Έκδοση Node", "Meteor_version": "Έκδοση Meteor", "MongoDB_version": "Έκδοση MongoDB", "MongoDB_storage_engine": "MongoDB storage engine", - "MongoDB_Oplog_enabled": "MongoDB Oplog enabled", + "MongoDB_Oplog_enabled": "MongoDB Oplog ενεργοποιημένο", "OS_Arch": "OS Arch", "OS_Cpus": "OS CPU Count", "OS_Freemem": "OS Free Memory", @@ -594,44 +594,44 @@ "OS_Totalmem": "OS Total Memory", "OS_Type": "OS Type", "OS_Uptime": "OS Uptime", - "days": "days", + "days": "ημέρες", "hours": "ώρες", "minutes": "λεπτά", "seconds": "δευτερόλεπτα", - "show-field-on-card": "Show this field on card", + "show-field-on-card": "Προβολή αυτού του πεδίου στην κάρτα", "automatically-field-on-card": "Auto create field to all cards", "showLabel-field-on-card": "Show field label on minicard", "yes": "Ναι", "no": "Όχι", "accounts": "Λογαριασμοί", - "accounts-allowEmailChange": "Allow Email Change", - "accounts-allowUserNameChange": "Allow Username Change", - "createdAt": "Created at", - "verified": "Verified", + "accounts-allowEmailChange": "Επίτρεψε Αλλαγή Email", + "accounts-allowUserNameChange": "Επίτρεψε Αλλαγή Ονόματος χρήστη", + "createdAt": "Δημιουργήθηκε στις", + "verified": "Επιβεβαιώθηκε", "active": "Ενεργό", - "card-received": "Received", - "card-received-on": "Received on", + "card-received": "Ελήφθη", + "card-received-on": "Ελήφθη στις", "card-end": "Τέλος", - "card-end-on": "Ends on", - "editCardReceivedDatePopup-title": "Change received date", - "editCardEndDatePopup-title": "Change end date", - "setCardColorPopup-title": "Set color", - "setCardActionsColorPopup-title": "Choose a color", - "setSwimlaneColorPopup-title": "Choose a color", - "setListColorPopup-title": "Choose a color", - "assigned-by": "Assigned By", - "requested-by": "Requested By", + "card-end-on": "Λήγει στις", + "editCardReceivedDatePopup-title": "Αλλαγή ημερομηνίας λήψης", + "editCardEndDatePopup-title": "Αλλαγή ημερομηνίας λήξης", + "setCardColorPopup-title": "Ρύθμιση χρώματος", + "setCardActionsColorPopup-title": "Επιλέξτε ένα χρώμα", + "setSwimlaneColorPopup-title": "Επιλέξτε ένα χρώμα", + "setListColorPopup-title": "Επιλέξτε ένα χρώμα", + "assigned-by": "Ανατέθηκε Από", + "requested-by": "Αιτήθηκε Από", "board-delete-notice": "Deleting is permanent. You will lose all lists, cards and actions associated with this board.", "delete-board-confirm-popup": "All lists, cards, labels, and activities will be deleted and you won't be able to recover the board contents. There is no undo.", "boardDeletePopup-title": "Διαγραφή Πίνακα;", "delete-board": "Διαγραφή Πίνακα", "default-subtasks-board": "Subtasks for __board__ board", - "default": "Default", - "queue": "Queue", - "subtask-settings": "Subtasks Settings", - "card-settings": "Card Settings", + "default": "Προεπιλογή", + "queue": "Ουρά αναμονής", + "subtask-settings": "Ρυθμίσεις υποεργασιών (subtasks)", + "card-settings": "Ρυθμίσεις Κάρτας", "boardSubtaskSettingsPopup-title": "Board Subtasks Settings", - "boardCardSettingsPopup-title": "Card Settings", + "boardCardSettingsPopup-title": "Ρυθμίσεις Κάρτας", "deposit-subtasks-board": "Deposit subtasks to this board:", "deposit-subtasks-list": "Landing list for subtasks deposited here:", "show-parent-in-minicard": "Show parent in minicard:", @@ -640,48 +640,48 @@ "subtext-with-full-path": "Subtext with full path", "subtext-with-parent": "Subtext with parent", "change-card-parent": "Change card's parent", - "parent-card": "Parent card", - "source-board": "Source board", + "parent-card": "Μητρική κάρτα", + "source-board": "Κάρτα προέλευσης", "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", - "activity-set-customfield": "set custom field '%s' to '%s' in %s", + "activity-removed-label": "διεγράφη ετικέτα '%s' από %s", + "activity-delete-attach": "διεγράφη ένα συνημμένο από %s", + "activity-added-label-card": "προσετέθη ετικέτα '%s'", + "activity-removed-label-card": "διεγράφη ετικέτα '%s'", + "activity-delete-attach-card": "διεγραφη ένα συνημμένο", + "activity-set-customfield": "ανάθεση τιμής του custom πεδίου '%s' στο '%s' στο %s", "activity-unset-customfield": "unset custom field '%s' in %s", "r-rule": "Κανόνας", "r-add-trigger": "Add trigger", - "r-add-action": "Add action", - "r-board-rules": "Board rules", + "r-add-action": "Προσθήκη ενέργειας", + "r-board-rules": "Κανόνες πίνακα", "r-add-rule": "Προσθήκη κανόνα", "r-view-rule": "Προβολή κανόνα", "r-delete-rule": "Διαγραφή κανόνα", - "r-new-rule-name": "New rule title", - "r-no-rules": "No rules", + "r-new-rule-name": "Νέος τίτλος κανόνα", + "r-no-rules": "Κανένας κανόνας", "r-trigger": "Trigger", - "r-action": "Action", + "r-action": "Ενέργεια", "r-when-a-card": "Όταν μία κάρτα", - "r-is": "is", - "r-is-moved": "is moved", - "r-added-to": "Added to", - "r-removed-from": "Removed from", - "r-the-board": "the board", - "r-list": "list", - "set-filter": "Set Filter", - "r-moved-to": "Moved to", - "r-moved-from": "Moved from", + "r-is": "είναι", + "r-is-moved": "έχει μετακινηθεί", + "r-added-to": "Προσετέθη στο", + "r-removed-from": "Διεγράφη από", + "r-the-board": "ο πίνακας", + "r-list": "λίστα", + "set-filter": "Καθορισμός Φίλτρου", + "r-moved-to": "Μετακινήθηκε σε", + "r-moved-from": "Μετακινήθηκε από", "r-archived": "Μετακινήθηκε στο Αρχείο", "r-unarchived": "Επαναφέρθηκε από το Αρχείο", "r-a-card": "μία κάρτα", - "r-when-a-label-is": "When a label is", - "r-when-the-label": "When the label", - "r-list-name": "list name", - "r-when-a-member": "When a member is", - "r-when-the-member": "When the member", - "r-name": "name", - "r-when-a-attach": "When an attachment", + "r-when-a-label-is": "Όταν μια ετικέτα είναι", + "r-when-the-label": "Όταν η ετικέτα", + "r-list-name": "όνομα λίστα", + "r-when-a-member": "Όταν ένα μέλος είναι", + "r-when-the-member": "Όταν το μέλος", + "r-name": "όνομα", + "r-when-a-attach": "Όταν ένα συνημμένο", "r-when-a-checklist": "When a checklist is", "r-when-the-checklist": "When the checklist", "r-completed": "Completed", @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/en-GB.i18n.json b/i18n/en-GB.i18n.json index 12620acac..f343749d9 100644 --- a/i18n/en-GB.i18n.json +++ b/i18n/en-GB.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/eo.i18n.json b/i18n/eo.i18n.json index f4e46da6d..6898bf330 100644 --- a/i18n/eo.i18n.json +++ b/i18n/eo.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/es-AR.i18n.json b/i18n/es-AR.i18n.json index bd63f9cb6..38af24524 100644 --- a/i18n/es-AR.i18n.json +++ b/i18n/es-AR.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Tarjeta", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/es-CL.i18n.json b/i18n/es-CL.i18n.json index 6a3ca7bb1..02553ba75 100644 --- a/i18n/es-CL.i18n.json +++ b/i18n/es-CL.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Tarjeta", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/es-PE.i18n.json b/i18n/es-PE.i18n.json index 1cfbe7ea3..b1812aec5 100644 --- a/i18n/es-PE.i18n.json +++ b/i18n/es-PE.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Tarjeta", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/es.i18n.json b/i18n/es.i18n.json index 11d8e239b..71b67f72a 100644 --- a/i18n/es.i18n.json +++ b/i18n/es.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Tarjeta", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/eu.i18n.json b/i18n/eu.i18n.json index 4b22e820e..9a358dc41 100644 --- a/i18n/eu.i18n.json +++ b/i18n/eu.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/fa.i18n.json b/i18n/fa.i18n.json index 200cf0e32..8adeb2f30 100644 --- a/i18n/fa.i18n.json +++ b/i18n/fa.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "کارت", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/fi.i18n.json b/i18n/fi.i18n.json index 7779d077f..63b2f08dd 100644 --- a/i18n/fi.i18n.json +++ b/i18n/fi.i18n.json @@ -852,5 +852,9 @@ "my-cards": "Korttini", "card": "Kortti", "list": "Lista", - "board": "Taulu" + "board": "Taulu", + "context-separator": "/", + "my-cards-sort": "Korttini järjestys", + "my-cards-sort-board": "Taulun mukaan", + "my-cards-sort-dueat": "Eräpäivän mukaan" } diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index 2322ab43f..435e508c6 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -802,7 +802,7 @@ "act-atUserComment": "Vous avez été mentionné dans [__board__] __list__/__card__", "delete-user-confirm-popup": "Êtes-vous sûr de vouloir supprimer ce compte ? Cette opération ne peut pas être annulée. ", "accounts-allowUserDelete": "Autoriser les utilisateurs à supprimer leur compte", - "hide-minicard-label-text": "Cacher le label de la minicarte", + "hide-minicard-label-text": "Cacher l'étiquette de la minicarte", "show-desktop-drag-handles": "Voir les poignées de déplacement du bureau", "assignee": "Personne assignée", "cardAssigneesPopup-title": "Personne assignée", @@ -852,5 +852,9 @@ "my-cards": "Mes Cartes", "card": "Carte", "list": "Liste", - "board": "Tableau" + "board": "Tableau", + "context-separator": "/", + "my-cards-sort": "Trier Mes Cartes", + "my-cards-sort-board": "Par tableau", + "my-cards-sort-dueat": "Par date d'échéance" } diff --git a/i18n/gl.i18n.json b/i18n/gl.i18n.json index 2d96a6cab..22156fff0 100644 --- a/i18n/gl.i18n.json +++ b/i18n/gl.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/he.i18n.json b/i18n/he.i18n.json index 5d382c613..19a42cf65 100644 --- a/i18n/he.i18n.json +++ b/i18n/he.i18n.json @@ -852,5 +852,9 @@ "my-cards": "הכרטיסים שלי", "card": "כרטיס", "list": "רשימה", - "board": "לוח" + "board": "לוח", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/hi.i18n.json b/i18n/hi.i18n.json index 93c285221..6be73d9c2 100644 --- a/i18n/hi.i18n.json +++ b/i18n/hi.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "कार्ड", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/hr.i18n.json b/i18n/hr.i18n.json index dbea08c66..07510d7bc 100644 --- a/i18n/hr.i18n.json +++ b/i18n/hr.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Kartica", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/hu.i18n.json b/i18n/hu.i18n.json index 765f333ae..346d8e151 100644 --- a/i18n/hu.i18n.json +++ b/i18n/hu.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/hy.i18n.json b/i18n/hy.i18n.json index 0ad6c7ce0..d1eda0f3c 100644 --- a/i18n/hy.i18n.json +++ b/i18n/hy.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/id.i18n.json b/i18n/id.i18n.json index 120736110..04d88169e 100644 --- a/i18n/id.i18n.json +++ b/i18n/id.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/ig.i18n.json b/i18n/ig.i18n.json index 7611a7659..f5d41b0a0 100644 --- a/i18n/ig.i18n.json +++ b/i18n/ig.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/it.i18n.json b/i18n/it.i18n.json index 1f152909d..1705ef466 100644 --- a/i18n/it.i18n.json +++ b/i18n/it.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Scheda", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/ja.i18n.json b/i18n/ja.i18n.json index 440c7c0af..6a763e363 100644 --- a/i18n/ja.i18n.json +++ b/i18n/ja.i18n.json @@ -142,7 +142,7 @@ "board-view-cal": "カレンダー", "board-view-swimlanes": "スイムレーン", "board-view-collapse": "折りたたむ", - "board-view-gantt": "Gantt", + "board-view-gantt": "ガント", "board-view-lists": "リスト", "bucket-example": "例:バケットリスト", "cancel": "キャンセル", @@ -774,8 +774,8 @@ "display-authentication-method": "認証方式を表示", "default-authentication-method": "デフォルトの認証方式", "duplicate-board": "ボードの複製", - "org-number": "The number of organizations is:", - "team-number": "The number of teams is:", + "org-number": "組織のメンバー数:", + "team-number": "チームのメンバー数:", "people-number": "メンバー数:", "swimlaneDeletePopup-title": "スイムレーンを削除しますか?", "swimlane-delete-pop": "すべての内容がアクティビティから削除されます。この削除は元に戻すことができません。", @@ -809,10 +809,10 @@ "addmore-detail": "詳細説明の追加", "show-on-card": "カードに表示する項目", "new": "新規作成", - "editOrgPopup-title": "Edit Organization", - "newOrgPopup-title": "New Organization", - "editTeamPopup-title": "Edit Team", - "newTeamPopup-title": "New Team", + "editOrgPopup-title": "組織を編集", + "newOrgPopup-title": "新規組織", + "editTeamPopup-title": "チームを編集", + "newTeamPopup-title": "新規チーム", "editUserPopup-title": "ユーザーを編集", "newUserPopup-title": "新規ユーザー", "notifications": "通知", @@ -843,14 +843,18 @@ "task": "Task", "create-task": "Create Task", "ok": "OK", - "organizations": "Organizations", - "teams": "Teams", - "displayName": "Display Name", - "shortName": "Short Name", - "website": "Website", + "organizations": "組織", + "teams": "チーム", + "displayName": "表示名", + "shortName": "短縮名", + "website": "ウェブサイト", "person": "Person", "my-cards": "My Cards", "card": "カード", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/ka.i18n.json b/i18n/ka.i18n.json index 08999e2db..8312305cb 100644 --- a/i18n/ka.i18n.json +++ b/i18n/ka.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/km.i18n.json b/i18n/km.i18n.json index 8aa5c989c..510d4a572 100644 --- a/i18n/km.i18n.json +++ b/i18n/km.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/ko.i18n.json b/i18n/ko.i18n.json index eead65698..b31b15c8b 100644 --- a/i18n/ko.i18n.json +++ b/i18n/ko.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "카드", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/lt.i18n.json b/i18n/lt.i18n.json index 038b7d414..36b600c96 100644 --- a/i18n/lt.i18n.json +++ b/i18n/lt.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/lv.i18n.json b/i18n/lv.i18n.json index aac73ebff..4bcb771cc 100644 --- a/i18n/lv.i18n.json +++ b/i18n/lv.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Kartiņa", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/mk.i18n.json b/i18n/mk.i18n.json index b6e3c84f3..5cd267a7d 100644 --- a/i18n/mk.i18n.json +++ b/i18n/mk.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Карта", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/mn.i18n.json b/i18n/mn.i18n.json index 28b738327..c6b377393 100644 --- a/i18n/mn.i18n.json +++ b/i18n/mn.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/nb.i18n.json b/i18n/nb.i18n.json index 00fd871d8..779670888 100644 --- a/i18n/nb.i18n.json +++ b/i18n/nb.i18n.json @@ -1,43 +1,43 @@ { "accept": "Godta", "act-activity-notify": "Aktivitetsvarsel", - "act-addAttachment": "added attachment __attachment__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", - "act-deleteAttachment": "deleted attachment __attachment__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", + "act-addAttachment": "Lagt til vedlegg __subtask__ til kort __card__ i liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-deleteAttachment": "Slettet vedlegg __subtask__ fra kort __card__ i liste __list__ i svømmebane __swimlane__ på tavle __board__", "act-addSubtask": "lagt til underoppgave __subtask__ til kort __card__ i liste __list__ i svømmebane __swimlane__ på tavle __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__", - "act-removeChecklistItem": "removed checklist item __checklistItem__ from checklist __checkList__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", - "act-checkedItem": "checked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", - "act-uncheckedItem": "ikke sjekket __checklistItem__ av sjekkliseten __checklist__ på kort __card__ i listen __list__ i svømmebane __swimlane__ på tavle __board__", - "act-completeChecklist": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", - "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-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__", - "act-deleteComment": "deleted comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__", + "act-addLabel": "Lagt til etikett __label__ til kort __card__ i liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-addedLabel": "Lagt til etikett __label__ til kort __card__ i liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-removeLabel": "Fjernet etikett __label__ fra kort __card__ i liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-removedLabel": "Fjernet etikett __label__ fra kort __card__ i liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-addChecklist": "Lagt til sjekkliste __subtask__ til kort __card__ i liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-addChecklistItem": "Lagt til sjekklistepunkt __checklistItem__ til sjekklisten __checklist__ på kort __card__ i listen __list__ i svømmebane __swimlane__ på tavle __board__", + "act-removeChecklist": "Fjernet sjekkliste __subtask__ fra kort __card__ i liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-removeChecklistItem": "Fjernet sjekklistepunkt __checklistItem__ fra sjekklisten __checklist__ på kort __card__ i listen __list__ i svømmebane __swimlane__ på tavle __board__", + "act-checkedItem": "avmerket __checklistItem__ av sjekklisten __checklist__ på kort __card__ i listen __list__ i svømmebane __swimlane__ på tavle __board__", + "act-uncheckedItem": "fjernet avmerking __checklistItem__ av sjekklisten __checklist__ på kort __card__ i listen __list__ i svømmebane __swimlane__ på tavle __board__", + "act-completeChecklist": "Komplettert sjekkliste __checklist__ på kort __card__ på liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-uncompleteChecklist": "Ikke komplettert sjekkliste __checklist__ på kort __card__ på liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-addComment": "Kommentert på kort __card__: __comment__ på liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-editComment": "Redigert på kort __card__: __comment__ på liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-deleteComment": "Slettet kommentar på kort __card__: __comment__ på liste __list__ i svømmebane __swimlane__ på tavle __board__", "act-createBoard": "opprettet tavle __board__", "act-createSwimlane": "opprettet svømmebane __swimlane__ på tavlen __board__", "act-createCard": "opprettet kort __card__ til liste __list__ i svømmebane __swimlane__ på tavle __board__", "act-createCustomField": "opprettet tilpasset felt __customField__ på tavlen __board__", - "act-deleteCustomField": "deleted custom field __customField__ at board __board__", - "act-setCustomField": "edited custom field __customField__: __customFieldValue__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", - "act-createList": "added list __list__ to board __board__", - "act-addBoardMember": "added member __member__ to board __board__", + "act-deleteCustomField": "slettet tilpasset felt __customField__ på tavlen __board__", + "act-setCustomField": "Redigert tilpasset felt __customField__: __customFieldValue__ på kort __card__ på liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-createList": "opprettet liste __list__ til tavlen __board__", + "act-addBoardMember": "opprettet medlem __member__ til tavlen __board__", "act-archivedBoard": "Tavle __board__ flyttet til Arkiv", - "act-archivedCard": "Card __card__ at list __list__ at swimlane __swimlane__ at board __board__ moved to Archive", - "act-archivedList": "List __list__ at swimlane __swimlane__ at board __board__ moved to Archive", - "act-archivedSwimlane": "Swimlane __swimlane__ at board __board__ moved to Archive", - "act-importBoard": "imported board __board__", - "act-importCard": "imported card __card__ to list __list__ at swimlane __swimlane__ at board __board__", - "act-importList": "imported list __list__ to swimlane __swimlane__ at board __board__", - "act-joinMember": "added member __member__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", - "act-moveCard": "moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__", + "act-archivedCard": "Kort __card__ på liste __list__ i svømmebane __swimlane__ på tavle __board__ flyttet til Arkiv", + "act-archivedList": "Liste __list__ i svømmebane __swimlane__ på tavle __board__ flyttet til arkiv", + "act-archivedSwimlane": "Svømmebane __swimlane__ på tavlen __board__ flyttet til Arkiv", + "act-importBoard": "importert tavle __board__", + "act-importCard": "importert kort __card__ til liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-importList": "importert liste __list__ til svømmebane __swimlane__ på tavle __board__", + "act-joinMember": "lagt til medlem __label__ til kort __card__ i liste __list__ i svømmebane __swimlane__ på tavle __board__", + "act-moveCard": "flyttet kort __card__ på tavle __board__ fra liste __oldList__ i svømmebane __oldSwimlane__ til liste __list__ i svømmebane __swimlane__", "act-moveCardToOtherBoard": "moved card __card__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to list __list__ at swimlane __swimlane__ at board __board__", - "act-removeBoardMember": "removed member __member__ from board __board__", + "act-removeBoardMember": "fjernet medlem __member__ fra tavlen __board__", "act-restoredCard": "restored card __card__ to list __list__ at swimlane __swimlane__ at board __board__", "act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-withBoardTitle": "__board__", @@ -71,7 +71,7 @@ "add": "Legg til", "activity-checked-item-card": "sjekket %s i sjekkliste %s", "activity-unchecked-item-card": "ikke sjekket %s i sjekkliste %s", - "activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__", + "activity-checklist-completed-card": "Komplettert sjekkliste __checklist__ på kort __card__ på liste __list__ i svømmebane __swimlane__ på tavle __board__", "activity-checklist-uncompleted-card": "ikke ferdigstilt sjekkliste %s", "activity-editComment": "redigert kommentar %s", "activity-deleteComment": "slettet kommentar %s", @@ -746,7 +746,7 @@ "r-with-items": "med oppgave", "r-items-list": "oppgave1,oppgave2,oppgave3", "r-add-swimlane": "Legg til svømmebane", - "r-swimlane-name": "Navn på Svømmebane", + "r-swimlane-name": "Navn Svømmebane", "r-board-note": "Merk: La feltet stå tomt for å treffe alle mulige verdier.", "r-checklist-note": "Merk: sjekklistens oppgaver må skrives som kommaseparerte verdier.", "r-when-a-card-is-moved": "Når et kort flyttes til en annen liste", @@ -852,5 +852,9 @@ "my-cards": "Mine Kort", "card": "Kort", "list": "Liste", - "board": "Tavle" + "board": "Tavle", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/nl.i18n.json b/i18n/nl.i18n.json index 7139e2af1..bd5d30e9e 100644 --- a/i18n/nl.i18n.json +++ b/i18n/nl.i18n.json @@ -852,5 +852,9 @@ "my-cards": "Mijn kaarten", "card": "Kaart", "list": "Lijst", - "board": "Bord" + "board": "Bord", + "context-separator": "/", + "my-cards-sort": "Mijn kaarten sortering", + "my-cards-sort-board": "Naar bord", + "my-cards-sort-dueat": "Naar vervaldatum" } diff --git a/i18n/oc.i18n.json b/i18n/oc.i18n.json index 08d248ee5..dd9497d20 100644 --- a/i18n/oc.i18n.json +++ b/i18n/oc.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Carta", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/pa.i18n.json b/i18n/pa.i18n.json index 038b7d414..36b600c96 100644 --- a/i18n/pa.i18n.json +++ b/i18n/pa.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/pl.i18n.json b/i18n/pl.i18n.json index 74a37e9e7..088d3e634 100644 --- a/i18n/pl.i18n.json +++ b/i18n/pl.i18n.json @@ -852,5 +852,9 @@ "my-cards": "Moje karty", "card": "karty", "list": "Lista", - "board": "Tablica" + "board": "Tablica", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/pt-BR.i18n.json b/i18n/pt-BR.i18n.json index 708acd48a..45f6eafea 100644 --- a/i18n/pt-BR.i18n.json +++ b/i18n/pt-BR.i18n.json @@ -852,5 +852,9 @@ "my-cards": "Meus Cartões", "card": "Cartão", "list": "Lista", - "board": "Quadro" + "board": "Quadro", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/pt.i18n.json b/i18n/pt.i18n.json index cfbd7d013..fc6c717a2 100644 --- a/i18n/pt.i18n.json +++ b/i18n/pt.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Cartão", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/ro.i18n.json b/i18n/ro.i18n.json index 4177b6b6e..5b2fb5302 100644 --- a/i18n/ro.i18n.json +++ b/i18n/ro.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/ru.i18n.json b/i18n/ru.i18n.json index 7d8f80c28..c6f7c29da 100644 --- a/i18n/ru.i18n.json +++ b/i18n/ru.i18n.json @@ -852,5 +852,9 @@ "my-cards": "Мои карточки", "card": "Карточка", "list": "Список", - "board": "Доска" + "board": "Доска", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/sk.i18n.json b/i18n/sk.i18n.json index bc27b769a..ed7a6fd2b 100644 --- a/i18n/sk.i18n.json +++ b/i18n/sk.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/sl.i18n.json b/i18n/sl.i18n.json index 7e1a57402..76c23525d 100644 --- a/i18n/sl.i18n.json +++ b/i18n/sl.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Kartica", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/sr.i18n.json b/i18n/sr.i18n.json index 438ccb7b4..e6da8e7b6 100644 --- a/i18n/sr.i18n.json +++ b/i18n/sr.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Kartica", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/sv.i18n.json b/i18n/sv.i18n.json index 332638331..4bfdaef5c 100644 --- a/i18n/sv.i18n.json +++ b/i18n/sv.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Kort", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/sw.i18n.json b/i18n/sw.i18n.json index 3d664b8ac..9aff98b01 100644 --- a/i18n/sw.i18n.json +++ b/i18n/sw.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/ta.i18n.json b/i18n/ta.i18n.json index 05d1b7644..415b530cd 100644 --- a/i18n/ta.i18n.json +++ b/i18n/ta.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/th.i18n.json b/i18n/th.i18n.json index f0e8e1867..3ad12ff3f 100644 --- a/i18n/th.i18n.json +++ b/i18n/th.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/tr.i18n.json b/i18n/tr.i18n.json index 76ae5e450..eb2ab96d3 100644 --- a/i18n/tr.i18n.json +++ b/i18n/tr.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Kart", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/uk.i18n.json b/i18n/uk.i18n.json index dd3028edf..930fc84d9 100644 --- a/i18n/uk.i18n.json +++ b/i18n/uk.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Картка", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/vi.i18n.json b/i18n/vi.i18n.json index 15c4a89e5..53a5674aa 100644 --- a/i18n/vi.i18n.json +++ b/i18n/vi.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/zh-CN.i18n.json b/i18n/zh-CN.i18n.json index 049a53473..9b978dc38 100644 --- a/i18n/zh-CN.i18n.json +++ b/i18n/zh-CN.i18n.json @@ -852,5 +852,9 @@ "my-cards": "我的卡片", "card": "卡片", "list": "列表", - "board": "看板" + "board": "看板", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/zh-HK.i18n.json b/i18n/zh-HK.i18n.json index c0275438f..489483f38 100644 --- a/i18n/zh-HK.i18n.json +++ b/i18n/zh-HK.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "Card", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" } diff --git a/i18n/zh-TW.i18n.json b/i18n/zh-TW.i18n.json index 9aab3a77d..68652ab80 100644 --- a/i18n/zh-TW.i18n.json +++ b/i18n/zh-TW.i18n.json @@ -852,5 +852,9 @@ "my-cards": "My Cards", "card": "卡片", "list": "List", - "board": "Board" + "board": "Board", + "context-separator": "/", + "my-cards-sort": "My Cards Sort", + "my-cards-sort-board": "By Board", + "my-cards-sort-dueat": "By Due Date" }