From f90ca0066900d88429a62484c8237245e09ff7f6 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 13 May 2020 03:16:58 +0300 Subject: Update translations. --- i18n/ig.i18n.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'i18n/ig.i18n.json') diff --git a/i18n/ig.i18n.json b/i18n/ig.i18n.json index 8eb436c0..c16115ee 100644 --- a/i18n/ig.i18n.json +++ b/i18n/ig.i18n.json @@ -152,8 +152,6 @@ "card-spent": "Spent Time", "card-edit-attachments": "Edit attachments", "card-edit-custom-fields": "Edit custom fields", - "card-start-voting": "Start voting", - "card-cancel-voting": "Delete voting and all votes", "card-edit-labels": "Edit labels", "card-edit-members": "Edit members", "card-labels-title": "Change the labels for the card.", @@ -166,11 +164,15 @@ "cardStartVotingPopup-title": "Start a vote", "positiveVoteMembersPopup-title": "Proponents", "negativeVoteMembersPopup-title": "Opponents", - "allowNonBoardMembers": "Allow anonymous vote on public board", + "card-edit-voting": "Edit voting", + "editVoteEndDatePopup-title": "Change vote end date", + "allowNonBoardMembers": "Allow all logged in users", "vote-question": "Voting question", "vote-public": "Show who voted what", "vote-for-it": "for it", "vote-against": "against", + "deleteVotePopup-title": "Delete vote?", + "vote-delete-pop": "Deleting is permanent. You will lose all actions associated with this vote.", "cardDeletePopup-title": "Delete Card?", "cardDetailsActionsPopup-title": "Card Actions", "cardLabelsPopup-title": "Aha", @@ -626,7 +628,7 @@ "r-when-a-card": "When a card", "r-is": "is", "r-is-moved": "is moved", - "r-added-to": "added to", + "r-added-to": "Added to", "r-removed-from": "Removed from", "r-the-board": "the board", "r-list": "list", -- cgit v1.2.3-1-g7c22 From d0208b2112ac71ae73c5fe3f5291a9bb94b1fd81 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 13 May 2020 04:25:22 +0300 Subject: Update translations. --- i18n/ig.i18n.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'i18n/ig.i18n.json') diff --git a/i18n/ig.i18n.json b/i18n/ig.i18n.json index c16115ee..169953b7 100644 --- a/i18n/ig.i18n.json +++ b/i18n/ig.i18n.json @@ -309,6 +309,7 @@ "error-board-notAMember": "You need to be a member of this board to do that", "error-json-malformed": "Your text is not valid JSON", "error-json-schema": "Your JSON data does not include the proper information in the correct format", + "error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format", "error-list-doesNotExist": "This list does not exist", "error-user-doesNotExist": "This user does not exist", "error-user-notAllowSelf": "You can not invite yourself", @@ -316,6 +317,10 @@ "error-username-taken": "This username is already taken", "error-email-taken": "Email has already been taken", "export-board": "Export board", + "export-board-json": "Export board to JSON", + "export-board-csv": "Export board to CSV", + "export-board-tsv": "Export board to TSV", + "exportBoardPopup-title": "Export board", "sort": "Sort", "sort-desc": "Click to Sort List", "list-sort-by": "Sort the List By:", @@ -351,12 +356,16 @@ "import-board-c": "Import board", "import-board-title-trello": "Import board from Trello", "import-board-title-wekan": "Import board from previous export", + "import-board-title-csv": "Import board from CSV/TSV", "from-trello": "From Trello", "from-wekan": "From previous export", + "from-csv": "From CSV/TSV", "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.", + "import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .", "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.", "import-json-placeholder": "Paste your valid JSON data here", + "import-csv-placeholder": "Paste your valid CSV/TSV data here", "import-map-members": "Map members", "import-members-map": "Your imported board has some members. Please map the members you want to import to your users", "import-show-user-mapping": "Review members mapping", @@ -389,6 +398,7 @@ "swimlaneActionPopup-title": "Swimlane Actions", "swimlaneAddPopup-title": "Add a Swimlane below", "listImportCardPopup-title": "Import a Trello card", + "listImportCardsTsvPopup-title": "Import Excel CSV/TSV", "listMorePopup-title": "More", "link-list": "Link to this list", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", @@ -786,5 +796,12 @@ "thursday": "Thursday", "friday": "Friday", "saturday": "Saturday", - "sunday": "Sunday" + "sunday": "Sunday", + "status": "Status", + "swimlane": "Swimlane", + "owner": "Owner", + "last-modified-at": "Last modified at", + "last-activity": "Last activity", + "voting": "Voting", + "archived": "Archived" } -- cgit v1.2.3-1-g7c22 From 96507e6777ed77a324eaec9799c5b46b0d25ad26 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 13 May 2020 23:48:53 +0300 Subject: Add Spanish (Chile). Thanks to isos. Update translations. --- i18n/ig.i18n.json | 1 + 1 file changed, 1 insertion(+) (limited to 'i18n/ig.i18n.json') diff --git a/i18n/ig.i18n.json b/i18n/ig.i18n.json index 169953b7..7eee845b 100644 --- a/i18n/ig.i18n.json +++ b/i18n/ig.i18n.json @@ -320,6 +320,7 @@ "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", "exportBoardPopup-title": "Export board", "sort": "Sort", "sort-desc": "Click to Sort List", -- cgit v1.2.3-1-g7c22 From 28cffc43287d154ff4dafc78766401449fb13746 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 14 May 2020 01:04:21 +0300 Subject: Update translations. --- i18n/ig.i18n.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'i18n/ig.i18n.json') diff --git a/i18n/ig.i18n.json b/i18n/ig.i18n.json index 7eee845b..6bbc2e2f 100644 --- a/i18n/ig.i18n.json +++ b/i18n/ig.i18n.json @@ -804,5 +804,7 @@ "last-modified-at": "Last modified at", "last-activity": "Last activity", "voting": "Voting", - "archived": "Archived" + "archived": "Archived", + "delete-linked-card-before-this-card": "You can not delete this card before first deleting linked card that has", + "delete-linked-cards-before-this-list": "You can not delete this list before first deleting linked cards that are pointing to cards in this list" } -- cgit v1.2.3-1-g7c22