From 5bda4907e33b532dc40517031d5e54dc2cdf3006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20NO=C3=8BL?= Date: Thu, 2 Feb 2023 00:04:46 +0100 Subject: [PATCH] translation update --- passerelle/locale/fr/LC_MESSAGES/django.po | 76 +++++++++++++++------- 1 file changed, 53 insertions(+), 23 deletions(-) diff --git a/passerelle/locale/fr/LC_MESSAGES/django.po b/passerelle/locale/fr/LC_MESSAGES/django.po index 1278bef8..f6780f3f 100644 --- a/passerelle/locale/fr/LC_MESSAGES/django.po +++ b/passerelle/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Passerelle 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-27 14:15+0100\n" +"POT-Creation-Date: 2023-02-02 00:04+0100\n" "PO-Revision-Date: 2022-11-03 22:06+0100\n" "Last-Translator: Frederic Peters \n" "Language: fr\n" @@ -48,8 +48,8 @@ msgid "Create demand" msgstr "Créer une demande" #: apps/airquality/models.py apps/cartads_cs/models.py apps/cryptor/models.py -#: apps/holidays/models.py apps/ldap/models.py apps/proxy/models.py -#: contrib/strasbourg_eu/models.py +#: apps/holidays/models.py apps/ldap/models.py apps/pdf/models.py +#: apps/proxy/models.py contrib/strasbourg_eu/models.py #: templates/passerelle/manage/service_view.html msgid "Misc" msgstr "Divers" @@ -434,12 +434,6 @@ msgid "ArcGis Where Clause" msgstr "Clause « where » ArcGIS" #: apps/arcgis/models.py -#, fuzzy -#| msgid "" -#| "Use syntax {name} to introduce a string parameter and " -#| "{name:d} for a decimal parameter. ex.:
adress LIKE ('%' " -#| "|| UPPER({adress}) || '%')
population < {population:d}" msgid "" "
Use syntax {name} to introduce a string parameter and " "{name:d} for a decimal parameter. Use syntax {name:l} for " @@ -449,10 +443,10 @@ msgid "" "ids being \"11,13,17\")" msgstr "" "
Utiliser la syntaxe {name} pour spécifier un paramètre de type " -"chaine et {name:d} pour un paramètre de type décimal. Utiliser " -"{name:l} pour un paramètre représentant une liste de chaînes " -"(éléments séparés par une virgule). ex :
adress LIKE ('%' || " -"UPPER({adress}) || '%')
population < {population:d}{name:d} pour un paramètre de type décimal. Utiliser la " +"syntaxe {name:l} pour un paramètre représentant une liste de " +"chaînes (éléments séparés par une virgule). Ex :
adress LIKE ('%' " +"|| UPPER({adress}) || '%')
population < {population:d}
ID IN {ids:l} (où ids est \"11,13,17\")" #: apps/arcgis/models.py @@ -3719,6 +3713,46 @@ msgstr "La configuration du connecteur s’est terminée avec succès." msgid "Could not complete connector configuration, please try again." msgstr "La configuration du connecteur a échoué, merci de réessayer." +#: apps/pdf/models.py contrib/toulouse_foederis/models.py +msgid "PDF file" +msgstr "Fichier PDF" + +#: apps/pdf/models.py +msgid "file name" +msgstr "nom du fichier" + +#: apps/pdf/models.py +msgid "MIME content-type" +msgstr "type MIME du contenu" + +#: apps/pdf/models.py +msgid "file content, base64 encoded" +msgstr "contenu du fichier, encodé en base64" + +#: apps/pdf/models.py +msgid "output PDF filename" +msgstr "nom du fichier PDF en sortie" + +#: apps/pdf/models.py +msgid "PDF files to catenate" +msgstr "Fichiers PDF à assembler" + +#: apps/pdf/models.py +msgid "PDF content, base64 encoded" +msgstr "contenu du PDF, encodé en base64" + +#: apps/pdf/models.py +msgid "empty file, do not consider" +msgstr "fichier vide, à ne pas prendre en compte" + +#: apps/pdf/models.py +msgid "PDF" +msgstr "PDF" + +#: apps/pdf/models.py +msgid "Returns the assembly of received PDF files" +msgstr "Renvoie l’assemblage des fichiers PDF reçus" + #: apps/phonecalls/models.py msgid "Telephony" msgstr "Téléphonie" @@ -6432,10 +6466,6 @@ msgstr "Intitulé" msgid "Data" msgstr "Données" -#: contrib/toulouse_foederis/models.py -msgid "PDF file" -msgstr "Fichier PDF" - #: contrib/toulouse_foederis/models.py msgid "Foederis data" msgstr "Donnée Foederis" @@ -6757,13 +6787,13 @@ msgstr "Corps de la requête" #: templates/passerelle/manage/endpoint.html msgid "" "Object or array parameters can be sent as flat elements, with keys and " -"subkeys separated by a / character, eg: {\"element\": {\"child\": \"value" -"\"}} can be sent as {\"element/child\": \"value\"}." +"subkeys separated by a / character, eg: {\"element\": {\"child\": " +"\"value\"}} can be sent as {\"element/child\": \"value\"}." msgstr "" -"Les paramètres de type Object ou Array peuvent être envoyés sous forme aplatie, avec " -"les clés et les sous-clés séparées par le caractère /, par exemple : " -"{\"element\": {\"child\": \"value\"}} peut être envoyé ainsi : " -"{\"element/child\": \"value\"}." +"Les paramètres de type Object ou Array peuvent être envoyés sous forme " +"aplatie, avec les clés et les sous-clés séparées par le caractère /, par " +"exemple : {\"element\": {\"child\": \"value\"}} peut être envoyé " +"ainsi : {\"element/child\": \"value\"}." #: templates/passerelle/manage/endpoint.html msgid "Response body"