diff --git a/taiga/locale/ca/LC_MESSAGES/django.po b/taiga/locale/ca/LC_MESSAGES/django.po index 5031baec..52d47a47 100644 --- a/taiga/locale/ca/LC_MESSAGES/django.po +++ b/taiga/locale/ca/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Catalan (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/ca/)\n" @@ -658,6 +658,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -673,6 +674,7 @@ msgid "" msgstr "" #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -691,6 +693,7 @@ msgid "" msgstr "" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -976,25 +979,25 @@ msgstr "L'element referenciat no existeix" msgid "The status doesn't exist" msgstr "L'estatus no existeix." -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1002,11 +1005,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1023,12 +1026,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1036,6 +1039,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/de/LC_MESSAGES/django.po b/taiga/locale/de/LC_MESSAGES/django.po index ea178737..872acc0d 100644 --- a/taiga/locale/de/LC_MESSAGES/django.po +++ b/taiga/locale/de/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: German (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/de/)\n" @@ -763,6 +763,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -789,6 +790,7 @@ msgstr "" " " #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -821,6 +823,7 @@ msgstr "" "Das Taiga Team\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1127,25 +1130,25 @@ msgstr "Das referenzierte Element existiert nicht" msgid "The status doesn't exist" msgstr "Der Status existiert nicht" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1153,11 +1156,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1174,12 +1177,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1187,6 +1190,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/en/LC_MESSAGES/django.po b/taiga/locale/en/LC_MESSAGES/django.po index cdb9a649..a54a721c 100644 --- a/taiga/locale/en/LC_MESSAGES/django.po +++ b/taiga/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" "PO-Revision-Date: 2015-03-25 20:09+0100\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Taiga Dev Team \n" @@ -647,6 +647,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -662,6 +663,7 @@ msgid "" msgstr "" #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -680,6 +682,7 @@ msgid "" msgstr "" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "" @@ -949,25 +952,25 @@ msgstr "" msgid "The status doesn't exist" msgstr "" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -975,11 +978,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -996,12 +999,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1009,6 +1012,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/es/LC_MESSAGES/django.po b/taiga/locale/es/LC_MESSAGES/django.po index 27d01a0e..8b81d9ae 100644 --- a/taiga/locale/es/LC_MESSAGES/django.po +++ b/taiga/locale/es/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -19,9 +19,9 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-20 16:40+0000\n" -"Last-Translator: David Barragán \n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" +"Last-Translator: Taiga Dev Team \n" "Language-Team: Spanish (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/es/)\n" "MIME-Version: 1.0\n" @@ -770,6 +770,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -794,6 +795,7 @@ msgstr "" "

El Equipo de Taiga

" #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -826,6 +828,7 @@ msgstr "" "El Equipo de Taiga\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1151,25 +1154,25 @@ msgstr "El elemento referenciado no existe" msgid "The status doesn't exist" msgstr "El estado no existe" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "El parámetro project es necesario" -#: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 -#: taiga/importers/asana/api.py:141 +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 msgid "Invalid Asana API request" msgstr "Solicitud de API de Asana no válida" -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 +#: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 +#: taiga/importers/asana/api.py:141 msgid "Failed to make the request to Asana API" msgstr "No se pudo realizar la solicitud a la API de Asana" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "El parámetro code es necesario" @@ -1177,11 +1180,11 @@ msgstr "El parámetro code es necesario" msgid "Error importing Asana project" msgstr "Error importando el proyecto de Asana" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "Datos de autenticación inválidos" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "El servicio de terceros está fallando" @@ -1198,12 +1201,12 @@ msgstr "El parámetro url es necesario" msgid "Invalid project_type {}" msgstr "project_type {} inválido" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "El token de atuenticación es inválido o ha expirado" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "Error importando el proyecto deJira" @@ -1211,6 +1214,142 @@ msgstr "Error importando el proyecto deJira" msgid "Error importing PivotalTracker project" msgstr "Error inportando el proyecto de PivotalTracker" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/fi/LC_MESSAGES/django.po b/taiga/locale/fi/LC_MESSAGES/django.po index bedd821d..0eebb940 100644 --- a/taiga/locale/fi/LC_MESSAGES/django.po +++ b/taiga/locale/fi/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Finnish (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/fi/)\n" @@ -710,6 +710,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -735,6 +736,7 @@ msgstr "" " " #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -766,6 +768,7 @@ msgstr "" "Taiga Tiimi\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1071,25 +1074,25 @@ msgstr "Viitattu elementtiä ei löydy" msgid "The status doesn't exist" msgstr "Tilaa ei löydy" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1097,11 +1100,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1118,12 +1121,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1131,6 +1134,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/fr/LC_MESSAGES/django.po b/taiga/locale/fr/LC_MESSAGES/django.po index 262b2d5c..b1311f14 100644 --- a/taiga/locale/fr/LC_MESSAGES/django.po +++ b/taiga/locale/fr/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: French (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/fr/)\n" @@ -745,6 +745,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -770,6 +771,7 @@ msgstr "" " " #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -801,6 +803,7 @@ msgstr "" "L'équipe Taiga\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1103,25 +1106,25 @@ msgstr "L'élément référencé n'existe pas" msgid "The status doesn't exist" msgstr "L'état n'existe pas" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1129,11 +1132,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1150,12 +1153,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1163,6 +1166,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/it/LC_MESSAGES/django.po b/taiga/locale/it/LC_MESSAGES/django.po index 98d7e7f0..f072e327 100644 --- a/taiga/locale/it/LC_MESSAGES/django.po +++ b/taiga/locale/it/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Italian (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/it/)\n" @@ -790,6 +790,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -819,6 +820,7 @@ msgstr "" "

Il Team di Taiga

" #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -863,6 +865,7 @@ msgstr "" "Il Team di Taiga\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1207,25 +1210,25 @@ msgstr "L'elemento di riferimento non esiste" msgid "The status doesn't exist" msgstr "Lo stato non esiste" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1233,11 +1236,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1254,12 +1257,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1267,6 +1270,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/ja/LC_MESSAGES/django.po b/taiga/locale/ja/LC_MESSAGES/django.po index e9fb7663..77bfea70 100644 --- a/taiga/locale/ja/LC_MESSAGES/django.po +++ b/taiga/locale/ja/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Japanese (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/ja/)\n" @@ -756,6 +756,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -781,6 +782,7 @@ msgstr "" " " #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -813,6 +815,7 @@ msgstr "" "Taigaチーム\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1141,25 +1144,25 @@ msgstr "参照された要素は存在しません。" msgid "The status doesn't exist" msgstr "ステータスは存在しません。" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1167,11 +1170,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1188,12 +1191,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1201,6 +1204,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/ko/LC_MESSAGES/django.po b/taiga/locale/ko/LC_MESSAGES/django.po index aed2fe9b..a7d8805f 100644 --- a/taiga/locale/ko/LC_MESSAGES/django.po +++ b/taiga/locale/ko/LC_MESSAGES/django.po @@ -1,8 +1,9 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: +# Jonghyuk Baik , 2017 # 안민규 (luasenvy) , 2017 # mcsong , 2015 # mcsong , 2015 @@ -10,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Korean (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/ko/)\n" @@ -757,6 +758,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -782,6 +784,7 @@ msgstr "" " " #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -813,6 +816,7 @@ msgstr "" "타이가 팀\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[타이가] %(error_subject)s" @@ -1136,84 +1140,220 @@ msgstr "참조된 엘리먼트가 존재하지 않습니다." msgid "The status doesn't exist" msgstr "상태가 존재하지 않습니다." -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" -msgstr "" +msgstr "프로젝트 값이 필요합니다." + +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "Asana API 요청이 올바르지 않습니다." #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" -msgstr "" +msgstr "Asana API에 요청하는 중 실패하였습니다." -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" -msgstr "" +msgstr "Code 값이 필요합니다." #: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 msgid "Error importing Asana project" -msgstr "" +msgstr "Asana 프로젝트를 가져오는 중 에러가 발생하였습니다." + +#: taiga/importers/github/api.py:135 +msgid "Invalid auth data" +msgstr "인증 정보가 유효하지 않습니다." #: taiga/importers/github/api.py:137 -msgid "Invalid auth data" -msgstr "" - -#: taiga/importers/github/api.py:139 msgid "Third party service failing" -msgstr "" +msgstr "서드 파티 서비스에 실패하였습니다." #: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 msgid "Error importing GitHub project" -msgstr "" +msgstr "GitHub프로젝트를 가져오는 중 에러가 발생하였습니다." #: taiga/importers/jira/api.py:59 taiga/importers/jira/api.py:86 #: taiga/importers/jira/api.py:106 taiga/importers/jira/api.py:179 msgid "The url param is needed" -msgstr "" +msgstr "url값이 필요합니다." #: taiga/importers/jira/api.py:155 msgid "Invalid project_type {}" -msgstr "" +msgstr "유효하지 않은 프로젝트_유형 {}" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" -msgstr "" +msgstr "인증 토큰이 유효하지 않거나 만료되었습니다." -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" -msgstr "" +msgstr "Jira 프로젝트를 가져오는 중 에러가 발생하였습니다." #: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 msgid "Error importing PivotalTracker project" +msgstr "PivotalTracker 프로젝트를 가져오는 중 에러가 발생하였습니다." + +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" msgstr "" #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" -msgstr "" +msgstr "유효하지 않은 요청: %s 의 %s" #: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 #, python-format msgid "Unauthorized: %s at %s" -msgstr "" +msgstr "인증되지 않음: %s 의 %s" #: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 #, python-format msgid "Resource Unavailable: %s at %s" -msgstr "" +msgstr "자원 사용 불가: %s 의 %s" #: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 msgid "Error importing Trello project" -msgstr "" +msgstr "Trello 프로젝트를 가져오는 중 에러가 발생하였습니다." #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" diff --git a/taiga/locale/nb/LC_MESSAGES/django.po b/taiga/locale/nb/LC_MESSAGES/django.po index 58bd5a35..db41a339 100644 --- a/taiga/locale/nb/LC_MESSAGES/django.po +++ b/taiga/locale/nb/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/taiga-agile-llc/" "taiga-back/language/nb/)\n" @@ -668,6 +668,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -683,6 +684,7 @@ msgid "" msgstr "" #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -701,6 +703,7 @@ msgid "" msgstr "" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "" @@ -986,25 +989,25 @@ msgstr "Det refererte elementet finnes ikke" msgid "The status doesn't exist" msgstr "Statusen eksisterer ikke" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1012,11 +1015,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1033,12 +1036,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1046,6 +1049,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/nl/LC_MESSAGES/django.po b/taiga/locale/nl/LC_MESSAGES/django.po index 51ac720a..5ad65cbd 100644 --- a/taiga/locale/nl/LC_MESSAGES/django.po +++ b/taiga/locale/nl/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Dutch (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/nl/)\n" @@ -698,6 +698,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -713,6 +714,7 @@ msgid "" msgstr "" #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -731,6 +733,7 @@ msgid "" msgstr "" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1016,25 +1019,25 @@ msgstr "Het element waarnaar verwezen wordt bestaat niet" msgid "The status doesn't exist" msgstr "De status bestaat niet" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1042,11 +1045,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1063,12 +1066,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1076,6 +1079,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/pl/LC_MESSAGES/django.po b/taiga/locale/pl/LC_MESSAGES/django.po index 37dd69ba..4ab11d71 100644 --- a/taiga/locale/pl/LC_MESSAGES/django.po +++ b/taiga/locale/pl/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Polish (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/pl/)\n" @@ -724,6 +724,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -749,6 +750,7 @@ msgstr "" " " #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -781,6 +783,7 @@ msgstr "" "Zespół Taiga\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1085,25 +1088,25 @@ msgstr "Element referencyjny nie istnieje" msgid "The status doesn't exist" msgstr "Status nie istnieje" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1111,11 +1114,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1132,12 +1135,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1145,6 +1148,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/pt_BR/LC_MESSAGES/django.po b/taiga/locale/pt_BR/LC_MESSAGES/django.po index 84abac6a..21313bbe 100644 --- a/taiga/locale/pt_BR/LC_MESSAGES/django.po +++ b/taiga/locale/pt_BR/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/taiga-agile-llc/" "taiga-back/language/pt_BR/)\n" @@ -756,6 +756,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -781,6 +782,7 @@ msgstr "" " " #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -812,6 +814,7 @@ msgstr "" "O Time Taiga\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1116,25 +1119,25 @@ msgstr "O elemento referenciado não existe" msgid "The status doesn't exist" msgstr "O estatus não existe" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1142,11 +1145,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1163,12 +1166,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1176,6 +1179,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/ru/LC_MESSAGES/django.po b/taiga/locale/ru/LC_MESSAGES/django.po index 07838035..311c6093 100644 --- a/taiga/locale/ru/LC_MESSAGES/django.po +++ b/taiga/locale/ru/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Russian (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/ru/)\n" @@ -749,6 +749,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -773,6 +774,7 @@ msgstr "" "

Команда Taiga

" #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -804,6 +806,7 @@ msgstr "" "Команда Taiga\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1111,25 +1114,25 @@ msgstr "Указанный элемент не существует" msgid "The status doesn't exist" msgstr "Статус не существует" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1137,11 +1140,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1158,12 +1161,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1171,6 +1174,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/sv/LC_MESSAGES/django.po b/taiga/locale/sv/LC_MESSAGES/django.po index e9eecfb6..4efc5d84 100644 --- a/taiga/locale/sv/LC_MESSAGES/django.po +++ b/taiga/locale/sv/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Swedish (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/sv/)\n" @@ -665,6 +665,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -680,6 +681,7 @@ msgid "" msgstr "" #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -698,6 +700,7 @@ msgid "" msgstr "" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -967,25 +970,25 @@ msgstr "Referenselementet existerar inte" msgid "The status doesn't exist" msgstr "Statusen existerar inte" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -993,11 +996,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1014,12 +1017,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1027,6 +1030,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/tr/LC_MESSAGES/django.po b/taiga/locale/tr/LC_MESSAGES/django.po index 87cd1276..f1e29163 100644 --- a/taiga/locale/tr/LC_MESSAGES/django.po +++ b/taiga/locale/tr/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Turkish (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/tr/)\n" @@ -719,6 +719,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -743,6 +744,7 @@ msgstr "" "

The Taiga Team

" #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -775,6 +777,7 @@ msgstr "" "Taiga Takımı\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1076,25 +1079,25 @@ msgstr "Referans gösterilmiş varlık mevcut değil" msgid "The status doesn't exist" msgstr "Durum mevcut değil" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1102,11 +1105,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1123,12 +1126,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1136,6 +1139,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/zh-Hans/LC_MESSAGES/django.po b/taiga/locale/zh-Hans/LC_MESSAGES/django.po index d032baac..16c32607 100644 --- a/taiga/locale/zh-Hans/LC_MESSAGES/django.po +++ b/taiga/locale/zh-Hans/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Chinese Simplified (http://www.transifex.com/taiga-agile-llc/" "taiga-back/language/zh-Hans/)\n" @@ -750,6 +750,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -774,6 +775,7 @@ msgstr "" " " #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -805,6 +807,7 @@ msgstr "" "Taiga团队\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1127,25 +1130,25 @@ msgstr "引用的元素不存在" msgid "The status doesn't exist" msgstr "状态不存在" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1153,11 +1156,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1174,12 +1177,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1187,6 +1190,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s" diff --git a/taiga/locale/zh-Hant/LC_MESSAGES/django.po b/taiga/locale/zh-Hant/LC_MESSAGES/django.po index ed4fab5c..86b22933 100644 --- a/taiga/locale/zh-Hant/LC_MESSAGES/django.po +++ b/taiga/locale/zh-Hant/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # taiga-back.taiga. -# Copyright (C) 2014-2016 Taiga Dev Team +# Copyright (C) 2014-2017 Taiga Dev Team # This file is distributed under the same license as the taiga-back package. # # Translators: @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 12:30+0100\n" -"PO-Revision-Date: 2017-02-15 11:08+0000\n" +"POT-Creation-Date: 2017-03-03 14:17+0100\n" +"PO-Revision-Date: 2017-03-03 13:17+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Chinese Traditional (http://www.transifex.com/taiga-agile-llc/" "taiga-back/language/zh-Hant/)\n" @@ -707,6 +707,7 @@ msgid "[%(project)s] %(error_subject)s" msgstr "[%(project)s] %(error_subject)s" #: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 #, python-format msgid "" "\n" @@ -730,6 +731,7 @@ msgstr "" "

Taiga 團隊

" #: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 #, python-format msgid "" "\n" @@ -761,6 +763,7 @@ msgstr "" "Taiga團隊\n" #: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 #, python-format msgid "[Taiga] %(error_subject)s" msgstr "[Taiga] %(error_subject)s" @@ -1061,25 +1064,25 @@ msgstr "參考元素不存在" msgid "The status doesn't exist" msgstr "狀態不存在" -#: taiga/importers/asana/api.py:45 taiga/importers/asana/api.py:87 -#: taiga/importers/github/api.py:46 taiga/importers/github/api.py:76 +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 #: taiga/importers/jira/api.py:57 taiga/importers/jira/api.py:103 -#: taiga/importers/pivotal/api.py:44 taiga/importers/pivotal/api.py:81 -#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 msgid "The project param is needed" msgstr "" +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + #: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 #: taiga/importers/asana/api.py:141 -msgid "Invalid Asana API request" -msgstr "" - -#: taiga/importers/asana/api.py:54 taiga/importers/asana/api.py:77 -#: taiga/importers/asana/api.py:143 msgid "Failed to make the request to Asana API" msgstr "" -#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 msgid "Code param needed" msgstr "" @@ -1087,11 +1090,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:137 +#: taiga/importers/github/api.py:135 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:139 +#: taiga/importers/github/api.py:137 msgid "Third party service failing" msgstr "" @@ -1108,12 +1111,12 @@ msgstr "" msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:144 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 msgid "Invalid or expired auth token" msgstr "" -#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 msgid "Error importing Jira project" msgstr "" @@ -1121,6 +1124,142 @@ msgstr "" msgid "Error importing PivotalTracker project" msgstr "" +#: taiga/importers/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Asana project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/asana_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Asana project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Github Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Github project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Github project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/github_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Github project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Jira project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/jira_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Jira project has been imported" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

\n" +" Go to %(project)s\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + #: taiga/importers/trello/importer.py:77 #, python-format msgid "Invalid Request: %s at %s"