Update autoadmin app translations

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-14 00:12:47 -04:00
parent 9e262220e5
commit 421d91bb0f
21 changed files with 403 additions and 273 deletions

View File

@@ -2,22 +2,24 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Mohammed ALDOUB <voulnet@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Mohammed ALDOUB <voulnet@gmail.com>, 2019\n"
"Language-Team: Arabic (https://www.transifex.com/rosarior/teams/13584/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"
"Language: ar\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"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -51,8 +53,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -61,7 +63,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "First time login"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -72,12 +74,12 @@ msgstr ""
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Login using the following credentials:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Username: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
@@ -87,10 +89,12 @@ msgstr ""
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Password: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Be sure to change the password to increase security and to disable this "
"message."

View File

@@ -2,20 +2,23 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Pavlin Koldamov <pkoldamov@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Pavlin Koldamov <pkoldamov@gmail.com>, 2019\n"
"Language-Team: Bulgarian (https://www.transifex.com/rosarior/teams/13584/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:16 settings.py:9
@@ -50,8 +53,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -60,7 +63,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Логване за първи път"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -71,12 +74,12 @@ msgstr ""
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Логване, използвайки следните параметри:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Потребителско име: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
@@ -86,10 +89,12 @@ msgstr ""
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Парола: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Моля променете паролата, за да повишите нивото на сигурност и да "
"деактивирате това съобщение."

View File

@@ -2,20 +2,25 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# www.ping.ba <jomer@ping.ba>, 2019
# Atdhe Tabaku <Atdhe617@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Atdhe Tabaku <Atdhe617@gmail.com>, 2019\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (https://www.transifex.com/rosarior/teams/13584/bs_BA/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bs_BA\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -33,7 +38,7 @@ msgstr ""
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Lozinka"
#: models.py:70
msgid "Password hash"
@@ -49,8 +54,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -59,7 +64,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Prijava - prvi put"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -67,28 +72,32 @@ msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
"Upravo ste završili instalaciju <strong>%(project_title)s</strong>, "
"čestitam!"
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Prijava korištenjem sljedećih podataka:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Korisnik: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "Email: <strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Pasvord: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Ne zaboravite promijeniti pasvord da pojačate sigurnost i onemogućite dalje "
"prikazivanje ove poruke."

View File

@@ -2,20 +2,19 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Language-Team: Danish (https://www.transifex.com/rosarior/teams/13584/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:16 settings.py:9
@@ -50,8 +49,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27

View File

@@ -2,20 +2,25 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Mathias Behrle <mathiasb@m9s.biz>, 2019
# Berny <berny@bernhard-marx.de>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Berny <berny@bernhard-marx.de>, 2019\n"
"Language-Team: German (Germany) (https://www.transifex.com/rosarior/teams/13584/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -29,15 +34,15 @@ msgstr ""
#: models.py:64
msgid "Account"
msgstr ""
msgstr "Konto"
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Passwort"
#: models.py:70
msgid "Password hash"
msgstr ""
msgstr "Passworthash"
#: models.py:76
msgid "Autoadmin properties"
@@ -49,8 +54,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -59,7 +64,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Erstanmeldung"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -67,28 +72,32 @@ msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
"Glückwunsch, Sie haben <strong>%(project_title)s</strong> nun erfolgreich "
"installiert!"
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Einloggen mit folgenden Zugangsdaten:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Benutzername: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "E-Mail: <strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Passwort: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Bitte ändern Sie das Passwort, um die Sicherheit zu erhöhen und diese "
"Nachricht zu deaktivieren."

View File

@@ -2,94 +2,107 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# jmcainzos <jmcainzos@vodafone.es>, 2019
# Roberto Rosario, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Roberto Rosario, 2019\n"
"Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
msgstr ""
msgstr "Administrador automático"
#: auth/allauth.py:53
msgid ""
"Welcome Admin! You have been given superuser privileges. Use them with "
"caution."
msgstr ""
"¡Bienvenido Admin! Se le han otorgado privilegios de superusuario. Úsalo con"
" precaución."
#: models.py:64
msgid "Account"
msgstr ""
msgstr "Cuenta"
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Contraseña"
#: models.py:70
msgid "Password hash"
msgstr ""
msgstr "Hash de la contraseña"
#: models.py:76
msgid "Autoadmin properties"
msgstr ""
msgstr "Propiedades de autoadmin"
#: settings.py:14
msgid "Sets the email of the automatically created super user account."
msgstr ""
"Establece el correo electrónico de la cuenta de superusuario creada "
"automáticamente."
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
"La contraseña de la cuenta de superusuario creada automáticamente. Si es "
"igual a Ninguno, la contraseña se genera aleatoriamente."
#: settings.py:27
msgid "The username of the automatically created super user account."
msgstr ""
"El nombre de usuario de la cuenta de superusuario creada automáticamente."
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Primer inicio de sesión"
#: templates/autoadmin/credentials.html:16
#, python-format
msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
msgstr "Acaba de instalar <strong>%(project_title)s</strong>, ¡felicidades!"
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Inicie sesión con las siguientes credenciales:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Usuario: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "Correo electrónico: <strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Contraseña: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Asegúrese de cambiar su contraseña para aumentar la seguridad y para "
"desactivar este mensaje"

View File

@@ -2,21 +2,25 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Roberto Rosario, 2019
# Mehdi Amani <MehdiAmani@toorintan.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>, 2019\n"
"Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Language: fa\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -30,15 +34,15 @@ msgstr ""
#: models.py:64
msgid "Account"
msgstr ""
msgstr "حساب"
#: models.py:67
msgid "Password"
msgstr ""
msgstr "کلمه عبور"
#: models.py:70
msgid "Password hash"
msgstr ""
msgstr "هش کلمه عبور"
#: models.py:76
msgid "Autoadmin properties"
@@ -50,8 +54,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -60,7 +64,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "دفعه اول لاگین "
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -71,25 +75,25 @@ msgstr ""
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "نام کاربری و پسورد زیر را استفاده کنید"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Username: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "Email: <strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Password: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
msgstr "برای امنیت بیشتر پسورد خود را تغییر دهید"

View File

@@ -2,20 +2,25 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2019
# Thierry Schott <DarkDare@users.noreply.github.com>, 2019
# Yves Dubois <ydubois@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Yves Dubois <ydubois@gmail.com>, 2019\n"
"Language-Team: French (https://www.transifex.com/rosarior/teams/13584/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:16 settings.py:9
@@ -30,15 +35,15 @@ msgstr ""
#: models.py:64
msgid "Account"
msgstr ""
msgstr "Compte"
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Mot de passe"
#: models.py:70
msgid "Password hash"
msgstr ""
msgstr "Hachage de mot de passe"
#: models.py:76
msgid "Autoadmin properties"
@@ -50,8 +55,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -60,7 +65,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Première connexion"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -68,28 +73,32 @@ msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
"Vous venez d'installer <strong>%(project_title)s</strong>, félicitations!"
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
"Connectez-vous en utilisant les informations d'identification suivantes :"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Nom d'utilisateur : <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "Courriel : <strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Mot de passe : <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Assurez-vous de modifier votre mot de passe pour accroître la sécurité et "
"pour ne plus afficher ce message."

View File

@@ -2,20 +2,23 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# molnars <szabolcs.molnar@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: molnars <szabolcs.molnar@gmail.com>, 2019\n"
"Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:16 settings.py:9
@@ -34,7 +37,7 @@ msgstr ""
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Jelszó"
#: models.py:70
msgid "Password hash"
@@ -50,8 +53,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27

View File

@@ -2,20 +2,23 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Dzikri Hakim <dzikers@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Dzikri Hakim <dzikers@gmail.com>, 2019\n"
"Language-Team: Indonesian (https://www.transifex.com/rosarior/teams/13584/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:16 settings.py:9
@@ -30,15 +33,15 @@ msgstr ""
#: models.py:64
msgid "Account"
msgstr ""
msgstr "Akun"
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Password"
#: models.py:70
msgid "Password hash"
msgstr ""
msgstr "password hash"
#: models.py:76
msgid "Autoadmin properties"
@@ -50,8 +53,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27

View File

@@ -2,20 +2,25 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2019
# Marco Camplese <marco.camplese.mc@gmail.com>, 2019
# Andrea Evangelisti <Andrea.Evangelisti@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Andrea Evangelisti <Andrea.Evangelisti@gmail.com>, 2019\n"
"Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:16 settings.py:9
@@ -30,15 +35,15 @@ msgstr ""
#: models.py:64
msgid "Account"
msgstr ""
msgstr "Account"
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Password"
#: models.py:70
msgid "Password hash"
msgstr ""
msgstr "Hash della password"
#: models.py:76
msgid "Autoadmin properties"
@@ -50,8 +55,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -60,7 +65,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Primo login"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -68,28 +73,32 @@ msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
"Hai appena completato l'installazione di %(project_title)s , "
"congratulazioni!"
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Accedi con le seguenti credenziali:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Nome utente: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "Email: <strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Password: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Ricordati di cambiare la password per aumentare la sicurezza e disabilitare "
"questo messaggio."

View File

@@ -2,20 +2,26 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2019
# Justin Albstbstmeijer <justin@albstmeijer.nl>, 2019
# Martin Horseling <martin.horseling@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Martin Horseling <martin.horseling@gmail.com>, 2019\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/rosarior/teams/13584/nl_NL/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl_NL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -29,15 +35,15 @@ msgstr ""
#: models.py:64
msgid "Account"
msgstr ""
msgstr "Account"
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Wachtwoord"
#: models.py:70
msgid "Password hash"
msgstr ""
msgstr "Wachtwoord-hash"
#: models.py:76
msgid "Autoadmin properties"
@@ -49,8 +55,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -59,7 +65,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Eerste aanmelding"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -67,28 +73,31 @@ msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
"U heeft zojuist de installatie voltooid %(project_title)s, gefeliciteerd!"
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Meld u aan met de volgende gegevens:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Gebruikersnaam: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "Email: <strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Wachtwoord: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Pas het wachtwoord aan om de beveiliging te verbeteren en om deze melding "
"uit te schakelen."

View File

@@ -2,23 +2,25 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# mic <winterfall24@gmail.com>, 2019
# Wojciech Warczakowski <w.warczakowski@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Wojciech Warczakowski <w.warczakowski@gmail.com>, 2019\n"
"Language-Team: Polish (https://www.transifex.com/rosarior/teams/13584/pl/)\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==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -32,15 +34,15 @@ msgstr ""
#: models.py:64
msgid "Account"
msgstr ""
msgstr "Konto"
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Hasło"
#: models.py:70
msgid "Password hash"
msgstr ""
msgstr "Hasło hash"
#: models.py:76
msgid "Autoadmin properties"
@@ -52,8 +54,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -62,7 +64,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Pierwsze logowanie"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -70,28 +72,32 @@ msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
"Właśnie ukończyłeś instalację <strong>%(project_title)s</strong>. "
"Gratulacje!"
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Logowanie przy użyciu następujących poświadczeń:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Nazwa użytkownika: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "Email: <strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Hasło: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Aby poprawić bezpieczeństwo i usunąć ten komunikat, nie zapomnij zmienić "
"hasła."

View File

@@ -2,20 +2,23 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2019\n"
"Language-Team: Portuguese (https://www.transifex.com/rosarior/teams/13584/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:16 settings.py:9
@@ -34,7 +37,7 @@ msgstr ""
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Senha"
#: models.py:70
msgid "Password hash"
@@ -50,8 +53,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -60,7 +63,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Primeiro início de sessão"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -86,10 +89,12 @@ msgstr ""
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Senha: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Certifique-se de que altera a senha para aumentar a segurança e que desativa"
" esta mensagem."

View File

@@ -2,20 +2,26 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Roberto Rosario, 2019
# Rogerio Falcone <rogerio@falconeit.com.br>, 2019
# Aline Freitas <aline@alinefreitas.com.br>, 2019
# José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: José Samuel Facundo da Silva <samuel.facundo@ufca.edu.br>, 2019\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/rosarior/teams/13584/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:16 settings.py:9
@@ -30,15 +36,15 @@ msgstr ""
#: models.py:64
msgid "Account"
msgstr ""
msgstr "Conta"
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Senha"
#: models.py:70
msgid "Password hash"
msgstr ""
msgstr "Senha hash"
#: models.py:76
msgid "Autoadmin properties"
@@ -50,8 +56,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -60,7 +66,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Primeiro início de sessão"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -68,28 +74,31 @@ msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
"Você acabou de instalar o <strong>%(project_title)s</strong>, parabéns!"
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Entre usando as seguintes credenciais:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Nome de usuário: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "E-mail: <strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Senha: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Certifique-se de alterar a senha para aumentar a segurança e para desativar "
"esta mensagem."

View File

@@ -2,20 +2,26 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Badea Gabriel <gcbadea@gmail.com>, 2019
# Harald Ersch, 2019
# Stefaniu Criste <gupi@hangar.ro>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Stefaniu Criste <gupi@hangar.ro>, 2019\n"
"Language-Team: Romanian (Romania) (https://www.transifex.com/rosarior/teams/13584/ro_RO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ro_RO\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -33,7 +39,7 @@ msgstr ""
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Parola"
#: models.py:70
msgid "Password hash"
@@ -49,8 +55,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -59,7 +65,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Prima autentificare"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -67,28 +73,32 @@ msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
"Tocmai ați terminat de instalat <strong>%(project_title)s</strong> "
"felicitări!"
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Intrare utilizând acreditările următoarele:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Utilizator: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "Email: <strong>%(email)s</strong/>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Parola: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Asigurați-vă că pentru a schimba parola pentru a spori securitatea și pentru"
" a dezactiva acest mesaj."

View File

@@ -2,23 +2,26 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Sergey Glita <gsv70@mail.ru>, 2019
# lilo.panic, 2019
# mizhgan <i@mizhgan.ru>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: mizhgan <i@mizhgan.ru>, 2019\n"
"Language-Team: Russian (https://www.transifex.com/rosarior/teams/13584/ru/)\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"
"Language: ru\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"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -36,7 +39,7 @@ msgstr ""
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Пароль"
#: models.py:70
msgid "Password hash"
@@ -52,8 +55,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -62,7 +65,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Первое время входа в систему"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -70,28 +73,32 @@ msgid ""
"You have just finished installing <strong>%(project_title)s</strong>, "
"congratulations!"
msgstr ""
"Вы только что закончили установку <strong>%(project_title)s</strong>, "
"поздравляем!"
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Войти, используя следующие учетные данные:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Имя пользователя: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "Адрес электронной почты: <strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Пароль: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Обязательно измените пароль для повышения безопасности и отключения этого "
"сообщения."

View File

@@ -2,20 +2,20 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Language-Team: Slovenian (Slovenia) (https://www.transifex.com/rosarior/teams/13584/sl_SI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sl_SI\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -49,8 +49,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27

View File

@@ -2,20 +2,25 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Caner Başaran <basaran.caner@protonmail.com>, 2019
# serhatcan77 <serhat_can@yahoo.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: serhatcan77 <serhat_can@yahoo.com>, 2019\n"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/rosarior/teams/13584/tr_TR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: tr_TR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -33,7 +38,7 @@ msgstr ""
#: models.py:67
msgid "Password"
msgstr ""
msgstr "Parola"
#: models.py:70
msgid "Password hash"
@@ -49,8 +54,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -59,7 +64,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Ilk kez giriş"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -70,25 +75,27 @@ msgstr ""
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Aşağıdaki kimlik bilgilerini kullanarak giriş yapın:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Kullanıcı adı: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "E-posta: <strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Parola: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Güvenliği arttırmak ve bu mesajı devre dışı bırakmak için şifreyi "
"değiştirdiğinizden emin olun."

View File

@@ -2,20 +2,24 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Trung Phan Minh <navmobile@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Trung Phan Minh <navmobile@gmail.com>, 2019\n"
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/rosarior/teams/13584/vi_VN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: vi_VN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -49,8 +53,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -59,7 +63,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "Đăng nhập lần đầu"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -70,12 +74,12 @@ msgstr ""
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "Đăng nhập dùng các thông tin sau:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "Người dùng: <strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
@@ -85,10 +89,12 @@ msgstr ""
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "Mật khẩu: <strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
"Bạn nên thay đổi mật khẩu để tăng tính bảo mật và để không nhìn thấy lời "
"nhắc này nữa."

View File

@@ -2,20 +2,24 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Ford Guo <agile.guo@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-07 02:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2019-04-14 04:06+0000\n"
"Last-Translator: Ford Guo <agile.guo@gmail.com>, 2019\n"
"Language-Team: Chinese (China) (https://www.transifex.com/rosarior/teams/13584/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: apps.py:16 settings.py:9
msgid "Auto administrator"
@@ -33,7 +37,7 @@ msgstr ""
#: models.py:67
msgid "Password"
msgstr ""
msgstr "密码"
#: models.py:70
msgid "Password hash"
@@ -49,8 +53,8 @@ msgstr ""
#: settings.py:20
msgid ""
"The password of the automatically created super user account. If it is equal "
"to None, the password is randomly generated."
"The password of the automatically created super user account. If it is equal"
" to None, the password is randomly generated."
msgstr ""
#: settings.py:27
@@ -59,7 +63,7 @@ msgstr ""
#: templates/autoadmin/credentials.html:11
msgid "First time login"
msgstr ""
msgstr "第一次登录"
#: templates/autoadmin/credentials.html:16
#, python-format
@@ -70,25 +74,25 @@ msgstr ""
#: templates/autoadmin/credentials.html:17
msgid "Login using the following credentials:"
msgstr ""
msgstr "使用如下凭证登录:"
#: templates/autoadmin/credentials.html:18
#, python-format
msgid "Username: <strong>%(account)s</strong>"
msgstr ""
msgstr "用户名:<strong>%(account)s</strong>"
#: templates/autoadmin/credentials.html:19
#, python-format
msgid "Email: <strong>%(email)s</strong>"
msgstr ""
msgstr "邮箱:<strong>%(email)s</strong>"
#: templates/autoadmin/credentials.html:20
#, python-format
msgid "Password: <strong>%(password)s</strong>"
msgstr ""
msgstr "密码:<strong>%(password)s</strong>"
#: templates/autoadmin/credentials.html:21
msgid ""
"Be sure to change the password to increase security and to disable this "
"message."
msgstr ""
msgstr "请修改密码以提高安全性,并且禁止显示此信息。"