Skip to content

Commit 2c6f19a

Browse files
Complete FR translation (#410)
1 parent b387559 commit 2c6f19a

File tree

1 file changed

+25
-0
lines changed
  • BlueMapCommon/webapp/public/lang

1 file changed

+25
-0
lines changed

BlueMapCommon/webapp/public/lang/fr.conf

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
title: "Menu"
55
tooltip: "Menu"
66
}
7+
map: {
8+
unloaded: "Pas de carte chargée."
9+
loading: "Chargment de la carte..."
10+
errored: "Il y a eu une erreur lors du chargement de la carte!"
11+
}
712
maps: {
813
title: "Cartes"
914
button: "Cartes"
@@ -17,6 +22,14 @@
1722
markerSet: "Collection de balises | Collections de balises"
1823
searchPlaceholder: "Rechercher..."
1924
followPlayerTitle: "Suivre ce Joueur"
25+
sort {
26+
title: "Trier par"
27+
by {
28+
default: "défaut"
29+
label: "nom"
30+
distance: "distance"
31+
}
32+
}
2033
}
2134
settings: {
2235
title: "Paramètres"
@@ -47,6 +60,10 @@
4760
normal: "Normale (Native x1)"
4861
low: "Basse (Upscaling x0.5)"
4962
}
63+
mapControls: {
64+
title: "Contrôles de la Carte"
65+
showZoomButtons: "Montrer les Boutons de Zoom"
66+
}
5067
freeFlightControls: {
5168
title: "Contrôles du Vol Libre"
5269
mouseSensitivity: "Sensibilité de la Souris"
@@ -56,12 +73,15 @@
5673
title: "Distance de rendu"
5774
hiresLayer: "Couche haute définition"
5875
lowersLayer: "Couche basse définition"
76+
loadHiresWhileMoving: "Charger la haute définition en bougeant"
77+
off: "Désactivé"
5978
}
6079
theme: {
6180
title: "Thème"
6281
default: "Par Défaut (Système/Navigateur)"
6382
dark: "Sombre"
6483
light: "Clair"
84+
contrast: "Contrasté"
6585
}
6686
debug: {
6787
button: "Debug"
@@ -76,6 +96,11 @@
7696
compass: {
7797
tooltip: "Boussole / Pointe le Nord"
7898
}
99+
screenshot: {
100+
title: "Capture d\'écran"
101+
button: "Prendre une Capture d\'écran"
102+
clipboard: "Copier la Capture"
103+
}
79104
controls: {
80105
title: "Vue / Contrôles"
81106
perspective: {

0 commit comments

Comments
 (0)