Skip to content

Commit 412178c

Browse files
authored
Merge pull request #57 from Puresyn/development
Development
2 parents 6c9cca0 + 045e9f5 commit 412178c

18 files changed

+285
-192
lines changed

Core/Localization/Localization.deDE.lua

+11-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ L.MAPNAMES[403] = { name = "Uldaman: Vermächtnis von Tyr", abbr = "ULD" }
3939
L.MAPNAMES[404] = { name = "Neltharus", abbr = "NELT" }
4040
L.MAPNAMES[405] = { name = "Brackenfellhöle", abbr = "BFH" }
4141
L.MAPNAMES[406] = { name = "Hallen der Infusion", abbr = "HDI" }
42+
--TWW S1
43+
L.MAPNAMES[503] = { name = "Ara-Kara, Stadt der Echos", abbr = "SdE" }
44+
L.MAPNAMES[502] = { name = "Stadt der Fäden", abbr = "SdF" }
45+
L.MAPNAMES[505] = { name = "Die Morgenbringer", abbr = "MB" }
46+
L.MAPNAMES[501] = { name = "Das Steingewölbe", abbr = "SG" }
47+
L.MAPNAMES[353] = { name = "Die Belagerung von Boralus", abbr = "SoB" }
48+
L.MAPNAMES[507] = { name = "Grim Batol", abbr = "GB" }
49+
L.MAPNAMES[375] = { name = "Die Nebel von Tirna Scithe", abbr = "MTS" }
50+
L.MAPNAMES[376] = { name = "Die Nekrotische Schneise", abbr = "NW" }
4251

4352
L.XPAC = {}
4453
L.XPAC[0] = { enum = "LE_EXPANSION_CLASSIC", desc = "Classic" }
@@ -51,7 +60,7 @@ L.XPAC[6] = { enum = "LE_EXPANSION_LEGION", desc = "Legion" }
5160
L.XPAC[7] = { enum = "LE_EXPANSION_BATTLE_FOR_AZEROTH", desc = "Battle for Azeroth" }
5261
L.XPAC[8] = { enum = "LE_EXPANSION_SHADOWLANDS", desc = "Shadowlands" }
5362
L.XPAC[9] = { enum = "LE_EXPANSION_DRAGONFLIGHT", desc = "Dragonflight" }
54-
L.XPAC[10] = { enum = "LE_EXPANSION_11_0", desc = "The War Within" } -- enum will need updated when available
63+
L.XPAC[10] = { enum = "LE_EXPANSION_WAR_WITHIN", desc = "The War Within" }
5564

5665
L.MPLUSSEASON = {}
5766
L.MPLUSSEASON[11] = { name = "Saison 3" }
@@ -156,4 +165,4 @@ L.ABOUTFRAME["Translators"] = { text = "Übersetzer" }
156165
L.ABOUTFRAME["WhatsNew"] = { text = "Neuerungen anzeigen" }
157166

158167
L.SYSTEMMESSAGE = {}
159-
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."}

Core/Localization/Localization.enUS.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ L.XPAC[6] = { enum = "LE_EXPANSION_LEGION", desc = "Legion" }
6060
L.XPAC[7] = { enum = "LE_EXPANSION_BATTLE_FOR_AZEROTH", desc = "Battle for Azeroth" }
6161
L.XPAC[8] = { enum = "LE_EXPANSION_SHADOWLANDS", desc = "Shadowlands" }
6262
L.XPAC[9] = { enum = "LE_EXPANSION_DRAGONFLIGHT", desc = "Dragonflight" }
63-
L.XPAC[10] = { enum = "LE_EXPANSION_11_0", desc = "The War Within" } -- enum will need updated when available
63+
L.XPAC[10] = { enum = "LE_EXPANSION_WAR_WITHIN", desc = "The War Within" }
6464

6565
L.MPLUSSEASON = {}
6666
L.MPLUSSEASON[11] = { name = "Season 3" }
@@ -165,4 +165,4 @@ L.ABOUTFRAME["Translators"] = { text = "Translators" }
165165
L.ABOUTFRAME["WhatsNew"] = { text = "Show What\'s New"}
166166

167167
L.SYSTEMMESSAGE = {}
168-
L.SYSTEMMESSAGE["NOTICE"] = { text = "Notice: Dragonflight Season 4 rating calculations are still being verified."}
168+
L.SYSTEMMESSAGE["NOTICE"] = { text = "Notice: This seasons rating calculations are still being verified."}
+168
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
KM_Localization_frFR = {}
2+
local L = KM_Localization_frFR
3+
4+
-- Localization file for "frFR": French (France)
5+
-- Translated by: Ragnarork
6+
7+
--[[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"}
27+
L.MAPNAMES[244] = { name = "Atal'Dazar", abbr = "AD" }
28+
L.MAPNAMES[248] = { name = "Manoir Malvoie", abbr = "WM" }
29+
L.MAPNAMES[199] = { name = "Bastion du Freux", abbr = "BRH" }
30+
L.MAPNAMES[198] = { name = "Fourré Sombrecoeur", abbr = "DHT" }
31+
L.MAPNAMES[168] = { name = "Flore Éternelle", abbr = "EB" }
32+
L.MAPNAMES[456] = { name = "Trone des Marées", abbr = "TOTT" }
33+
--DF S4
34+
L.MAPNAMES[399] = { name = "Bassins de l'Essence Rubis", abbr = "RLP" }
35+
L.MAPNAMES[401] = { name = "Caveau d'Azur", abbr = "AV" }
36+
L.MAPNAMES[400] = { name = "L'Offensive Nokhud", abbr = "NO" }
37+
L.MAPNAMES[402] = { name = "Académie d'Algeth\'ar", abbr = "AA" }
38+
L.MAPNAMES[403] = { name = "L'Héritage de Tyr", abbr = "ULD" }
39+
L.MAPNAMES[404] = { name = "Neltharus", abbr = "NELT" }
40+
L.MAPNAMES[405] = { name = "Creux des Fougerobes", abbr = "BH" }
41+
L.MAPNAMES[406] = { name = "Salles de l'Imprégnation", abbr = "HOI" }
42+
--TWW S1
43+
L.MAPNAMES[503] = { name = "Ara-Kara, la Cité des Échos", abbr = "CE" }
44+
L.MAPNAMES[502] = { name = "Cité des Fils", abbr = "CT" }
45+
L.MAPNAMES[505] = { name = "Le Brise-Aube", abbr = "DB" }
46+
L.MAPNAMES[501] = { name = "Cavepierre", abbr = "SV" }
47+
L.MAPNAMES[353] = { name = "Siège de Boralus", abbr = "SB" }
48+
L.MAPNAMES[507] = { name = "Grim Batol", abbr = "GB" }
49+
L.MAPNAMES[375] = { name = "Brumes de Tirna Scithe", abbr = "MTS" }
50+
L.MAPNAMES[376] = { name = "Sillage Nécrotique", abbr = "NW" }
51+
52+
L.XPAC = {}
53+
L.XPAC[0] = { enum = "LE_EXPANSION_CLASSIC", desc = "Classic" }
54+
L.XPAC[1] = { enum = "LE_EXPANSION_BURNING_CRUSADE", desc = "The Burning Crusade" }
55+
L.XPAC[2] = { enum = "LE_EXPANSION_WRATH_OF_THE_LICH_KING", desc = "Wrath of the Lich King" }
56+
L.XPAC[3] = { enum = "LE_EXPANSION_CATACLYSM", desc = "Cataclysm" }
57+
L.XPAC[4] = { enum = "LE_EXPANSION_MISTS_OF_PANDARIA", desc = "Mists of Pandaria" }
58+
L.XPAC[5] = { enum = "LE_EXPANSION_WARLORDS_OF_DRAENOR", desc = "Warlords of Draenor" }
59+
L.XPAC[6] = { enum = "LE_EXPANSION_LEGION", desc = "Legion" }
60+
L.XPAC[7] = { enum = "LE_EXPANSION_BATTLE_FOR_AZEROTH", desc = "Battle for Azeroth" }
61+
L.XPAC[8] = { enum = "LE_EXPANSION_SHADOWLANDS", desc = "Shadowlands" }
62+
L.XPAC[9] = { enum = "LE_EXPANSION_DRAGONFLIGHT", desc = "Dragonflight" }
63+
L.XPAC[10] = { enum = "LE_EXPANSION_11_0", desc = "The War Within" } -- enum will need updated when available
64+
65+
L.MPLUSSEASON = {}
66+
L.MPLUSSEASON[11] = { name = "Saison 3" }
67+
L.MPLUSSEASON[12] = { name = "Saison 4" }
68+
L.MPLUSSEASON[13] = { name = "Saison 1" } -- expecting season 13 to be TWW S1
69+
L.MPLUSSEASON[14] = { name = "Saison 2" } -- expecting season 14 to be TWW S2
70+
71+
L.DISPLAYVERSION = "v"
72+
L.WELCOMEMESSAGE = "Bienvenue"
73+
L.ON = "on"
74+
L.OFF = "off"
75+
L.ENABLED = "activés"
76+
L.DISABLED = "désactivés"
77+
L.CLICK = "Clic"
78+
L.CLICKDRAG = "Clic + déplacer"
79+
L.TOOPEN = "pour ouvrir"
80+
L.TOREPOSITION = "pour repositionner"
81+
L.EXCLIMATIONPOINT = "!"
82+
L.THISWEEKSAFFIXES = "Cette semaine..."
83+
L.YOURRATING = "Votre classement"
84+
L.ERRORMESSAGES = "Les messages d'erreur sont"
85+
L.ERRORMESSAGESNOTIFY = "Notification : messages d'erreur activés."
86+
L.DEBUGMESSAGES = "Les messages de debug sont"
87+
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.
100+
L.COMMANDLINE["/km"] = { name = "/km", text = "/km"}
101+
L.COMMANDLINE["/keymaster"] = {name = "/keymaster", text = "/keymaster"}
102+
L.COMMANDLINE["Show"] = { name = "afficher", text = " - afficher/cacher la fenêtre principale."}
103+
L.COMMANDLINE["Help"] = { name = "aide", text = " - afficher ce menu d'aide."}
104+
L.COMMANDLINE["Errors"] = { name = "erreurs", text = " - activer/désactiver l'affichage des messages d'erreur"}
105+
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"}
115+
L.PARTYFRAME["OverallRating"] = { name = "Score combiné actuel", text = "Score combiné actuel" }
116+
L.PARTYFRAME["PartyPointGain"] = { name = "Gain de points du groupe", text = "Gain de points du groupe"}
117+
L.PARTYFRAME["Level"] = { name = "Niveau", text = "Niveau" }
118+
L.PARTYFRAME["Weekly"] = { name = "Hebdomadaire", text = "Hebdomadaire"}
119+
L.PARTYFRAME["NoAddon"] = { name = "Aucun addon détecté", text = "non détecté!"}
120+
L.PARTYFRAME["PlayerOffline"] = { name = "Joueur hors-ligne", text = "Joueur hors-ligne."}
121+
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."}
123+
L.PARTYFRAME["NoKey"] = { name = "Aucune clé", text = "Aucune clé"}
124+
L.PARTYFRAME["NoPartyInfo"] = { text = "Informations du membre du groupe indisponibles en matchmaking. (Dungeon Finder, Raid Finder, etc.)" }
125+
126+
L.PLAYERFRAME = {}
127+
L.PLAYERFRAME["KeyLevel"] = { name = "Niveau de clé", text = "Niveau de clé à calculer."}
128+
L.PLAYERFRAME["Gain"] = { name = "Gain", text = "Gain potentiel."}
129+
L.PLAYERFRAME["New"] = { name = "Nouveau", text = "Votre cote après complétion de cette clé en +1."}
130+
L.PLAYERFRAME["RatingCalculator"] = { name = "Calcul de cote", text = "Calculer les gains de cote potentiels."}
131+
L.PLAYERFRAME["EnterKeyLevel"] = { name = "Entrez niveau de clé", text = "Entrez un niveau de clé pour voir"}
132+
L.PLAYERFRAME["YourBaseRating"] = { name = "Base du gain de cote", text = "la prédiction de la base du gain de cote."}
133+
L.PLAYERFRAME["Characters"] = "Personnages"
134+
135+
L.CHARACTERINFO = {}
136+
L.CHARACTERINFO["NoKeyFound"] = { name = "Aucune clé trouvée", text = "Aucune clé trouvée"}
137+
L.CHARACTERINFO["KeyInVault"] = { name = "Clé dans le coffre", text = "Dans le coffre"}
138+
L.CHARACTERINFO["AskMerchant"] = { name = "Marchand de clé", text = "Marchand de clé"}
139+
140+
L.TABPLAYER = "Joueur"
141+
L.TABPARTY = "Groupe"
142+
L.TABABOUT = "À propos"
143+
L.TABCONFIG = "Configuration"
144+
145+
L.CONFIGURATIONFRAME = {}
146+
L.CONFIGURATIONFRAME["DisplaySettings"] = { name = "Paramètres d'affichage", text = "Paramètres d'affichage"}
147+
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" }
154+
L.CONFIGURATIONFRAME["FilterByServer"] = { name = "Serveur courant", text = "Afficher uniquement le serveur courant." }
155+
L.CONFIGURATIONFRAME["FilterByNoRating"] = { name = "Aucune cote", text = "Afficher uniquement les personnages avec cote." }
156+
L.CONFIGURATIONFRAME["FilterByNoKey"] = { name = "Aucune clé", text = "Afficher uniquement les personnages avec clé." }
157+
L.CONFIGURATIONFRAME["Purge"] = { present = "Purger", past = "Purgé" }
158+
159+
L.ABOUTFRAME = {}
160+
L.ABOUTFRAME["AboutGeneral"] = { name = "Informations générales", text = "Informations générales"}
161+
L.ABOUTFRAME["AboutAuthors"] = { name = "Auteurs", text = "Auteurs"}
162+
L.ABOUTFRAME["AboutSpecialThanks"] = { name = "Remerciements", text = "Remerciements"}
163+
L.ABOUTFRAME["AboutContributors"] = { name = "Contributeurs", text = "Contributeurs"}
164+
L.ABOUTFRAME["Translators"] = { text = "Traducteurs" }
165+
L.ABOUTFRAME["WhatsNew"] = { text = "Dernières actualités"}
166+
167+
L.SYSTEMMESSAGE = {}
168+
L.SYSTEMMESSAGE["NOTICE"] = { text = "Note : Les calculs de cote de la saison actuelle sont en cours de vérification."}

Core/Localization/Localization.itIT.lua

+11-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ L.MAPNAMES[403] = { name = "Uldaman: Eredità di Tyr", abbr = "UEdT" }
3939
L.MAPNAMES[404] = { name = "Neltharus", abbr = "Nelt" }
4040
L.MAPNAMES[405] = { name = "Conca dei Felcepelle", abbr = "CdF" }
4141
L.MAPNAMES[406] = { name = "Sale dell'Infusione", abbr = "SdI" }
42+
--TWW S1
43+
L.MAPNAMES[503] = { name = "Ara-Kara, Città degli Echi", abbr = "CdE" }
44+
L.MAPNAMES[502] = { name = "Città dei Fili", abbr = "CdF" }
45+
L.MAPNAMES[505] = { name = "Alba Infranta", abbr = "AI" }
46+
L.MAPNAMES[501] = { name = "Volta di Pietra", abbr = "VdP" }
47+
L.MAPNAMES[353] = { name = "Assedio di Boralus", abbr = "AdB" }
48+
L.MAPNAMES[507] = { name = "Grim Batol", abbr = "GB" }
49+
L.MAPNAMES[375] = { name = "Nebbie di Tirna Falcis", abbr = "NdTF" }
50+
L.MAPNAMES[376] = { name = "Scia Necrotica", abbr = "SN" }
4251

4352
L.XPAC = {}
4453
L.XPAC[0] = { enum = "LE_EXPANSION_CLASSIC", desc = "Classic" }
@@ -51,7 +60,7 @@ L.XPAC[6] = { enum = "LE_EXPANSION_LEGION", desc = "Legion" }
5160
L.XPAC[7] = { enum = "LE_EXPANSION_BATTLE_FOR_AZEROTH", desc = "Battle for Azeroth" }
5261
L.XPAC[8] = { enum = "LE_EXPANSION_SHADOWLANDS", desc = "Shadowlands" }
5362
L.XPAC[9] = { enum = "LE_EXPANSION_DRAGONFLIGHT", desc = "Dragonflight" }
54-
L.XPAC[10] = { enum = "LE_EXPANSION_11_0", desc = "The War Within" } -- enum will need updated when available
63+
L.XPAC[10] = { enum = "LE_EXPANSION_WAR_WITHIN", desc = "The War Within" }
5564

5665
L.MPLUSSEASON = {}
5766
L.MPLUSSEASON[11] = { name = "Stagione 3" }
@@ -156,4 +165,4 @@ L.ABOUTFRAME["Translators"] = { text = "Traduttori" }
156165
L.ABOUTFRAME["WhatsNew"] = { text = "Mostra cosa c'è di nuovo"}
157166

158167
L.SYSTEMMESSAGE = {}
159-
L.SYSTEMMESSAGE["NOTICE"] = { text = "Avviso: I calcoli della stagione 4 di Dragonflight sono ancora in fase di verifica."}
168+
L.SYSTEMMESSAGE["NOTICE"] = { text = "Nota: I calcoli del punteggio di questa stagione sono ancora in fase di verifica."}

Core/Localization/Localization.koKR.lua

+11-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ L.MAPNAMES[403] = { name = "울다만: 티르의 유산", abbr = "울다만" }
3939
L.MAPNAMES[404] = { name = "넬타루스", abbr = "넬타" }
4040
L.MAPNAMES[405] = { name = "담쟁이가죽 골짜기", abbr = "담쟁이" }
4141
L.MAPNAMES[406] = { name = "주입의 전당", abbr = "주입" }
42+
--TWW S1
43+
L.MAPNAMES[503] = { name = "Ara-Kara, City of Echoes", abbr = "CE" }
44+
L.MAPNAMES[502] = { name = "City of Threads", abbr = "CT" }
45+
L.MAPNAMES[505] = { name = "The Dawnbreaker", abbr = "DB" }
46+
L.MAPNAMES[501] = { name = "The Stonevault", abbr = "SV" }
47+
L.MAPNAMES[353] = { name = "Siege of Boralus", abbr = "SB" }
48+
L.MAPNAMES[507] = { name = "The Grim Batol", abbr = "GB" }
49+
L.MAPNAMES[375] = { name = "Mists of Tirna Scithe", abbr = "MTS" }
50+
L.MAPNAMES[376] = { name = "The Necrotic Wake", abbr = "NW" }
4251

4352
L.XPAC = {}
4453
L.XPAC[0] = { enum = "LE_EXPANSION_CLASSIC", desc = "클래식" }
@@ -51,7 +60,7 @@ L.XPAC[6] = { enum = "LE_EXPANSION_LEGION", desc = "군단" }
5160
L.XPAC[7] = { enum = "LE_EXPANSION_BATTLE_FOR_AZEROTH", desc = "격전의 아제로스" }
5261
L.XPAC[8] = { enum = "LE_EXPANSION_SHADOWLANDS", desc = "어둠땅" }
5362
L.XPAC[9] = { enum = "LE_EXPANSION_DRAGONFLIGHT", desc = "용군단" }
54-
L.XPAC[10] = { enum = "LE_EXPANSION_11_0", desc = "내부 전쟁" } -- enum will need updated when available
63+
L.XPAC[10] = { enum = "LE_EXPANSION_WAR_WITHIN", desc = "내부 전쟁" }
5564

5665
L.MPLUSSEASON = {}
5766
L.MPLUSSEASON[11] = { name = "시즌 3" }
@@ -156,4 +165,4 @@ L.ABOUTFRAME["Translators"] = { text = "번역" }
156165
L.ABOUTFRAME["WhatsNew"] = { text = "업데이트 내용 보기"}
157166

158167
L.SYSTEMMESSAGE = {}
159-
L.SYSTEMMESSAGE["NOTICE"] = { text = "참고: 용군단 시즌4 점수 계산은 아직 확인 중입니다."}
168+
L.SYSTEMMESSAGE["NOTICE"] = { text = "Notice: This seasons rating calculations are still being verified."}

Core/Localization/Localization.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ local langPref = GetLocale()
3737
if(langPref == "enUS") then
3838
-- Localization.enUS.lua
3939
KeyMasterLocals = KM_Localization_enUS
40-
--[[ elseif (langPref == "frFR") then
40+
elseif (langPref == "frFR") then
4141
-- Localization.frFR.lua
42-
KeyMasterLocals = KM_Localization_frFR ]]
42+
KeyMasterLocals = KM_Localization_frFR
4343
elseif (langPref == "deDE") then
4444
-- Localization.deDE.lua
4545
KeyMasterLocals = KM_Localization_deDE

Core/Localization/Localization.ptBR.lua

+11-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ L.MAPNAMES[403] = { name = "Legacy of Tyr", abbr = "ULD" }
3939
L.MAPNAMES[404] = { name = "Neltharus", abbr = "NELT" }
4040
L.MAPNAMES[405] = { name = "Brackenhide Hollow", abbr = "BH" }
4141
L.MAPNAMES[406] = { name = "Halls of Infusion", abbr = "HOI" }
42+
--TWW S1
43+
L.MAPNAMES[503] = { name = "Ara-Kara, Cidade dos Ecos", abbr = "CE" }
44+
L.MAPNAMES[502] = { name = "Cidade das Tramas", abbr = "CT" }
45+
L.MAPNAMES[505] = { name = "Alvorada", abbr = "DB" }
46+
L.MAPNAMES[501] = { name = "Abóboda de Pedra", abbr = "SV" }
47+
L.MAPNAMES[353] = { name = "Cerco de Boralus", abbr = "SB" }
48+
L.MAPNAMES[507] = { name = "Grim Batol", abbr = "GB" }
49+
L.MAPNAMES[375] = { name = "Brumas de Tirna Scithe", abbr = "MTS" }
50+
L.MAPNAMES[376] = { name = "Chaga Necrótica", abbr = "NW" }
4251

4352
L.XPAC = {}
4453
L.XPAC[0] = { enum = "LE_EXPANSION_CLASSIC", desc = "Clássico" }
@@ -51,7 +60,7 @@ L.XPAC[6] = { enum = "LE_EXPANSION_LEGION", desc = "Legion" }
5160
L.XPAC[7] = { enum = "LE_EXPANSION_BATTLE_FOR_AZEROTH", desc = "Battle for Azeroth" }
5261
L.XPAC[8] = { enum = "LE_EXPANSION_SHADOWLANDS", desc = "Shadowlands" }
5362
L.XPAC[9] = { enum = "LE_EXPANSION_DRAGONFLIGHT", desc = "Dragonflight" }
54-
L.XPAC[10] = { enum = "LE_EXPANSION_11_0", desc = "The War Within" } -- enum will need updated when available
63+
L.XPAC[10] = { enum = "LE_EXPANSION_WAR_WITHIN", desc = "The War Within" }
5564

5665
L.MPLUSSEASON = {}
5766
L.MPLUSSEASON[11] = { name = "Temporada 3" }
@@ -156,4 +165,4 @@ L.ABOUTFRAME["Translators"] = { text = "Tradutores" }
156165
L.ABOUTFRAME["WhatsNew"] = { text = "Mostrar atualizações"}
157166

158167
L.SYSTEMMESSAGE = {}
159-
L.SYSTEMMESSAGE["NOTICE"] = { text = "Importante: Os cálculos para a 4a temporada de Dragonflight ainda estão sendo verificados."}
168+
L.SYSTEMMESSAGE["NOTICE"] = { text = "Aviso: As pontuações dessa temporada ainda estão sendo verificadas."}

0 commit comments

Comments
 (0)