mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Update translations.
This commit is contained in:
parent
c63f1859f6
commit
2127dd3c5b
4 changed files with 12 additions and 50 deletions
|
@ -74,9 +74,9 @@ class ProjectForm(EditProjectForm):
|
||||||
def validate_id(form, field):
|
def validate_id(form, field):
|
||||||
form.id.data = slugify(field.data)
|
form.id.data = slugify(field.data)
|
||||||
if (form.id.data == "dashboard") or Project.query.get(form.id.data):
|
if (form.id.data == "dashboard") or Project.query.get(form.id.data):
|
||||||
message = _("A project with this identifier (\"%s\") already exists. "
|
message = _("A project with this identifier (\"%(project)s\") already exists. "
|
||||||
"Please create a new identifier that you will be able "
|
"Please create a new identifier that you will be able "
|
||||||
"to remember" % form.id.data)
|
"to remember", project=form.id.data)
|
||||||
raise ValidationError(Markup(message))
|
raise ValidationError(Markup(message))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,11 +13,10 @@ msgstr ""
|
||||||
msgid "Create the project"
|
msgid "Create the project"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The project identifier is used to log in and for the URL of the project. "
|
"A project with this identifier (\"%(project)s\") already exists. Please "
|
||||||
"We tried to generate an identifier for you but a project with this "
|
"create a new identifier that you will be able to remember"
|
||||||
"identifier already exists. Please create a new identifier that you will "
|
|
||||||
"be able to remember"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Get in"
|
msgid "Get in"
|
||||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2018-07-16 23:26+0200\n"
|
"POT-Creation-Date: 2018-08-05 20:54+0200\n"
|
||||||
"PO-Revision-Date: 2018-05-15 22:00+0200\n"
|
"PO-Revision-Date: 2018-05-15 22:00+0200\n"
|
||||||
"Last-Translator: Adrien CLERC <>\n"
|
"Last-Translator: Adrien CLERC <>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
|
@ -16,7 +16,7 @@ msgstr ""
|
||||||
"MIME-Version: 1.0\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"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.5.3\n"
|
"Generated-By: Babel 2.6.0\n"
|
||||||
|
|
||||||
msgid "Project name"
|
msgid "Project name"
|
||||||
msgstr "Nom de projet"
|
msgstr "Nom de projet"
|
||||||
|
@ -33,16 +33,12 @@ msgstr "Identifiant du projet"
|
||||||
msgid "Create the project"
|
msgid "Create the project"
|
||||||
msgstr "Créer le projet"
|
msgstr "Créer le projet"
|
||||||
|
|
||||||
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The project identifier is used to log in and for the URL of the project. "
|
"A project with this identifier (\"%(project)s\") already exists. Please "
|
||||||
"We tried to generate an identifier for you but a project with this "
|
"create a new identifier that you will be able to remember"
|
||||||
"identifier already exists. Please create a new identifier that you will "
|
msgstr "Un projet avec l'identifiant « %(project)s » existe déjà. Essayez "
|
||||||
"be able to remember"
|
"avec un autre identifiant que vous pourrez retenir facilement."
|
||||||
msgstr ""
|
|
||||||
"L’identifiant du projet est utilisé pour se connecter et pour l’URL du "
|
|
||||||
"projet. Nous avons essayé de générer un identifiant mais celui ci existe "
|
|
||||||
"déjà. Merci de créer un nouvel identifiant que vous serez capable de "
|
|
||||||
"retenir"
|
|
||||||
|
|
||||||
msgid "Get in"
|
msgid "Get in"
|
||||||
msgstr "Entrer"
|
msgstr "Entrer"
|
||||||
|
@ -456,36 +452,3 @@ msgstr "A dépensé"
|
||||||
|
|
||||||
msgid "Balance"
|
msgid "Balance"
|
||||||
msgstr "Solde"
|
msgstr "Solde"
|
||||||
|
|
||||||
#~ msgid ""
|
|
||||||
#~ "The project identifier is used to "
|
|
||||||
#~ "log in and for the URL of "
|
|
||||||
#~ "the project. We tried to generate "
|
|
||||||
#~ "an identifier for you but a "
|
|
||||||
#~ "project with this identifier already "
|
|
||||||
#~ "exists. Please create a new identifier"
|
|
||||||
#~ " that you will be able to "
|
|
||||||
#~ "remember."
|
|
||||||
#~ msgstr ""
|
|
||||||
#~ "L’identifiant du projet est utilisé pour"
|
|
||||||
#~ " se connecter.Nous avons essayé de "
|
|
||||||
#~ "générer un identifiant mais celui ci "
|
|
||||||
#~ "existe déjà. Merci de créer un "
|
|
||||||
#~ "nouvel identifiant que vous serez "
|
|
||||||
#~ "capable de retenir"
|
|
||||||
|
|
||||||
#~ msgid "Start date"
|
|
||||||
#~ msgstr "Date de départ"
|
|
||||||
|
|
||||||
#~ msgid "End date"
|
|
||||||
#~ msgstr "Date de fin"
|
|
||||||
|
|
||||||
#~ msgid "\"No token provided\""
|
|
||||||
#~ msgstr "Aucun token n’a été fourni."
|
|
||||||
|
|
||||||
#~ msgid "User '%(name)s' has been deactivated"
|
|
||||||
#~ msgstr "Le membre '%(name)s' a été désactivé"
|
|
||||||
|
|
||||||
#~ msgid "Invite"
|
|
||||||
#~ msgstr "Invitez"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue