summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorBryan Mutai <mutaiwork@gmail.com>2020-05-07 01:29:22 +0300
committerBryan Mutai <mutaiwork@gmail.com>2020-05-07 01:31:59 +0300
commit1742bcd9b15737c5853e9bcd0a6301139498307d (patch)
tree0041882174cc382868f13d7cb7cd584cf146a319 /i18n
parent533bc045d06269dba2f42cdfe61817a1b3407974 (diff)
downloadwekan-1742bcd9b15737c5853e9bcd0a6301139498307d.tar.gz
wekan-1742bcd9b15737c5853e9bcd0a6301139498307d.tar.bz2
wekan-1742bcd9b15737c5853e9bcd0a6301139498307d.zip
add: import board/cards/lists using CSV/TSV
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index 11e7e2dd..a1bff774 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -307,6 +307,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",
@@ -349,12 +350,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",
@@ -387,6 +392,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.",