Skip to content

Commit ad393d3

Browse files
committed
French translation update
1 parent 14ad3a0 commit ad393d3

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

translations/locales/fr-CA/translations.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"TidyCode": "Nettoyer le code",
1616
"Find": "Rechercher",
1717
"FindNext": "Prochaine correspondance",
18-
"FindPrevious": "Correspondance précédente"
18+
"Replace": "Remplacer"
1919
},
2020
"Sketch": {
2121
"Title": "Croquis",
@@ -48,6 +48,21 @@
4848
"LogOut": "Se déconnecter"
4949
}
5050
},
51+
"CodemirrorFindAndReplace": {
52+
"ToggleReplace": "Activer/désactiver le remplacement",
53+
"Find": "Rechercher",
54+
"FindPlaceholder": "Trouver dans les fichiers",
55+
"Replace": "Remplacer",
56+
"ReplaceAll": "Remplacer tout",
57+
"ReplacePlaceholder": "Texte à remplacer",
58+
"Regex": "Expression régulière",
59+
"CaseSensitive": "Sensible à la casse",
60+
"WholeWords": "Mots entiers",
61+
"Previous": "Précédent",
62+
"Next": "Suivant",
63+
"NoResults": "Aucun résultat",
64+
"Close": "Fermer"
65+
},
5166
"LoginForm": {
5267
"UsernameOrEmail": "Courriel ou nom d'utilisateur",
5368
"UsernameOrEmailARIA": "Courriel ou nom d'utilisateur",
@@ -163,9 +178,10 @@
163178
"CodeEditing": {
164179
"Tidy": "Nettoyer",
165180
"FindText": "Rechercher",
166-
"FindNextMatch": "Prochaine correspondance",
181+
"FindNextMatch": "Correspondance suivante",
167182
"FindPrevMatch": "Correspondance précédente",
168183
"IndentCodeLeft": "Indenter le code à gauche",
184+
"ReplaceTextMatch": "Remplacer la correspondance",
169185
"IndentCodeRight": "Indenter le code à droite",
170186
"CommentLine": "Ligne de commentaire",
171187
"FindNextTextMatch": "Prochaine correspondance texte",

0 commit comments

Comments
 (0)