diff --git a/taiga/locale/ca/LC_MESSAGES/django.po b/taiga/locale/ca/LC_MESSAGES/django.po index 1921ef71..5031baec 100644 --- a/taiga/locale/ca/LC_MESSAGES/django.po +++ b/taiga/locale/ca/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Catalan (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/ca/)\n" @@ -192,8 +192,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "" @@ -775,7 +775,7 @@ msgstr "" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -812,7 +812,7 @@ msgstr "Comentari" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -888,7 +888,7 @@ msgstr "El payload no és un arxiu json vàlid" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "El projecte no existeix" @@ -976,6 +976,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Veure projecte" @@ -1161,7 +1240,7 @@ msgid "Fans" msgstr "" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1244,7 +1323,7 @@ msgstr "" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1267,7 +1346,7 @@ msgstr "Id d'objecte" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1293,7 +1372,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1436,26 +1515,26 @@ msgstr "Ja existix altre amb el matex nom." msgid "You don't have permissions to set this status to this epic." msgstr "" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "ref" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "estatus" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "tema" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1463,23 +1542,28 @@ msgstr "tema" msgid "color" msgstr "color" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "assignada a" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "requeriment de client" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "requeriment d'equip" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "referència externa" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "" @@ -1662,11 +1746,6 @@ msgstr "fita" msgid "finished date" msgstr "Data de finalització" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "referència externa" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "M'agrada" @@ -3358,25 +3437,25 @@ msgstr "" msgid "Stakeholder" msgstr "" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "" diff --git a/taiga/locale/de/LC_MESSAGES/django.po b/taiga/locale/de/LC_MESSAGES/django.po index f03e5edc..ea178737 100644 --- a/taiga/locale/de/LC_MESSAGES/django.po +++ b/taiga/locale/de/LC_MESSAGES/django.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: German (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/de/)\n" @@ -226,8 +226,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "Blockiertes Element" @@ -926,7 +926,7 @@ msgstr "Web" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -963,7 +963,7 @@ msgstr "Kommentar" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -1039,7 +1039,7 @@ msgstr "Die Nutzlast ist kein gültiges json" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "Das Projekt existiert nicht" @@ -1127,6 +1127,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Projekt ansehen" @@ -1312,7 +1391,7 @@ msgid "Fans" msgstr "" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1397,7 +1476,7 @@ msgstr "Nr. unterschreidet sich zwischen dem Objekt und dem Projekt" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1420,7 +1499,7 @@ msgstr "Objekt Nr." #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1446,7 +1525,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1589,26 +1668,26 @@ msgstr "Dieser Name wird schon verwendet." msgid "You don't have permissions to set this status to this epic." msgstr "" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "ref" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "Status" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "Betreff" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1616,23 +1695,28 @@ msgstr "Betreff" msgid "color" msgstr "Farbe" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "zugewiesen an" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "ist Kundenanforderung" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "ist Teamanforderung" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "User-Stories" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "externe Referenz" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "" @@ -1819,11 +1903,6 @@ msgstr "Meilenstein" msgid "finished date" msgstr "Datum der Fertigstellung" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "externe Referenz" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "Like" @@ -3850,29 +3929,29 @@ msgstr "Projekteigentümer " msgid "Stakeholder" msgstr "Stakeholder" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" "Sie haben nicht die Berechtigung, diesen Sprint auf diese User-Story zu " "setzen." -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" "Sie haben nicht die Berechtigung, diesen Status auf diese User-Story zu " "setzen." -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "Erstelle die User-Story #{ref} - {subject}" diff --git a/taiga/locale/en/LC_MESSAGES/django.po b/taiga/locale/en/LC_MESSAGES/django.po index 53faaa9f..235d52e8 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-15 12:07+0100\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" "PO-Revision-Date: 2015-03-25 20:09+0100\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Taiga Dev Team \n" @@ -949,25 +949,25 @@ msgstr "" msgid "The status doesn't exist" msgstr "" -#: taiga/importers/asana/api.py:44 taiga/importers/asana/api.py:86 -#: taiga/importers/github/api.py:45 taiga/importers/github/api.py:75 -#: taiga/importers/jira/api.py:56 taiga/importers/jira/api.py:102 +#: 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/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:46 taiga/importers/trello/api.py:83 +#: taiga/importers/trello/api.py:47 taiga/importers/trello/api.py:84 msgid "The project param is needed" msgstr "" -#: taiga/importers/asana/api.py:51 taiga/importers/asana/api.py:74 -#: taiga/importers/asana/api.py:131 +#: 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:53 taiga/importers/asana/api.py:76 -#: taiga/importers/asana/api.py:133 +#: 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:126 taiga/importers/github/api.py:121 +#: taiga/importers/asana/api.py:131 taiga/importers/github/api.py:125 msgid "Code param needed" msgstr "" @@ -975,11 +975,11 @@ msgstr "" msgid "Error importing Asana project" msgstr "" -#: taiga/importers/github/api.py:129 +#: taiga/importers/github/api.py:137 msgid "Invalid auth data" msgstr "" -#: taiga/importers/github/api.py:131 +#: taiga/importers/github/api.py:139 msgid "Third party service failing" msgstr "" @@ -987,17 +987,17 @@ msgstr "" msgid "Error importing GitHub project" msgstr "" -#: taiga/importers/jira/api.py:58 taiga/importers/jira/api.py:85 -#: taiga/importers/jira/api.py:105 taiga/importers/jira/api.py:178 +#: 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 "" -#: taiga/importers/jira/api.py:154 +#: taiga/importers/jira/api.py:155 msgid "Invalid project_type {}" msgstr "" -#: taiga/importers/jira/api.py:224 taiga/importers/pivotal/api.py:139 -#: taiga/importers/trello/api.py:143 +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 msgid "Invalid or expired auth token" msgstr "" diff --git a/taiga/locale/es/LC_MESSAGES/django.po b/taiga/locale/es/LC_MESSAGES/django.po index 07bb75c9..7e46da9f 100644 --- a/taiga/locale/es/LC_MESSAGES/django.po +++ b/taiga/locale/es/LC_MESSAGES/django.po @@ -19,9 +19,9 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 09:06+0000\n" -"Last-Translator: David Barragán \n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+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" @@ -212,8 +212,8 @@ msgstr "Adjunta una imagen válida. El fichero no es una imagen o está dañada. #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "Elemento bloqueado" @@ -928,7 +928,7 @@ msgstr "web" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -965,7 +965,7 @@ msgstr "comentario" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -1040,7 +1040,7 @@ msgstr "El payload no es un json válido" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "El proyecto no existe" @@ -1151,6 +1151,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Ver proyecto" @@ -1336,7 +1415,7 @@ msgid "Fans" msgstr "Seguidores" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1421,7 +1500,7 @@ msgstr "El ID de proyecto no coincide entre el adjunto y un proyecto" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1444,7 +1523,7 @@ msgstr "id de objeto" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1470,7 +1549,7 @@ msgstr "desde comentario" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1637,26 +1716,26 @@ msgstr "Ya existe uno con el mismo nombre." msgid "You don't have permissions to set this status to this epic." msgstr "No tiene permisos para establecer el estado de este epic" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "ref" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "estado" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "Orden de epics" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "asunto" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1664,23 +1743,28 @@ msgstr "asunto" msgid "color" msgstr "color" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "asignado a" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "requerido por el cliente" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "requerido por el equipo" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "historias de usuario" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "referencia externa" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "No existe ninguna épica con ese id" @@ -1863,11 +1947,6 @@ msgstr "sprint" msgid "finished date" msgstr "fecha de finalización" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "referencia externa" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "Like" @@ -3966,27 +4045,27 @@ msgstr "Product Owner" msgid "Stakeholder" msgstr "Stakeholder" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" "No tienes permisos para asignar este sprint a esta historia de usuario." -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" "No tienes permisos para asignar este estado a esta historia de usuario." -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "Inválido id de rol '{role_id}'" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "Inválido id de punto de historia '{points_id}'" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "Generada la historia de usuario #{ref} - {subject}" diff --git a/taiga/locale/fi/LC_MESSAGES/django.po b/taiga/locale/fi/LC_MESSAGES/django.po index 9cdfec8f..bedd821d 100644 --- a/taiga/locale/fi/LC_MESSAGES/django.po +++ b/taiga/locale/fi/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Finnish (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/fi/)\n" @@ -195,8 +195,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "Estetty elementti" @@ -869,7 +869,7 @@ msgstr "" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -906,7 +906,7 @@ msgstr "kommentti" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -983,7 +983,7 @@ msgstr "The payload is not a valid json" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "Projektia ei löydy" @@ -1071,6 +1071,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Katso projektia" @@ -1256,7 +1335,7 @@ msgid "Fans" msgstr "" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1339,7 +1418,7 @@ msgstr "Projekti ID ei vastaa kohdetta ja projektia" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1362,7 +1441,7 @@ msgstr "objekti ID" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1388,7 +1467,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1531,26 +1610,26 @@ msgstr "Nimi on jo olemassa" msgid "You don't have permissions to set this status to this epic." msgstr "" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "viittaus" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "tila" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "aihe" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1558,23 +1637,28 @@ msgstr "aihe" msgid "color" msgstr "väri" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "tekijä" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "on asiakkaan vaatimus" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "on tiimin vaatimus" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "ulkoinen viittaus" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "" @@ -1757,11 +1841,6 @@ msgstr "virstapylväs" msgid "finished date" msgstr "loppupvm" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "ulkoinen viittaus" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "" @@ -3724,25 +3803,25 @@ msgstr "Tuoteomistaja" msgid "Stakeholder" msgstr "Sidosryhmä" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "" diff --git a/taiga/locale/fr/LC_MESSAGES/django.po b/taiga/locale/fr/LC_MESSAGES/django.po index c70d9109..262b2d5c 100644 --- a/taiga/locale/fr/LC_MESSAGES/django.po +++ b/taiga/locale/fr/LC_MESSAGES/django.po @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: French (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/fr/)\n" @@ -221,8 +221,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "Élément bloqué" @@ -903,7 +903,7 @@ msgstr "web" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -940,7 +940,7 @@ msgstr "Commentaire" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -1015,7 +1015,7 @@ msgstr "Le payload n'est pas un json valide" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "Le projet n'existe pas" @@ -1103,6 +1103,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Consulter le projet" @@ -1288,7 +1367,7 @@ msgid "Fans" msgstr "Fans" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1373,7 +1452,7 @@ msgstr "L'identifiant du projet de correspond pas entre l'objet et le projet" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1396,7 +1475,7 @@ msgstr "identifiant de l'objet" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1422,7 +1501,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1565,26 +1644,26 @@ msgstr "Un élément de même nom existe déjà" msgid "You don't have permissions to set this status to this epic." msgstr "" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "réf" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "état" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "sujet" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1592,23 +1671,28 @@ msgstr "sujet" msgid "color" msgstr "couleur" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "assigné à" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "est un requis client" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "est un requis de l'équipe" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "référence externe" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "" @@ -1791,11 +1875,6 @@ msgstr "jalon" msgid "finished date" msgstr "date de fin" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "référence externe" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "Aimer" @@ -3554,27 +3633,27 @@ msgstr "Product Owner" msgid "Stakeholder" msgstr "Participant" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" "Vous n'avez pas la permission d'affecter ce sprint à ce récit utilisateur." -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" "Vous n'avez pas la permission d'affecter ce statut à ce récit utilisateur." -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "" diff --git a/taiga/locale/it/LC_MESSAGES/django.po b/taiga/locale/it/LC_MESSAGES/django.po index 65c55de1..98d7e7f0 100644 --- a/taiga/locale/it/LC_MESSAGES/django.po +++ b/taiga/locale/it/LC_MESSAGES/django.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Italian (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/it/)\n" @@ -205,8 +205,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "Elemento bloccato" @@ -980,7 +980,7 @@ msgstr "web" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -1017,7 +1017,7 @@ msgstr "Commento" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -1098,7 +1098,7 @@ msgstr "Il carico non è un json valido" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "Il progetto non esiste" @@ -1207,6 +1207,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Vedi progetto" @@ -1392,7 +1471,7 @@ msgid "Fans" msgstr "" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1477,7 +1556,7 @@ msgstr "L'ID di progetto non corrisponde tra oggetto e progetto" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1500,7 +1579,7 @@ msgstr "ID dell'oggetto" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1526,7 +1605,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1669,26 +1748,26 @@ msgstr "Ne esiste già un altro con lo stesso nome" msgid "You don't have permissions to set this status to this epic." msgstr "Non hai i permessi per impostare lo stato a questo epico." -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "referenza" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "stato" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "ordine epici" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "soggeto" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1696,23 +1775,28 @@ msgstr "soggeto" msgid "color" msgstr "colore" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "assegnato a" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "é un requisito del cliente " -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "é una richiesta del team" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "storie utente" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "referenza esterna" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "Non ci sono epici con questo id" @@ -1895,11 +1979,6 @@ msgstr "tappa" msgid "finished date" msgstr "data di conclusione" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "referenza esterna" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "Like" @@ -4153,26 +4232,26 @@ msgstr "Product Owner" msgid "Stakeholder" msgstr "Stakeholder" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" "Non hai i permessi per aggiungere questo sprint a questa storia utente." -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "Non hai i permessi per aggiungere questo stato a questa storia utente." -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "id ruolo '{role_id}' non valido" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "id punti '{points_id}' non valido" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "Stiamo generando la storia utente #{ref} - {subject}" diff --git a/taiga/locale/ja/LC_MESSAGES/django.po b/taiga/locale/ja/LC_MESSAGES/django.po index 902c2a73..e9fb7663 100644 --- a/taiga/locale/ja/LC_MESSAGES/django.po +++ b/taiga/locale/ja/LC_MESSAGES/django.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Japanese (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/ja/)\n" @@ -203,8 +203,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "ブロックされた要素" @@ -916,7 +916,7 @@ msgstr "ウェブ" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -953,7 +953,7 @@ msgstr "コメント" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -1030,7 +1030,7 @@ msgstr "ペイロードは有効なjsonではありません。" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "プロジェクトは存在していません。" @@ -1141,6 +1141,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "プロジェクトを見る" @@ -1326,7 +1405,7 @@ msgid "Fans" msgstr "ファン" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1411,7 +1490,7 @@ msgstr "" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1434,7 +1513,7 @@ msgstr "オブジェクトID" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1460,7 +1539,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1603,26 +1682,26 @@ msgstr "同じ名前のものがすでに存在します。" msgid "You don't have permissions to set this status to this epic." msgstr "このエピックにこのステータスを付与する権限がありません。" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "ステータス" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "件名" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1630,23 +1709,28 @@ msgstr "件名" msgid "color" msgstr "色" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "担当者" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "クライアントの要件" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "チームの要件" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "ユーザストーリ" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "外部参照" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "このIDのエピックは存在しません。" @@ -1829,11 +1913,6 @@ msgstr "マイルストーン" msgid "finished date" msgstr "完了日時" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "外部参照" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "いいね" @@ -3501,25 +3580,25 @@ msgstr "プロダクトオーナー" msgid "Stakeholder" msgstr "" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "" diff --git a/taiga/locale/ko/LC_MESSAGES/django.po b/taiga/locale/ko/LC_MESSAGES/django.po index eeb2f9f2..aed2fe9b 100644 --- a/taiga/locale/ko/LC_MESSAGES/django.po +++ b/taiga/locale/ko/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Korean (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/ko/)\n" @@ -200,8 +200,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "차단된 엘리먼트" @@ -916,7 +916,7 @@ msgstr "웹" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -953,7 +953,7 @@ msgstr "댓글" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -1029,7 +1029,7 @@ msgstr "페이로드의 json이 유효하지 않습니다." #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "프로젝트가 존재하지 않습니다." @@ -1136,6 +1136,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "프로젝트 보기" @@ -1321,7 +1400,7 @@ msgid "Fans" msgstr "좋아요" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1406,7 +1485,7 @@ msgstr "프로젝트 아이디가 객체와 프로젝트간에 알맞지 않습 #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1429,7 +1508,7 @@ msgstr "객체 아이디" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1455,7 +1534,7 @@ msgstr "댓글로부터" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1618,26 +1697,26 @@ msgstr "이미 동일한 이름이 존재합니다." msgid "You don't have permissions to set this status to this epic." msgstr "이 에픽의 상태를 설정할 권한이 없습니다." -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "참조" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "상태" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "에픽 순서" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "제목" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1645,23 +1724,28 @@ msgstr "제목" msgid "color" msgstr "색" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "할당됨" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "고객 요구 사항" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "팀 요구 사항" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "유저 스토리" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "외부 참조" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "아이디를 가진 에픽이 없습니다." @@ -1844,11 +1928,6 @@ msgstr "마일스톤" msgid "finished date" msgstr "종료된 날짜" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "외부 참조" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "좋아요" @@ -1914,7 +1993,7 @@ msgstr "'project' 매개변수는 필수입니다." #: taiga/projects/mixins/validators.py:19 msgid "The user must be a project member." -msgstr "" +msgstr "반드시 프로젝트 회원이어야 합니다." #: taiga/projects/models.py:79 msgid "email" @@ -3959,25 +4038,25 @@ msgstr "제품 소유자" msgid "Stakeholder" msgstr "이해관계자" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "이 유저 스토리를 스프린트에 설정할 권한이 없습니다." -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "이 유저 스토리의 상태를 설정할 권한이 없습니다." -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "'{role_id}' 역할 아이디는 유효하지 않습니다." -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "'{points_id}' 포인트 아이디는 유효하지 않습니다." -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "유저 스토리 생성 #{ref} - {subject}" diff --git a/taiga/locale/nb/LC_MESSAGES/django.po b/taiga/locale/nb/LC_MESSAGES/django.po index 6eb57831..58bd5a35 100644 --- a/taiga/locale/nb/LC_MESSAGES/django.po +++ b/taiga/locale/nb/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+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" @@ -194,8 +194,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "Blokkert element" @@ -785,7 +785,7 @@ msgstr "web" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -822,7 +822,7 @@ msgstr "kommentar" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -898,7 +898,7 @@ msgstr "Payloaden er ikke gyldig json" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "Prosjektet eksisterer ikke" @@ -986,6 +986,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Vis prosjekt" @@ -1171,7 +1250,7 @@ msgid "Fans" msgstr "" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1256,7 +1335,7 @@ msgstr "Prosjekt ID matcher ikke mellom objekt og prosjekt" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1279,7 +1358,7 @@ msgstr "objektid" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1305,7 +1384,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1448,26 +1527,26 @@ msgstr "Det finnes allerede en med samme navn." msgid "You don't have permissions to set this status to this epic." msgstr "" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "ref" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "status" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "subjekt" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1475,23 +1554,28 @@ msgstr "subjekt" msgid "color" msgstr "farge" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "tildelt til" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "Er klientkrav" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "Er team behov" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "ekstern referanse" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "" @@ -1677,11 +1761,6 @@ msgstr "milepæl" msgid "finished date" msgstr "Sluttdato" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "ekstern referanse" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "Liker" @@ -3357,27 +3436,27 @@ msgstr "Produkteier" msgid "Stakeholder" msgstr "Interessent" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" "Du har ikke tillatelse til å sette denne sprinten til denne brukerhistorien." -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" "Du har ikke tillatelse til å sette denne statusen til denne brukerhistorien." -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "Genererer brukerhistorien #{ref} - {subject}" diff --git a/taiga/locale/nl/LC_MESSAGES/django.po b/taiga/locale/nl/LC_MESSAGES/django.po index a7cdaf3e..51ac720a 100644 --- a/taiga/locale/nl/LC_MESSAGES/django.po +++ b/taiga/locale/nl/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Dutch (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/nl/)\n" @@ -203,8 +203,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "" @@ -815,7 +815,7 @@ msgstr "" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -852,7 +852,7 @@ msgstr "commentaar" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -928,7 +928,7 @@ msgstr "De payload is geen geldige json" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "Het project bestaat niet" @@ -1016,6 +1016,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Bekijk project" @@ -1201,7 +1280,7 @@ msgid "Fans" msgstr "" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1284,7 +1363,7 @@ msgstr "Project ID van object is niet gelijk aan die van het project" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1307,7 +1386,7 @@ msgstr "object id" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1333,7 +1412,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1476,26 +1555,26 @@ msgstr "Er bestaat er al één met dezelfde naam." msgid "You don't have permissions to set this status to this epic." msgstr "" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "ref" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "status" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "onderwerp" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1503,23 +1582,28 @@ msgstr "onderwerp" msgid "color" msgstr "kleur" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "toegewezen aan" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "is requirement van de klant" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "is requirement van het team" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "externe referentie" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "" @@ -1704,11 +1788,6 @@ msgstr "milestone" msgid "finished date" msgstr "datum van afwerking" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "externe referentie" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "Vind ik leuk" @@ -3430,25 +3509,25 @@ msgstr "Product Owner" msgid "Stakeholder" msgstr "Stakeholder" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "" diff --git a/taiga/locale/pl/LC_MESSAGES/django.po b/taiga/locale/pl/LC_MESSAGES/django.po index cdc8538b..37dd69ba 100644 --- a/taiga/locale/pl/LC_MESSAGES/django.po +++ b/taiga/locale/pl/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Polish (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/pl/)\n" @@ -19,8 +19,9 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: taiga/auth/api.py:74 msgid "Public register is disabled." @@ -197,8 +198,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "" @@ -883,7 +884,7 @@ msgstr "web" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -920,7 +921,7 @@ msgstr "komentarz" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -996,7 +997,7 @@ msgstr "Źródło nie jest prawidłowym plikiem json" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "Projekt nie istnieje" @@ -1084,6 +1085,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Zobacz projekt" @@ -1269,7 +1349,7 @@ msgid "Fans" msgstr "" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1352,7 +1432,7 @@ msgstr "ID nie pasuje pomiędzy obiektem a projektem" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1375,7 +1455,7 @@ msgstr "id obiektu" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1401,7 +1481,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1544,26 +1624,26 @@ msgstr "Już istnieje jeden z taką nazwą." msgid "You don't have permissions to set this status to this epic." msgstr "" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "ref" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "status" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "temat" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1571,23 +1651,28 @@ msgstr "temat" msgid "color" msgstr "kolor" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "przypisane do" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "wymaganie klienta" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "wymaganie zespołu" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "źródło zgłoszenia" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "" @@ -1770,11 +1855,6 @@ msgstr "kamień milowy" msgid "finished date" msgstr "data zakończenia" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "źródło zgłoszenia" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "" @@ -3755,27 +3835,27 @@ msgstr "Właściciel produktu" msgid "Stakeholder" msgstr "Interesariusz" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" "Nie masz uprawnień do ustawiania sprintu dla tej historyjki użytkownika." -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" "Nie masz uprawnień do ustawiania statusu do tej historyjki użytkownika." -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "" diff --git a/taiga/locale/pt_BR/LC_MESSAGES/django.po b/taiga/locale/pt_BR/LC_MESSAGES/django.po index 957e60ad..84abac6a 100644 --- a/taiga/locale/pt_BR/LC_MESSAGES/django.po +++ b/taiga/locale/pt_BR/LC_MESSAGES/django.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+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" @@ -208,8 +208,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "Elemento bloqeado" @@ -915,7 +915,7 @@ msgstr "web" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -952,7 +952,7 @@ msgstr "comentário" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -1028,7 +1028,7 @@ msgstr "A carga não é um json válido" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "O projeto não existe" @@ -1116,6 +1116,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Ver projeto" @@ -1301,7 +1380,7 @@ msgid "Fans" msgstr "Fãs" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1386,7 +1465,7 @@ msgstr "ID do projeto não combina entre objeto e projeto" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1409,7 +1488,7 @@ msgstr "identidade de objeto" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1435,7 +1514,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1578,26 +1657,26 @@ msgstr "Já existe um com o mesmo nome." msgid "You don't have permissions to set this status to this epic." msgstr "" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "ref" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "status" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "assunto" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1605,23 +1684,28 @@ msgstr "assunto" msgid "color" msgstr "cor" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "assinado a" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "É requerimento do cliente" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "É requerimento do time" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "referência externa" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "" @@ -1805,11 +1889,6 @@ msgstr "marco de progresso" msgid "finished date" msgstr "data de término" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "referência externa" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "Curtir" @@ -3786,29 +3865,29 @@ msgstr "Product Owner" msgid "Stakeholder" msgstr "Stakeholder" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" "Você não tem permissão para colocar esse sprint para essa história de " "usuário." -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" "Você não tem permissão para colocar esse status para essa história de " "usuário." -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "Gerando a história de usuário #{ref} - {subject}" diff --git a/taiga/locale/ru/LC_MESSAGES/django.po b/taiga/locale/ru/LC_MESSAGES/django.po index 5dd0e49f..07838035 100644 --- a/taiga/locale/ru/LC_MESSAGES/django.po +++ b/taiga/locale/ru/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ # Egor Poderyagin , 2016 # Igor Bezukladnikov , 2016 # ilyar, 2016 -# ivan tkachenko , 2016 +# ratijas , 2016 # Sergey Kustov , 2016 # Марат , 2015 # Никита Евстропов , 2016 @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Russian (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/ru/)\n" @@ -210,8 +210,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "Заблокированный элемент" @@ -907,7 +907,7 @@ msgstr "веб" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -944,7 +944,7 @@ msgstr "комментарий" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -1020,7 +1020,7 @@ msgstr "Нагрузочный файл не является правильны #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "Проект не существует" @@ -1111,6 +1111,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Просмотреть проект" @@ -1296,7 +1375,7 @@ msgid "Fans" msgstr "" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1381,7 +1460,7 @@ msgstr "Идентификатор проекта не подходит к эт #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1404,7 +1483,7 @@ msgstr "идентификатор объекта" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1430,7 +1509,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1573,26 +1652,26 @@ msgstr "Это имя уже используется." msgid "You don't have permissions to set this status to this epic." msgstr "У вас нет разрешения для установки статуса этому эпосу" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "Ссылка" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "cтатус" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "порядок эпосов" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "тема" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1600,23 +1679,28 @@ msgstr "тема" msgid "color" msgstr "цвет" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "назначено" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "является требованием клиента" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "является требованием команды" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "пользовательские истории" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "внешняя ссылка" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "Не существует эпоса с таким идентификатором" @@ -1803,11 +1887,6 @@ msgstr "веха" msgid "finished date" msgstr "дата завершения" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "внешняя ссылка" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "Лайк" @@ -3870,27 +3949,27 @@ msgstr "Владелец продукта" msgid "Stakeholder" msgstr "Заинтересованная сторона" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" "У вас нет прав чтобы установить спринт для этой пользовательской истории." -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" "У вас нет прав чтобы установить статус для этой пользовательской истории." -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "Неверный id роли '{role_id}'" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "Генерируется пользовательская история #{ref} - {subject}" diff --git a/taiga/locale/sv/LC_MESSAGES/django.po b/taiga/locale/sv/LC_MESSAGES/django.po index 5ec1f73a..e9eecfb6 100644 --- a/taiga/locale/sv/LC_MESSAGES/django.po +++ b/taiga/locale/sv/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Swedish (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/sv/)\n" @@ -196,8 +196,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "" @@ -782,7 +782,7 @@ msgstr "Internet" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -819,7 +819,7 @@ msgstr "kommentera" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -879,7 +879,7 @@ msgstr "Datasträngen är inte korrekt json" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "Projektet existerar inte" @@ -967,6 +967,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Visa projekt" @@ -1152,7 +1231,7 @@ msgid "Fans" msgstr "" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1235,7 +1314,7 @@ msgstr "Projekt-ID stämmer inte mellan objekt och projekt" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1258,7 +1337,7 @@ msgstr "objekt-ID" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1284,7 +1363,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1427,26 +1506,26 @@ msgstr "Existerar redan med samma namn. " msgid "You don't have permissions to set this status to this epic." msgstr "" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "ref" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "status" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "titel" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1454,23 +1533,28 @@ msgstr "titel" msgid "color" msgstr "färg" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "Tilldelad till" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "är ett beställarkrav" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "är ett krav från arbetsgruppen" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "extern referens" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "" @@ -1653,11 +1737,6 @@ msgstr "milstolpe" msgid "finished date" msgstr "färdig datum" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "extern referens" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "Gillar" @@ -3335,28 +3414,28 @@ msgstr "Produktägare" msgid "Stakeholder" msgstr "Intressent" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "" "Du har inte behörighet för att lägga sprinten till den här användarhistorien" -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "" "Du har inte behörighet till att sätta den här statusen till " "användarhistorien." -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "Skapar användarhistorie #{ref} - {subject}" diff --git a/taiga/locale/tr/LC_MESSAGES/django.po b/taiga/locale/tr/LC_MESSAGES/django.po index 7a6ca7d7..87cd1276 100644 --- a/taiga/locale/tr/LC_MESSAGES/django.po +++ b/taiga/locale/tr/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+0000\n" "Last-Translator: Taiga Dev Team \n" "Language-Team: Turkish (http://www.transifex.com/taiga-agile-llc/taiga-back/" "language/tr/)\n" @@ -204,8 +204,8 @@ msgstr "" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "Engellenmiş nesne" @@ -877,7 +877,7 @@ msgstr "web" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -914,7 +914,7 @@ msgstr "yorum" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -988,7 +988,7 @@ msgstr "" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "Proje mevcut değil." @@ -1076,6 +1076,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "Projeyi gör" @@ -1261,7 +1340,7 @@ msgid "Fans" msgstr "" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1344,7 +1423,7 @@ msgstr "Proje ve nesne arasında Proje ID uyuşmazlığı mevcut" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1367,7 +1446,7 @@ msgstr "nesne id" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1393,7 +1472,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1536,26 +1615,26 @@ msgstr "Aynı isimler bir tane daha mevcut." msgid "You don't have permissions to set this status to this epic." msgstr "" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "ref" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "durum" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "konu" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1563,23 +1642,28 @@ msgstr "konu" msgid "color" msgstr "renk" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "atanmış" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "istemci gereksinimi" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "takım gereksinimi" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "dış referans" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "" @@ -1762,11 +1846,6 @@ msgstr "aşama" msgid "finished date" msgstr "bitirme tarihi" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "dış referans" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "Beğen" @@ -3512,25 +3591,25 @@ msgstr "Ürün Sahibi" msgid "Stakeholder" msgstr "Paydaş" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "Bu kullanıcı hikayesine bu sprinti ayarlama izniniz yok." -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "Bu kullanıcı hikayesine bu durumu ayarlama yetkiniz yok." -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "" diff --git a/taiga/locale/zh-Hans/LC_MESSAGES/django.po b/taiga/locale/zh-Hans/LC_MESSAGES/django.po index 73e12c44..d032baac 100644 --- a/taiga/locale/zh-Hans/LC_MESSAGES/django.po +++ b/taiga/locale/zh-Hans/LC_MESSAGES/django.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+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" @@ -197,8 +197,8 @@ msgstr "请上传一张有效的图片。所上传的不是图片或已损坏" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "冻结的元素" @@ -908,7 +908,7 @@ msgstr "网页" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -945,7 +945,7 @@ msgstr "评论" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -1021,7 +1021,7 @@ msgstr "内容不是一个合法的JSON" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "项目不存在" @@ -1127,6 +1127,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "查看项目" @@ -1312,7 +1391,7 @@ msgid "Fans" msgstr "粉丝" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1395,7 +1474,7 @@ msgstr "对象和项目间的项目ID不匹配" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1418,7 +1497,7 @@ msgstr "对象id" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1444,7 +1523,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1587,26 +1666,26 @@ msgstr "已经存在" msgid "You don't have permissions to set this status to this epic." msgstr "你无权设置这个史诗的状态" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "参照" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "状态" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "史诗次序" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "主题" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1614,23 +1693,28 @@ msgstr "主题" msgid "color" msgstr "颜色" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "指派给" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "客户需求" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "团队需求" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "用户故事" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "外部引用" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "指定ID无史诗" @@ -1813,11 +1897,6 @@ msgstr "里程碑" msgid "finished date" msgstr "完成日期" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "外部引用" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "点赞" @@ -3865,25 +3944,25 @@ msgstr "产品所有者" msgid "Stakeholder" msgstr "相关人员" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "你无权对这个用户故事设置此冲刺任务。" -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "你无权对这个用户故事设置此状态。" -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "无效的角色ID '{role_id}'" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "无效的点数ID '{points_id}'" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "生成用户故事#{ref} - {subject}" diff --git a/taiga/locale/zh-Hant/LC_MESSAGES/django.po b/taiga/locale/zh-Hant/LC_MESSAGES/django.po index e6d12aa7..ed4fab5c 100644 --- a/taiga/locale/zh-Hant/LC_MESSAGES/django.po +++ b/taiga/locale/zh-Hant/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: taiga-back\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-09 09:12+0100\n" -"PO-Revision-Date: 2017-02-09 08:12+0000\n" +"POT-Creation-Date: 2017-02-20 12:30+0100\n" +"PO-Revision-Date: 2017-02-15 11:08+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" @@ -190,8 +190,8 @@ msgstr "上傳有效圖片,你所上傳的檔案非圖檔或已損壞" #: taiga/projects/api.py:754 taiga/projects/epics/api.py:200 #: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:224 #: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:247 -#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:322 -#: taiga/projects/userstories/api.py:374 taiga/webhooks/api.py:71 +#: taiga/projects/tasks/api.py:272 taiga/projects/userstories/api.py:323 +#: taiga/projects/userstories/api.py:375 taiga/webhooks/api.py:71 msgid "Blocked element" msgstr "" @@ -863,7 +863,7 @@ msgstr "網頁" #: taiga/external_apps/models.py:39 taiga/projects/attachments/models.py:62 #: taiga/projects/custom_attributes/models.py:37 -#: taiga/projects/epics/models.py:55 +#: taiga/projects/epics/models.py:56 #: taiga/projects/history/templatetags/functions.py:25 #: taiga/projects/issues/models.py:60 taiga/projects/models.py:152 #: taiga/projects/models.py:739 taiga/projects/tasks/models.py:62 @@ -900,7 +900,7 @@ msgstr "評論" #: taiga/feedback/models.py:31 taiga/projects/attachments/models.py:48 #: taiga/projects/contact/models.py:34 #: taiga/projects/custom_attributes/models.py:46 -#: taiga/projects/epics/models.py:48 taiga/projects/issues/models.py:52 +#: taiga/projects/epics/models.py:49 taiga/projects/issues/models.py:52 #: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 #: taiga/projects/models.py:159 taiga/projects/models.py:743 #: taiga/projects/notifications/models.py:89 taiga/projects/tasks/models.py:48 @@ -973,7 +973,7 @@ msgstr "載荷為無效json" #: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 #: taiga/projects/issues/api.py:139 taiga/projects/tasks/api.py:201 -#: taiga/projects/userstories/api.py:276 +#: taiga/projects/userstories/api.py:277 msgid "The project doesn't exist" msgstr "專案不存在" @@ -1061,6 +1061,85 @@ 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/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 +msgid "The project param is needed" +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 +msgid "Code param needed" +msgstr "" + +#: taiga/importers/asana/tasks.py:42 taiga/importers/asana/tasks.py:43 +msgid "Error importing Asana project" +msgstr "" + +#: taiga/importers/github/api.py:137 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:139 +msgid "Third party service failing" +msgstr "" + +#: taiga/importers/github/tasks.py:42 taiga/importers/github/tasks.py:43 +msgid "Error importing GitHub project" +msgstr "" + +#: 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 "" + +#: taiga/importers/jira/api.py:155 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:225 taiga/importers/pivotal/api.py:139 +#: taiga/importers/trello/api.py:144 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:47 taiga/importers/jira/tasks.py:48 +msgid "Error importing Jira project" +msgstr "" + +#: taiga/importers/pivotal/tasks.py:42 taiga/importers/pivotal/tasks.py:43 +msgid "Error importing PivotalTracker project" +msgstr "" + +#: taiga/importers/trello/importer.py:77 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:79 taiga/importers/trello/importer.py:81 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:83 taiga/importers/trello/importer.py:85 +#, python-format +msgid "Resource Unavailable: %s at %s" +msgstr "" + +#: taiga/importers/trello/tasks.py:42 taiga/importers/trello/tasks.py:43 +msgid "Error importing Trello project" +msgstr "" + #: taiga/permissions/choices.py:23 taiga/permissions/choices.py:34 msgid "View project" msgstr "檢視專案" @@ -1246,7 +1325,7 @@ msgid "Fans" msgstr "" #: taiga/projects/admin.py:144 taiga/projects/attachments/models.py:39 -#: taiga/projects/epics/models.py:39 taiga/projects/issues/models.py:37 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:37 #: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 #: taiga/projects/notifications/models.py:62 taiga/projects/tasks/models.py:39 #: taiga/projects/userstories/models.py:69 taiga/projects/wiki/models.py:40 @@ -1329,7 +1408,7 @@ msgstr "專案ID不符合物件與專案" #: taiga/projects/attachments/models.py:41 taiga/projects/contact/models.py:29 #: taiga/projects/custom_attributes/models.py:43 -#: taiga/projects/epics/models.py:37 taiga/projects/issues/models.py:50 +#: taiga/projects/epics/models.py:38 taiga/projects/issues/models.py:50 #: taiga/projects/milestones/models.py:44 taiga/projects/models.py:506 #: taiga/projects/models.py:528 taiga/projects/models.py:565 #: taiga/projects/models.py:593 taiga/projects/models.py:619 @@ -1352,7 +1431,7 @@ msgstr "物件ID" #: taiga/projects/attachments/models.py:51 #: taiga/projects/custom_attributes/models.py:48 -#: taiga/projects/epics/models.py:51 taiga/projects/issues/models.py:55 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:55 #: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 #: taiga/projects/models.py:746 taiga/projects/tasks/models.py:51 #: taiga/projects/userstories/models.py:90 taiga/projects/wiki/models.py:47 @@ -1378,7 +1457,7 @@ msgstr "" #: taiga/projects/attachments/models.py:63 #: taiga/projects/custom_attributes/models.py:41 -#: taiga/projects/epics/models.py:101 taiga/projects/milestones/models.py:57 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 #: taiga/projects/models.py:522 taiga/projects/models.py:555 #: taiga/projects/models.py:589 taiga/projects/models.py:613 #: taiga/projects/models.py:645 taiga/projects/models.py:665 @@ -1521,26 +1600,26 @@ msgstr "已存在相同姓名" msgid "You don't have permissions to set this status to this epic." msgstr "" -#: taiga/projects/epics/models.py:35 taiga/projects/issues/models.py:35 +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:35 #: taiga/projects/tasks/models.py:37 taiga/projects/userstories/models.py:62 msgid "ref" msgstr "ref" -#: taiga/projects/epics/models.py:42 taiga/projects/issues/models.py:39 +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:39 #: taiga/projects/tasks/models.py:41 taiga/projects/userstories/models.py:72 msgid "status" msgstr "狀態" -#: taiga/projects/epics/models.py:45 +#: taiga/projects/epics/models.py:46 msgid "epics order" msgstr "" -#: taiga/projects/epics/models.py:54 taiga/projects/issues/models.py:59 +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:59 #: taiga/projects/tasks/models.py:55 taiga/projects/userstories/models.py:94 msgid "subject" msgstr "主旨" -#: taiga/projects/epics/models.py:58 taiga/projects/models.py:526 +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:526 #: taiga/projects/models.py:561 taiga/projects/models.py:617 #: taiga/projects/models.py:647 taiga/projects/models.py:667 #: taiga/projects/models.py:691 taiga/projects/models.py:719 @@ -1548,23 +1627,28 @@ msgstr "主旨" msgid "color" msgstr "顏色" -#: taiga/projects/epics/models.py:61 taiga/projects/issues/models.py:63 +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:63 #: taiga/projects/tasks/models.py:65 taiga/projects/userstories/models.py:98 msgid "assigned to" msgstr "指派給" -#: taiga/projects/epics/models.py:63 taiga/projects/userstories/models.py:100 +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:100 msgid "is client requirement" msgstr "客戶要求" -#: taiga/projects/epics/models.py:65 taiga/projects/userstories/models.py:102 +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:102 msgid "is team requirement" msgstr "團隊要求" -#: taiga/projects/epics/models.py:69 +#: taiga/projects/epics/models.py:70 msgid "user stories" msgstr "" +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:66 +#: taiga/projects/tasks/models.py:70 taiga/projects/userstories/models.py:109 +msgid "external reference" +msgstr "外部參考" + #: taiga/projects/epics/validators.py:37 msgid "There's no epic with that id" msgstr "" @@ -1747,11 +1831,6 @@ msgstr "里程碑" msgid "finished date" msgstr "完成日期" -#: taiga/projects/issues/models.py:66 taiga/projects/tasks/models.py:70 -#: taiga/projects/userstories/models.py:109 -msgid "external reference" -msgstr "外部參考" - #: taiga/projects/likes/models.py:36 msgid "Like" msgstr "喜歡" @@ -3711,25 +3790,25 @@ msgstr "產品所有人" msgid "Stakeholder" msgstr "利害關係人" -#: taiga/projects/userstories/api.py:127 +#: taiga/projects/userstories/api.py:128 msgid "You don't have permissions to set this sprint to this user story." msgstr "無權限更動使用者故事的衝刺任務" -#: taiga/projects/userstories/api.py:131 +#: taiga/projects/userstories/api.py:132 msgid "You don't have permissions to set this status to this user story." msgstr "無權限更動此使用者故事的狀態" -#: taiga/projects/userstories/api.py:221 +#: taiga/projects/userstories/api.py:222 #, python-brace-format msgid "Invalid role id '{role_id}'" msgstr "" -#: taiga/projects/userstories/api.py:228 +#: taiga/projects/userstories/api.py:229 #, python-brace-format msgid "Invalid points id '{points_id}'" msgstr "" -#: taiga/projects/userstories/api.py:243 +#: taiga/projects/userstories/api.py:244 #, python-brace-format msgid "Generating the user story #{ref} - {subject}" msgstr "産生使用者故事 #{ref} - {subject}"