From cfdd2e8b9c77965e7df1e1e8ecb01cd28cb63394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laur=C3=A9line=20Gu=C3=A9rin?= Date: Thu, 21 Mar 2024 13:45:12 +0100 Subject: [PATCH] translation update --- hobo/locale/fr/LC_MESSAGES/django.po | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/hobo/locale/fr/LC_MESSAGES/django.po b/hobo/locale/fr/LC_MESSAGES/django.po index 3ee919b..c747913 100644 --- a/hobo/locale/fr/LC_MESSAGES/django.po +++ b/hobo/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: hobo 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-15 10:40+0100\n" +"POT-Creation-Date: 2024-03-21 13:44+0100\n" "PO-Revision-Date: 2023-12-15 10:56+0100\n" "Last-Translator: Frederic Peters \n" "Language: French\n" @@ -20,10 +20,21 @@ msgstr "" msgid "Version Number" msgstr "Numéro de version" +#: hobo/applications/forms.py +msgid "" +"The version number consists of two numbers separated by a dot. Example: 1.0" +msgstr "" +"Le numéro de version est formé de deux nombres séparés par un point. " +"Exemple: 1.0" + #: hobo/applications/forms.py msgid "Version notes" msgstr "Notes de version" +#: hobo/applications/forms.py +msgid "The version number must be equal to or greater than the previous one." +msgstr "Le numéro de version doit être supérieur ou égal au précédent." + #: hobo/applications/forms.py msgid "Application" msgstr "Application"