Translated using Weblate (French)

Currently translated at 70.4% (1561 of 2216 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://translations.metabrainz.org/projects/picard/app/fr/
Translation: Picard/app
This commit is contained in:
Anonymous
2023-08-22 15:19:51 +00:00
committed by Hosted Weblate
parent 19bd852941
commit 3f585bf50a

View File

@@ -41,7 +41,7 @@ msgstr ""
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-08-22 14:43+0200\n"
"PO-Revision-Date: 2023-08-22 15:19+0000\n"
"Last-Translator: Zas <Zas@users.noreply.translations.metabrainz.org>\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: French <https://translations.metabrainz.org/projects/picard/"
"app/fr/>\n"
"Language: fr\n"
@@ -6386,6 +6386,7 @@ msgstr ""
"Retourne vrai si `x` nest pas égal à `y`."
#: picard/script/functions.py:716
#, fuzzy
msgid ""
"`$lt(x,y[,type])`\n"
"\n"
@@ -6403,6 +6404,21 @@ msgid ""
"preference:\n"
"\"int\", \"float\" and \"text\"."
msgstr ""
"`$lt(x,y[,type])`\n"
"\n"
"Returns true if `x` is less than `y` using the comparison specified in "
"`type`.\n"
"Possible values of `type` are \"int\" (integer), \"float\" (floating point), "
"\"text\"\n"
"(case-sensitive text), \"nocase\" (case-insensitive text) and \"auto\" ("
"automatically\n"
"determine the type of arguments provided), with \"auto\" used as the "
"default\n"
"comparison method if `type` is not specified. The \"auto\" type will use "
"the\n"
"first type that applies to both arguments in the following order of "
"preference:\n"
"\"int\", \"float\" and \"text\"."
#: picard/script/functions.py:731
#, fuzzy