Skip to content

Commit

Permalink
Update frFR.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1231823 authored Feb 15, 2024
1 parent f1ae903 commit 6ac74c9
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions Naxxramas_Classic/Locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,33 +71,33 @@ if L then
L.overload_emote_trigger = "%s entre en surcharge !"
--L.add_revive_emote_trigger = "%s is jolted back to life!"

--L.polarity_extras = "Additional alerts for Polarity Shift positioning"

--L.custom_off_select_charge_position = "First position"
--L.custom_off_select_charge_position_desc = "Where to move to after the first Polarity Shift."
--L.custom_off_select_charge_position_value1 = "|cffff2020Negative (-)|r are LEFT, |cff2020ffPositive (+)|r are RIGHT"
--L.custom_off_select_charge_position_value2 = "|cff2020ffPositive (+)|r are LEFT, |cffff2020Negative (-)|r are RIGHT"

--L.custom_off_select_charge_movement = "Movement"
--L.custom_off_select_charge_movement_desc = "The movement strategy your group uses."
--L.custom_off_select_charge_movement_value1 = "Run |cff20ff20THROUGH|r the boss"
--L.custom_off_select_charge_movement_value2 = "Run |cff20ff20CLOCKWISE|r around the boss"
--L.custom_off_select_charge_movement_value3 = "Run |cff20ff20COUNTER-CLOCKWISE|r around the boss"
--L.custom_off_select_charge_movement_value4 = "Four camps 1: Polarity changed moves |cff20ff20RIGHT|r, same polarity moves |cff20ff20LEFT|r"
--L.custom_off_select_charge_movement_value5 = "Four camps 2: Polarity changed moves |cff20ff20LEFT|r, same polarity moves |cff20ff20RIGHT|r"

--L.custom_off_charge_graphic = "Graphical arrow"
--L.custom_off_charge_graphic_desc = "Show an arrow graphic."
--L.custom_off_charge_text = "Text arrows"
--L.custom_off_charge_text_desc = "Show an additional message."
--L.custom_off_charge_voice = "Voice alert"
--L.custom_off_charge_voice_desc = "Play a voice alert."
L.polarity_extras = "Alertes supplémentaires pour le positionnement du changement de polarité"

L.custom_off_select_charge_position = "Première position"
L.custom_off_select_charge_position_desc = "Où se déplacer après le premier changement de polarité."
L.custom_off_select_charge_position_value1 = "|cffff2020Négatif (-)|r est à GAUCHE, |cff2020ffPositif (+)|r est à DROITE"
L.custom_off_select_charge_position_value2 = "|cff2020ffPositif (+)|r est à GAUCHE, |cffff2020Négatif (-)|r est à DROITE"

L.custom_off_select_charge_movement = "Déplacement"
L.custom_off_select_charge_movement_desc = "La stratégie de déplacement que votre groupe utilise."
L.custom_off_select_charge_movement_value1 = "Courir |cff20ff20À TRAVERS|r le boss"
L.custom_off_select_charge_movement_value2 = "Courir |cff20ff20DANS LE SENS DES AIGUILLES D'UNE MONTRE|r autour du boss"
L.custom_off_select_charge_movement_value3 = "Courir |cff20ff20DANS LE SENS CONTRAIRE DES AIGUILLES D'UNE MONTRE|r autour du boss"
L.custom_off_select_charge_movement_value4 = "Quatre groupes 1 : Changement de polarité se déplace à |cff20ff20DROITE|r, même polarité se déplace à |cff20ff20GAUCHE|r"
L.custom_off_select_charge_movement_value5 = "Quatre groupes 2 : Changement de polarité se déplace à |cff20ff20GAUCHE|r, même polarité se déplace à |cff20ff20DROITE|r"

L.custom_off_charge_graphic = "Flèche graphique"
L.custom_off_charge_graphic_desc = "Afficher une flèche graphique."
L.custom_off_charge_text = "Flèches de texte"
L.custom_off_charge_text_desc = "Afficher un message supplémentaire."
L.custom_off_charge_voice = "Alerte vocale"
L.custom_off_charge_voice_desc = "Jouer un alerte vocale."

--Translate these to get locale sound files!
--L.left = "<--- GO LEFT <--- GO LEFT <---"
--L.right = "---> GO RIGHT ---> GO RIGHT --->"
--L.swap = "^^^^ SWITCH SIDES ^^^^ SWITCH SIDES ^^^^"
--L.stay = "==== DON'T MOVE ==== DON'T MOVE ===="
L.left = "<--- ALLEZ À GAUCHE <--- ALLEZ À GAUCHE <---"
L.right = "---> ALLEZ À DROITE ---> ALLEZ À DROITE --->"
L.swap = "^^^^ CHANGER DE CÔTÉS ^^^^ CHANGER DE CÔTÉS ^^^^"
L.stay = "==== NE BOUGEZ PAS ==== NE BOUGEZ PAS ===="

--L.chat_message = "The Thaddius mod supports showing you directional arrows and playing voices. Open the options to configure them."
L.chat_message = "Le mod Thaddius prend en charge l'affichage de flèches directionnelles et la lecture de voix. Ouvrez les options pour les configurer."
end

0 comments on commit 6ac74c9

Please sign in to comment.