3
3
# This file is distributed under the same license as the MusicBrainz Picard
4
4
# package.
5
5
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
6
- # Bob Swift <[email protected] >, 2021.
6
+ # Bob Swift <[email protected] >, 2021, 2025 .
7
7
msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version : MusicBrainz Picard v2.3.2\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"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 "
13
13
"
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 "
16
16
"Language : fr\n "
17
17
"MIME-Version : 1.0\n "
18
18
"Content-Type : text/plain; charset=UTF-8\n "
19
19
"Content-Transfer-Encoding : 8bit\n "
20
20
"Plural-Forms : nplurals=2; plural=n > 1;\n "
21
- "X-Generator : Weblate 4.8.1 \n "
21
+ "X-Generator : Weblate 5.12.2 \n "
22
22
"Generated-By : Babel 2.8.0\n "
23
23
24
24
#: ../../functions/func_rsearch.rst:6
25
25
msgid "$rsearch"
26
26
msgstr "$rsearch"
27
27
28
28
#: ../../functions/func_rsearch.rst:8
29
- #, fuzzy
30
29
msgid "Usage: **$rsearch(text,pattern[,group])**"
31
- msgstr "Utilisation: **$rsearch(texte,motif)**"
30
+ msgstr "Utilisation : **$rsearch(texte,motif[,groupe] )**"
32
31
33
32
#: ../../functions/func_rsearch.rst:9
34
33
msgid "Category: text"
@@ -75,13 +74,19 @@ msgid ""
75
74
"first capture group which matched something (including the empty string) or "
76
75
"the entire match."
77
76
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."
78
80
79
81
#: ../../functions/func_rsearch.rst:28
80
82
msgid ""
81
83
"If ``group`` is an integer, return the capture group in the position "
82
84
"matching this integer. Otherwise, return the capture group named ``group``, "
83
85
"sans surrounding whitespace."
84
86
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."
85
90
86
91
#: ../../functions/func_rsearch.rst:33
87
92
msgid ""
@@ -104,7 +109,7 @@ msgstr ""
104
109
105
110
#: ../../functions/func_rsearch.rst:41
106
111
msgid "The ``group`` argument was added in Picard v2.14."
107
- msgstr ""
112
+ msgstr "L'argument « group » a été ajouté dans Picard v2.14. "
108
113
109
114
#: ../../functions/func_rsearch.rst:43
110
115
msgid "**Example:**"
0 commit comments