diff --git a/settings/common.py b/settings/common.py index e0787bfb..07cd8648 100644 --- a/settings/common.py +++ b/settings/common.py @@ -148,7 +148,7 @@ LANGUAGES = [ ("tr", "Türkçe"), # Turkish #("tt", "татар теле"), # Tatar #("udm", "удмурт кыл"), # Udmurt - #("uk", "Українська"), # Ukrainian + ("uk", "Українська"), # Ukrainian #("ur", "اردو‏"), # Urdu #("vi", "Tiếng Việt"), # Vietnamese ("zh-hans", "中文(简体)"), # Simplified Chinese diff --git a/taiga/locale/uk/LC_MESSAGES/django.po b/taiga/locale/uk/LC_MESSAGES/django.po new file mode 100644 index 00000000..2ea4d638 --- /dev/null +++ b/taiga/locale/uk/LC_MESSAGES/django.po @@ -0,0 +1,4249 @@ +# taiga-back.taiga. +# Copyright (C) 2014-2017 Taiga Dev Team +# This file is distributed under the same license as the taiga-back package. +# +# Translators: +# Translators: +# Boden , 2017-2019 +msgid "" +msgstr "" +"Project-Id-Version: taiga-back\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-11 14:11+0200\n" +"PO-Revision-Date: 2019-01-02 22:20+0000\n" +"Last-Translator: Boden \n" +"Language-Team: Ukrainian (http://www.transifex.com/taiga-agile-llc/taiga-" +"back/language/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " +"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " +"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " +"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#: taiga/auth/api.py:71 +msgid "Public register is disabled." +msgstr "Не доступно для публічної реєстрації." + +#: taiga/auth/api.py:93 +msgid "You must accept our terms of service and privacy policy" +msgstr "" + +#: taiga/auth/api.py:102 +msgid "invalid register type" +msgstr "не правильний тип реєстрації" + +#: taiga/auth/api.py:118 +msgid "invalid login type" +msgstr "" + +#: taiga/auth/services.py:76 +msgid "Username is already in use." +msgstr "Вказане ім'я уже використовується." + +#: taiga/auth/services.py:79 +msgid "Email is already in use." +msgstr "Електронна пошта уже використовується." + +#: taiga/auth/services.py:95 +msgid "Token not matches any valid invitation." +msgstr "Позначка не відповідає жодному валідному запрошенню." + +#: taiga/auth/services.py:124 +msgid "User is already registered." +msgstr "Користувач уже зареєстрований." + +#: taiga/auth/services.py:141 +msgid "This user is already a member of the project." +msgstr "Цей користувач уже є членом проекту." + +#: taiga/auth/services.py:165 +msgid "Error on creating new user." +msgstr "Помилка при створенні нового користувача." + +#: taiga/auth/tokens.py:49 taiga/auth/tokens.py:56 +#: taiga/external_apps/services.py:34 taiga/projects/api.py:426 +#: taiga/projects/api.py:447 +msgid "Invalid token" +msgstr "Не вірний токен." + +#: taiga/auth/validators.py:37 taiga/users/validators.py:44 +msgid "invalid username" +msgstr "не вірне ім'я користувача" + +#: taiga/auth/validators.py:42 taiga/users/validators.py:50 +msgid "" +"Required. 255 characters or fewer. Letters, numbers and /./-/_ characters'" +msgstr "Обов'язкове. Не більше 255 символів. Літери, цифри та символи /./-/_" + +#: taiga/base/api/fields.py:294 +msgid "This field is required." +msgstr "Це обов'язкове поле." + +#: taiga/base/api/fields.py:295 taiga/base/api/relations.py:337 +msgid "Invalid value." +msgstr "Не вірне значення." + +#: taiga/base/api/fields.py:484 +#, python-format +msgid "'%s' value must be either True or False." +msgstr "" + +#: taiga/base/api/fields.py:549 +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" + +#: taiga/base/api/fields.py:564 +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +#: taiga/base/api/fields.py:638 +msgid "You email domain is not allowed" +msgstr "" + +#: taiga/base/api/fields.py:647 +msgid "Enter a valid email address." +msgstr "Введіть правильну електронну пошту." + +#: taiga/base/api/fields.py:689 +#, python-format +msgid "Date has wrong format. Use one of these formats instead: %s" +msgstr "" + +#: taiga/base/api/fields.py:753 +#, python-format +msgid "Datetime has wrong format. Use one of these formats instead: %s" +msgstr "" + +#: taiga/base/api/fields.py:823 +#, python-format +msgid "Time has wrong format. Use one of these formats instead: %s" +msgstr "" + +#: taiga/base/api/fields.py:880 +msgid "Enter a whole number." +msgstr "Введіть число повністю." + +#: taiga/base/api/fields.py:881 taiga/base/api/fields.py:934 +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#: taiga/base/api/fields.py:882 taiga/base/api/fields.py:935 +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#: taiga/base/api/fields.py:912 +#, python-format +msgid "\"%s\" value must be a float." +msgstr "" + +#: taiga/base/api/fields.py:933 +msgid "Enter a number." +msgstr "Введіть число." + +#: taiga/base/api/fields.py:936 +#, python-format +msgid "Ensure that there are no more than %s digits in total." +msgstr "Переконайтесь, що усього не більше %s символів." + +#: taiga/base/api/fields.py:937 +#, python-format +msgid "Ensure that there are no more than %s decimal places." +msgstr "Переконайтесь, що не більше %s десяткових знаків." + +#: taiga/base/api/fields.py:938 +#, python-format +msgid "Ensure that there are no more than %s digits before the decimal point." +msgstr "Переконайтесь, що не більше %s знаків перед десятковою крапкою." + +#: taiga/base/api/fields.py:1005 +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Файл не надіслано. Перевірте тип кодування на формі." + +#: taiga/base/api/fields.py:1006 +msgid "No file was submitted." +msgstr "Файл не надіслано." + +#: taiga/base/api/fields.py:1007 +msgid "The submitted file is empty." +msgstr "Надісланий файл порожній." + +#: taiga/base/api/fields.py:1008 +#, python-format +msgid "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr "" +"Переконайтесь, що довжина імені файлу щонайбільше %(max)d символів (зараз " +"%(length)d)." + +#: taiga/base/api/fields.py:1009 +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +#: taiga/base/api/fields.py:1049 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Завантажте правильне зображення. Файл, який Ви надіслали, не є зображенням " +"або пошкоджене зображення." + +#: taiga/base/api/mixins.py:284 taiga/base/exceptions.py:211 +#: taiga/hooks/api.py:69 taiga/projects/api.py:461 taiga/projects/api.py:494 +#: taiga/projects/api.py:970 taiga/projects/epics/api.py:200 +#: taiga/projects/epics/api.py:284 taiga/projects/issues/api.py:233 +#: taiga/projects/mixins/ordering.py:59 taiga/projects/tasks/api.py:259 +#: taiga/projects/tasks/api.py:284 taiga/projects/userstories/api.py:346 +#: taiga/projects/userstories/api.py:398 taiga/webhooks/api.py:71 +msgid "Blocked element" +msgstr "Заблокований елемент" + +#: taiga/base/api/pagination.py:228 +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#: taiga/base/api/pagination.py:232 +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Не правильна сторінка (%(page_number)s): %(message)s" + +#: taiga/base/api/permissions.py:65 +msgid "Invalid permission definition." +msgstr "Не правильне визначення доступу." + +#: taiga/base/api/relations.py:247 +#, python-format +msgid "Invalid pk '%s' - object does not exist." +msgstr "Не вірний ключ '%s' - об'єкт не існує." + +#: taiga/base/api/relations.py:248 +#, python-format +msgid "Incorrect type. Expected pk value, received %s." +msgstr "" + +#: taiga/base/api/relations.py:336 +#, python-format +msgid "Object with %s=%s does not exist." +msgstr "Об'єкт з %s=%s не існує." + +#: taiga/base/api/relations.py:372 +msgid "Invalid hyperlink - No URL match" +msgstr "" + +#: taiga/base/api/relations.py:373 +msgid "Invalid hyperlink - Incorrect URL match" +msgstr "" + +#: taiga/base/api/relations.py:374 +msgid "Invalid hyperlink due to configuration error" +msgstr "" + +#: taiga/base/api/relations.py:375 +msgid "Invalid hyperlink - object does not exist." +msgstr "" + +#: taiga/base/api/relations.py:376 +#, python-format +msgid "Incorrect type. Expected url string, received %s." +msgstr "" + +#: taiga/base/api/serializers.py:325 +msgid "Invalid data" +msgstr "Не коректні дані" + +#: taiga/base/api/serializers.py:417 +msgid "No input provided" +msgstr "Нічого не введено" + +#: taiga/base/api/serializers.py:580 +msgid "Cannot create a new item, only existing items may be updated." +msgstr "Не можливо створити новий запис, можна лише оновити існуючі." + +#: taiga/base/api/serializers.py:591 +msgid "Expected a list of items." +msgstr "Очікується список елементів." + +#: taiga/base/api/views.py:126 +msgid "Not found" +msgstr "Не знайдено" + +#: taiga/base/api/views.py:129 +msgid "Permission denied" +msgstr "Доступ заборонено" + +#: taiga/base/api/views.py:491 +msgid "Server application error" +msgstr "Помилка на стороні сервера" + +#: taiga/base/connectors/exceptions.py:26 +msgid "Connection error." +msgstr "Помилка з'єднання." + +#: taiga/base/exceptions.py:79 +msgid "Malformed request." +msgstr "" + +#: taiga/base/exceptions.py:84 +msgid "Incorrect authentication credentials." +msgstr "Не коректні дані аутентифікації." + +#: taiga/base/exceptions.py:89 +msgid "Authentication credentials were not provided." +msgstr "Не вказано дані аутентифікації." + +#: taiga/base/exceptions.py:94 +msgid "You do not have permission to perform this action." +msgstr "У Вас немає прав для виконання цієї дії." + +#: taiga/base/exceptions.py:99 +#, python-format +msgid "Method '%s' not allowed." +msgstr "Метод '%s' не дозволений." + +#: taiga/base/exceptions.py:107 +msgid "Could not satisfy the request's Accept header" +msgstr "" + +#: taiga/base/exceptions.py:116 +#, python-format +msgid "Unsupported media type '%s' in request." +msgstr "" + +#: taiga/base/exceptions.py:124 +msgid "Request was throttled." +msgstr "" + +#: taiga/base/exceptions.py:125 +#, python-format +msgid "Expected available in %d second%s." +msgstr "" + +#: taiga/base/exceptions.py:139 +msgid "Unexpected error" +msgstr "Не очікувана помилка" + +#: taiga/base/exceptions.py:151 +msgid "Not found." +msgstr "Не знайдено." + +#: taiga/base/exceptions.py:156 +msgid "Method not supported for this endpoint." +msgstr "" + +#: taiga/base/exceptions.py:164 taiga/base/exceptions.py:172 +msgid "Wrong arguments." +msgstr "Не вірні аргументи." + +#: taiga/base/exceptions.py:176 +msgid "Data validation error" +msgstr "Помилка перевірки даних" + +#: taiga/base/exceptions.py:188 +msgid "Integrity Error for wrong or invalid arguments" +msgstr "" + +#: taiga/base/exceptions.py:195 +msgid "Precondition error" +msgstr "" + +#: taiga/base/exceptions.py:219 +msgid "No room left for more projects." +msgstr "Не залишилось місця для інших проектів." + +#: taiga/base/filters.py:105 taiga/base/filters.py:526 +msgid "Error in filter params types." +msgstr "" + +#: taiga/base/filters.py:171 taiga/base/filters.py:278 +#: taiga/projects/filters.py:65 +msgid "'project' must be an integer value." +msgstr "'проект' повинно бути цілим числом." + +#: taiga/base/templates/emails/base-body-html.jinja:6 +msgid "Taiga" +msgstr "Taiga" + +#: taiga/base/templates/emails/base-body-html.jinja:421 +#: taiga/base/templates/emails/hero-body-html.jinja:380 +#: taiga/base/templates/emails/updates-body-html.jinja:442 +msgid "Follow us on Twitter" +msgstr "Відслідковуйте нас у Twitter" + +#: taiga/base/templates/emails/base-body-html.jinja:421 +#: taiga/base/templates/emails/hero-body-html.jinja:380 +#: taiga/base/templates/emails/updates-body-html.jinja:442 +msgid "Twitter" +msgstr "Twitter" + +#: taiga/base/templates/emails/base-body-html.jinja:422 +#: taiga/base/templates/emails/hero-body-html.jinja:381 +#: taiga/base/templates/emails/updates-body-html.jinja:443 +msgid "Get the code on GitHub" +msgstr "" + +#: taiga/base/templates/emails/base-body-html.jinja:422 +#: taiga/base/templates/emails/hero-body-html.jinja:381 +#: taiga/base/templates/emails/updates-body-html.jinja:443 +msgid "GitHub" +msgstr "GitHub" + +#: taiga/base/templates/emails/base-body-html.jinja:423 +#: taiga/base/templates/emails/hero-body-html.jinja:382 +#: taiga/base/templates/emails/updates-body-html.jinja:444 +msgid "Visit our website" +msgstr "Відвідайте наш сайт" + +#: taiga/base/templates/emails/base-body-html.jinja:423 +#: taiga/base/templates/emails/hero-body-html.jinja:382 +#: taiga/base/templates/emails/updates-body-html.jinja:444 +msgid "Taiga.io" +msgstr "Taiga.io" + +#: taiga/base/templates/emails/base-body-html.jinja:438 +#: taiga/base/templates/emails/hero-body-html.jinja:397 +#: taiga/base/templates/emails/updates-body-html.jinja:459 +#, python-format +msgid "" +"\n" +" Configure email " +"notifications or unsubscribe:\n" +" " +"%(unsubscribe_url)s\n" +"
\n" +" Taiga Support:\n" +" %(support_url)s\n" +"
\n" +" Contact us:\n" +" \n" +" %(support_email)s\n" +" \n" +"
\n" +" Mailing list:\n" +" \n" +" %(mailing_list_url)s\n" +" \n" +" " +msgstr "" + +#: taiga/base/templates/emails/hero-body-html.jinja:6 +msgid "You have been Taigatized" +msgstr "" + +#: taiga/base/templates/emails/hero-body-html.jinja:359 +msgid "" +"\n" +"

You have been Taigatized!" +"

\n" +"

Welcome to Taiga, an Open " +"Source, Agile Project Management Tool

\n" +" " +msgstr "" + +#: taiga/base/templates/emails/updates-body-html.jinja:6 +msgid "[Taiga] Updates" +msgstr "" + +#: taiga/base/templates/emails/updates-body-html.jinja:417 +msgid "Updates" +msgstr "Оновлення" + +#: taiga/base/templates/emails/updates-body-html.jinja:423 +#, python-format +msgid "" +"\n" +"

comment:" +"

\n" +"

" +"%(comment)s

\n" +" " +msgstr "" + +#: taiga/base/templates/emails/updates-body-text.jinja:6 +#, python-format +msgid "" +"\n" +" Comment: %(comment)s\n" +" " +msgstr "" +"\n" +" Коментар: %(comment)s\n" +" " + +#: taiga/base/utils/urls.py:68 +msgid "Host access error" +msgstr "Помилка доступу до хоста" + +#: taiga/base/utils/urls.py:74 +msgid "IP Address error" +msgstr "Помилка IP адреси" + +#: taiga/events/events.py:106 +msgid "User story created" +msgstr "Історію користувача створено" + +#: taiga/events/events.py:109 +msgid "User story changed" +msgstr "Історію користувача змінено" + +#: taiga/events/events.py:112 +msgid "User story deleted" +msgstr "Історію користувача видалено" + +#: taiga/events/events.py:114 +msgid "US #{} - {}" +msgstr "ІК #{} - {}" + +#: taiga/events/events.py:117 +msgid "Task created" +msgstr "Завдання створено" + +#: taiga/events/events.py:120 +msgid "Task changed" +msgstr "Завдання змінено" + +#: taiga/events/events.py:123 +msgid "Task deleted" +msgstr "Завдання видалено" + +#: taiga/events/events.py:125 +msgid "Task #{} - {}" +msgstr "Завдання #{} - {}" + +#: taiga/events/events.py:128 +msgid "Issue created" +msgstr "Проблему створено" + +#: taiga/events/events.py:131 +msgid "Issue changed" +msgstr "Проблему змінено" + +#: taiga/events/events.py:134 +msgid "Issue deleted" +msgstr "Проблему видалено" + +#: taiga/events/events.py:136 +msgid "Issue: #{} - {}" +msgstr "Проблема: #{} - {}" + +#: taiga/events/events.py:139 +msgid "Wiki Page created" +msgstr "Сторінку Вікі створено" + +#: taiga/events/events.py:142 +msgid "Wiki Page changed" +msgstr "Сторінку Вікі змінено" + +#: taiga/events/events.py:145 +msgid "Wiki Page deleted" +msgstr "Сторінку Вікі видалено" + +#: taiga/events/events.py:147 +msgid "Wiki Page: {}" +msgstr "Сторінка Вікі : {}" + +#: taiga/events/events.py:150 +msgid "Sprint created" +msgstr "Спринт створено" + +#: taiga/events/events.py:153 +msgid "Sprint changed" +msgstr "Спринт змінено" + +#: taiga/events/events.py:156 +msgid "Sprint deleted" +msgstr "Спринт видалено" + +#: taiga/events/events.py:158 +msgid "Sprint: {}" +msgstr "Спринт: {}" + +#: taiga/export_import/api.py:127 +msgid "We needed at least one role" +msgstr "Потрібна принаймні одна роль" + +#: taiga/export_import/api.py:335 +msgid "Needed dump file" +msgstr "Потрібний резервний файл" + +#: taiga/export_import/api.py:345 +msgid "Invalid dump format" +msgstr "" + +#: taiga/export_import/services/store.py:723 +#: taiga/export_import/services/store.py:741 +msgid "error importing project data" +msgstr "помилка імпортування проектних даних" + +#: taiga/export_import/services/store.py:748 +msgid "error importing roles" +msgstr "помилка імпортування ролей" + +#: taiga/export_import/services/store.py:753 +msgid "error importing memberships" +msgstr "помилка імпортування членства" + +#: taiga/export_import/services/store.py:764 +msgid "error importing lists of project attributes" +msgstr "помилка імпортування списку проектних характеристик" + +#: taiga/export_import/services/store.py:768 +msgid "error importing default project attributes values" +msgstr "" + +#: taiga/export_import/services/store.py:779 +msgid "error importing custom attributes" +msgstr "" + +#: taiga/export_import/services/store.py:783 +msgid "error importing sprints" +msgstr "помилка імпортування спринтів" + +#: taiga/export_import/services/store.py:787 +msgid "error importing issues" +msgstr "помилка імпортування проблем" + +#: taiga/export_import/services/store.py:791 +msgid "error importing user stories" +msgstr "помилка імпортування історій користувача" + +#: taiga/export_import/services/store.py:795 +msgid "error importing epics" +msgstr "помилка імпортування епіків" + +#: taiga/export_import/services/store.py:799 +msgid "error importing tasks" +msgstr "помилка імпортування завдань" + +#: taiga/export_import/services/store.py:803 +msgid "error importing wiki pages" +msgstr "помилка імпортування сторінок Вікі" + +#: taiga/export_import/services/store.py:807 +msgid "error importing wiki links" +msgstr "помилка імпортування посилань Вікі" + +#: taiga/export_import/services/store.py:811 +msgid "error importing tags" +msgstr "помилка імпортування міток" + +#: taiga/export_import/services/store.py:815 +msgid "error importing timelines" +msgstr "помилка імпортування графіків часу" + +#: taiga/export_import/services/store.py:837 +msgid "unexpected error importing project" +msgstr "неочікувана помилка імпортування проекту" + +#: taiga/export_import/tasks.py:62 taiga/export_import/tasks.py:63 +msgid "Error generating project dump" +msgstr "" + +#: taiga/export_import/tasks.py:91 +#, python-brace-format +msgid "" +"\n" +"\n" +"Error loading dump by {user_full_name} <{user_email}>:\"\n" +"\n" +"\n" +"REASON:\n" +"-------\n" +"{reason}\n" +"\n" +"DETAILS:\n" +"--------\n" +"{details}\n" +"\n" +"TRACE ERROR:\n" +"------------" +msgstr "" + +#: taiga/export_import/tasks.py:120 +msgid "Error loading project dump" +msgstr "" + +#: taiga/export_import/tasks.py:121 +msgid "Error loading your project dump file" +msgstr "" + +#: taiga/export_import/tasks.py:135 +msgid " -- no detail info --" +msgstr "" + +#: taiga/export_import/templates/emails/dump_project-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Project dump generated

\n" +"

Hello %(user)s,

\n" +"

Your dump from project %(project)s has been correctly generated.\n" +"

You can download it here:

\n" +" Download the dump file\n" +"

This file will be deleted on %(deletion_date)s.

\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/export_import/templates/emails/dump_project-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your dump from project %(project)s has been correctly generated. You can " +"download it here:\n" +"\n" +"%(url)s\n" +"\n" +"This file will be deleted on %(deletion_date)s.\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/export_import/templates/emails/dump_project-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your project dump has been generated" +msgstr "" + +#: taiga/export_import/templates/emails/export_error-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

%(error_message)s

\n" +"

Hello %(user)s,

\n" +"

Your project %(project)s has not been exported correctly.

\n" +"

The Taiga system administrators have been informed.
Please, try " +"it again or contact with the support team at\n" +" %(support_email)s

\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/export_import/templates/emails/export_error-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"%(error_message)s\n" +"Your project %(project)s has not been exported correctly.\n" +"\n" +"The Taiga system administrators have been informed.\n" +"\n" +"Please, try it again or contact with the support team at %(support_email)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/export_import/templates/emails/export_error-subject.jinja:1 +#, python-format +msgid "[%(project)s] %(error_subject)s" +msgstr "" + +#: taiga/export_import/templates/emails/import_error-body-html.jinja:4 +#: taiga/importers/templates/emails/importer_import_error-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

%(error_message)s

\n" +"

Hello %(user)s,

\n" +"

Your project has not been importer correctly.

\n" +"

The Taiga system administrators have been informed.
Please, try " +"it again or contact with the support team at\n" +" %(support_email)s

\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/export_import/templates/emails/import_error-body-text.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"%(error_message)s\n" +"\n" +"Your project has not been importer correctly.\n" +"\n" +"The Taiga system administrators have been informed.\n" +"\n" +"Please, try it again or contact with the support team at %(support_email)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/export_import/templates/emails/import_error-subject.jinja:1 +#: taiga/importers/templates/emails/importer_import_error-subject.jinja:1 +#, python-format +msgid "[Taiga] %(error_subject)s" +msgstr "[Taiga] %(error_subject)s" + +#: taiga/export_import/templates/emails/load_dump-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Project dump imported

\n" +"

Hello %(user)s,

\n" +"

Your project dump has been correctly imported.

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

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/export_import/templates/emails/load_dump-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your project dump has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/export_import/templates/emails/load_dump-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your project dump has been imported" +msgstr "" + +#: taiga/export_import/validators/fields.py:144 +msgid "{}=\"{}\" not found in this project" +msgstr "{}=\"{}\" не знайдено в цьому проекті" + +#: taiga/export_import/validators/validators.py:168 +#: taiga/projects/custom_attributes/validators.py:109 +msgid "Invalid content. It must be {\"key\": \"value\",...}" +msgstr "Невірний вміст. Має бути {\"key\": \"value\",...}" + +#: taiga/export_import/validators/validators.py:183 +#: taiga/projects/custom_attributes/validators.py:124 +msgid "It contain invalid custom fields." +msgstr "" + +#: taiga/export_import/validators/validators.py:263 +#: taiga/projects/validators.py:54 +msgid "Name duplicated for the project" +msgstr "" + +#: taiga/external_apps/api.py:43 taiga/external_apps/api.py:70 +#: taiga/external_apps/api.py:77 +msgid "Authentication required" +msgstr "Вимагається аутентифікація" + +#: taiga/external_apps/models.py:35 +#: taiga/projects/custom_attributes/models.py:36 +#: taiga/projects/milestones/models.py:37 taiga/projects/models.py:148 +#: taiga/projects/models.py:521 taiga/projects/models.py:554 +#: taiga/projects/models.py:590 taiga/projects/models.py:610 +#: taiga/projects/models.py:635 taiga/projects/models.py:667 +#: taiga/projects/models.py:693 taiga/projects/models.py:713 +#: taiga/projects/models.py:733 taiga/projects/models.py:765 +#: taiga/projects/models.py:785 taiga/projects/models.py:809 +#: taiga/users/admin.py:54 taiga/users/models.py:312 +#: taiga/webhooks/models.py:29 +msgid "name" +msgstr "ім'я" + +#: taiga/external_apps/models.py:37 +msgid "Icon url" +msgstr "" + +#: taiga/external_apps/models.py:38 +msgid "web" +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:56 +#: taiga/projects/history/templatetags/functions.py:25 +#: taiga/projects/issues/models.py:61 taiga/projects/models.py:152 +#: taiga/projects/models.py:813 taiga/projects/tasks/models.py:63 +#: taiga/projects/userstories/models.py:96 +msgid "description" +msgstr "опис" + +#: taiga/external_apps/models.py:41 +msgid "Next url" +msgstr "" + +#: taiga/external_apps/models.py:55 taiga/projects/contact/models.py:26 +#: taiga/projects/likes/models.py:31 taiga/projects/notifications/models.py:88 +#: taiga/projects/votes/models.py:52 +msgid "user" +msgstr "користувач" + +#: taiga/external_apps/models.py:59 +msgid "application" +msgstr "додаток" + +#: taiga/feedback/models.py:25 taiga/users/models.py:147 +msgid "full name" +msgstr "повне ім'я" + +#: taiga/feedback/models.py:27 taiga/users/models.py:142 +msgid "email address" +msgstr "адреса електронної пошти" + +#: taiga/feedback/models.py:29 taiga/projects/contact/models.py:31 +msgid "comment" +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:49 taiga/projects/issues/models.py:53 +#: taiga/projects/likes/models.py:33 taiga/projects/milestones/models.py:48 +#: taiga/projects/models.py:159 taiga/projects/models.py:817 +#: taiga/projects/notifications/models.py:90 taiga/projects/tasks/models.py:49 +#: taiga/projects/userstories/models.py:88 taiga/projects/votes/models.py:54 +#: taiga/projects/wiki/models.py:44 taiga/userstorage/models.py:29 +msgid "created date" +msgstr "дата створення" + +#: taiga/feedback/templates/emails/feedback_notification-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Feedback

\n" +"

Taiga has received feedback from %(full_name)s <%(email)s>

\n" +" " +msgstr "" + +#: taiga/feedback/templates/emails/feedback_notification-body-html.jinja:9 +#, python-format +msgid "" +"\n" +"

Comment

\n" +"

%(comment)s

\n" +" " +msgstr "" + +#: taiga/feedback/templates/emails/feedback_notification-body-html.jinja:18 +#: taiga/projects/admin.py:106 taiga/users/admin.py:120 +msgid "Extra info" +msgstr "Додаткова інформація" + +#: taiga/feedback/templates/emails/feedback_notification-body-text.jinja:1 +#, python-format +msgid "" +"---------\n" +"- From: %(full_name)s <%(email)s>\n" +"---------\n" +"- Comment:\n" +"%(comment)s\n" +"---------" +msgstr "" + +#: taiga/feedback/templates/emails/feedback_notification-body-text.jinja:8 +msgid "- Extra info:" +msgstr "- Додаткова інформація:" + +#: taiga/feedback/templates/emails/feedback_notification-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[Taiga] Feedback from %(full_name)s <%(email)s>\n" +msgstr "" +"\n" +"[Taiga] Відгук від %(full_name)s <%(email)s>\n" + +#: taiga/hooks/api.py:54 +msgid "The payload is not a valid json" +msgstr "" + +#: taiga/hooks/api.py:63 taiga/projects/epics/api.py:154 +#: taiga/projects/issues/api.py:142 taiga/projects/tasks/api.py:211 +#: taiga/projects/userstories/api.py:290 +msgid "The project doesn't exist" +msgstr "Проект не існує" + +#: taiga/hooks/api.py:66 +msgid "Bad signature" +msgstr "" + +#: taiga/hooks/event_hooks.py:66 +#, python-brace-format +msgid "" +"[@{user_name}]({user_url} \"See @{user_name}'s {platform} profile\") says in " +"[{platform}#{number}]({comment_url} \"Go to comment\"):\n" +"\n" +"\"{comment_message}\"" +msgstr "" + +#: taiga/hooks/event_hooks.py:71 +#, python-brace-format +msgid "" +"Comment From {platform}:\n" +"\n" +"> {comment_message}" +msgstr "" + +#: taiga/hooks/event_hooks.py:84 +msgid "Invalid issue comment information" +msgstr "" + +#: taiga/hooks/event_hooks.py:103 +#, python-brace-format +msgid "" +"Issue created by [@{user_name}]({user_url} \"See @{user_name}'s {platform} " +"profile\") from [{platform}#{number}]({url} \"Go to issue\")." +msgstr "" + +#: taiga/hooks/event_hooks.py:107 +#, python-brace-format +msgid "Issue created from {platform}." +msgstr "" + +#: taiga/hooks/event_hooks.py:120 +msgid "Invalid issue information" +msgstr "" + +#: taiga/hooks/event_hooks.py:149 taiga/hooks/event_hooks.py:171 +msgid "unknown user" +msgstr "не відомий користувач" + +#: taiga/hooks/event_hooks.py:156 +#, python-brace-format +msgid "" +"{user_text} changed the status from [{platform} commit]({commit_url} \"See " +"commit '{commit_id} - {commit_short_message}'\")\n" +"\n" +" - Status: **{src_status}** → **{dst_status}**" +msgstr "" + +#: taiga/hooks/event_hooks.py:161 +#, python-brace-format +msgid "" +"Changed status from {platform} commit.\n" +"\n" +" - Status: **{src_status}** → **{dst_status}**" +msgstr "" + +#: taiga/hooks/event_hooks.py:179 +#, python-brace-format +msgid "" +"This {type_name} has been mentioned by {user_text} in the [{platform} commit]" +"({commit_url} \"See commit '{commit_id} - {commit_short_message}'\") " +"\"{commit_message}\"" +msgstr "" + +#: taiga/hooks/event_hooks.py:184 +#, python-brace-format +msgid "" +"This issue has been mentioned in the {platform} commit \"{commit_message}\"" +msgstr "" + +#: taiga/hooks/event_hooks.py:206 +msgid "The referenced element doesn't exist" +msgstr "" + +#: taiga/hooks/event_hooks.py:222 +msgid "The status doesn't exist" +msgstr "Статус не існує" + +#: taiga/importers/asana/api.py:43 taiga/importers/asana/api.py:85 +#: taiga/importers/github/api.py:44 taiga/importers/github/api.py:74 +#: taiga/importers/jira/api.py:60 taiga/importers/jira/api.py:106 +#: taiga/importers/pivotal/api.py:43 taiga/importers/pivotal/api.py:80 +#: taiga/importers/trello/api.py:46 taiga/importers/trello/api.py:83 +msgid "The project param is needed" +msgstr "" + +#: taiga/importers/asana/api.py:50 taiga/importers/asana/api.py:73 +#: taiga/importers/asana/api.py:139 +msgid "Invalid Asana API request" +msgstr "" + +#: taiga/importers/asana/api.py:52 taiga/importers/asana/api.py:75 +#: taiga/importers/asana/api.py:141 +msgid "Failed to make the request to Asana API" +msgstr "" + +#: taiga/importers/asana/api.py:129 taiga/importers/github/api.py:123 +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:135 +msgid "Invalid auth data" +msgstr "" + +#: taiga/importers/github/api.py:137 +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:62 taiga/importers/jira/api.py:89 +#: taiga/importers/jira/api.py:109 taiga/importers/jira/api.py:182 +msgid "The url param is needed" +msgstr "" + +#: taiga/importers/jira/api.py:158 +msgid "Invalid project_type {}" +msgstr "" + +#: taiga/importers/jira/api.py:192 +msgid "Invalid Jira server configuration." +msgstr "" + +#: taiga/importers/jira/api.py:233 taiga/importers/pivotal/api.py:138 +#: taiga/importers/trello/api.py:143 +msgid "Invalid or expired auth token" +msgstr "" + +#: taiga/importers/jira/tasks.py:48 taiga/importers/jira/tasks.py:49 +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/templates/emails/asana_import_success-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Asana Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Asana project has been correctly imported.

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

The Taiga Team

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

GitHub Project imported

\n" +"

Hello %(user)s,

\n" +"

Your GitHub project has been correctly imported.

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

The Taiga Team

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

Jira Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Jira project has been correctly imported.

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

The Taiga Team

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

Trello Project imported

\n" +"

Hello %(user)s,

\n" +"

Your Trello project has been correctly imported.

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

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(user)s,\n" +"\n" +"Your Trello project has been correctly imported.\n" +"\n" +"You can see the project %(project)s here:\n" +"\n" +"%(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/importers/templates/emails/trello_import_success-subject.jinja:1 +#, python-format +msgid "[%(project)s] Your Trello project has been imported" +msgstr "" + +#: taiga/importers/trello/importer.py:78 +#, python-format +msgid "Invalid Request: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:80 taiga/importers/trello/importer.py:82 +#, python-format +msgid "Unauthorized: %s at %s" +msgstr "" + +#: taiga/importers/trello/importer.py:84 taiga/importers/trello/importer.py:86 +#, 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 "Переглянути проект" + +#: taiga/permissions/choices.py:24 taiga/permissions/choices.py:36 +msgid "View milestones" +msgstr "" + +#: taiga/permissions/choices.py:25 taiga/permissions/choices.py:41 +msgid "View epic" +msgstr "Переглянути епік" + +#: taiga/permissions/choices.py:26 +msgid "View user stories" +msgstr "Переглянути історії користувачів" + +#: taiga/permissions/choices.py:27 taiga/permissions/choices.py:53 +msgid "View tasks" +msgstr "Переглянути завдання" + +#: taiga/permissions/choices.py:28 taiga/permissions/choices.py:59 +msgid "View issues" +msgstr "Переглянути проблеми" + +#: taiga/permissions/choices.py:29 taiga/permissions/choices.py:65 +msgid "View wiki pages" +msgstr "Переглянути сторінки Вікі" + +#: taiga/permissions/choices.py:30 taiga/permissions/choices.py:71 +msgid "View wiki links" +msgstr "Переглянути посилання Вікі" + +#: taiga/permissions/choices.py:37 +msgid "Add milestone" +msgstr "" + +#: taiga/permissions/choices.py:38 +msgid "Modify milestone" +msgstr "" + +#: taiga/permissions/choices.py:39 +msgid "Delete milestone" +msgstr "" + +#: taiga/permissions/choices.py:42 +msgid "Add epic" +msgstr "Додати епік" + +#: taiga/permissions/choices.py:43 +msgid "Modify epic" +msgstr "Змінити епік" + +#: taiga/permissions/choices.py:44 +msgid "Comment epic" +msgstr "" + +#: taiga/permissions/choices.py:45 +msgid "Delete epic" +msgstr "Видалити епік" + +#: taiga/permissions/choices.py:47 +msgid "View user story" +msgstr "Переглянути історію користувача" + +#: taiga/permissions/choices.py:48 +msgid "Add user story" +msgstr "Додати історію користувача" + +#: taiga/permissions/choices.py:49 +msgid "Modify user story" +msgstr "Змінити історію користувача" + +#: taiga/permissions/choices.py:50 +msgid "Comment user story" +msgstr "" + +#: taiga/permissions/choices.py:51 +msgid "Delete user story" +msgstr "Видалити історію користувача" + +#: taiga/permissions/choices.py:54 +msgid "Add task" +msgstr "Додати завдання" + +#: taiga/permissions/choices.py:55 +msgid "Modify task" +msgstr "Змінити завдання" + +#: taiga/permissions/choices.py:56 +msgid "Comment task" +msgstr "" + +#: taiga/permissions/choices.py:57 +msgid "Delete task" +msgstr "Видалити завдання" + +#: taiga/permissions/choices.py:60 +msgid "Add issue" +msgstr "Додати проблему" + +#: taiga/permissions/choices.py:61 +msgid "Modify issue" +msgstr "Змінити проблему" + +#: taiga/permissions/choices.py:62 +msgid "Comment issue" +msgstr "" + +#: taiga/permissions/choices.py:63 +msgid "Delete issue" +msgstr "Вилучити проблему" + +#: taiga/permissions/choices.py:66 +msgid "Add wiki page" +msgstr "" + +#: taiga/permissions/choices.py:67 +msgid "Modify wiki page" +msgstr "" + +#: taiga/permissions/choices.py:68 +msgid "Comment wiki page" +msgstr "" + +#: taiga/permissions/choices.py:69 +msgid "Delete wiki page" +msgstr "" + +#: taiga/permissions/choices.py:72 +msgid "Add wiki link" +msgstr "" + +#: taiga/permissions/choices.py:73 +msgid "Modify wiki link" +msgstr "" + +#: taiga/permissions/choices.py:74 +msgid "Delete wiki link" +msgstr "" + +#: taiga/permissions/choices.py:78 +msgid "Modify project" +msgstr "" + +#: taiga/permissions/choices.py:79 +msgid "Delete project" +msgstr "" + +#: taiga/permissions/choices.py:80 +msgid "Add member" +msgstr "" + +#: taiga/permissions/choices.py:81 +msgid "Remove member" +msgstr "" + +#: taiga/permissions/choices.py:82 +msgid "Admin project values" +msgstr "" + +#: taiga/permissions/choices.py:83 +msgid "Admin roles" +msgstr "" + +#: taiga/projects/admin.py:100 +msgid "Privacity" +msgstr "" + +#: taiga/projects/admin.py:111 +msgid "Modules" +msgstr "" + +#: taiga/projects/admin.py:119 +msgid "Default values" +msgstr "" + +#: taiga/projects/admin.py:126 +msgid "Activity" +msgstr "" + +#: taiga/projects/admin.py:131 +msgid "Fans" +msgstr "" + +#: taiga/projects/admin.py:145 taiga/projects/attachments/models.py:39 +#: taiga/projects/epics/models.py:40 taiga/projects/issues/models.py:38 +#: taiga/projects/milestones/models.py:42 taiga/projects/models.py:164 +#: taiga/projects/notifications/models.py:63 taiga/projects/tasks/models.py:40 +#: taiga/projects/userstories/models.py:70 taiga/projects/wiki/models.py:40 +#: taiga/users/admin.py:69 taiga/userstorage/models.py:27 +msgid "owner" +msgstr "" + +#: taiga/projects/admin.py:193 +#, python-brace-format +msgid "{count} successfully made public." +msgstr "" + +#: taiga/projects/admin.py:194 +msgid "Make public" +msgstr "" + +#: taiga/projects/admin.py:208 +#, python-brace-format +msgid "{count} successfully made private." +msgstr "" + +#: taiga/projects/admin.py:209 +msgid "Make private" +msgstr "" + +#: taiga/projects/admin.py:239 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +#: taiga/projects/api.py:175 taiga/users/api.py:244 +msgid "Incomplete arguments" +msgstr "" + +#: taiga/projects/api.py:179 taiga/users/api.py:249 +msgid "Invalid image format" +msgstr "" + +#: taiga/projects/api.py:240 +msgid "Not valid template name" +msgstr "" + +#: taiga/projects/api.py:243 +msgid "Not valid template description" +msgstr "" + +#: taiga/projects/api.py:406 taiga/projects/api.py:1005 +msgid "Invalid user id" +msgstr "" + +#: taiga/projects/api.py:412 taiga/projects/api.py:1011 +msgid "The user doesn't exist" +msgstr "" + +#: taiga/projects/api.py:416 +msgid "The user must be already a project member" +msgstr "" + +#: taiga/projects/api.py:642 +msgid "You can't delete user story due date by default" +msgstr "" + +#: taiga/projects/api.py:658 +msgid "Project already have due dates" +msgstr "" + +#: taiga/projects/api.py:718 +msgid "You can't delete task due date by default" +msgstr "" + +#: taiga/projects/api.py:734 +msgid "Project already have task due dates" +msgstr "" + +#: taiga/projects/api.py:858 +msgid "You can't delete issue due date by default" +msgstr "" + +#: taiga/projects/api.py:874 +msgid "Project already have issue due dates" +msgstr "" + +#: taiga/projects/api.py:1023 +msgid "" +"This user can't be removed from the following projects, because would leave " +"them without any active admin: {}." +msgstr "" + +#: taiga/projects/api.py:1033 +msgid "" +"The project must have an owner and at least one of the users must be an " +"active admin" +msgstr "" + +#: taiga/projects/api.py:1067 +msgid "You don't have permisions to see that." +msgstr "" + +#: taiga/projects/attachments/api.py:54 +msgid "Partial updates are not supported" +msgstr "" + +#: taiga/projects/attachments/api.py:69 +msgid "Object id issue isn't exists" +msgstr "" + +#: taiga/projects/attachments/api.py:72 +msgid "Project ID not matches between object and project" +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:38 taiga/projects/issues/models.py:51 +#: taiga/projects/milestones/models.py:44 taiga/projects/models.py:509 +#: taiga/projects/models.py:531 taiga/projects/models.py:568 +#: taiga/projects/models.py:596 taiga/projects/models.py:620 +#: taiga/projects/models.py:645 taiga/projects/models.py:677 +#: taiga/projects/models.py:699 taiga/projects/models.py:719 +#: taiga/projects/models.py:743 taiga/projects/models.py:771 +#: taiga/projects/models.py:795 taiga/projects/notifications/models.py:75 +#: taiga/projects/notifications/models.py:92 taiga/projects/tasks/models.py:44 +#: taiga/projects/userstories/models.py:68 taiga/projects/wiki/models.py:34 +#: taiga/projects/wiki/models.py:72 taiga/users/models.py:323 +msgid "project" +msgstr "" + +#: taiga/projects/attachments/models.py:43 +msgid "content type" +msgstr "" + +#: taiga/projects/attachments/models.py:45 +msgid "object id" +msgstr "" + +#: taiga/projects/attachments/models.py:51 +#: taiga/projects/custom_attributes/models.py:48 +#: taiga/projects/epics/models.py:52 taiga/projects/issues/models.py:56 +#: taiga/projects/milestones/models.py:51 taiga/projects/models.py:162 +#: taiga/projects/models.py:820 taiga/projects/tasks/models.py:52 +#: taiga/projects/userstories/models.py:91 taiga/projects/wiki/models.py:47 +#: taiga/userstorage/models.py:31 +msgid "modified date" +msgstr "" + +#: taiga/projects/attachments/models.py:56 +msgid "attached file" +msgstr "" + +#: taiga/projects/attachments/models.py:58 +msgid "sha1" +msgstr "" + +#: taiga/projects/attachments/models.py:60 +msgid "is deprecated" +msgstr "" + +#: taiga/projects/attachments/models.py:61 +msgid "from comment" +msgstr "" + +#: taiga/projects/attachments/models.py:63 +#: taiga/projects/custom_attributes/models.py:41 +#: taiga/projects/epics/models.py:104 taiga/projects/milestones/models.py:57 +#: taiga/projects/models.py:525 taiga/projects/models.py:558 +#: taiga/projects/models.py:592 taiga/projects/models.py:612 +#: taiga/projects/models.py:639 taiga/projects/models.py:669 +#: taiga/projects/models.py:695 taiga/projects/models.py:715 +#: taiga/projects/models.py:737 taiga/projects/models.py:767 +#: taiga/projects/models.py:787 taiga/projects/wiki/models.py:77 +#: taiga/users/models.py:318 +msgid "order" +msgstr "" + +#: taiga/projects/choices.py:23 +msgid "AppearIn" +msgstr "" + +#: taiga/projects/choices.py:24 +msgid "Jitsi" +msgstr "" + +#: taiga/projects/choices.py:25 +msgid "Custom" +msgstr "" + +#: taiga/projects/choices.py:26 +msgid "Talky" +msgstr "" + +#: taiga/projects/choices.py:35 +msgid "This project is blocked due to payment failure" +msgstr "" + +#: taiga/projects/choices.py:36 +msgid "This project is blocked by admin staff" +msgstr "" + +#: taiga/projects/choices.py:37 +msgid "This project is blocked because the owner left" +msgstr "" + +#: taiga/projects/choices.py:38 +msgid "This project is blocked while it's deleted" +msgstr "" + +#: taiga/projects/contact/templates/emails/contact_notification-body-html.jinja:10 +#, python-format +msgid "" +"\n" +" %(full_name)s has " +"written to %(project_name)s\n" +" " +msgstr "" + +#: taiga/projects/contact/templates/emails/contact_notification-body-html.jinja:20 +#, python-format +msgid "" +"\n" +" You are receiving this message because you are listed as " +"administrator of the project titled %(project_name)s. If you don't want " +"members of the Taiga community contacting your project, please update your project settings to prevent " +"such contacts. Regular communications amongst members of the project will " +"not be affected.\n" +" " +msgstr "" + +#: taiga/projects/contact/templates/emails/contact_notification-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"%(full_name)s has written to %(project_name)s\n" +msgstr "" + +#: taiga/projects/contact/templates/emails/contact_notification-body-text.jinja:7 +#, python-format +msgid "" +"\n" +"You are receiving this message because you are listed as administrator of " +"the project titled %(project_name)s. If you don't want members of the Taiga " +"community contacting your project, please update your project settings in " +"%(project_settings_url)s to prevent such contacts. Regular communications " +"amongst members of the project will not be affected.\n" +msgstr "" + +#: taiga/projects/contact/templates/emails/contact_notification-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[Taiga] %(full_name)s has sent a message to the project %(project_name)s\n" +msgstr "" + +#: taiga/projects/custom_attributes/choices.py:29 +msgid "Text" +msgstr "" + +#: taiga/projects/custom_attributes/choices.py:30 +msgid "Multi-Line Text" +msgstr "" + +#: taiga/projects/custom_attributes/choices.py:31 +msgid "Rich text" +msgstr "" + +#: taiga/projects/custom_attributes/choices.py:32 +msgid "Date" +msgstr "" + +#: taiga/projects/custom_attributes/choices.py:33 +msgid "Url" +msgstr "" + +#: taiga/projects/custom_attributes/models.py:40 +#: taiga/projects/issues/models.py:46 +msgid "type" +msgstr "" + +#: taiga/projects/custom_attributes/models.py:95 +msgid "values" +msgstr "" + +#: taiga/projects/custom_attributes/models.py:105 +msgid "epic" +msgstr "" + +#: taiga/projects/custom_attributes/models.py:121 +#: taiga/projects/tasks/models.py:36 taiga/projects/userstories/models.py:39 +msgid "user story" +msgstr "" + +#: taiga/projects/custom_attributes/models.py:137 +msgid "task" +msgstr "" + +#: taiga/projects/custom_attributes/models.py:153 +msgid "issue" +msgstr "" + +#: taiga/projects/custom_attributes/validators.py:58 +msgid "Already exists one with the same name." +msgstr "" + +#: taiga/projects/due_dates/models.py:21 +msgid "due date" +msgstr "" + +#: taiga/projects/due_dates/models.py:24 +msgid "reason for the due date" +msgstr "" + +#: taiga/projects/epics/api.py:94 +msgid "You don't have permissions to set this status to this epic." +msgstr "" + +#: taiga/projects/epics/models.py:36 taiga/projects/issues/models.py:36 +#: taiga/projects/tasks/models.py:38 taiga/projects/userstories/models.py:63 +msgid "ref" +msgstr "" + +#: taiga/projects/epics/models.py:43 taiga/projects/issues/models.py:40 +#: taiga/projects/tasks/models.py:42 taiga/projects/userstories/models.py:73 +msgid "status" +msgstr "" + +#: taiga/projects/epics/models.py:46 +msgid "epics order" +msgstr "" + +#: taiga/projects/epics/models.py:55 taiga/projects/issues/models.py:60 +#: taiga/projects/tasks/models.py:56 taiga/projects/userstories/models.py:95 +msgid "subject" +msgstr "" + +#: taiga/projects/epics/models.py:59 taiga/projects/models.py:529 +#: taiga/projects/models.py:564 taiga/projects/models.py:616 +#: taiga/projects/models.py:643 taiga/projects/models.py:673 +#: taiga/projects/models.py:697 taiga/projects/models.py:717 +#: taiga/projects/models.py:741 taiga/projects/models.py:769 +#: taiga/projects/models.py:791 taiga/users/models.py:149 +msgid "color" +msgstr "" + +#: taiga/projects/epics/models.py:62 taiga/projects/issues/models.py:64 +#: taiga/projects/tasks/models.py:66 taiga/projects/userstories/models.py:99 +msgid "assigned to" +msgstr "" + +#: taiga/projects/epics/models.py:64 taiga/projects/userstories/models.py:104 +msgid "is client requirement" +msgstr "" + +#: taiga/projects/epics/models.py:66 taiga/projects/userstories/models.py:106 +msgid "is team requirement" +msgstr "" + +#: taiga/projects/epics/models.py:70 +msgid "user stories" +msgstr "" + +#: taiga/projects/epics/models.py:72 taiga/projects/issues/models.py:67 +#: taiga/projects/tasks/models.py:71 taiga/projects/userstories/models.py:113 +msgid "external reference" +msgstr "" + +#: taiga/projects/epics/validators.py:37 +msgid "There's no epic with that id" +msgstr "" + +#: taiga/projects/history/api.py:93 +msgid "comment is required" +msgstr "" + +#: taiga/projects/history/api.py:96 +msgid "deleted comments can't be edited" +msgstr "" + +#: taiga/projects/history/api.py:130 +msgid "Comment already deleted" +msgstr "" + +#: taiga/projects/history/api.py:151 +msgid "Comment not deleted" +msgstr "" + +#: taiga/projects/history/choices.py:31 +msgid "Change" +msgstr "" + +#: taiga/projects/history/choices.py:32 +msgid "Create" +msgstr "" + +#: taiga/projects/history/choices.py:33 +msgid "Delete" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:25 +#, python-format +msgid "%(role)s role points" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:28 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:133 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:136 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:160 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:163 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:187 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:190 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:213 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:267 +msgid "from" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:34 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:144 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:147 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:171 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:174 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:198 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:201 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:219 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:244 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:273 +msgid "to" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:46 +msgid "Added new attachment" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:64 +msgid "Updated attachment" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:70 +msgid "deprecated" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:72 +msgid "not deprecated" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:88 +msgid "Deleted attachment" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:107 +msgid "added" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:112 +msgid "removed" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:137 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:148 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:191 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:202 +#: taiga/projects/services/stats.py:55 taiga/projects/services/stats.py:56 +msgid "Unassigned" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:164 +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:175 +msgid "Not set" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-html.jinja:286 +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:91 +msgid "-deleted-" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:23 +msgid "to:" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:23 +msgid "from:" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:29 +msgid "Added" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:36 +msgid "Changed" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:43 +msgid "Deleted" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:57 +msgid "added:" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:60 +msgid "removed:" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:65 +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:83 +msgid "From:" +msgstr "" + +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:66 +#: taiga/projects/history/templates/emails/includes/fields_diff-text.jinja:84 +msgid "To:" +msgstr "" + +#: taiga/projects/history/templatetags/functions.py:26 +#: taiga/projects/wiki/models.py:38 +msgid "content" +msgstr "" + +#: taiga/projects/history/templatetags/functions.py:27 +#: taiga/projects/mixins/blocked.py:33 +msgid "blocked note" +msgstr "" + +#: taiga/projects/history/templatetags/functions.py:28 +msgid "sprint" +msgstr "" + +#: taiga/projects/issues/api.py:164 +msgid "You don't have permissions to set this sprint to this issue." +msgstr "" + +#: taiga/projects/issues/api.py:168 +msgid "You don't have permissions to set this status to this issue." +msgstr "" + +#: taiga/projects/issues/api.py:172 +msgid "You don't have permissions to set this severity to this issue." +msgstr "" + +#: taiga/projects/issues/api.py:176 +msgid "You don't have permissions to set this priority to this issue." +msgstr "" + +#: taiga/projects/issues/api.py:180 +msgid "You don't have permissions to set this type to this issue." +msgstr "" + +#: taiga/projects/issues/models.py:42 +msgid "severity" +msgstr "" + +#: taiga/projects/issues/models.py:44 +msgid "priority" +msgstr "" + +#: taiga/projects/issues/models.py:49 taiga/projects/tasks/models.py:47 +#: taiga/projects/userstories/models.py:66 +msgid "milestone" +msgstr "" + +#: taiga/projects/issues/models.py:58 taiga/projects/tasks/models.py:54 +msgid "finished date" +msgstr "" + +#: taiga/projects/likes/models.py:36 +msgid "Like" +msgstr "" + +#: taiga/projects/likes/models.py:37 +msgid "Likes" +msgstr "" + +#: taiga/projects/milestones/models.py:40 taiga/projects/models.py:150 +#: taiga/projects/models.py:523 taiga/projects/models.py:556 +#: taiga/projects/models.py:637 taiga/projects/models.py:735 +#: taiga/projects/models.py:811 taiga/projects/wiki/models.py:36 +#: taiga/users/admin.py:58 taiga/users/models.py:314 +msgid "slug" +msgstr "" + +#: taiga/projects/milestones/models.py:45 +msgid "estimated start date" +msgstr "" + +#: taiga/projects/milestones/models.py:46 +msgid "estimated finish date" +msgstr "" + +#: taiga/projects/milestones/models.py:53 taiga/projects/models.py:527 +#: taiga/projects/models.py:560 taiga/projects/models.py:641 +#: taiga/projects/models.py:739 +msgid "is closed" +msgstr "" + +#: taiga/projects/milestones/models.py:55 +msgid "disponibility" +msgstr "" + +#: taiga/projects/milestones/models.py:79 +msgid "The estimated start must be previous to the estimated finish." +msgstr "" + +#: taiga/projects/milestones/validators.py:33 +msgid "There's no milestone with that id" +msgstr "" + +#: taiga/projects/mixins/blocked.py:31 +msgid "is blocked" +msgstr "" + +#: taiga/projects/mixins/by_ref.py:32 +msgid "ref param is needed" +msgstr "" + +#: taiga/projects/mixins/by_ref.py:35 +msgid "project or project__slug param is needed" +msgstr "" + +#: taiga/projects/mixins/ordering.py:49 +#, python-brace-format +msgid "'{param}' parameter is mandatory" +msgstr "" + +#: taiga/projects/mixins/ordering.py:53 +msgid "'project' parameter is mandatory" +msgstr "" + +#: taiga/projects/mixins/validators.py:19 +msgid "The user must be a project member." +msgstr "" + +#: taiga/projects/models.py:79 +msgid "email" +msgstr "" + +#: taiga/projects/models.py:81 +msgid "create at" +msgstr "" + +#: taiga/projects/models.py:83 taiga/users/models.py:166 +msgid "token" +msgstr "" + +#: taiga/projects/models.py:89 +msgid "invitation extra text" +msgstr "" + +#: taiga/projects/models.py:92 taiga/projects/models.py:815 +msgid "user order" +msgstr "" + +#: taiga/projects/models.py:108 +msgid "The user is already member of the project" +msgstr "" + +#: taiga/projects/models.py:115 +msgid "default epic status" +msgstr "" + +#: taiga/projects/models.py:119 +msgid "default US status" +msgstr "" + +#: taiga/projects/models.py:122 +msgid "default points" +msgstr "" + +#: taiga/projects/models.py:126 +msgid "default task status" +msgstr "" + +#: taiga/projects/models.py:129 +msgid "default priority" +msgstr "" + +#: taiga/projects/models.py:132 +msgid "default severity" +msgstr "" + +#: taiga/projects/models.py:136 +msgid "default issue status" +msgstr "" + +#: taiga/projects/models.py:140 +msgid "default issue type" +msgstr "" + +#: taiga/projects/models.py:156 +msgid "logo" +msgstr "" + +#: taiga/projects/models.py:166 +msgid "members" +msgstr "" + +#: taiga/projects/models.py:169 +msgid "total of milestones" +msgstr "" + +#: taiga/projects/models.py:170 +msgid "total story points" +msgstr "" + +#: taiga/projects/models.py:172 taiga/projects/models.py:825 +msgid "active contact" +msgstr "" + +#: taiga/projects/models.py:174 taiga/projects/models.py:827 +msgid "active epics panel" +msgstr "" + +#: taiga/projects/models.py:176 taiga/projects/models.py:829 +msgid "active backlog panel" +msgstr "" + +#: taiga/projects/models.py:178 taiga/projects/models.py:831 +msgid "active kanban panel" +msgstr "" + +#: taiga/projects/models.py:180 taiga/projects/models.py:833 +msgid "active wiki panel" +msgstr "" + +#: taiga/projects/models.py:182 taiga/projects/models.py:835 +msgid "active issues panel" +msgstr "" + +#: taiga/projects/models.py:185 taiga/projects/models.py:842 +msgid "videoconference system" +msgstr "" + +#: taiga/projects/models.py:187 taiga/projects/models.py:844 +msgid "videoconference extra data" +msgstr "" + +#: taiga/projects/models.py:193 +msgid "creation template" +msgstr "" + +#: taiga/projects/models.py:196 taiga/users/admin.py:62 +msgid "is private" +msgstr "" + +#: taiga/projects/models.py:198 +msgid "anonymous permissions" +msgstr "" + +#: taiga/projects/models.py:200 +msgid "user permissions" +msgstr "" + +#: taiga/projects/models.py:203 +msgid "is featured" +msgstr "" + +#: taiga/projects/models.py:206 taiga/projects/models.py:837 +msgid "is looking for people" +msgstr "" + +#: taiga/projects/models.py:208 taiga/projects/models.py:839 +msgid "looking for people note" +msgstr "" + +#: taiga/projects/models.py:222 +msgid "project transfer token" +msgstr "" + +#: taiga/projects/models.py:226 +msgid "blocked code" +msgstr "" + +#: taiga/projects/models.py:229 taiga/projects/notifications/models.py:67 +msgid "updated date time" +msgstr "" + +#: taiga/projects/models.py:232 taiga/projects/models.py:244 +#: taiga/projects/votes/models.py:30 +msgid "count" +msgstr "" + +#: taiga/projects/models.py:235 +msgid "fans last week" +msgstr "" + +#: taiga/projects/models.py:238 +msgid "fans last month" +msgstr "" + +#: taiga/projects/models.py:241 +msgid "fans last year" +msgstr "" + +#: taiga/projects/models.py:248 +msgid "activity last week" +msgstr "" + +#: taiga/projects/models.py:252 +msgid "activity last month" +msgstr "" + +#: taiga/projects/models.py:256 +msgid "activity last year" +msgstr "" + +#: taiga/projects/models.py:510 +msgid "modules config" +msgstr "" + +#: taiga/projects/models.py:562 +msgid "is archived" +msgstr "" + +#: taiga/projects/models.py:566 +msgid "work in progress limit" +msgstr "" + +#: taiga/projects/models.py:594 taiga/userstorage/models.py:33 +msgid "value" +msgstr "" + +#: taiga/projects/models.py:614 taiga/projects/models.py:671 +#: taiga/projects/models.py:789 +msgid "by default" +msgstr "" + +#: taiga/projects/models.py:618 taiga/projects/models.py:675 +#: taiga/projects/models.py:793 +msgid "days to due" +msgstr "" + +#: taiga/projects/models.py:823 +msgid "default owner's role" +msgstr "" + +#: taiga/projects/models.py:846 +msgid "default options" +msgstr "" + +#: taiga/projects/models.py:847 +msgid "epic statuses" +msgstr "" + +#: taiga/projects/models.py:848 +msgid "us statuses" +msgstr "" + +#: taiga/projects/models.py:849 +msgid "us duedates" +msgstr "" + +#: taiga/projects/models.py:850 taiga/projects/userstories/models.py:45 +#: taiga/projects/userstories/models.py:78 +msgid "points" +msgstr "" + +#: taiga/projects/models.py:851 +msgid "task statuses" +msgstr "" + +#: taiga/projects/models.py:852 +msgid "task duedates" +msgstr "" + +#: taiga/projects/models.py:853 +msgid "issue statuses" +msgstr "" + +#: taiga/projects/models.py:854 +msgid "issue types" +msgstr "" + +#: taiga/projects/models.py:855 +msgid "issue duedates" +msgstr "" + +#: taiga/projects/models.py:856 +msgid "priorities" +msgstr "" + +#: taiga/projects/models.py:857 +msgid "severities" +msgstr "" + +#: taiga/projects/models.py:858 +msgid "roles" +msgstr "" + +#: taiga/projects/models.py:859 +msgid "epic custom attributes" +msgstr "" + +#: taiga/projects/models.py:860 +msgid "us custom attributes" +msgstr "" + +#: taiga/projects/models.py:861 +msgid "task custom attributes" +msgstr "" + +#: taiga/projects/models.py:862 +msgid "issue custom attributes" +msgstr "" + +#: taiga/projects/notifications/choices.py:30 +msgid "Involved" +msgstr "" + +#: taiga/projects/notifications/choices.py:31 +msgid "All" +msgstr "" + +#: taiga/projects/notifications/choices.py:32 +msgid "None" +msgstr "" + +#: taiga/projects/notifications/models.py:65 +msgid "created date time" +msgstr "" + +#: taiga/projects/notifications/models.py:69 +msgid "history entries" +msgstr "" + +#: taiga/projects/notifications/models.py:72 +msgid "notify users" +msgstr "" + +#: taiga/projects/notifications/models.py:94 +#: taiga/projects/notifications/models.py:95 +msgid "Watched" +msgstr "" + +#: taiga/projects/notifications/services.py:71 +#: taiga/projects/notifications/services.py:90 +msgid "Notify exists for specified user and project" +msgstr "" + +#: taiga/projects/notifications/services.py:465 +msgid "Invalid value for notify level" +msgstr "" + +#: taiga/projects/notifications/templates/emails/epics/epic-change-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Epic updated

\n" +"

Hello %(user)s,
%(changer)s has updated a epic on %(project)s\n" +"

Epic #%(ref)s %(subject)s

\n" +" See epic\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/epics/epic-change-body-text.jinja:3 +#, python-format +msgid "" +"\n" +"Epic updated\n" +"Hello %(user)s, %(changer)s has updated a epic on %(project)s\n" +"See epic #%(ref)s %(subject)s at %(url)s\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/epics/epic-change-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Updated the epic #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/epics/epic-create-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

New epic created

\n" +"

Hello %(user)s,
%(changer)s has created a new epic on " +"%(project)s

\n" +"

Epic #%(ref)s %(subject)s

\n" +" See epic\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/epics/epic-create-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"New epic created\n" +"Hello %(user)s, %(changer)s has created a new epic on %(project)s\n" +"See epic #%(ref)s %(subject)s at %(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/epics/epic-create-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Created the epic #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/epics/epic-delete-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Epic deleted

\n" +"

Hello %(user)s,
%(changer)s has deleted a epic on %(project)s\n" +"

Epic #%(ref)s %(subject)s

\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/epics/epic-delete-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Epic deleted\n" +"Hello %(user)s, %(changer)s has deleted a epic on %(project)s\n" +"Epic #%(ref)s %(subject)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/epics/epic-delete-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Deleted the epic #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/issues/issue-change-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Issue updated

\n" +"

Hello %(user)s,
%(changer)s has updated an issue on %(project)s\n" +"

Issue #%(ref)s %(subject)s

\n" +" See issue\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/issues/issue-change-body-text.jinja:3 +#, python-format +msgid "" +"\n" +"Issue updated\n" +"Hello %(user)s, %(changer)s has updated an issue on %(project)s\n" +"See issue #%(ref)s %(subject)s at %(url)s\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/issues/issue-change-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Updated the issue #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/issues/issue-create-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

New issue created

\n" +"

Hello %(user)s,
%(changer)s has created a new issue on " +"%(project)s

\n" +"

Issue #%(ref)s %(subject)s

\n" +" See issue\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/issues/issue-create-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"New issue created\n" +"Hello %(user)s, %(changer)s has created a new issue on %(project)s\n" +"See issue #%(ref)s %(subject)s at %(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/issues/issue-create-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Created the issue #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/issues/issue-delete-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Issue deleted

\n" +"

Hello %(user)s,
%(changer)s has deleted an issue on %(project)s\n" +"

Issue #%(ref)s %(subject)s

\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/issues/issue-delete-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Issue deleted\n" +"Hello %(user)s, %(changer)s has deleted an issue on %(project)s\n" +"Issue #%(ref)s %(subject)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/issues/issue-delete-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Deleted the issue #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/milestones/milestone-change-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Sprint updated

\n" +"

Hello %(user)s,
%(changer)s has updated an sprint on " +"%(project)s

\n" +"

Sprint %(name)s

\n" +" See sprint\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/milestones/milestone-change-body-text.jinja:3 +#, python-format +msgid "" +"\n" +"Sprint updated\n" +"Hello %(user)s, %(changer)s has updated a sprint on %(project)s\n" +"See sprint %(name)s at %(url)s\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/milestones/milestone-change-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Updated the sprint \"%(milestone)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/milestones/milestone-create-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

New sprint created

\n" +"

Hello %(user)s,
%(changer)s has created a new sprint on " +"%(project)s

\n" +"

Sprint %(name)s

\n" +" See " +"sprint\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/milestones/milestone-create-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"New sprint created\n" +"Hello %(user)s, %(changer)s has created a new sprint on %(project)s\n" +"See sprint %(name)s at %(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/milestones/milestone-create-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Created the sprint \"%(milestone)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/milestones/milestone-delete-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Sprint deleted

\n" +"

Hello %(user)s,
%(changer)s has deleted an sprint on " +"%(project)s

\n" +"

Sprint %(name)s

\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/milestones/milestone-delete-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Sprint deleted\n" +"Hello %(user)s, %(changer)s has deleted an sprint on %(project)s\n" +"Sprint %(name)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/milestones/milestone-delete-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Deleted the Sprint \"%(milestone)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/tasks/task-change-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Task updated

\n" +"

Hello %(user)s,
%(changer)s has updated a task on %(project)s\n" +"

Task #%(ref)s %(subject)s

\n" +" See task\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/tasks/task-change-body-text.jinja:3 +#, python-format +msgid "" +"\n" +"Task updated\n" +"Hello %(user)s, %(changer)s has updated a task on %(project)s\n" +"See task #%(ref)s %(subject)s at %(url)s\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/tasks/task-change-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Updated the task #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/tasks/task-create-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

New task created

\n" +"

Hello %(user)s,
%(changer)s has created a new task on " +"%(project)s

\n" +"

Task #%(ref)s %(subject)s

\n" +" See task\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/tasks/task-create-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"New task created\n" +"Hello %(user)s, %(changer)s has created a new task on %(project)s\n" +"See task #%(ref)s %(subject)s at %(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/tasks/task-create-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Created the task #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/tasks/task-delete-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Task deleted

\n" +"

Hello %(user)s,
%(changer)s has deleted a task on %(project)s\n" +"

Task #%(ref)s %(subject)s

\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/tasks/task-delete-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Task deleted\n" +"Hello %(user)s, %(changer)s has deleted a task on %(project)s\n" +"Task #%(ref)s %(subject)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/tasks/task-delete-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Deleted the task #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/userstories/userstory-change-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

User Story updated

\n" +"

Hello %(user)s,
%(changer)s has updated a user story on " +"%(project)s

\n" +"

User Story #%(ref)s %(subject)s

\n" +" See user story\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/userstories/userstory-change-body-text.jinja:3 +#, python-format +msgid "" +"\n" +"User story updated\n" +"Hello %(user)s, %(changer)s has updated a user story on %(project)s\n" +"See user story #%(ref)s %(subject)s at %(url)s\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/userstories/userstory-change-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Updated the US #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/userstories/userstory-create-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

New user story created

\n" +"

Hello %(user)s,
%(changer)s has created a new user story on " +"%(project)s

\n" +"

User Story #%(ref)s %(subject)s

\n" +" See user story\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/userstories/userstory-create-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"New user story created\n" +"Hello %(user)s, %(changer)s has created a new user story on %(project)s\n" +"See user story #%(ref)s %(subject)s at %(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/userstories/userstory-create-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Created the US #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/userstories/userstory-delete-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

User Story deleted

\n" +"

Hello %(user)s,
%(changer)s has deleted a user story on " +"%(project)s

\n" +"

User Story #%(ref)s %(subject)s

\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/userstories/userstory-delete-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"User Story deleted\n" +"Hello %(user)s, %(changer)s has deleted a user story on %(project)s\n" +"User Story #%(ref)s %(subject)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/userstories/userstory-delete-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Deleted the US #%(ref)s \"%(subject)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/wiki/wikipage-change-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Wiki Page updated

\n" +"

Hello %(user)s,
%(changer)s has updated a wiki page on " +"%(project)s

\n" +"

Wiki page %(page)s

\n" +" See Wiki Page\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/wiki/wikipage-change-body-text.jinja:3 +#, python-format +msgid "" +"\n" +"Wiki Page updated\n" +"\n" +"Hello %(user)s, %(changer)s has updated a wiki page on %(project)s\n" +"\n" +"See wiki page %(page)s at %(url)s\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/wiki/wikipage-change-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Updated the Wiki Page \"%(page)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/wiki/wikipage-create-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

New wiki page created

\n" +"

Hello %(user)s,
%(changer)s has created a new wiki page on " +"%(project)s

\n" +"

Wiki page %(page)s

\n" +" See " +"wiki page\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/wiki/wikipage-create-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"New wiki page created\n" +"\n" +"Hello %(user)s, %(changer)s has created a new wiki page on %(project)s\n" +"\n" +"See wiki page %(page)s at %(url)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/wiki/wikipage-create-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Created the Wiki Page \"%(page)s\"\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/wiki/wikipage-delete-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Wiki page deleted

\n" +"

Hello %(user)s,
%(changer)s has deleted a wiki page on " +"%(project)s

\n" +"

Wiki page %(page)s

\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/notifications/templates/emails/wiki/wikipage-delete-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Wiki page deleted\n" +"\n" +"Hello %(user)s, %(changer)s has deleted a wiki page on %(project)s\n" +"\n" +"Wiki page %(page)s\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/notifications/templates/emails/wiki/wikipage-delete-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Deleted the Wiki Page \"%(page)s\"\n" +msgstr "" + +#: taiga/projects/notifications/validators.py:48 +msgid "Watchers contains invalid users" +msgstr "" + +#: taiga/projects/occ/mixins.py:37 +msgid "The version must be an integer" +msgstr "" + +#: taiga/projects/occ/mixins.py:60 +msgid "The version parameter is not valid" +msgstr "" + +#: taiga/projects/occ/mixins.py:76 +msgid "The version doesn't match with the current one" +msgstr "" + +#: taiga/projects/occ/mixins.py:95 +msgid "version" +msgstr "" + +#: taiga/projects/permissions.py:44 +msgid "" +"You can't leave the project if you are the owner or there are no more admins" +msgstr "" + +#: taiga/projects/services/members.py:133 +msgid "Project without owner" +msgstr "" + +#: taiga/projects/services/members.py:138 +msgid "You have reached your current limit of memberships for private projects" +msgstr "" + +#: taiga/projects/services/members.py:142 +msgid "You have reached your current limit of memberships for public projects" +msgstr "" + +#: taiga/projects/services/members.py:148 +msgid "You have reached the current limit of pending memberships" +msgstr "" + +#: taiga/projects/services/projects.py:101 +#: taiga/projects/services/projects.py:141 taiga/users/services.py:600 +msgid "You can't have more private projects" +msgstr "" + +#: taiga/projects/services/projects.py:105 +#: taiga/projects/services/projects.py:145 taiga/users/services.py:603 +msgid "" +"This project reaches your current limit of memberships for private projects" +msgstr "" + +#: taiga/projects/services/projects.py:109 +#: taiga/projects/services/projects.py:149 taiga/users/services.py:607 +msgid "You can't have more public projects" +msgstr "" + +#: taiga/projects/services/projects.py:113 +#: taiga/projects/services/projects.py:153 taiga/users/services.py:610 +msgid "" +"This project reaches your current limit of memberships for public projects" +msgstr "" + +#: taiga/projects/services/stats.py:197 +msgid "Future sprint" +msgstr "" + +#: taiga/projects/services/stats.py:217 +msgid "Project End" +msgstr "" + +#: taiga/projects/services/transfer.py:62 +#: taiga/projects/services/transfer.py:69 +#: taiga/projects/services/transfer.py:72 taiga/users/api.py:193 +#: taiga/users/api.py:198 +msgid "Token is invalid" +msgstr "" + +#: taiga/projects/services/transfer.py:67 +msgid "Token has expired" +msgstr "" + +#: taiga/projects/tagging/fields.py:52 +#, python-brace-format +msgid "Invalid tag '{value}'. The color is not a valid HEX color or null." +msgstr "" + +#: taiga/projects/tagging/fields.py:55 +#, python-brace-format +msgid "" +"Invalid tag '{value}'. it must be the name or a pair '[\"name\", \"hex color/" +"\" | null]'." +msgstr "" + +#: taiga/projects/tagging/fields.py:77 +#, python-brace-format +msgid "Invalid tag '{value}'. It must be the tag name." +msgstr "" + +#: taiga/projects/tagging/models.py:27 +msgid "tags" +msgstr "" + +#: taiga/projects/tagging/models.py:35 +msgid "tags colors" +msgstr "" + +#: taiga/projects/tagging/validators.py:47 +#: taiga/projects/tagging/validators.py:74 +msgid "This tag already exists." +msgstr "" + +#: taiga/projects/tagging/validators.py:54 +#: taiga/projects/tagging/validators.py:81 +msgid "The color is not a valid HEX color." +msgstr "" + +#: taiga/projects/tagging/validators.py:67 +#: taiga/projects/tagging/validators.py:101 +#: taiga/projects/tagging/validators.py:114 +#: taiga/projects/tagging/validators.py:121 +msgid "The tag doesn't exist." +msgstr "" + +#: taiga/projects/tasks/api.py:108 taiga/projects/tasks/api.py:117 +msgid "You don't have permissions to set this sprint to this task." +msgstr "" + +#: taiga/projects/tasks/api.py:111 +msgid "You don't have permissions to set this user story to this task." +msgstr "" + +#: taiga/projects/tasks/api.py:114 +msgid "You don't have permissions to set this status to this task." +msgstr "" + +#: taiga/projects/tasks/models.py:59 +msgid "us order" +msgstr "" + +#: taiga/projects/tasks/models.py:61 +msgid "taskboard order" +msgstr "" + +#: taiga/projects/tasks/models.py:69 +msgid "is iocaine" +msgstr "" + +#: taiga/projects/tasks/validators.py:61 +msgid "Invalid milestone id." +msgstr "" + +#: taiga/projects/tasks/validators.py:72 +msgid "Invalid task status id." +msgstr "" + +#: taiga/projects/tasks/validators.py:85 +msgid "Invalid user story id." +msgstr "" + +#: taiga/projects/tasks/validators.py:109 +msgid "Invalid task status id. The status must belong to the same project." +msgstr "" + +#: taiga/projects/tasks/validators.py:123 +msgid "Invalid user story id. The user story must belong to the same project." +msgstr "" + +#: taiga/projects/tasks/validators.py:135 +msgid "Invalid milestone id. The milestone must belong to the same project." +msgstr "" + +#: taiga/projects/tasks/validators.py:152 +msgid "" +"Invalid task ids. All tasks must belong to the same project and, if it " +"exists, to the same status, user story and/or milestone." +msgstr "" + +#: taiga/projects/templates/emails/membership_invitation-body-html.jinja:6 +#: taiga/projects/templates/emails/membership_invitation-body-text.jinja:4 +msgid "someone" +msgstr "" + +#: taiga/projects/templates/emails/membership_invitation-body-html.jinja:11 +#, python-format +msgid "" +"\n" +"

You have been invited to Taiga!

\n" +"

Hi! %(full_name)s has sent you an invitation to join project " +"%(project)s in Taiga.
Taiga is a Free, open Source Agile Project " +"Management Tool.

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/membership_invitation-body-html.jinja:17 +#, python-format +msgid "" +"\n" +"

And now a few words from the jolly good fellow or sistren
" +"who thought so kindly as to invite you

\n" +"

%(extra)s

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/membership_invitation-body-html.jinja:24 +msgid "Accept your invitation to Taiga" +msgstr "" + +#: taiga/projects/templates/emails/membership_invitation-body-html.jinja:24 +msgid "Accept your invitation" +msgstr "" + +#: taiga/projects/templates/emails/membership_invitation-body-html.jinja:25 +msgid "The Taiga Team" +msgstr "" + +#: taiga/projects/templates/emails/membership_invitation-body-text.jinja:6 +#, python-format +msgid "" +"\n" +"You, or someone you know, has invited you to Taiga\n" +"\n" +"Hi! %(full_name)s has sent you an invitation to join a project called " +"%(project)s which is being managed on Taiga, a Free, open Source Agile " +"Project Management Tool.\n" +msgstr "" + +#: taiga/projects/templates/emails/membership_invitation-body-text.jinja:12 +#, python-format +msgid "" +"\n" +"And now a few words from the jolly good fellow or sistren who thought so " +"kindly as to invite you:\n" +"\n" +"%(extra)s\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/membership_invitation-body-text.jinja:18 +msgid "Accept your invitation to Taiga following this link:" +msgstr "" + +#: taiga/projects/templates/emails/membership_invitation-body-text.jinja:20 +msgid "" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/templates/emails/membership_invitation-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[Taiga] Invitation to join to the project '%(project)s'\n" +msgstr "" + +#: taiga/projects/templates/emails/membership_notification-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

You have been added to a project

\n" +"

Hello %(full_name)s,
you have been added to the project " +"%(project)s

\n" +" Go to " +"project\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/membership_notification-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"You have been added to a project\n" +"Hello %(full_name)s,you have been added to the project %(project)s\n" +"\n" +"See project at %(url)s\n" +msgstr "" + +#: taiga/projects/templates/emails/membership_notification-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[Taiga] Added to the project '%(project)s'\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_accept-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Hi %(old_owner_name)s,

\n" +"

%(new_owner_name)s has accepted your offer and will become the " +"new project owner for \"%(project_name)s\".

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/transfer_accept-body-html.jinja:10 +#, python-format +msgid "

%(new_owner_name)s says:

" +msgstr "" + +#: taiga/projects/templates/emails/transfer_accept-body-html.jinja:14 +msgid "" +"\n" +"

From now on, your new status for this project will be \"admin\".\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/transfer_accept-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hi %(old_owner_name)s,\n" +"%(new_owner_name)s has accepted your offer and will become the new project " +"owner for \"%(project_name)s\".\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_accept-body-text.jinja:7 +#, python-format +msgid "%(new_owner_name)s says:" +msgstr "" + +#: taiga/projects/templates/emails/transfer_accept-body-text.jinja:11 +msgid "" +"\n" +"From now on, your new status for this project will be \"admin\".\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_accept-body-text.jinja:16 +#: taiga/projects/templates/emails/transfer_reject-body-text.jinja:19 +#: taiga/projects/templates/emails/transfer_request-body-text.jinja:13 +#: taiga/projects/templates/emails/transfer_start-body-text.jinja:18 +msgid "" +"\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_accept-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Project ownership transfer offer accepted!\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_reject-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Hi %(owner_name)s,

\n" +"

%(rejecter_name)s has declined your offer and will not become the " +"new project owner for \"%(project_name)s\".

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/transfer_reject-body-html.jinja:10 +#, python-format +msgid "" +"\n" +"

%(rejecter_name)s says:

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/transfer_reject-body-html.jinja:16 +msgid "" +"\n" +"

If you want, you can still try to transfer the project ownership to a " +"different person.

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/transfer_reject-body-html.jinja:21 +#: taiga/projects/templates/emails/transfer_reject-body-html.jinja:22 +msgid "Request transfer to a different person" +msgstr "" + +#: taiga/projects/templates/emails/transfer_reject-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hi %(owner_name)s,\n" +"%(rejecter_name)s has declined your offer and will not become the new " +"project owner for \"%(project_name)s\".\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_reject-body-text.jinja:7 +#, python-format +msgid "%(rejecter_name)s says:" +msgstr "" + +#: taiga/projects/templates/emails/transfer_reject-body-text.jinja:11 +msgid "" +"\n" +"If you want, you can still try to transfer the project ownership to a " +"different person.\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_reject-body-text.jinja:15 +msgid "Request transfer to a different person:" +msgstr "" + +#: taiga/projects/templates/emails/transfer_reject-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Project ownership transfer declined\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_request-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Hi %(owner_name)s,

\n" +"

%(requester_name)s has requested to become the project owner for " +"\"%(project_name)s\".

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/transfer_request-body-html.jinja:9 +msgid "" +"\n" +"

Please, click on \"Continue\" if you would like to start the " +"project transfer from the administration panel.

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/transfer_request-body-html.jinja:14 +#: taiga/projects/templates/emails/transfer_start-body-html.jinja:22 +msgid "Continue" +msgstr "" + +#: taiga/projects/templates/emails/transfer_request-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hi %(owner_name)s,\n" +"%(requester_name)s has requested to become the project owner for " +"\"%(project_name)s\".\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_request-body-text.jinja:6 +msgid "" +"\n" +"Please, go to your project settings if you would like to start the project " +"transfer from the administration panel.\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_request-body-text.jinja:10 +msgid "Go to your project settings:" +msgstr "" + +#: taiga/projects/templates/emails/transfer_request-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Project ownership transfer request\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_start-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Hi %(receiver_name)s,

\n" +"

%(owner_name)s, the current project owner at \"%(project_name)s\" " +"would like you to become the new project owner.

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/transfer_start-body-html.jinja:10 +#, python-format +msgid "" +"\n" +"

%(owner_name)s says:

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/transfer_start-body-html.jinja:17 +msgid "" +"\n" +"

Please, click on \"Continue\" to either accept or reject this " +"proposal.

\n" +" " +msgstr "" + +#: taiga/projects/templates/emails/transfer_start-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hi %(receiver_name)s,\n" +"%(owner_name)s, the current project owner at \"%(project_name)s\" would like " +"you to become the new project owner.\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_start-body-text.jinja:6 +#, python-format +msgid "%(owner_name)s says:" +msgstr "" + +#: taiga/projects/templates/emails/transfer_start-body-text.jinja:11 +msgid "" +"\n" +"Please, go to the following link to either accept or reject this proposal.\n" +msgstr "" + +#: taiga/projects/templates/emails/transfer_start-body-text.jinja:15 +msgid "Accept or reject the project ownership transfer:" +msgstr "" + +#: taiga/projects/templates/emails/transfer_start-subject.jinja:1 +#, python-format +msgid "" +"\n" +"[%(project)s] Project ownership transfer offer\n" +msgstr "" + +#. Translators: Name of scrum project template. +#: taiga/projects/translations.py:30 +msgid "Scrum" +msgstr "" + +#. Translators: Description of scrum project template. +#: taiga/projects/translations.py:32 +msgid "" +"The agile product backlog in Scrum is a prioritized features list, " +"containing short descriptions of all functionality desired in the product. " +"When applying Scrum, it's not necessary to start a project with a lengthy, " +"upfront effort to document all requirements. The Scrum product backlog is " +"then allowed to grow and change as more is learned about the product and its " +"customers" +msgstr "" + +#. Translators: Name of kanban project template. +#: taiga/projects/translations.py:35 +msgid "Kanban" +msgstr "" + +#. Translators: Description of kanban project template. +#: taiga/projects/translations.py:37 +msgid "" +"Kanban is a method for managing knowledge work with an emphasis on just-in-" +"time delivery while not overloading the team members. In this approach, the " +"process, from definition of a task to its delivery to the customer, is " +"displayed for participants to see and team members pull work from a queue." +msgstr "" + +#. Translators: User story point value (value = undefined) +#: taiga/projects/translations.py:45 +msgid "?" +msgstr "" + +#. Translators: User story point value (value = 0) +#: taiga/projects/translations.py:47 +msgid "0" +msgstr "" + +#. Translators: User story point value (value = 0.5) +#: taiga/projects/translations.py:49 +msgid "1/2" +msgstr "" + +#. Translators: User story point value (value = 1) +#: taiga/projects/translations.py:51 +msgid "1" +msgstr "" + +#. Translators: User story point value (value = 2) +#: taiga/projects/translations.py:53 +msgid "2" +msgstr "" + +#. Translators: User story point value (value = 3) +#: taiga/projects/translations.py:55 +msgid "3" +msgstr "" + +#. Translators: User story point value (value = 5) +#: taiga/projects/translations.py:57 +msgid "5" +msgstr "" + +#. Translators: User story point value (value = 8) +#: taiga/projects/translations.py:59 +msgid "8" +msgstr "" + +#. Translators: User story point value (value = 10) +#: taiga/projects/translations.py:61 +msgid "10" +msgstr "" + +#. Translators: User story point value (value = 13) +#: taiga/projects/translations.py:63 +msgid "13" +msgstr "" + +#. Translators: User story point value (value = 20) +#: taiga/projects/translations.py:65 +msgid "20" +msgstr "" + +#. Translators: User story point value (value = 40) +#: taiga/projects/translations.py:67 +msgid "40" +msgstr "" + +#. Translators: User story status +#. Translators: Task status +#. Translators: Issue status +#: taiga/projects/translations.py:75 taiga/projects/translations.py:98 +#: taiga/projects/translations.py:114 +msgid "New" +msgstr "" + +#. Translators: User story status +#: taiga/projects/translations.py:78 +msgid "Ready" +msgstr "" + +#. Translators: User story status +#. Translators: Task status +#. Translators: Issue status +#: taiga/projects/translations.py:81 taiga/projects/translations.py:100 +#: taiga/projects/translations.py:116 +msgid "In progress" +msgstr "" + +#. Translators: User story status +#. Translators: Task status +#. Translators: Issue status +#: taiga/projects/translations.py:84 taiga/projects/translations.py:102 +#: taiga/projects/translations.py:118 +msgid "Ready for test" +msgstr "" + +#. Translators: User story status +#: taiga/projects/translations.py:87 +msgid "Done" +msgstr "" + +#. Translators: User story status +#: taiga/projects/translations.py:90 +msgid "Archived" +msgstr "" + +#. Translators: Task status +#. Translators: Issue status +#: taiga/projects/translations.py:104 taiga/projects/translations.py:120 +msgid "Closed" +msgstr "" + +#. Translators: Task status +#. Translators: Issue status +#: taiga/projects/translations.py:106 taiga/projects/translations.py:122 +msgid "Needs Info" +msgstr "" + +#. Translators: Issue status +#: taiga/projects/translations.py:124 +msgid "Postponed" +msgstr "" + +#. Translators: Issue status +#: taiga/projects/translations.py:126 +msgid "Rejected" +msgstr "" + +#. Translators: Issue type +#: taiga/projects/translations.py:134 +msgid "Bug" +msgstr "" + +#. Translators: Issue type +#: taiga/projects/translations.py:136 +msgid "Question" +msgstr "" + +#. Translators: Issue type +#: taiga/projects/translations.py:138 +msgid "Enhancement" +msgstr "" + +#. Translators: Issue priority +#: taiga/projects/translations.py:146 +msgid "Low" +msgstr "" + +#. Translators: Issue priority +#. Translators: Issue severity +#: taiga/projects/translations.py:148 taiga/projects/translations.py:161 +msgid "Normal" +msgstr "" + +#. Translators: Issue priority +#: taiga/projects/translations.py:150 +msgid "High" +msgstr "" + +#. Translators: Issue severity +#: taiga/projects/translations.py:157 +msgid "Wishlist" +msgstr "" + +#. Translators: Issue severity +#: taiga/projects/translations.py:159 +msgid "Minor" +msgstr "" + +#. Translators: Issue severity +#: taiga/projects/translations.py:163 +msgid "Important" +msgstr "" + +#. Translators: Issue severity +#: taiga/projects/translations.py:165 +msgid "Critical" +msgstr "" + +#. Translators: User role +#: taiga/projects/translations.py:172 +msgid "UX" +msgstr "" + +#. Translators: User role +#: taiga/projects/translations.py:174 +msgid "Design" +msgstr "" + +#. Translators: User role +#: taiga/projects/translations.py:176 +msgid "Front" +msgstr "" + +#. Translators: User role +#: taiga/projects/translations.py:178 +msgid "Back" +msgstr "" + +#. Translators: User role +#: taiga/projects/translations.py:180 +msgid "Product Owner" +msgstr "" + +#. Translators: User role +#: taiga/projects/translations.py:182 +msgid "Stakeholder" +msgstr "" + +#: taiga/projects/userstories/api.py:137 +msgid "You don't have permissions to set this sprint to this user story." +msgstr "" + +#: taiga/projects/userstories/api.py:141 +msgid "You don't have permissions to set this status to this user story." +msgstr "" + +#: taiga/projects/userstories/api.py:235 +#, python-brace-format +msgid "Invalid role id '{role_id}'" +msgstr "" + +#: taiga/projects/userstories/api.py:242 +#, python-brace-format +msgid "Invalid points id '{points_id}'" +msgstr "" + +#: taiga/projects/userstories/api.py:257 +#, python-brace-format +msgid "Generating the user story #{ref} - {subject}" +msgstr "" + +#: taiga/projects/userstories/models.py:42 +msgid "role" +msgstr "" + +#: taiga/projects/userstories/models.py:81 +msgid "backlog order" +msgstr "" + +#: taiga/projects/userstories/models.py:83 +msgid "sprint order" +msgstr "" + +#: taiga/projects/userstories/models.py:85 +msgid "kanban order" +msgstr "" + +#: taiga/projects/userstories/models.py:93 +msgid "finish date" +msgstr "" + +#: taiga/projects/userstories/models.py:102 +msgid "assigned users" +msgstr "" + +#: taiga/projects/userstories/models.py:111 +msgid "generated from issue" +msgstr "" + +#: taiga/projects/userstories/validators.py:43 +msgid "There's no user story with that id" +msgstr "" + +#: taiga/projects/userstories/validators.py:83 +#: taiga/projects/userstories/validators.py:109 +msgid "" +"Invalid user story status id. The status must belong to the same project." +msgstr "" + +#: taiga/projects/userstories/validators.py:121 +msgid "Invalid milestone id. The milistone must belong to the same project." +msgstr "" + +#: taiga/projects/userstories/validators.py:134 +msgid "" +"Invalid user story ids. All stories must belong to the same project and, if " +"it exists, to the same status and milestone." +msgstr "" + +#: taiga/projects/userstories/validators.py:158 +msgid "The milestone isn't valid for the project" +msgstr "" + +#: taiga/projects/userstories/validators.py:168 +msgid "All the user stories must be from the same project" +msgstr "" + +#: taiga/projects/validators.py:63 +msgid "There's no project with that id" +msgstr "" + +#: taiga/projects/validators.py:164 +msgid "The user yet exists in the project" +msgstr "" + +#: taiga/projects/validators.py:174 +msgid "Invalid role for the project" +msgstr "" + +#: taiga/projects/validators.py:189 taiga/projects/validators.py:244 +msgid "The user must be a valid contact" +msgstr "" + +#: taiga/projects/validators.py:210 +msgid "The project owner must be admin." +msgstr "" + +#: taiga/projects/validators.py:214 +msgid "At least one user must be an active admin for this project." +msgstr "" + +#: taiga/projects/validators.py:259 +msgid "Invalid role ids. All roles must belong to the same project." +msgstr "" + +#: taiga/projects/validators.py:283 +msgid "Default options" +msgstr "" + +#: taiga/projects/validators.py:284 +msgid "User story's statuses" +msgstr "" + +#: taiga/projects/validators.py:285 +msgid "Points" +msgstr "" + +#: taiga/projects/validators.py:286 +msgid "Task's statuses" +msgstr "" + +#: taiga/projects/validators.py:287 +msgid "Issue's statuses" +msgstr "" + +#: taiga/projects/validators.py:288 +msgid "Issue's types" +msgstr "" + +#: taiga/projects/validators.py:289 +msgid "Priorities" +msgstr "" + +#: taiga/projects/validators.py:290 +msgid "Severities" +msgstr "" + +#: taiga/projects/validators.py:291 +msgid "Roles" +msgstr "" + +#: taiga/projects/votes/models.py:33 taiga/projects/votes/models.py:34 +#: taiga/projects/votes/models.py:58 +msgid "Votes" +msgstr "" + +#: taiga/projects/votes/models.py:57 +msgid "Vote" +msgstr "" + +#: taiga/projects/wiki/api.py:77 +msgid "'content' parameter is mandatory" +msgstr "" + +#: taiga/projects/wiki/api.py:80 +msgid "'project_id' parameter is mandatory" +msgstr "" + +#: taiga/projects/wiki/models.py:42 +msgid "last modifier" +msgstr "" + +#: taiga/projects/wiki/models.py:75 +msgid "href" +msgstr "" + +#: taiga/timeline/signals.py:65 +msgid "Check the history API for the exact diff" +msgstr "" + +#: taiga/users/admin.py:39 +msgid "Project Member" +msgstr "" + +#: taiga/users/admin.py:40 +msgid "Project Members" +msgstr "" + +#: taiga/users/admin.py:50 +msgid "id" +msgstr "" + +#: taiga/users/admin.py:81 +msgid "Project Ownership" +msgstr "" + +#: taiga/users/admin.py:82 +msgid "Project Ownerships" +msgstr "" + +#: taiga/users/admin.py:119 +msgid "Personal info" +msgstr "" + +#: taiga/users/admin.py:122 +msgid "Permissions" +msgstr "" + +#: taiga/users/admin.py:123 +msgid "Restrictions" +msgstr "" + +#: taiga/users/admin.py:125 +msgid "Important dates" +msgstr "" + +#: taiga/users/api.py:132 +msgid "Duplicated email" +msgstr "" + +#: taiga/users/api.py:134 +msgid "Not valid email" +msgstr "" + +#: taiga/users/api.py:172 +msgid "Invalid username or email" +msgstr "" + +#: taiga/users/api.py:181 +msgid "Mail sended successful!" +msgstr "" + +#: taiga/users/api.py:219 +msgid "Current password parameter needed" +msgstr "" + +#: taiga/users/api.py:222 +msgid "New password parameter needed" +msgstr "" + +#: taiga/users/api.py:225 +msgid "Invalid password length at least 6 charaters needed" +msgstr "" + +#: taiga/users/api.py:228 +msgid "Invalid current password" +msgstr "" + +#: taiga/users/api.py:275 taiga/users/api.py:281 +msgid "" +"Invalid, are you sure the token is correct and you didn't use it before?" +msgstr "" + +#: taiga/users/api.py:317 taiga/users/api.py:325 taiga/users/api.py:328 +msgid "Invalid, are you sure the token is correct?" +msgstr "" + +#: taiga/users/models.py:99 +msgid "superuser status" +msgstr "" + +#: taiga/users/models.py:100 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +#: taiga/users/models.py:136 +msgid "username" +msgstr "" + +#: taiga/users/models.py:137 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and /./-/_ characters" +msgstr "" + +#: taiga/users/models.py:140 +msgid "Enter a valid username." +msgstr "" + +#: taiga/users/models.py:143 +msgid "active" +msgstr "" + +#: taiga/users/models.py:144 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +#: taiga/users/models.py:150 +msgid "biography" +msgstr "" + +#: taiga/users/models.py:153 +msgid "photo" +msgstr "" + +#: taiga/users/models.py:154 +msgid "date joined" +msgstr "" + +#: taiga/users/models.py:155 +msgid "accepted terms" +msgstr "" + +#: taiga/users/models.py:156 +msgid "new terms read" +msgstr "" + +#: taiga/users/models.py:158 +msgid "default language" +msgstr "" + +#: taiga/users/models.py:160 +msgid "default theme" +msgstr "" + +#: taiga/users/models.py:162 +msgid "default timezone" +msgstr "" + +#: taiga/users/models.py:164 +msgid "colorize tags" +msgstr "" + +#: taiga/users/models.py:169 +msgid "email token" +msgstr "" + +#: taiga/users/models.py:171 +msgid "new email address" +msgstr "" + +#: taiga/users/models.py:178 +msgid "max number of owned private projects" +msgstr "" + +#: taiga/users/models.py:181 +msgid "max number of owned public projects" +msgstr "" + +#: taiga/users/models.py:184 +msgid "max number of memberships for each owned private project" +msgstr "" + +#: taiga/users/models.py:188 +msgid "max number of memberships for each owned public project" +msgstr "" + +#: taiga/users/models.py:316 +msgid "permissions" +msgstr "" + +#: taiga/users/services.py:58 taiga/users/services.py:75 +msgid "Username or password does not matches user." +msgstr "" + +#: taiga/users/templates/emails/change_email-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Change your email

\n" +"

Hello %(full_name)s,
please confirm your email

\n" +" Confirm " +"email\n" +"

You can ignore this message if you did not request.

\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/users/templates/emails/change_email-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(full_name)s, please confirm your email\n" +"\n" +"%(url)s\n" +"\n" +"You can ignore this message if you did not request.\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/users/templates/emails/change_email-subject.jinja:1 +msgid "[Taiga] Change email" +msgstr "" + +#: taiga/users/templates/emails/password_recovery-body-html.jinja:4 +#, python-format +msgid "" +"\n" +"

Recover your password

\n" +"

Hello %(full_name)s,
you asked to recover your password

\n" +" Recover your password\n" +"

You can ignore this message if you did not request.

\n" +"

The Taiga Team

\n" +" " +msgstr "" + +#: taiga/users/templates/emails/password_recovery-body-text.jinja:1 +#, python-format +msgid "" +"\n" +"Hello %(full_name)s, you asked to recover your password\n" +"\n" +"%(url)s\n" +"\n" +"You can ignore this message if you did not request.\n" +"\n" +"---\n" +"The Taiga Team\n" +msgstr "" + +#: taiga/users/templates/emails/password_recovery-subject.jinja:1 +msgid "[Taiga] Password recovery" +msgstr "" + +#: taiga/users/templates/emails/registered_user-body-html.jinja:6 +msgid "" +"\n" +" \n" +"

Thank you for registering in Taiga

\n" +"

We hope you enjoy it

\n" +"

We built Taiga because we wanted the project management tool " +"that sits open on our computers all day long, to serve as a continued " +"reminder of why we love to collaborate, code and design.

\n" +"

We built it to be beautiful, elegant, simple to use and fun - " +"without forsaking flexibility and power.

\n" +" The taiga Team\n" +" \n" +" " +msgstr "" + +#: taiga/users/templates/emails/registered_user-body-html.jinja:23 +#, python-format +msgid "" +"\n" +" You may remove your account from this service clicking " +"here\n" +" " +msgstr "" + +#: taiga/users/templates/emails/registered_user-body-text.jinja:1 +msgid "" +"\n" +"Thank you for registering in Taiga\n" +"\n" +"We hope you enjoy it\n" +"\n" +"We built Taiga because we wanted the project management tool that sits open " +"on our computers all day long, to serve as a continued reminder of why we " +"love to collaborate, code and design.\n" +"\n" +"We built it to be beautiful, elegant, simple to use and fun - without " +"forsaking flexibility and power.\n" +"\n" +"--\n" +"The taiga Team\n" +msgstr "" + +#: taiga/users/templates/emails/registered_user-body-text.jinja:13 +#, python-format +msgid "" +"\n" +"You may remove your account from this service: %(url)s\n" +msgstr "" + +#: taiga/users/templates/emails/registered_user-subject.jinja:1 +msgid "You've been Taigatized!" +msgstr "" + +#: taiga/users/validators.py:45 +msgid "invalid" +msgstr "" + +#: taiga/users/validators.py:56 +msgid "Invalid username. Try with a different one." +msgstr "" + +#: taiga/users/validators.py:73 +msgid "Read new terms has to be true'" +msgstr "" + +#: taiga/userstorage/api.py:53 +msgid "" +"Duplicate key value violates unique constraint. Key '{}' already exists." +msgstr "" + +#: taiga/userstorage/models.py:32 +msgid "key" +msgstr "" + +#: taiga/webhooks/models.py:30 taiga/webhooks/models.py:40 +msgid "URL" +msgstr "" + +#: taiga/webhooks/models.py:31 +msgid "secret key" +msgstr "" + +#: taiga/webhooks/models.py:41 +msgid "status code" +msgstr "" + +#: taiga/webhooks/models.py:42 +msgid "request data" +msgstr "" + +#: taiga/webhooks/models.py:43 +msgid "request headers" +msgstr "" + +#: taiga/webhooks/models.py:44 +msgid "response data" +msgstr "" + +#: taiga/webhooks/models.py:45 +msgid "response headers" +msgstr "" + +#: taiga/webhooks/models.py:46 +msgid "duration" +msgstr "" + +#: taiga/webhooks/validators.py:42 +msgid "Not allowed IP Address" +msgstr ""