diff options
15 files changed, 41 insertions, 37 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1284c07..d35fe09 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ This document describes changes between each past release. 4.2 (unreleased) ================ -- Nothing changed yet. +- Add support for espanol latino america (es_419) 4.1.3 (2019-09-18) diff --git a/ihatemoney/default_settings.py b/ihatemoney/default_settings.py index 82e6a43..ca114de 100644 --- a/ihatemoney/default_settings.py +++ b/ihatemoney/default_settings.py @@ -8,4 +8,4 @@ ACTIVATE_DEMO_PROJECT = True ADMIN_PASSWORD = "" ALLOW_PUBLIC_PROJECT_CREATION = True ACTIVATE_ADMIN_DASHBOARD = False -SUPPORTED_LANGUAGES = ['en', 'fr', 'nl'] +SUPPORTED_LANGUAGES = ['en', 'fr', 'nl', 'es_419'] diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.mo b/ihatemoney/translations/el/LC_MESSAGES/messages.mo Binary files differindex c256282..8423495 100644 --- a/ihatemoney/translations/el/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/el/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.po b/ihatemoney/translations/el/LC_MESSAGES/messages.po index 3477090..c57a43b 100644 --- a/ihatemoney/translations/el/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/el/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-18 21:34+0200\n" +"POT-Creation-Date: 2019-09-24 16:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: el\n" diff --git a/ihatemoney/translations/es_419/LC_MESSAGES/messages.po b/ihatemoney/translations/es_419/LC_MESSAGES/messages.po index 2d7583d..72d1da1 100644 --- a/ihatemoney/translations/es_419/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/es_419/LC_MESSAGES/messages.po @@ -1,18 +1,19 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-24 01:28+0200\n" +"POT-Creation-Date: 2019-09-24 16:56+0200\n" "PO-Revision-Date: 2019-09-24 14:47+0000\n" "Last-Translator: Diego Caraballo <diegocaraballo84@gmail.com>\n" -"Language-Team: Spanish (Latin America) <https://hosted.weblate.org/projects/" -"i-hate-money/i-hate-money/es_419/>\n" "Language: es_419\n" +"Language-Team: Spanish (Latin America) " +"<https://hosted.weblate.org/projects/i-hate-money/i-hate-money/es_419/>\n" +"Plural-Forms: nplurals=2; plural=n != 1\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.9-dev\n" +"Generated-By: Babel 2.7.0\n" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -41,8 +42,8 @@ msgid "" "A project with this identifier (\"%(project)s\") already exists. Please " "choose a new identifier" msgstr "" -"Ya existe un proyecto con este identificador (\"%(project)s\"). Por favor, " -"elija un nuevo identificador" +"Ya existe un proyecto con este identificador (\"%(project)s\"). Por " +"favor, elija un nuevo identificador" msgid "Get in" msgstr "Entra" @@ -122,8 +123,8 @@ msgstr "El correo electrónico %(email)s no es válido" msgid "Too many failed login attempts, please retry later." msgstr "" -"Demasiados intentos fallidos de inicio de sesión, vuelva a intentarlo más " -"tarde." +"Demasiados intentos fallidos de inicio de sesión, vuelva a intentarlo más" +" tarde." #, python-format msgid "This admin password is not the right one. Only %(num)d attempts left." @@ -180,8 +181,8 @@ msgid "" "User '%(name)s' has been deactivated. It will still appear in the users " "list until its balance becomes zero." msgstr "" -"El usuario '%(name)s' ha sido desactivado. Seguirá apareciendo en la lista " -"de usuarios hasta que su saldo sea cero." +"El usuario '%(name)s' ha sido desactivado. Seguirá apareciendo en la " +"lista de usuarios hasta que su saldo sea cero." #, python-format msgid "User '%(name)s' has been removed" @@ -271,8 +272,8 @@ msgstr "Establecer planes" msgid "Download the list of transactions needed to settle the current bills." msgstr "" -"Descargar la lista de transacciones necesarias para establecer las facturas " -"actuales." +"Descargar la lista de transacciones necesarias para establecer las " +"facturas actuales." msgid "Can't remember the password?" msgstr "¿No recuerdas la contraseña?" @@ -344,8 +345,8 @@ msgid "" "This access code will be sent to your friends. It is stored as-is by the " "server, so don\\'t reuse a personal password!" msgstr "" -"Este código de acceso se enviará a tus amigos. El servidor lo almacena tal " -"cual, así que no reutilice una contraseña personal!" +"Este código de acceso se enviará a tus amigos. El servidor lo almacena " +"tal cual, así que no reutilice una contraseña personal!" msgid "Account manager" msgstr "Gestor de cuentas" @@ -524,3 +525,4 @@ msgstr "gastado" msgid "Balance" msgstr "Balance" + diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo Binary files differindex 9b81374..1b05ab4 100644 --- a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.po b/ihatemoney/translations/fr/LC_MESSAGES/messages.po index 88be886..19da4d7 100644 --- a/ihatemoney/translations/fr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/fr/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-09-18 21:34+0200\n" +"POT-Creation-Date: 2019-09-24 16:56+0200\n" "PO-Revision-Date: 2019-09-08 11:25+0000\n" "Last-Translator: Alexis Metaireau <alexis@notmyidea.org>\n" "Language: fr\n" diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo Binary files differindex a7bbba6..dd62818 100644 --- a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po index 4e52edc..a6231dd 100644 --- a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po @@ -1,18 +1,18 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-18 21:34+0200\n" +"POT-Creation-Date: 2019-09-24 16:56+0200\n" "PO-Revision-Date: 2019-09-19 23:27+0000\n" "Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n" -"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/" -"i-hate-money/i-hate-money/nb_NO/>\n" "Language: nb_NO\n" +"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/i" +"-hate-money/i-hate-money/nb_NO/>\n" +"Plural-Forms: nplurals=2; plural=n != 1\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" -"X-Generator: Weblate 3.9-dev\n" "Generated-By: Babel 2.7.0\n" msgid "" @@ -520,8 +520,8 @@ msgid "" "send them an email for you." msgstr "" "Angi en (kommainndelt) liste over e-postadresser du ønsker å varsle om\n" -"opprettelsen av dette budsjetthåndteringsprosjektet, og de vil få en e-post " -"om det." +"opprettelsen av dette budsjetthåndteringsprosjektet, og de vil få en " +"e-post om det." msgid "Who pays?" msgstr "Hvem betaler?" @@ -655,3 +655,4 @@ msgstr "Kontobalanse" #~ "En lenke for å tilbakestille passordet" #~ " har blitt sent til deg per " #~ "e-post." + diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.mo b/ihatemoney/translations/nl/LC_MESSAGES/messages.mo Binary files differindex 28736a9..70d7829 100644 --- a/ihatemoney/translations/nl/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/nl/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.po b/ihatemoney/translations/nl/LC_MESSAGES/messages.po index 1d4f632..0bef2f1 100644 --- a/ihatemoney/translations/nl/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/nl/LC_MESSAGES/messages.po @@ -1,18 +1,18 @@ + msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: \n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-09-18 21:34+0200\n" +"POT-Creation-Date: 2019-09-24 16:56+0200\n" "PO-Revision-Date: 2019-09-19 23:27+0000\n" "Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n" -"Language-Team: Dutch <https://hosted.weblate.org/projects/i-hate-money/" -"i-hate-money/nl/>\n" "Language: nl\n" +"Language-Team: Dutch <https://hosted.weblate.org/projects/i-hate-money/i" +"-hate-money/nl/>\n" +"Plural-Forms: nplurals=2; plural=n != 1\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" -"X-Generator: Weblate 3.9-dev\n" "Generated-By: Babel 2.7.0\n" msgid "" @@ -452,8 +452,8 @@ msgid "" "A link to reset your password has been sent to you, please check your " "emails." msgstr "" -"Er is een link verstuurd om je wachtwoord opnieuw in te stellen; controleer " -"je Postvak IN." +"Er is een link verstuurd om je wachtwoord opnieuw in te stellen; " +"controleer je Postvak IN." msgid "Return to home page" msgstr "Terug naar startpagina" @@ -631,3 +631,4 @@ msgstr "Saldo" #~ "Er is een link met " #~ "wachtwoordherstelinstructies naar je e-mailadres " #~ "verstuurd." + diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.mo b/ihatemoney/translations/tr/LC_MESSAGES/messages.mo Binary files differindex efff1d6..9432198 100644 --- a/ihatemoney/translations/tr/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/tr/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.po b/ihatemoney/translations/tr/LC_MESSAGES/messages.po index 38c0c7b..afb9528 100644 --- a/ihatemoney/translations/tr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/tr/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-18 21:34+0200\n" +"POT-Creation-Date: 2019-09-24 16:56+0200\n" "PO-Revision-Date: 2019-08-07 13:24+0000\n" "Last-Translator: Mesut Akcan <makcan@gmail.com>\n" "Language: tr\n" diff --git a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo Binary files differindex 3c60d2c..603b28c 100644 --- a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.po b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.po index 75dfcb9..45b5a8e 100644 --- a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-18 21:34+0200\n" +"POT-Creation-Date: 2019-09-24 16:56+0200\n" "PO-Revision-Date: 2019-07-02 00:02+0000\n" "Last-Translator: Elizabeth Sherrock <lizzyd710@gmail.com>\n" "Language: zh_HANS_CN\n" |
