You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
L.SYSTEMMESSAGE["NOTICE"] = { text="Hinweis: Dragonflight Saison 4 Wertungsberechnung wird aktuell noch geprüft."}-- War noch nicht übersetzt - Wasnt translated
168
+
L.SYSTEMMESSAGE["NOTICE"] = { text="Hinweis: Die Berechnung der Wertung wird zurzeit noch verifiziert."}
--[[Notes for Translators: In many locations throughout Key Master, line space is limited. This can cause
8
+
overlapping or strange text display. Where possible, try to keep the overall length of the string comparable or shorter
9
+
than the English version. If that is not possible, development adjustments may need made.
10
+
If you are not comfortable setting up your own local testing to check for these issues, make sure you let a dev know
11
+
so they can go over a screen-share with you.]]--
12
+
13
+
-- Problème de traduction ? Aidez-nous à le corriger ! Visite: https://discord.gg/bbMaUpfgn8
14
+
15
+
L.LANGUAGE="Français (FR)"
16
+
L.TRANSLATOR="Ragnarork" -- Translator display name
17
+
18
+
L.TOCNOTES= {} -- these are manually copied to the TOC so they show up in the appropriate language in the AddOns list. Please translate them both but let a dev know if you update them later.
19
+
L.TOCNOTES["ADDONDESC"] ="Outils d'Information et de Collaboration Mythique Plus"
20
+
L.TOCNOTES["ADDONNAME"] ="Key Master"
21
+
22
+
L.MAPNAMES= {} -- Note: Map abbrevations should be a max of 4 characters and be commonly known. Map names come directly from Blizzard already translated.
23
+
-- DF S3
24
+
L.MAPNAMES[9001] = { name="Inconnu", abbr="???" }
25
+
L.MAPNAMES[463] = { name="Aube de l'Infini: Repos de Galakrond", abbr="FALL"}
26
+
L.MAPNAMES[464] = { name="Aube de l'Infini: Cime de Murozond", abbr="RISE"}
L.DEBUGMESSAGESNOTIFY="Notification : messages de debug activés."
88
+
L.COMMANDERROR1="Commande invalide"
89
+
L.COMMANDERROR2="Entrer"
90
+
L.COMMANDERROR3="pour les commandes"
91
+
L.YOURCURRENTKEY="VOTRE CLÉ"
92
+
L.ADDONOUTOFDATE="Votre addon Key Master est obsolète!"
93
+
L.INSTANCETIMER="Information de l'instance"
94
+
L.VAULTINFORMATION="Progression Grande Chambre Forte M+"
95
+
L.TIMELIMIT="Limite de temps"
96
+
L.SEASON="Saison"
97
+
L.COMBATMESSAGE= { errormsg="Key Master est indisponible en combat.", chatmsg="L'interface s'affichera lorsque vous quitterez le combat."}
98
+
99
+
L.COMMANDLINE= {} -- translate whatever in this section would be standard of an addon in the language. i.e. /km show, /km XXXX, or /XX XXXX It will work just fine.
L.COMMANDLINE["Debug"] = { name="debug", text=" - activer/désactiver l'affichage des message de debug."}
106
+
L.COMMANDLINE["Version"] = { name="version", text=" - afficher la version du build actuel." }
107
+
108
+
L.TOOLTIPS= {}
109
+
L.TOOLTIPS["MythicRating"] = { name="Cote Mythique", text="Cote Mythic+ actuelle pour ce personnage." }
110
+
L.TOOLTIPS["OverallScore"] = { name="Cote Globale", text="La cote globale est une combinaison des cotes Tyranniques et Fortifiés pour un donjon. (Impliquant moultes mathématiques)"}
111
+
L.TOOLTIPS["TeamRatingGain"] = { name="Estimation du gain de cote du groupe", text="Estimation interne de Key Master. Ce nombre représente le gain de cote minimum en cas de réussite pour la clé actuelle du groupe. Il s'agit uniquement d'une estimation et peut différer de la cote réelle."}
112
+
113
+
L.PARTYFRAME= {}
114
+
L.PARTYFRAME["PartyInformation"] = { name="Informations du groupe", text="Information du groupe"}
L.PARTYFRAME["TeamRatingGain"] = { name="Gain potentiel du groupe", text="Gain de score estimé du groupe"}
122
+
L.PARTYFRAME["MemberPointsGain"] = { name="Gain potentiel", text="Estimation du gain de point personnel pour la (les) clé(s) disponible en cas de complétion +1."}
L.CONFIGURATIONFRAME["ToggleRatingFloat"] = { name="Cote décimale", text="Afficher les décimales de la cote."}
148
+
L.CONFIGURATIONFRAME["ShowMiniMapButton"] = { name="Afficher bouton de la minimap", text="Afficher le bouton de la minimap."}
149
+
L.CONFIGURATIONFRAME["DiagnosticSettings"] = { name="Paramètres de diagnostique", text="Paramètres de diagnostique."}
150
+
L.CONFIGURATIONFRAME["DisplayErrorMessages"] = { name="Affichage des erreurs", text="Afficher les messages d'erreur."}
151
+
L.CONFIGURATIONFRAME["DisplayDebugMessages"] = { name="Affichage debug", text="Afficher les messages de debug."}
152
+
L.CONFIGURATIONFRAME["DiagnosticsAdvanced"] = { name="Diagnostiques avancés", text="Note : À n'utiliser qu'à des fins de diagnostiques. L'activer peut engorger votre chat !"}
153
+
L.CONFIGURATIONFRAME["CharacterSettings"] = { name="Filtres de la liste de personnages", text="Options de filtrage de la liste de personnages alternatifs" }
0 commit comments