diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1284c07c..d35fe090 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 82e6a435..ca114de6 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 index c2562828..84234951 100644 Binary files a/ihatemoney/translations/el/LC_MESSAGES/messages.mo and b/ihatemoney/translations/el/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.po b/ihatemoney/translations/el/LC_MESSAGES/messages.po index 34770904..c57a43b5 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 2d7583d0..72d1da1f 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 \n" -"Language-Team: Spanish (Latin America) \n" "Language: es_419\n" +"Language-Team: Spanish (Latin America) " +"\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 index 9b81374a..1b05ab4f 100644 Binary files a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo and b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.po b/ihatemoney/translations/fr/LC_MESSAGES/messages.po index 88be886a..19da4d77 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 \n" "Language: fr\n" diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo index a7bbba6c..dd628180 100644 Binary files a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo and b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po index 4e52edc2..a6231ddf 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 \n" -"Language-Team: Norwegian Bokmål \n" "Language: nb_NO\n" +"Language-Team: Norwegian Bokmål \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 index 28736a94..70d78297 100644 Binary files a/ihatemoney/translations/nl/LC_MESSAGES/messages.mo and b/ihatemoney/translations/nl/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.po b/ihatemoney/translations/nl/LC_MESSAGES/messages.po index 1d4f6324..0bef2f1a 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 \n" -"Language-Team: Dutch \n" "Language: nl\n" +"Language-Team: Dutch \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 index efff1d6f..94321980 100644 Binary files a/ihatemoney/translations/tr/LC_MESSAGES/messages.mo and b/ihatemoney/translations/tr/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.po b/ihatemoney/translations/tr/LC_MESSAGES/messages.po index 38c0c7be..afb95280 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 \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 index 3c60d2cb..603b28c8 100644 Binary files a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo and b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.po b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.po index 75dfcb9b..45b5a8e9 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 \n" "Language: zh_HANS_CN\n"