diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-07-12 01:25:07 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-07-12 01:25:07 +0300 |
commit | f89c37c1fd0fd8201014cc67b5a58fcecf1bdfc7 (patch) | |
tree | cb3c3f71693fc118296948521b69962135d4fcac /i18n/es.i18n.json | |
parent | c7b53becf33cbf725eff6b0786c6e0f2e1f9a501 (diff) | |
download | wekan-f89c37c1fd0fd8201014cc67b5a58fcecf1bdfc7.tar.gz wekan-f89c37c1fd0fd8201014cc67b5a58fcecf1bdfc7.tar.bz2 wekan-f89c37c1fd0fd8201014cc67b5a58fcecf1bdfc7.zip |
Update translations.
Diffstat (limited to 'i18n/es.i18n.json')
-rw-r--r-- | i18n/es.i18n.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/i18n/es.i18n.json b/i18n/es.i18n.json index 4076f79e..a1ba9744 100644 --- a/i18n/es.i18n.json +++ b/i18n/es.i18n.json @@ -145,6 +145,7 @@ "computer": "Ordenador", "create": "Crear", "createBoardPopup-title": "Crear tablero", + "chooseBoardSourcePopup-title": "Import board", "createLabelPopup-title": "Crear etiqueta", "current": "actual", "date": "Fecha", @@ -204,9 +205,13 @@ "headerBarCreateBoardPopup-title": "Crear tablero", "home": "Inicio", "import": "Importar", - "import-board": "importar desde Trello", - "import-board-title": "Importar tablero desde Trello", - "import-board-trello-instruction": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text", + "import-board": "import board", + "import-board-title-trello": "Importar tablero desde Trello", + "import-board-title-wekan": "Import board from Wekan", + "from-trello": "From Trello", + "from-wekan": "From Wekan", + "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-wekan": "In your Wekan board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.", "import-json-placeholder": "Paste your valid JSON data here", "import-map-members": "Mapa de miembros", "import-members-map": "Your imported board has some members. Please map the members you want to import to Wekan users", |