Skip to content

backport translations #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
django_password_validation.egg-info/
*.pyc
.cache
.idea
htmlcov/
.tox/
doc/_build/
Expand Down
8 changes: 8 additions & 0 deletions build_locale.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

cd password_validation
DJANGO_SETTINGS_MODULE='password_validation.test.settings' django-admin makemessages -a --no-obsolete
# fix fuzzy strings
find locale -type f -exec sed -i 's/\#, fuzzy, python-format//g' {} +
DJANGO_SETTINGS_MODULE='password_validation.test.settings' django-admin compilemessages

Binary file added password_validation/locale/af/LC_MESSAGES/django.mo
Binary file not shown.
54 changes: 54 additions & 0 deletions password_validation/locale/af/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-28 10:27-0500\n"
"PO-Revision-Date: 2016-05-21 08:38+0000\n"
"Last-Translator: Jannis Leidel <[email protected]>\n"
"Language-Team: Afrikaans (http://www.transifex.com/django/django/language/"
"af/)\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: validation.py:109
#, python-format
msgid ""
"This password is too short. It must contain at least %(min_length)d "
"characters."
msgstr ""

#: validation.py:115
#, python-format
msgid "Your password must contain at least %(min_length)d characters."
msgstr ""

#: validation.py:148
#, python-format
msgid "The password is too similar to the %(verbose_name)s."
msgstr ""

#: validation.py:154
msgid "Your password can't be too similar to your other personal information."
msgstr ""

#: validation.py:179
msgid "This password is too common."
msgstr ""

#: validation.py:184
msgid "Your password can't be a commonly used password."
msgstr ""

#: validation.py:194
msgid "This password is entirely numeric."
msgstr ""

#: validation.py:199
msgid "Your password can't be entirely numeric."
msgstr ""
Binary file not shown.
62 changes: 62 additions & 0 deletions password_validation/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Ahmad Khayyat <[email protected]>, 2013
# Bashar Al-Abdulhadi, 2015-2016
# Bashar Al-Abdulhadi, 2014
# Eyad Toma <[email protected]>, 2013
# Jannis Leidel <[email protected]>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-28 10:27-0500\n"
"PO-Revision-Date: 2016-05-21 08:39+0000\n"
"Last-Translator: Jannis Leidel <[email protected]>\n"
"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#: validation.py:109
#, python-format
msgid ""
"This password is too short. It must contain at least %(min_length)d "
"characters."
msgstr ""
"كلمة المرور هذه قصيرة جدا. يجب أن تتكون من %(min_length)d حرف على الأقل."

#: validation.py:115
#, python-format
msgid "Your password must contain at least %(min_length)d characters."
msgstr "كلمة المرور الخاصة بك يجب أن تتضمن %(min_length)d حرف على الأقل."

#: validation.py:148
#, python-format
msgid "The password is too similar to the %(verbose_name)s."
msgstr "كلمة المرور هذه مشابة جدا لـ %(verbose_name)s."

#: validation.py:154
msgid "Your password can't be too similar to your other personal information."
msgstr ""
"كلمة المرور الخاصة بكم لا يمكن أن تكون مشابة لأي من المعلومات الشخصية الأخرى "
"الخاصة بك."

#: validation.py:179
msgid "This password is too common."
msgstr "كلمة المرور هذه شائعة جدا."

#: validation.py:184
msgid "Your password can't be a commonly used password."
msgstr "كلمة المرور الخاصة بك لا يمكن أن تكون كلمة مرور مستخدمة بشكل شائع."

#: validation.py:194
msgid "This password is entirely numeric."
msgstr "كلمة المرور هذه تتكون من أرقام فقط."

#: validation.py:199
msgid "Your password can't be entirely numeric."
msgstr "كلمة المرور الخاصة بك لا يمكن أن تكون أرقام فقط."
Binary file added password_validation/locale/ast/LC_MESSAGES/django.mo
Binary file not shown.
55 changes: 55 additions & 0 deletions password_validation/locale/ast/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Ḷḷumex03 <[email protected]>, 2014
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-28 10:27-0500\n"
"PO-Revision-Date: 2016-05-21 08:38+0000\n"
"Last-Translator: Jannis Leidel <[email protected]>\n"
"Language-Team: Asturian (http://www.transifex.com/django/django/language/"
"ast/)\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: validation.py:109
#, python-format
msgid ""
"This password is too short. It must contain at least %(min_length)d "
"characters."
msgstr ""

#: validation.py:115
#, python-format
msgid "Your password must contain at least %(min_length)d characters."
msgstr ""

#: validation.py:148
#, python-format
msgid "The password is too similar to the %(verbose_name)s."
msgstr ""

#: validation.py:154
msgid "Your password can't be too similar to your other personal information."
msgstr ""

#: validation.py:179
msgid "This password is too common."
msgstr ""

#: validation.py:184
msgid "Your password can't be a commonly used password."
msgstr ""

#: validation.py:194
msgid "This password is entirely numeric."
msgstr ""

#: validation.py:199
msgid "Your password can't be entirely numeric."
msgstr ""
Binary file not shown.
56 changes: 56 additions & 0 deletions password_validation/locale/az/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Ali Ismayilov <[email protected]>, 2011
# Emin Mastizada <[email protected]>, 2016
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-28 10:27-0500\n"
"PO-Revision-Date: 2016-08-05 00:28+0000\n"
"Last-Translator: Emin Mastizada <[email protected]>\n"
"Language-Team: Azerbaijani (http://www.transifex.com/django/django/language/"
"az/)\n"
"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: validation.py:109
#, python-format
msgid ""
"This password is too short. It must contain at least %(min_length)d "
"characters."
msgstr "Bu parol çox qısadır. Ən az %(min_length)d işarə olmalıdır."

#: validation.py:115
#, python-format
msgid "Your password must contain at least %(min_length)d characters."
msgstr "Parolunuz ən az %(min_length)d işarə olmalıdır."

#: validation.py:148
#, python-format
msgid "The password is too similar to the %(verbose_name)s."
msgstr "Parolunuz %(verbose_name)s ilə çox bənzərdir."

#: validation.py:154
msgid "Your password can't be too similar to your other personal information."
msgstr "Parolunuz digər şəxsi məlumatlarınıza çox bənzərdir."

#: validation.py:179
msgid "This password is too common."
msgstr "Bu parol çox ümumidir."

#: validation.py:184
msgid "Your password can't be a commonly used password."
msgstr "Parolunuz çox istifadə edilən ümumişlək olmamalıdır."

#: validation.py:194
msgid "This password is entirely numeric."
msgstr "Bu parol ancaq rəqəmlərlədir."

#: validation.py:199
msgid "Your password can't be entirely numeric."
msgstr "Parolunuz ancaq rəqəmlərlə ola bilməz."
Binary file not shown.
60 changes: 60 additions & 0 deletions password_validation/locale/be/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Viktar Palstsiuk <[email protected]>, 2015
# znotdead <[email protected]>, 2016
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-28 10:27-0500\n"
"PO-Revision-Date: 2016-09-15 10:02+0000\n"
"Last-Translator: znotdead <[email protected]>\n"
"Language-Team: Belarusian (http://www.transifex.com/django/django/language/"
"be/)\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"

#: validation.py:109
#, python-format
msgid ""
"This password is too short. It must contain at least %(min_length)d "
"characters."
msgstr ""
"Гэты пароль занадта кароткі. Ён павінен мець не менш %(min_length)d сімвал."

#: validation.py:115
#, python-format
msgid "Your password must contain at least %(min_length)d characters."
msgstr "Ваш пароль павінен мець не менш %(min_length)d сімвал."

#: validation.py:148
#, python-format
msgid "The password is too similar to the %(verbose_name)s."
msgstr "Пароль занадта падобны да %(verbose_name)s."

#: validation.py:154
msgid "Your password can't be too similar to your other personal information."
msgstr ""
"Ваш пароль ня можа быць занадта падобным да вашай іншай асабістай інфармацыі."

#: validation.py:179
msgid "This password is too common."
msgstr "Гэты пароль занадта распаўсюджаны."

#: validation.py:184
msgid "Your password can't be a commonly used password."
msgstr "Ваш пароль ня можа быць адным з шырока распаўсюджаных пароляў."

#: validation.py:194
msgid "This password is entirely numeric."
msgstr "Гэты пароль цалкам лікавы."

#: validation.py:199
msgid "Your password can't be entirely numeric."
msgstr "Ваш пароль ня можа быць цалкам лікавым."
Binary file not shown.
62 changes: 62 additions & 0 deletions password_validation/locale/bg/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Boris Chervenkov <[email protected]>, 2012
# Georgi Kostadinov <[email protected]>, 2012
# Jannis Leidel <[email protected]>, 2011
# Lyuboslav Petrov <[email protected]>, 2014
# Todor Lubenov <[email protected]>, 2015
# Venelin Stoykov <[email protected]>, 2015-2016
# vestimir <[email protected]>, 2014
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-28 10:27-0500\n"
"PO-Revision-Date: 2016-06-30 17:32+0000\n"
"Last-Translator: Venelin Stoykov <[email protected]>\n"
"Language-Team: Bulgarian (http://www.transifex.com/django/django/language/"
"bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: validation.py:109
#, python-format
msgid ""
"This password is too short. It must contain at least %(min_length)d "
"characters."
msgstr ""
"Паролата е прекелно къса. Трябва да съдържа поне %(min_length)d символ."

#: validation.py:115
#, python-format
msgid "Your password must contain at least %(min_length)d characters."
msgstr "Вашата парола трябва да съдържа поне %(min_length)d символ."

#: validation.py:148
#, python-format
msgid "The password is too similar to the %(verbose_name)s."
msgstr "Паролата е много подобна на %(verbose_name)s."

#: validation.py:154
msgid "Your password can't be too similar to your other personal information."
msgstr "Вашата парола не може да прилича на останалата Ви лична информация."

#: validation.py:179
msgid "This password is too common."
msgstr "Тази парола е често срещана."

#: validation.py:184
msgid "Your password can't be a commonly used password."
msgstr "Вашата парола не може да бъде често срещана."

#: validation.py:194
msgid "This password is entirely numeric."
msgstr "Тази парола е изцяло от цифри."

#: validation.py:199
msgid "Your password can't be entirely numeric."
msgstr "Вашата парола не може да бъде само от цифри."
Binary file added password_validation/locale/bn/LC_MESSAGES/django.mo
Binary file not shown.
Loading