Skip to content

Commit a36f559

Browse files
rdswiftweblate
authored andcommitted
Translated using Weblate (French)
Currently translated at 100.0% (12 of 12 strings) Co-authored-by: Bob Swift <[email protected]> Translate-URL: https://translations.metabrainz.org/projects/picard-docs/functionsfunc_rsearch/fr/ Translation: Picard Docs/functions/func_rsearch
1 parent 0017f30 commit a36f559

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

_locale/fr/LC_MESSAGES/functions/func_rsearch.po

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,31 @@
33
# This file is distributed under the same license as the MusicBrainz Picard
44
# package.
55
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
6-
# Bob Swift <[email protected]>, 2021.
6+
# Bob Swift <[email protected]>, 2021, 2025.
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: MusicBrainz Picard v2.3.2\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2025-08-04 18:11-0600\n"
12-
"PO-Revision-Date: 2021-10-06 18:03+0000\n"
12+
"PO-Revision-Date: 2025-08-06 16:36+0000\n"
1313
"Last-Translator: Bob Swift <[email protected]>\n"
14-
"Language-Team: French <https://translate.uploadedlobster.com/projects/picard-"
15-
"docs/functionsfunc_rsearch/fr/>\n"
14+
"Language-Team: French <https://translations.metabrainz.org/projects/"
15+
"picard-docs/functionsfunc_rsearch/fr/>\n"
1616
"Language: fr\n"
1717
"MIME-Version: 1.0\n"
1818
"Content-Type: text/plain; charset=UTF-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=2; plural=n > 1;\n"
21-
"X-Generator: Weblate 4.8.1\n"
21+
"X-Generator: Weblate 5.12.2\n"
2222
"Generated-By: Babel 2.8.0\n"
2323

2424
#: ../../functions/func_rsearch.rst:6
2525
msgid "$rsearch"
2626
msgstr "$rsearch"
2727

2828
#: ../../functions/func_rsearch.rst:8
29-
#, fuzzy
3029
msgid "Usage: **$rsearch(text,pattern[,group])**"
31-
msgstr "Utilisation: **$rsearch(texte,motif)**"
30+
msgstr "Utilisation : **$rsearch(texte,motif[,groupe])**"
3231

3332
#: ../../functions/func_rsearch.rst:9
3433
msgid "Category: text"
@@ -75,13 +74,19 @@ msgid ""
7574
"first capture group which matched something (including the empty string) or "
7675
"the entire match."
7776
msgstr ""
77+
"Si le paramètre facultatif « group » n'est pas fourni ou est vide, renvoie "
78+
"le premier groupe de capture qui correspond à quelque chose (y compris la "
79+
"chaîne vide) ou la correspondance entière."
7880

7981
#: ../../functions/func_rsearch.rst:28
8082
msgid ""
8183
"If ``group`` is an integer, return the capture group in the position "
8284
"matching this integer. Otherwise, return the capture group named ``group``, "
8385
"sans surrounding whitespace."
8486
msgstr ""
87+
"Si « group » est un nombre entier, renvoie le groupe de capture à la "
88+
"position correspondant à ce nombre entier. Sinon, renvoie le groupe de "
89+
"capture nommé « group », sans les espaces blancs qui l'entourent."
8590

8691
#: ../../functions/func_rsearch.rst:33
8792
msgid ""
@@ -104,7 +109,7 @@ msgstr ""
104109

105110
#: ../../functions/func_rsearch.rst:41
106111
msgid "The ``group`` argument was added in Picard v2.14."
107-
msgstr ""
112+
msgstr "L'argument « group » a été ajouté dans Picard v2.14."
108113

109114
#: ../../functions/func_rsearch.rst:43
110115
msgid "**Example:**"

0 commit comments

Comments
 (0)