1270 lines
41 KiB
Lua
1270 lines
41 KiB
Lua
local L = WeakAuras.L
|
||
|
||
local locale = GAME_LOCALE or GetLocale()
|
||
|
||
-- This File adds Custom Localization for
|
||
-- Specializations, Creature Types, Creature Families, and Time Formats
|
||
if (locale == "enUS" or locale == "enGB") then
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "Requires syncing the specialization via LibGroupTalents."
|
||
L["AddOn: APIDocumentation is %s."] = "AddOn: APIDocumentation is %s."
|
||
L["Please install it."] = "Please install it."
|
||
L["Please enable it in your AddOn list."] = "Please enable it in your AddOn list."
|
||
L["AddOn: APIDocumentation is not loaded correctly."] = "AddOn: APIDocumentation is not loaded correctly."
|
||
|
||
L["Affliction"] = "Affliction"
|
||
L["Arcane"] = "Arcane"
|
||
L["Arms"] = "Arms"
|
||
L["Assassination"] = "Assassination"
|
||
L["Balance"] = "Balance"
|
||
L["Beast Mastery"] = "Beast Mastery"
|
||
L["Blood"] = "Blood"
|
||
L["Combat"] = "Combat"
|
||
L["Demonology"] = "Demonology"
|
||
L["Destruction"] = "Destruction"
|
||
L["Discipline"] = "Discipline"
|
||
L["ElementalShaman"] = "Elemental"
|
||
L["Enhancement"] = "Enhancement"
|
||
L["Feral Combat"] = "Feral Combat"
|
||
L["Fire"] = "Fire"
|
||
L["Frost"] = "Frost"
|
||
L["Fury"] = "Fury"
|
||
L["Holy"] = "Holy"
|
||
L["Hybrid"] = "Hybrid"
|
||
L["Marksmanship"] = "Marksmanship"
|
||
L["Protection"] = "Protection"
|
||
L["Restoration"] = "Restoration"
|
||
L["Retribution"] = "Retribution"
|
||
L["Shadow"] = "Shadow"
|
||
L["Subtlety"] = "Subtlety"
|
||
L["Survival"] = "Survival"
|
||
L["Unholy"] = "Unholy"
|
||
|
||
L["Beast"] = "Beast"
|
||
L["Critter"] = "Critter"
|
||
L["Dragonkin"] = "Dragonkin"
|
||
L["Gas Cloud"] = "Gas Cloud"
|
||
L["Humanoid"] = "Humanoid"
|
||
L["Mechanical"] = "Mechanical"
|
||
L["Non-combat Pet"] = "Non-combat Pet"
|
||
L["Not specified"] = "Not specified"
|
||
L["Totem"] = "Totem"
|
||
L["Undead"] = "Undead"
|
||
|
||
L["Wolf"] = "Wolf"
|
||
L["Cat"] = "Cat"
|
||
L["Spider"] = "Spider"
|
||
L["Bear"] = "Bear"
|
||
L["Boar"] = "Boar"
|
||
L["Crocolisk"] = "Crocolisk"
|
||
L["Carrion Bird"] = "Carrion Bird"
|
||
L["Crab"] = "Crab"
|
||
L["Gorilla"] = "Gorilla"
|
||
L["Raptor"] = "Raptor"
|
||
L["Tallstrider"] = "Tallstrider"
|
||
L["Felhunter"] = "Felhunter"
|
||
L["Voidwalker"] = "Voidwalker"
|
||
L["Succubus"] = "Succubus"
|
||
L["Doomguard"] = "Doomguard"
|
||
L["Turtle"] = "Turtle"
|
||
L["Imp"] = "Imp"
|
||
L["Bat"] = "Bat"
|
||
L["Hyena"] = "Hyena"
|
||
L["Bird of Prey"] = "Bird of Prey"
|
||
L["Wind Serpent"] = "Wind Serpent"
|
||
L["Remote Control"] = "Remote Control"
|
||
L["Felguard"] = "Felguard"
|
||
L["Dragonhawk"] = "Dragonhawk"
|
||
L["Warp Stalker"] = "Warp Stalker"
|
||
L["Sporebat"] = "Sporebat"
|
||
L["Nether Ray"] = "Nether Ray"
|
||
L["Serpent"] = "Serpent"
|
||
L["Moth"] = "Moth"
|
||
L["Chimaera"] = "Chimaera"
|
||
L["Devilsaur"] = "Devilsaur"
|
||
L["Ghoul"] = "Ghoul"
|
||
L["Worm"] = "Worm"
|
||
L["Rhino"] = "Rhino"
|
||
L["Wasp"] = "Wasp"
|
||
L["Core Hound"] = "Core Hound"
|
||
L["Spirit Beast"] = "Spirit Beast"
|
||
L["Incubus"] = "Incubus"
|
||
|
||
L["SHORTDATE_EU"] = "%1$d/%2$d/%3$02d"
|
||
L["D_SECONDS"] = "%d |4Second:Seconds;"
|
||
L["SECONDS_ABBR"] = "%d |4Sec:Sec;"
|
||
L["SECOND_ONELETTER_ABBR"] = "%d s"
|
||
L["D_MINUTES"] = "%d |4Minute:Minutes;"
|
||
L["MINUTES_ABBR"] = "%d |4Min:Min;"
|
||
L["MINUTE_ONELETTER_ABBR"] = "%d m"
|
||
L["D_HOURS"] = "%d |4Hour:Hours;"
|
||
L["HOURS_ABBR"] = "%d |4Hr:Hr;"
|
||
L["HOUR_ONELETTER_ABBR"] = "%d h"
|
||
L["D_DAYS"] = "%d |4Day:Days;"
|
||
L["DAYS_ABBR"] = "%d |4Day:Days;"
|
||
L["DAY_ONELETTER_ABBR"] = "%d d"
|
||
L["LESS_THAN_OPERAND"] = "< %s"
|
||
L["TIME_UNIT_DELIMITER"] = " "
|
||
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
|
||
L["MINUTES_SECONDS"] = "%.2d:%.2d"
|
||
L["SHORTDATE"] = "%2$d/%1$02d/%3$02d"
|
||
L["SHORTDATENOYEAR"] = "%2$d/%1$02d"
|
||
L["SHORTDATENOYEAR_EU"] = "%1$d/%2$d"
|
||
L["DECIMAL_SEPERATOR"] = "."
|
||
L["SECOND_NUMBER_CAP"] = " M"
|
||
L["FIRST_NUMBER_CAP"] = " K"
|
||
L["FIRST_NUMBER_CAP_NO_SPACE"] = "K"
|
||
L["FOURTH_NUMBER_CAP_NO_SPACE"] = "T"
|
||
L["SECOND_NUMBER_CAP_NO_SPACE"] = "M"
|
||
L["THIRD_NUMBER_CAP_NO_SPACE"] = "B"
|
||
|
||
|
||
elseif (locale == "deDE") then
|
||
L["AddOn: APIDocumentation is %s."] = "AddOn: APIDocumentation ist %s."
|
||
L["Please install it."] = "Bitte installiere es."
|
||
L["Please enable it in your AddOn list."] = "Bitte aktiviere es in deiner AddOn-Liste."
|
||
L["AddOn: APIDocumentation is not loaded correctly."] = "AddOn: APIDocumentation wurde nicht korrekt geladen."
|
||
|
||
--[[Translation missing --]]
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "Requires syncing the specialization via LibGroupTalents."
|
||
L["Affliction"] = "Gebrechen"
|
||
L["Arcane"] = "Arkan"
|
||
L["Arms"] = "Waffen"
|
||
L["Assassination"] = "Meucheln"
|
||
L["Balance"] = "Gleichgewicht"
|
||
L["Beast Mastery"] = "Tierherrschaft"
|
||
L["Blood"] = "Blut"
|
||
L["Combat"] = "Kampf"
|
||
L["Demonology"] = "Dämonologie"
|
||
L["Destruction"] = "Zerstörung"
|
||
L["Discipline"] = "Disziplin"
|
||
L["ElementalShaman"] = "Elementar"
|
||
L["Enhancement"] = "Verstärkung"
|
||
L["Feral Combat"] = "Wilder Kampf"
|
||
L["Fire"] = "Feuer"
|
||
L["Frost"] = "Frost"
|
||
L["Fury"] = "Furor"
|
||
L["Holy"] = "Heilig"
|
||
L["Hybrid"] = "Hybride"
|
||
L["Marksmanship"] = "Treffsicherheit"
|
||
L["Protection"] = "Schutz"
|
||
L["Restoration"] = "Wiederherst."
|
||
L["Retribution"] = "Vergeltung"
|
||
L["Shadow"] = "Schatten"
|
||
L["Subtlety"] = "Täuschung"
|
||
L["Survival"] = "Überleben"
|
||
L["Unholy"] = "Unheilig"
|
||
|
||
L["Beast"] = "Wildtier"
|
||
L["Critter"] = "Tier"
|
||
L["Dragonkin"] = "Drachkin"
|
||
L["Gas Cloud"] = "Gaswolke"
|
||
L["Humanoid"] = "Humanoid"
|
||
L["Mechanical"] = "Mechanisch"
|
||
L["Non-combat Pet"] = "Haustier"
|
||
L["Not specified"] = "Nicht spezifiziert"
|
||
L["Totem"] = "Totem"
|
||
L["Undead"] = "Untoter"
|
||
|
||
L["Wolf"] = "Wolf"
|
||
L["Cat"] = "Katze"
|
||
L["Spider"] = "Spinne"
|
||
L["Bear"] = "Bär"
|
||
L["Boar"] = "Eber"
|
||
L["Crocolisk"] = "Krokilisk"
|
||
L["Carrion Bird"] = "Aasvogel"
|
||
L["Crab"] = "Krebs"
|
||
L["Gorilla"] = "Gorilla"
|
||
L["Raptor"] = "Raptor"
|
||
L["Tallstrider"] = "Weitschreiter"
|
||
L["Felhunter"] = "Teufelsjäger"
|
||
L["Voidwalker"] = "Leerwandler"
|
||
L["Succubus"] = "Sukkubus"
|
||
L["Doomguard"] = "Verdammniswache"
|
||
L["Turtle"] = "Schildkröte"
|
||
L["Imp"] = "Wichtel"
|
||
L["Bat"] = "Fledermaus"
|
||
L["Hyena"] = "Hyäne"
|
||
L["Bird of Prey"] = "Raubvogel"
|
||
L["Wind Serpent"] = "Windnatter"
|
||
L["Remote Control"] = "Ferngesteuert"
|
||
L["Felguard"] = "Teufelswache"
|
||
L["Dragonhawk"] = "Drachenfalke"
|
||
L["Warp Stalker"] = "Sphärenjäger"
|
||
L["Sporebat"] = "Sporensegler"
|
||
L["Nether Ray"] = "Netherrochen"
|
||
L["Serpent"] = "Schlange"
|
||
L["Moth"] = "Motte"
|
||
L["Chimaera"] = "Schimäre"
|
||
L["Devilsaur"] = "Teufelssaurier"
|
||
L["Ghoul"] = "Ghul"
|
||
L["Worm"] = "Wurm"
|
||
L["Rhino"] = "Rhinozeros"
|
||
L["Wasp"] = "Wespe"
|
||
L["Core Hound"] = "Kernhund"
|
||
L["Spirit Beast"] = "Geisterbestie"
|
||
L["Incubus"] = "Inkubus"
|
||
|
||
L["SHORTDATE_EU"] = "%1$d.%2$d.%3$02d"
|
||
L["D_SECONDS"] = "%d |4Sekunde:Sekunden;"
|
||
L["SECONDS_ABBR"] = "%d |4Sek.:Sek.;"
|
||
L["SECOND_ONELETTER_ABBR"] = "%d s"
|
||
L["D_MINUTES"] = "%d |4Minute:Minuten;"
|
||
L["MINUTES_ABBR"] = "%d |4Min.:Min.;"
|
||
L["MINUTE_ONELETTER_ABBR"] = "%d m"
|
||
L["D_HOURS"] = "%d |4Stunde:Stunden;"
|
||
L["HOURS_ABBR"] = "%d |4Std.:Std.;"
|
||
L["HOUR_ONELETTER_ABBR"] = "%d h"
|
||
L["D_DAYS"] = "%d |4Tag:Tage;"
|
||
L["DAYS_ABBR"] = "%d |4Tag:Tage;"
|
||
L["DAY_ONELETTER_ABBR"] = "%d d"
|
||
L["LESS_THAN_OPERAND"] = "< %s"
|
||
L["TIME_UNIT_DELIMITER"] = " "
|
||
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
|
||
L["MINUTES_SECONDS"] = "%.2d:%.2d"
|
||
L["SHORTDATE"] = "%1$02d.%2$02d.%3$02d"
|
||
L["SHORTDATENOYEAR"] = "%1$02d.%2$d."
|
||
L["SHORTDATENOYEAR_EU"] = "%1$d.%2$d."
|
||
L["DECIMAL_SEPERATOR"] = ","
|
||
L["SECOND_NUMBER_CAP"] = " M"
|
||
L["FIRST_NUMBER_CAP"] = " K"
|
||
L["FIRST_NUMBER_CAP_NO_SPACE"] = "K"
|
||
L["FOURTH_NUMBER_CAP_NO_SPACE"] = " Bio."
|
||
L["SECOND_NUMBER_CAP_NO_SPACE"] = " Mio."
|
||
L["THIRD_NUMBER_CAP_NO_SPACE"] = " Mrd."
|
||
|
||
|
||
elseif (locale == "esES") then
|
||
L["AddOn: APIDocumentation is %s."] = "AddOn: APIDocumentation está %s."
|
||
L["Please install it."] = "Por favor, instálalo."
|
||
L["Please enable it in your AddOn list."] = "Por favor, actívalo en tu lista de AddOns."
|
||
L["AddOn: APIDocumentation is not loaded correctly."] = "AddOn: APIDocumentation no se ha cargado correctamente."
|
||
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "Requiere sincronizar la especialización mediante LibGroupTalents."
|
||
L["Affliction"] = "Aflicción"
|
||
L["Arcane"] = "Arcano"
|
||
L["Arms"] = "Armas"
|
||
L["Assassination"] = "Asesinato"
|
||
L["Balance"] = "Equilibrio"
|
||
L["Beast Mastery"] = "Dominio de bestias"
|
||
L["Blood"] = "Sangre"
|
||
L["Combat"] = "Combate"
|
||
L["Demonology"] = "Demonología"
|
||
L["Destruction"] = "Destrucción"
|
||
L["Discipline"] = "Disciplina"
|
||
L["ElementalShaman"] = "Elemental"
|
||
L["Enhancement"] = "Mejora"
|
||
L["Feral Combat"] = "Combate feral"
|
||
L["Fire"] = "Fuego"
|
||
L["Frost"] = "Escarcha"
|
||
L["Fury"] = "Furia"
|
||
L["Holy"] = "Sagrado"
|
||
L["Hybrid"] = "Híbrido"
|
||
L["Marksmanship"] = "Puntería"
|
||
L["Protection"] = "Protección"
|
||
L["Restoration"] = "Restauración"
|
||
L["Retribution"] = "Reprensión"
|
||
L["Shadow"] = "Sombra"
|
||
L["Subtlety"] = "Sutileza"
|
||
L["Survival"] = "Supervivencia"
|
||
L["Unholy"] = "Profano"
|
||
|
||
L["Beast"] = "Bestia"
|
||
L["Critter"] = "Alma"
|
||
L["Dragonkin"] = "Dragón"
|
||
L["Gas Cloud"] = "Nube de Gas"
|
||
L["Humanoid"] = "Humanoide"
|
||
L["Mechanical"] = "Mecánico"
|
||
L["Non-combat Pet"] = "Mascota no combatiente"
|
||
L["Not specified"] = "No especificado"
|
||
L["Totem"] = "Tótem"
|
||
L["Undead"] = "No-muerto"
|
||
|
||
L["Wolf"] = "Lobo"
|
||
L["Cat"] = "Felino"
|
||
L["Spider"] = "Araña"
|
||
L["Bear"] = "Oso"
|
||
L["Boar"] = "Jabalí"
|
||
L["Crocolisk"] = "Crocolisco"
|
||
L["Carrion Bird"] = "Carroñero"
|
||
L["Crab"] = "Cangrejo"
|
||
L["Gorilla"] = "Gorila"
|
||
L["Raptor"] = "Raptor"
|
||
L["Tallstrider"] = "Zancaalta"
|
||
L["Felhunter"] = "Manáfago"
|
||
L["Voidwalker"] = "Abisario"
|
||
L["Succubus"] = "Súcubo"
|
||
L["Doomguard"] = "Guardia apocalíptico"
|
||
L["Turtle"] = "Tortuga"
|
||
L["Imp"] = "Diablillo"
|
||
L["Bat"] = "Murciélago"
|
||
L["Hyena"] = "Hiena"
|
||
L["Bird of Prey"] = "Ave rapaz"
|
||
L["Wind Serpent"] = "Serpiente alada"
|
||
L["Remote Control"] = "Control remoto"
|
||
L["Felguard"] = "Guardia vil"
|
||
L["Dragonhawk"] = "Dracohalcón"
|
||
L["Warp Stalker"] = "Acechador deformado"
|
||
L["Sporebat"] = "Esporiélago"
|
||
L["Nether Ray"] = "Raya abisal"
|
||
L["Serpent"] = "Serpiente"
|
||
L["Moth"] = "Palomilla"
|
||
L["Chimaera"] = "Quimera"
|
||
L["Devilsaur"] = "Demosaurio"
|
||
L["Ghoul"] = "Necrófago"
|
||
L["Worm"] = "Gusano"
|
||
L["Rhino"] = "Rinoceronte"
|
||
L["Wasp"] = "Avispa"
|
||
L["Core Hound"] = "Can del Núcleo"
|
||
L["Spirit Beast"] = "Bestia espíritu"
|
||
L["Incubus"] = "Íncubos"
|
||
|
||
L["SHORTDATE_EU"] = "%1$d/%2$d/%3$02d"
|
||
L["D_SECONDS"] = "%d |4segundo:segundos;"
|
||
L["SECONDS_ABBR"] = "%d |4s:s;"
|
||
L["SECOND_ONELETTER_ABBR"] = "%d s"
|
||
L["D_MINUTES"] = "%d |4minuto:minutos;"
|
||
L["MINUTES_ABBR"] = "%d |4min:min;"
|
||
L["MINUTE_ONELETTER_ABBR"] = "%d m"
|
||
L["D_HOURS"] = "%d |4hora:horas;"
|
||
L["HOURS_ABBR"] = "%d |4h:h;"
|
||
L["HOUR_ONELETTER_ABBR"] = "%d h"
|
||
L["D_DAYS"] = "%d |4día:días;"
|
||
L["DAYS_ABBR"] = "%d |4día:días;"
|
||
L["DAY_ONELETTER_ABBR"] = "%d d"
|
||
L["LESS_THAN_OPERAND"] = "< %s"
|
||
L["TIME_UNIT_DELIMITER"] = " "
|
||
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
|
||
L["MINUTES_SECONDS"] = "%.2d:%.2d"
|
||
L["SHORTDATE"] = "%1$02d/%2$02d/%3$02d"
|
||
L["SHORTDATENOYEAR"] = "%1$02d/%2$d"
|
||
L["SHORTDATENOYEAR_EU"] = "%1$d/%2$d"
|
||
L["DECIMAL_SEPERATOR"] = "."
|
||
L["SECOND_NUMBER_CAP"] = "mill."
|
||
L["FIRST_NUMBER_CAP"] = "mil"
|
||
L["FIRST_NUMBER_CAP_NO_SPACE"] = "mil"
|
||
L["FOURTH_NUMBER_CAP_NO_SPACE"] = "T"
|
||
L["SECOND_NUMBER_CAP_NO_SPACE"] = "mill."
|
||
L["THIRD_NUMBER_CAP_NO_SPACE"] = "MM"
|
||
|
||
|
||
elseif (locale == "esMX") then
|
||
L["AddOn: APIDocumentation is %s."] = "AddOn: APIDocumentation está %s."
|
||
L["Please install it."] = "Por favor, instálalo."
|
||
L["Please enable it in your AddOn list."] = "Por favor, actívalo en tu lista de AddOns."
|
||
L["AddOn: APIDocumentation is not loaded correctly."] = "AddOn: APIDocumentation no se ha cargado correctamente."
|
||
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "Requiere sincronizar la especialización mediante LibGroupTalents."
|
||
L["Affliction"] = "Aflicción"
|
||
L["Arcane"] = "Arcano"
|
||
L["Arms"] = "Armas"
|
||
L["Assassination"] = "Asesinato"
|
||
L["Balance"] = "Balance"
|
||
L["Beast Mastery"] = "Bestias"
|
||
L["Blood"] = "Sangre"
|
||
L["Combat"] = "Combate"
|
||
L["Demonology"] = "Demonología"
|
||
L["Destruction"] = "Destrucción"
|
||
L["Discipline"] = "Disciplina"
|
||
L["ElementalShaman"] = "Elemental"
|
||
L["Enhancement"] = "Mejora"
|
||
L["Feral Combat"] = "Combate feral"
|
||
L["Fire"] = "Fuego"
|
||
L["Frost"] = "Escarcha"
|
||
L["Fury"] = "Furia"
|
||
L["Holy"] = "Sagrado"
|
||
L["Hybrid"] = "Híbrido"
|
||
L["Marksmanship"] = "Puntería"
|
||
L["Protection"] = "Protección"
|
||
L["Restoration"] = "Restauración"
|
||
L["Retribution"] = "Reprensión"
|
||
L["Shadow"] = "Sombra"
|
||
L["Subtlety"] = "Sutileza"
|
||
L["Survival"] = "Supervivencia"
|
||
L["Unholy"] = "Profano"
|
||
|
||
L["Beast"] = "Bestia"
|
||
L["Critter"] = "Alma"
|
||
L["Dragonkin"] = "Dragon"
|
||
L["Gas Cloud"] = "Nube de Gas"
|
||
L["Humanoid"] = "Humanoide"
|
||
L["Mechanical"] = "Mecánico"
|
||
L["Non-combat Pet"] = "Mascota mansa"
|
||
L["Not specified"] = "Sin especificar"
|
||
L["Totem"] = "Totém"
|
||
L["Undead"] = "No-muerto"
|
||
|
||
L["Wolf"] = "Lobo"
|
||
L["Cat"] = "Felino"
|
||
L["Spider"] = "Araña"
|
||
L["Bear"] = "Oso"
|
||
L["Boar"] = "Jabalí"
|
||
L["Crocolisk"] = "Crocolisco"
|
||
L["Carrion Bird"] = "Carroñero"
|
||
L["Crab"] = "Cangrejo"
|
||
L["Gorilla"] = "Gorila"
|
||
L["Raptor"] = "Raptor"
|
||
L["Tallstrider"] = "Zancaalta"
|
||
L["Felhunter"] = "Manáfago"
|
||
L["Voidwalker"] = "Abisario"
|
||
L["Succubus"] = "Súcubo"
|
||
L["Doomguard"] = "Guardia apocalíptico"
|
||
L["Turtle"] = "Tortuga"
|
||
L["Imp"] = "Diablillo"
|
||
L["Bat"] = "Murciélago"
|
||
L["Hyena"] = "Hiena"
|
||
L["Bird of Prey"] = "Ave rapaz"
|
||
L["Wind Serpent"] = "Serpiente alada"
|
||
L["Remote Control"] = "Control remoto"
|
||
L["Felguard"] = "Guardia vil"
|
||
L["Dragonhawk"] = "Dracohalcón"
|
||
L["Warp Stalker"] = "Acechador deformado"
|
||
L["Sporebat"] = "Esporiélago"
|
||
L["Nether Ray"] = "Raya abisal"
|
||
L["Serpent"] = "Serpiente"
|
||
L["Moth"] = "Palomilla"
|
||
L["Chimaera"] = "Quimera"
|
||
L["Devilsaur"] = "Demosaurio"
|
||
L["Ghoul"] = "Necrófago"
|
||
L["Worm"] = "Gusano"
|
||
L["Rhino"] = "Rinoceronte"
|
||
L["Wasp"] = "Avispa"
|
||
L["Core Hound"] = "Can del Núcleo"
|
||
L["Spirit Beast"] = "Bestia espíritu"
|
||
L["Incubus"] = "Íncubo"
|
||
|
||
L["SHORTDATE_EU"] = "%1$d/%2$d/%3$02d"
|
||
L["D_SECONDS"] = "%d |4segundo:segundos;"
|
||
L["SECONDS_ABBR"] = "%d |4s:s;"
|
||
L["SECOND_ONELETTER_ABBR"] = "%d s"
|
||
L["D_MINUTES"] = "%d |4minuto:minutos;"
|
||
L["MINUTES_ABBR"] = "%d |4min:min;"
|
||
L["MINUTE_ONELETTER_ABBR"] = "%d m"
|
||
L["D_HOURS"] = "%d |4Hora:Horas;"
|
||
L["HOURS_ABBR"] = "%d |4h:h;"
|
||
L["HOUR_ONELETTER_ABBR"] = "%d h"
|
||
L["D_DAYS"] = "%d |4Día:Días;"
|
||
L["DAYS_ABBR"] = "%d |4Día:Días;"
|
||
L["DAY_ONELETTER_ABBR"] = "%d d"
|
||
L["LESS_THAN_OPERAND"] = "< %s"
|
||
L["TIME_UNIT_DELIMITER"] = " "
|
||
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
|
||
L["MINUTES_SECONDS"] = "%.2d:%.2d"
|
||
L["SHORTDATE"] = "%1$02d/%2$02d/%3$02d"
|
||
L["SHORTDATENOYEAR"] = "%1$02d/%2$d"
|
||
L["SHORTDATENOYEAR_EU"] = "%1$d/%2$d"
|
||
L["DECIMAL_SEPERATOR"] = "."
|
||
L["SECOND_NUMBER_CAP"] = "mill."
|
||
L["FIRST_NUMBER_CAP"] = "mil"
|
||
L["FIRST_NUMBER_CAP_NO_SPACE"] = "mil"
|
||
L["FOURTH_NUMBER_CAP_NO_SPACE"] = "T"
|
||
L["SECOND_NUMBER_CAP_NO_SPACE"] = "mill."
|
||
L["THIRD_NUMBER_CAP_NO_SPACE"] = "B"
|
||
|
||
|
||
elseif (locale == "frFR") then
|
||
L["AddOn: APIDocumentation is %s."] = "Addon: APIDocumentation est %s."
|
||
L["Please install it."] = "Veuillez l'installer."
|
||
L["Please enable it in your AddOn list."] = "Veuillez l'activer dans votre liste d'Addons."
|
||
L["AddOn: APIDocumentation is not loaded correctly."] = "Addon: APIDocumentation n'a pas été chargé correctement."
|
||
|
||
--[[Translation missing --]]
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "Requires syncing the specialization via LibGroupTalents."
|
||
L["Affliction"] = "Affliction"
|
||
L["Arcane"] = "Arcane"
|
||
L["Arms"] = "Armes"
|
||
L["Assassination"] = "Assassinat"
|
||
L["Balance"] = "Equilibre"
|
||
L["Beast Mastery"] = "Maîtrise des bêtes"
|
||
L["Blood"] = "Sang"
|
||
L["Combat"] = "Combat"
|
||
L["Demonology"] = "Démonologie"
|
||
L["Destruction"] = "Destruction"
|
||
L["Discipline"] = "Discipline"
|
||
L["ElementalShaman"] = "Elémentaire"
|
||
L["Enhancement"] = "Amélioration"
|
||
L["Feral Combat"] = "Combat farouche"
|
||
L["Fire"] = "Feu"
|
||
L["Frost"] = "Givre"
|
||
L["Fury"] = "Fureur"
|
||
L["Holy"] = "Sacré"
|
||
L["Hybrid"] = "Hybride"
|
||
L["Marksmanship"] = "Précision"
|
||
L["Protection"] = "Protection"
|
||
L["Restoration"] = "Restauration"
|
||
L["Retribution"] = "Vindicte"
|
||
L["Shadow"] = "Ombre"
|
||
L["Subtlety"] = "Finesse"
|
||
L["Survival"] = "Survie"
|
||
L["Unholy"] = "Impie"
|
||
|
||
L["Beast"] = "Bête"
|
||
L["Critter"] = "Bestiole"
|
||
L["Dragonkin"] = "Draconien"
|
||
L["Gas Cloud"] = "Nuage de gaz"
|
||
L["Humanoid"] = "Humanoïde"
|
||
L["Mechanical"] = "Mécanique"
|
||
L["Non-combat Pet"] = "Familier pacifique"
|
||
L["Not specified"] = "Non spécifié"
|
||
L["Totem"] = "Totem"
|
||
L["Undead"] = "Mort-vivant"
|
||
|
||
L["Wolf"] = "Loup"
|
||
L["Cat"] = "Félin"
|
||
L["Spider"] = "Araignée"
|
||
L["Bear"] = "Ours"
|
||
L["Boar"] = "Sanglier"
|
||
L["Crocolisk"] = "Crocilisque"
|
||
L["Carrion Bird"] = "Charognard"
|
||
L["Crab"] = "Crabe"
|
||
L["Gorilla"] = "Gorille"
|
||
L["Raptor"] = "Raptor"
|
||
L["Tallstrider"] = "Haut-trotteur"
|
||
L["Felhunter"] = "Chasseur corrompu"
|
||
L["Voidwalker"] = "Marcheur du Vide"
|
||
L["Succubus"] = "Succube"
|
||
L["Doomguard"] = "Garde funeste"
|
||
L["Turtle"] = "Tortue"
|
||
L["Imp"] = "Diablotin"
|
||
L["Bat"] = "Chauve-souris"
|
||
L["Hyena"] = "Hyène"
|
||
L["Bird of Prey"] = "Oiseau de proie"
|
||
L["Wind Serpent"] = "Serpent des vents"
|
||
L["Remote Control"] = "Télécommande"
|
||
L["Felguard"] = "Gangregarde"
|
||
L["Dragonhawk"] = "Faucon-dragon"
|
||
L["Warp Stalker"] = "Traqueur dim."
|
||
L["Sporebat"] = "Sporoptère"
|
||
L["Nether Ray"] = "Raie du Néant"
|
||
L["Serpent"] = "Serpent"
|
||
L["Moth"] = "Phalène"
|
||
L["Chimaera"] = "Chimère"
|
||
L["Devilsaur"] = "Diablosaure"
|
||
L["Ghoul"] = "Goule"
|
||
L["Worm"] = "Ver"
|
||
L["Rhino"] = "Rhinocéros"
|
||
L["Wasp"] = "Guêpe"
|
||
L["Core Hound"] = "Chien du Magma"
|
||
L["Spirit Beast"] = "Esprit de bête"
|
||
L["Incubus"] = "Incube"
|
||
|
||
L["SHORTDATE_EU"] = "%1$d/%2$d/%3$02d"
|
||
L["D_SECONDS"] = "%d |4seconde:secondes;"
|
||
L["SECONDS_ABBR"] = "%d s"
|
||
L["SECOND_ONELETTER_ABBR"] = "%d s"
|
||
L["D_MINUTES"] = "%d |4minute:minutes;"
|
||
L["MINUTES_ABBR"] = "%d |4min:min;"
|
||
L["MINUTE_ONELETTER_ABBR"] = "%d m"
|
||
L["D_HOURS"] = "%d |4heure:heures;"
|
||
L["HOURS_ABBR"] = "%d |4h:h;"
|
||
L["HOUR_ONELETTER_ABBR"] = "%d h"
|
||
L["D_DAYS"] = "%d |4jour:jours;"
|
||
L["DAYS_ABBR"] = "%d |4jour:jours;"
|
||
L["DAY_ONELETTER_ABBR"] = "%d j"
|
||
L["LESS_THAN_OPERAND"] = "< %s"
|
||
L["TIME_UNIT_DELIMITER"] = " "
|
||
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
|
||
L["MINUTES_SECONDS"] = "%.2d:%.2d"
|
||
L["SHORTDATE"] = "%1$02d/%2$d/%3$02d"
|
||
L["SHORTDATENOYEAR"] = "%1$d/%2$02d"
|
||
L["SHORTDATENOYEAR_EU"] = "%1$d/%2$d"
|
||
L["DECIMAL_SEPERATOR"] = ","
|
||
L["SECOND_NUMBER_CAP"] = " m"
|
||
L["FIRST_NUMBER_CAP"] = " k"
|
||
L["FIRST_NUMBER_CAP_NO_SPACE"] = " k"
|
||
L["FOURTH_NUMBER_CAP_NO_SPACE"] = " T"
|
||
L["SECOND_NUMBER_CAP_NO_SPACE"] = " M"
|
||
L["THIRD_NUMBER_CAP_NO_SPACE"] = " G"
|
||
|
||
|
||
elseif (locale == "itIT") then
|
||
--[[Translation missing --]]
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "Requires syncing the specialization via LibGroupTalents."
|
||
L["AddOn: APIDocumentation is %s."] = "AddOn: APIDocumentation is %s."
|
||
L["Please install it."] = "Please install it."
|
||
L["Please enable it in your AddOn list."] = "Please enable it in your AddOn list."
|
||
L["AddOn: APIDocumentation is not loaded correctly."] = "AddOn: APIDocumentation is not loaded correctly."
|
||
|
||
--[[Translation missing --]]
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "Requires syncing the specialization via LibGroupTalents."
|
||
L["Affliction"] = "Affliction"
|
||
L["Arcane"] = "Arcane"
|
||
L["Arms"] = "Arms"
|
||
L["Assassination"] = "Assassination"
|
||
L["Balance"] = "Balance"
|
||
L["Beast Mastery"] = "Beast Mastery"
|
||
L["Blood"] = "Blood"
|
||
L["Combat"] = "Combat"
|
||
L["Demonology"] = "Demonology"
|
||
L["Destruction"] = "Destruction"
|
||
L["Discipline"] = "Discipline"
|
||
L["ElementalShaman"] = "Elemental"
|
||
L["Enhancement"] = "Enhancement"
|
||
L["Feral Combat"] = "Feral Combat"
|
||
L["Fire"] = "Fire"
|
||
L["Frost"] = "Frost"
|
||
L["Fury"] = "Fury"
|
||
L["Holy"] = "Holy"
|
||
L["Hybrid"] = "Hybrid"
|
||
L["Marksmanship"] = "Marksmanship"
|
||
L["Protection"] = "Protection"
|
||
L["Restoration"] = "Restoration"
|
||
L["Retribution"] = "Retribution"
|
||
L["Shadow"] = "Shadow"
|
||
L["Subtlety"] = "Subtlety"
|
||
L["Survival"] = "Survival"
|
||
L["Unholy"] = "Unholy"
|
||
|
||
--[[Translation missing --]]
|
||
L["Beast"] = "Beast"
|
||
L["Critter"] = "Critter"
|
||
L["Dragonkin"] = "Dragonkin"
|
||
L["Gas Cloud"] = "Gas Cloud"
|
||
L["Humanoid"] = "Humanoid"
|
||
L["Mechanical"] = "Mechanical"
|
||
L["Non-combat Pet"] = "Non-combat Pet"
|
||
L["Not specified"] = "Not specified"
|
||
L["Totem"] = "Totem"
|
||
L["Undead"] = "Undead"
|
||
|
||
--[[Translation missing --]]
|
||
L["Wolf"] = "Wolf"
|
||
L["Cat"] = "Cat"
|
||
L["Spider"] = "Spider"
|
||
L["Bear"] = "Bear"
|
||
L["Boar"] = "Boar"
|
||
L["Crocolisk"] = "Crocolisk"
|
||
L["Carrion Bird"] = "Carrion Bird"
|
||
L["Crab"] = "Crab"
|
||
L["Gorilla"] = "Gorilla"
|
||
L["Raptor"] = "Raptor"
|
||
L["Tallstrider"] = "Tallstrider"
|
||
L["Felhunter"] = "Felhunter"
|
||
L["Voidwalker"] = "Voidwalker"
|
||
L["Succubus"] = "Succubus"
|
||
L["Doomguard"] = "Doomguard"
|
||
L["Turtle"] = "Turtle"
|
||
L["Imp"] = "Imp"
|
||
L["Bat"] = "Bat"
|
||
L["Hyena"] = "Hyena"
|
||
L["Bird of Prey"] = "Bird of Prey"
|
||
L["Wind Serpent"] = "Wind Serpent"
|
||
L["Remote Control"] = "Remote Control"
|
||
L["Felguard"] = "Felguard"
|
||
L["Dragonhawk"] = "Dragonhawk"
|
||
L["Warp Stalker"] = "Warp Stalker"
|
||
L["Sporebat"] = "Sporebat"
|
||
L["Nether Ray"] = "Nether Ray"
|
||
L["Serpent"] = "Serpent"
|
||
L["Moth"] = "Moth"
|
||
L["Chimaera"] = "Chimaera"
|
||
L["Devilsaur"] = "Devilsaur"
|
||
L["Ghoul"] = "Ghoul"
|
||
L["Worm"] = "Worm"
|
||
L["Rhino"] = "Rhino"
|
||
L["Wasp"] = "Wasp"
|
||
L["Core Hound"] = "Core Hound"
|
||
L["Spirit Beast"] = "Spirit Beast"
|
||
L["Incubus"] = "Incubus"
|
||
|
||
L["SHORTDATE_EU"] = "%1$02d/%2$02d/%3$02d"
|
||
L["D_SECONDS"] = "%d s"
|
||
L["SECONDS_ABBR"] = "%d s"
|
||
L["SECOND_ONELETTER_ABBR"] = "%d s"
|
||
L["D_MINUTES"] = "%d |4minuto:minuti;"
|
||
L["MINUTES_ABBR"] = "%d |4min:min;"
|
||
L["MINUTE_ONELETTER_ABBR"] = "%d m"
|
||
L["D_HOURS"] = "%d |4ora:ore;"
|
||
L["HOURS_ABBR"] = "%d |4ora:ore;"
|
||
L["HOUR_ONELETTER_ABBR"] = "%d o"
|
||
L["D_DAYS"] = "%d |4giorno:giorni;"
|
||
L["DAYS_ABBR"] = "%d |4giorno:giorni;"
|
||
L["DAY_ONELETTER_ABBR"] = "%d g"
|
||
L["LESS_THAN_OPERAND"] = "< %s"
|
||
L["TIME_UNIT_DELIMITER"] = " "
|
||
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
|
||
L["MINUTES_SECONDS"] = "%.2d:%.2d"
|
||
L["SHORTDATE"] = "%1$02d/%2$02d/%3$02d"
|
||
L["SHORTDATENOYEAR"] = "%1$d/%2$02d"
|
||
L["SHORTDATENOYEAR_EU"] = "%1$d/%2$d"
|
||
L["DECIMAL_SEPERATOR"] = ","
|
||
L["SECOND_NUMBER_CAP"] = " M"
|
||
L["FIRST_NUMBER_CAP"] = " K"
|
||
L["FIRST_NUMBER_CAP_NO_SPACE"] = "K"
|
||
L["FOURTH_NUMBER_CAP_NO_SPACE"] = "Bld"
|
||
L["SECOND_NUMBER_CAP_NO_SPACE"] = "M"
|
||
L["THIRD_NUMBER_CAP_NO_SPACE"] = "Mld"
|
||
|
||
|
||
elseif (locale == "koKR") then
|
||
L["AddOn: APIDocumentation is %s."] = "애드온: APIDocumentation이(가) %s입니다."
|
||
L["Please install it."] = "설치해 주십시오."
|
||
L["Please enable it in your AddOn list."] = "애드온 목록에서 활성화해 주십시오."
|
||
L["AddOn: APIDocumentation is not loaded correctly."] = "애드온: APIDocumentation이(가) 제대로 로드되지 않았습니다."
|
||
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "LibGroupTalents을 통해 전문화를 동기화해야 합니다."
|
||
L["Affliction"] = "고통"
|
||
L["Arcane"] = "비전"
|
||
L["Arms"] = "무기"
|
||
L["Assassination"] = "암살"
|
||
L["Balance"] = "조화"
|
||
L["Beast Mastery"] = "야수"
|
||
L["Blood"] = "혈기"
|
||
L["Combat"] = "전투"
|
||
L["Demonology"] = "악마"
|
||
L["Destruction"] = "파괴"
|
||
L["Discipline"] = "수양"
|
||
L["ElementalShaman"] = "정기"
|
||
L["Enhancement"] = "고양"
|
||
L["Feral Combat"] = "야성"
|
||
L["Fire"] = "화염"
|
||
L["Frost"] = "냉기"
|
||
L["Fury"] = "분노"
|
||
L["Holy"] = "신성"
|
||
L["Hybrid"] = "하이브리드"
|
||
L["Marksmanship"] = "사격"
|
||
L["Protection"] = "방어"
|
||
L["Restoration"] = "복원"
|
||
L["Retribution"] = "징벌"
|
||
L["Shadow"] = "암흑"
|
||
L["Subtlety"] = "잠행"
|
||
L["Survival"] = "생존"
|
||
L["Unholy"] = "부정"
|
||
|
||
L["Beast"] = "야수"
|
||
L["Critter"] = "동물"
|
||
L["Dragonkin"] = "용족"
|
||
L["Gas Cloud"] = "가스"
|
||
L["Humanoid"] = "인간형"
|
||
L["Mechanical"] = "기계"
|
||
L["Non-combat Pet"] = "애완동물"
|
||
L["Not specified"] = "기타"
|
||
L["Totem"] = "토템"
|
||
L["Undead"] = "언데드"
|
||
|
||
L["Wolf"] = "늑대"
|
||
L["Cat"] = "살쾡이"
|
||
L["Spider"] = "거미"
|
||
L["Bear"] = "곰"
|
||
L["Boar"] = "멧돼지"
|
||
L["Crocolisk"] = "악어"
|
||
L["Carrion Bird"] = "독수리"
|
||
L["Crab"] = "게"
|
||
L["Gorilla"] = "고릴라"
|
||
L["Raptor"] = "랩터"
|
||
L["Tallstrider"] = "타조"
|
||
L["Felhunter"] = "지옥사냥개"
|
||
L["Voidwalker"] = "보이드워커"
|
||
L["Succubus"] = "서큐버스"
|
||
L["Doomguard"] = "파멸의 수호병"
|
||
L["Turtle"] = "거북"
|
||
L["Imp"] = "임프"
|
||
L["Bat"] = "박쥐"
|
||
L["Hyena"] = "하이에나"
|
||
L["Bird of Prey"] = "맹금"
|
||
L["Wind Serpent"] = "천둥매"
|
||
L["Remote Control"] = "무선조종 장난감"
|
||
L["Felguard"] = "지옥수호병"
|
||
L["Dragonhawk"] = "용매"
|
||
L["Warp Stalker"] = "차원의 추적자"
|
||
L["Sporebat"] = "포자날개"
|
||
L["Nether Ray"] = "황천의 가오리"
|
||
L["Serpent"] = "뱀"
|
||
L["Moth"] = "나방"
|
||
L["Chimaera"] = "키메라"
|
||
L["Devilsaur"] = "데빌사우루스"
|
||
L["Ghoul"] = "구울"
|
||
L["Worm"] = "벌레"
|
||
L["Rhino"] = "코뿔소"
|
||
L["Wasp"] = "말벌"
|
||
L["Core Hound"] = "심장부 사냥개"
|
||
L["Spirit Beast"] = "야수 정령"
|
||
L["Incubus"] = "인큐버스"
|
||
|
||
L["SHORTDATE_EU"] = "%1$d/%2$d/%3$02d"
|
||
L["D_SECONDS"] = "%d초"
|
||
L["SECONDS_ABBR"] = "%d초"
|
||
L["SECOND_ONELETTER_ABBR"] = "%d초"
|
||
L["D_MINUTES"] = "%d분"
|
||
L["MINUTES_ABBR"] = "%d분"
|
||
L["MINUTE_ONELETTER_ABBR"] = "%d분"
|
||
L["D_HOURS"] = "%d시간"
|
||
L["HOURS_ABBR"] = "%d시간"
|
||
L["HOUR_ONELETTER_ABBR"] = "%d시간"
|
||
L["D_DAYS"] = "%d일"
|
||
L["DAYS_ABBR"] = "%d일"
|
||
L["DAY_ONELETTER_ABBR"] = "%d일"
|
||
L["LESS_THAN_OPERAND"] = "< %s"
|
||
L["TIME_UNIT_DELIMITER"] = " "
|
||
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
|
||
L["MINUTES_SECONDS"] = "%.2d:%.2d"
|
||
L["SHORTDATE"] = "%3$02d/%2$d/%1$02d"
|
||
L["SHORTDATENOYEAR"] = "%2$d/%1$02d"
|
||
L["SHORTDATENOYEAR_EU"] = "%1$d/%2$d"
|
||
L["DECIMAL_SEPERATOR"] = "."
|
||
L["SECOND_NUMBER_CAP"] = "억"
|
||
L["FIRST_NUMBER_CAP"] = "만"
|
||
L["FIRST_NUMBER_CAP_NO_SPACE"] = "만"
|
||
L["FOURTH_NUMBER_CAP_NO_SPACE"] = "경"
|
||
L["SECOND_NUMBER_CAP_NO_SPACE"] = "억"
|
||
L["THIRD_NUMBER_CAP_NO_SPACE"] = "조"
|
||
|
||
|
||
elseif (locale == "ptBR") then
|
||
--[[Translation missing --]]
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "Requires syncing the specialization via LibGroupTalents."
|
||
L["AddOn: APIDocumentation is %s."] = "AddOn: APIDocumentation is %s."
|
||
L["Please install it."] = "Please install it."
|
||
L["Please enable it in your AddOn list."] = "Please enable it in your AddOn list."
|
||
L["AddOn: APIDocumentation is not loaded correctly."] = "AddOn: APIDocumentation is not loaded correctly."
|
||
|
||
--[[Translation missing --]]
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "Requires syncing the specialization via LibGroupTalents."
|
||
L["Affliction"] = "Affliction"
|
||
L["Arcane"] = "Arcane"
|
||
L["Arms"] = "Arms"
|
||
L["Assassination"] = "Assassination"
|
||
L["Balance"] = "Balance"
|
||
L["Beast Mastery"] = "Beast Mastery"
|
||
L["Blood"] = "Blood"
|
||
L["Combat"] = "Combat"
|
||
L["Demonology"] = "Demonology"
|
||
L["Destruction"] = "Destruction"
|
||
L["Discipline"] = "Discipline"
|
||
L["ElementalShaman"] = "Elemental"
|
||
L["Enhancement"] = "Enhancement"
|
||
L["Feral Combat"] = "Feral Combat"
|
||
L["Fire"] = "Fire"
|
||
L["Frost"] = "Frost"
|
||
L["Fury"] = "Fury"
|
||
L["Holy"] = "Holy"
|
||
L["Hybrid"] = "Hybrid"
|
||
L["Marksmanship"] = "Marksmanship"
|
||
L["Protection"] = "Protection"
|
||
L["Restoration"] = "Restoration"
|
||
L["Retribution"] = "Retribution"
|
||
L["Shadow"] = "Shadow"
|
||
L["Subtlety"] = "Subtlety"
|
||
L["Survival"] = "Survival"
|
||
L["Unholy"] = "Unholy"
|
||
|
||
L["Beast"] = "Fera"
|
||
L["Critter"] = "Bicho"
|
||
L["Dragonkin"] = "Draconiano"
|
||
L["Gas Cloud"] = "Nuvem de Gás"
|
||
L["Humanoid"] = "Humanoide"
|
||
L["Mechanical"] = "Mecânico"
|
||
L["Non-combat Pet"] = "Mascote"
|
||
L["Not specified"] = "Não Especificado"
|
||
L["Totem"] = "Totem"
|
||
L["Undead"] = "Morto-vivo"
|
||
|
||
L["Wolf"] = "Lobo"
|
||
L["Cat"] = "Gato"
|
||
L["Spider"] = "Aranha"
|
||
L["Bear"] = "Urso"
|
||
L["Boar"] = "Javali"
|
||
L["Crocolisk"] = "Crocolisco"
|
||
L["Carrion Bird"] = "Ave Carniceira"
|
||
L["Crab"] = "Caranguejo"
|
||
L["Gorilla"] = "Gorila"
|
||
L["Raptor"] = "Raptor"
|
||
L["Tallstrider"] = "Moa"
|
||
L["Felhunter"] = "Caçador Vil"
|
||
L["Voidwalker"] = "Emissário do Caos"
|
||
L["Succubus"] = "Súcubo"
|
||
L["Doomguard"] = "Demonarca"
|
||
L["Turtle"] = "Tartaruga"
|
||
L["Imp"] = "Diabrete"
|
||
L["Bat"] = "Morcego"
|
||
L["Hyena"] = "Hiena"
|
||
L["Bird of Prey"] = "Ave de Rapina"
|
||
L["Wind Serpent"] = "Serpente Alada"
|
||
L["Remote Control"] = "Controle Remoto"
|
||
L["Felguard"] = "Guarda Vil"
|
||
L["Dragonhawk"] = "Falcodrago"
|
||
L["Warp Stalker"] = "Espreitador Dimens."
|
||
L["Sporebat"] = "Quirósporo"
|
||
L["Nether Ray"] = "Arraia Etérea"
|
||
L["Serpent"] = "Serpente"
|
||
L["Moth"] = "Mariposa"
|
||
L["Chimaera"] = "Quimera"
|
||
L["Devilsaur"] = "Demossauro"
|
||
L["Ghoul"] = "Carniçal"
|
||
L["Worm"] = "Verme"
|
||
L["Rhino"] = "Rinoceronte"
|
||
L["Wasp"] = "Vespa"
|
||
L["Core Hound"] = "Cão-magma"
|
||
L["Spirit Beast"] = "Fera Espiritual"
|
||
L["Incubus"] = "Íncubo"
|
||
|
||
L["SHORTDATE_EU"] = "%1$d/%2$d/%3$02d"
|
||
L["D_SECONDS"] = "%d |4segundo:segundos;"
|
||
L["SECONDS_ABBR"] = "%d |4s:s;"
|
||
L["SECOND_ONELETTER_ABBR"] = "%d s"
|
||
L["D_MINUTES"] = "%d |4minuto:minutos;"
|
||
L["MINUTES_ABBR"] = "%d |4min:min;"
|
||
L["MINUTE_ONELETTER_ABBR"] = "%d min"
|
||
L["D_HOURS"] = "%d |4hora:horas;"
|
||
L["HOURS_ABBR"] = "%d |4H:H;"
|
||
L["HOUR_ONELETTER_ABBR"] = "%d h"
|
||
L["D_DAYS"] = "%d |4dia:dias;"
|
||
L["DAYS_ABBR"] = "%d |4dia:dias;"
|
||
L["DAY_ONELETTER_ABBR"] = "%d d"
|
||
L["LESS_THAN_OPERAND"] = "< %s"
|
||
L["TIME_UNIT_DELIMITER"] = " "
|
||
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
|
||
L["MINUTES_SECONDS"] = "%.2d:%.2d"
|
||
L["SHORTDATE"] = "%1$02d/%2$d/%3$02d"
|
||
L["SHORTDATENOYEAR"] = "%1$02d/%2$d"
|
||
L["SHORTDATENOYEAR_EU"] = "%1$d/%2$d"
|
||
L["DECIMAL_SEPERATOR"] = "."
|
||
L["SECOND_NUMBER_CAP"] = " M"
|
||
L["FIRST_NUMBER_CAP"] = " K"
|
||
L["FIRST_NUMBER_CAP_NO_SPACE"] = "K"
|
||
L["FOURTH_NUMBER_CAP_NO_SPACE"] = "T"
|
||
L["SECOND_NUMBER_CAP_NO_SPACE"] = "M"
|
||
L["THIRD_NUMBER_CAP_NO_SPACE"] = "B"
|
||
|
||
|
||
elseif (locale == "ruRU") then
|
||
L["AddOn: APIDocumentation is %s."] = "Аддон: APIDocumentation %s."
|
||
L["Please install it."] = "Пожалуйста, установите его."
|
||
L["Please enable it in your AddOn list."] = "Пожалуйста, включите его в вашем списке аддонов."
|
||
L["AddOn: APIDocumentation is not loaded correctly."] = "Аддон: APIDocumentation загружен некорректно."
|
||
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "Требуется синхронизация специализации через LibGroupTalents."
|
||
L["Affliction"] = "Колдовство"
|
||
L["Arcane"] = "Тайная магия"
|
||
L["Arms"] = "Оружие"
|
||
L["Assassination"] = "Ликвидация"
|
||
L["Balance"] = "Баланс"
|
||
L["Beast Mastery"] = "Повелитель зверей"
|
||
L["Blood"] = "Кровь"
|
||
L["Combat"] = "Бой"
|
||
L["Demonology"] = "Демонология"
|
||
L["Destruction"] = "Разрушение"
|
||
L["Discipline"] = "Послушание"
|
||
L["ElementalShaman"] = "Стихии"
|
||
L["Enhancement"] = "Совершенствование"
|
||
L["Feral Combat"] = "Сила зверя"
|
||
L["Fire"] = "Огонь"
|
||
L["Frost"] = "Лед"
|
||
L["Fury"] = "Неистовство"
|
||
L["Holy"] = "Свет"
|
||
L["Hybrid"] = "Гибрид"
|
||
L["Marksmanship"] = "Стрельба"
|
||
L["Protection"] = "Защита"
|
||
L["Restoration"] = "Исцеление"
|
||
L["Retribution"] = "Воздаяние"
|
||
L["Shadow"] = "Тьма"
|
||
L["Subtlety"] = "Скрытность"
|
||
L["Survival"] = "Выживание"
|
||
L["Unholy"] = "Нечестивость"
|
||
|
||
L["Beast"] = "Животное"
|
||
L["Critter"] = "Существо"
|
||
L["Dragonkin"] = "Дракон"
|
||
L["Gas Cloud"] = "Газовое облако"
|
||
L["Humanoid"] = "Гуманоид"
|
||
L["Mechanical"] = "Механизм"
|
||
L["Non-combat Pet"] = "Спутник"
|
||
L["Not specified"] = "Не указано"
|
||
L["Totem"] = "Тотем"
|
||
L["Undead"] = "Нежить"
|
||
|
||
L["Wolf"] = "Волк"
|
||
L["Cat"] = "Кошка"
|
||
L["Spider"] = "Паук"
|
||
L["Bear"] = "Медведь"
|
||
L["Boar"] = "Вепрь"
|
||
L["Crocolisk"] = "Кроколиск"
|
||
L["Carrion Bird"] = "Падальщик"
|
||
L["Crab"] = "Краб"
|
||
L["Gorilla"] = "Горилла"
|
||
L["Raptor"] = "Ящер"
|
||
L["Tallstrider"] = "Долгоног"
|
||
L["Felhunter"] = "Охотник Скверны"
|
||
L["Voidwalker"] = "Демон Бездны"
|
||
L["Succubus"] = "Суккуб"
|
||
L["Doomguard"] = "Стражник ужаса"
|
||
L["Turtle"] = "Черепаха"
|
||
L["Imp"] = "Бес"
|
||
L["Bat"] = "Летучая мышь"
|
||
L["Hyena"] = "Гиена"
|
||
L["Bird of Prey"] = "Сова"
|
||
L["Wind Serpent"] = "Крылатый змей"
|
||
L["Remote Control"] = "Управление"
|
||
L["Felguard"] = "Страж Скверны"
|
||
L["Dragonhawk"] = "Дракондор"
|
||
L["Warp Stalker"] = "Прыгуана"
|
||
L["Sporebat"] = "Спороскат"
|
||
L["Nether Ray"] = "Скат Пустоты"
|
||
L["Serpent"] = "Змей"
|
||
L["Moth"] = "моо"
|
||
L["Chimaera"] = "Химера"
|
||
L["Devilsaur"] = "Дьявозавр"
|
||
L["Ghoul"] = "Вурдалак"
|
||
L["Worm"] = "Червь"
|
||
L["Rhino"] = "Люторог"
|
||
L["Wasp"] = "Оса"
|
||
L["Core Hound"] = "Гончая Недр"
|
||
L["Spirit Beast"] = "Дух зверя"
|
||
L["Incubus"] = "Инкуб"
|
||
|
||
L["SHORTDATE_EU"] = "%1$d/%2$d/%3$02d"
|
||
L["D_SECONDS"] = "%d c"
|
||
L["SECONDS_ABBR"] = "%d с."
|
||
L["SECOND_ONELETTER_ABBR"] = "%d с."
|
||
L["D_MINUTES"] = "%d |4минута:минуты:минут;"
|
||
L["MINUTES_ABBR"] = "%d мин."
|
||
L["MINUTE_ONELETTER_ABBR"] = "%d м."
|
||
L["D_HOURS"] = "%d ч."
|
||
L["HOURS_ABBR"] = "%d ч."
|
||
L["HOUR_ONELETTER_ABBR"] = "%d ч."
|
||
L["D_DAYS"] = "%d д."
|
||
L["DAYS_ABBR"] = "%d д."
|
||
L["DAY_ONELETTER_ABBR"] = "%d д."
|
||
L["LESS_THAN_OPERAND"] = "< %s"
|
||
L["TIME_UNIT_DELIMITER"] = " "
|
||
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
|
||
L["MINUTES_SECONDS"] = "%.2d:%.2d"
|
||
L["SHORTDATE"] = "%1$d/%2$02d/%3$02d"
|
||
L["SHORTDATENOYEAR"] = "%1$02d/%2$d"
|
||
L["SHORTDATENOYEAR_EU"] = "%1$d/%2$d"
|
||
L["DECIMAL_SEPERATOR"] = ","
|
||
L["SECOND_NUMBER_CAP"] = "M"
|
||
L["FIRST_NUMBER_CAP"] = "T"
|
||
L["FIRST_NUMBER_CAP_NO_SPACE"] = "Т"
|
||
L["FOURTH_NUMBER_CAP_NO_SPACE"] = "T"
|
||
L["SECOND_NUMBER_CAP_NO_SPACE"] = "М"
|
||
L["THIRD_NUMBER_CAP_NO_SPACE"] = "МЛРД"
|
||
|
||
|
||
elseif (locale == "zhCN") then
|
||
L["AddOn: APIDocumentation is %s."] = "插件:APIDocumentation %s。"
|
||
L["Please install it."] = "请安装它。"
|
||
L["Please enable it in your AddOn list."] = "请在你的插件列表中启用它。"
|
||
L["AddOn: APIDocumentation is not loaded correctly."] = "插件:APIDocumentation 未正确加载。"
|
||
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "需要通过LibGroupTalents同步专精。"
|
||
L["Affliction"] = "痛苦"
|
||
L["Arcane"] = "奥术"
|
||
L["Arms"] = "武器"
|
||
L["Assassination"] = "刺杀"
|
||
L["Balance"] = "平衡"
|
||
L["Beast Mastery"] = "野兽控制"
|
||
L["Blood"] = "鲜血"
|
||
L["Combat"] = "战斗"
|
||
L["Demonology"] = "恶魔学识"
|
||
L["Destruction"] = "毁灭"
|
||
L["Discipline"] = "戒律"
|
||
L["ElementalShaman"] = "元素战斗"
|
||
L["Enhancement"] = "增强"
|
||
L["Feral Combat"] = "野性战斗"
|
||
L["Fire"] = "火焰"
|
||
L["Frost"] = "冰霜"
|
||
L["Fury"] = "狂怒"
|
||
L["Holy"] = "神圣"
|
||
L["Hybrid"] = "混合"
|
||
L["Marksmanship"] = "射击"
|
||
L["Protection"] = "防护"
|
||
L["Restoration"] = "恢复"
|
||
L["Retribution"] = "惩戒"
|
||
L["Shadow"] = "暗影魔法"
|
||
L["Subtlety"] = "敏锐"
|
||
L["Survival"] = "生存技能"
|
||
L["Unholy"] = "邪恶"
|
||
|
||
L["Beast"] = "野兽"
|
||
L["Critter"] = "小动物"
|
||
L["Dragonkin"] = "龙类"
|
||
L["Gas Cloud"] = "气体云雾"
|
||
L["Humanoid"] = "人型生物"
|
||
L["Mechanical"] = "机械"
|
||
L["Non-combat Pet"] = "非战斗宠物"
|
||
L["Not specified"] = "未指定"
|
||
L["Totem"] = "图腾"
|
||
L["Undead"] = "亡灵"
|
||
|
||
L["Wolf"] = "狼"
|
||
L["Cat"] = "豹"
|
||
L["Spider"] = "蜘蛛"
|
||
L["Bear"] = "熊"
|
||
L["Boar"] = "野猪"
|
||
L["Crocolisk"] = "鳄鱼"
|
||
L["Carrion Bird"] = "食腐鸟"
|
||
L["Crab"] = "螃蟹"
|
||
L["Gorilla"] = "猩猩"
|
||
L["Raptor"] = "迅猛龙"
|
||
L["Tallstrider"] = "陆行鸟"
|
||
L["Felhunter"] = "地狱猎犬"
|
||
L["Voidwalker"] = "虚空行者"
|
||
L["Succubus"] = "魅魔"
|
||
L["Doomguard"] = "末日守卫"
|
||
L["Turtle"] = "海龟"
|
||
L["Imp"] = "小鬼"
|
||
L["Bat"] = "蝙蝠"
|
||
L["Hyena"] = "土狼"
|
||
L["Bird of Prey"] = "猛禽"
|
||
L["Wind Serpent"] = "风蛇"
|
||
L["Remote Control"] = "远程控制"
|
||
L["Felguard"] = "恶魔卫士"
|
||
L["Dragonhawk"] = "龙鹰"
|
||
L["Warp Stalker"] = "迁跃捕猎者"
|
||
L["Sporebat"] = "孢子蝠"
|
||
L["Nether Ray"] = "虚空鳐"
|
||
L["Serpent"] = "蛇"
|
||
L["Moth"] = "蛾子"
|
||
L["Chimaera"] = "奇美拉"
|
||
L["Devilsaur"] = "魔暴龙"
|
||
L["Ghoul"] = "食尸鬼"
|
||
L["Worm"] = "蠕虫"
|
||
L["Rhino"] = "犀牛"
|
||
L["Wasp"] = "巨蜂"
|
||
L["Core Hound"] = "熔岩犬"
|
||
L["Spirit Beast"] = "灵魂兽"
|
||
L["Incubus"] = "夜魔"
|
||
|
||
L["SHORTDATE_EU"] = "%1$d/%2$d/%3$02d"
|
||
L["D_SECONDS"] = "%d|4秒:秒;"
|
||
L["SECONDS_ABBR"] = "%d|4秒:秒;"
|
||
L["SECOND_ONELETTER_ABBR"] = "%d s"
|
||
L["D_MINUTES"] = "%d|4分钟:分钟;"
|
||
L["MINUTES_ABBR"] = "%d|4分钟:分钟;"
|
||
L["MINUTE_ONELETTER_ABBR"] = "%d m"
|
||
L["D_HOURS"] = "%d|4小时:小时;"
|
||
L["HOURS_ABBR"] = "%d|4小时:小时;"
|
||
L["HOUR_ONELETTER_ABBR"] = "%d h"
|
||
L["D_DAYS"] = "%d|4天:天;"
|
||
L["DAYS_ABBR"] = "%d|4天:天;"
|
||
L["DAY_ONELETTER_ABBR"] = "%d d"
|
||
L["LESS_THAN_OPERAND"] = "< %s"
|
||
L["TIME_UNIT_DELIMITER"] = " "
|
||
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
|
||
L["MINUTES_SECONDS"] = "%.2d:%.2d"
|
||
L["SHORTDATE"] = "%2$d/%1$02d/%3$02d"
|
||
L["SHORTDATENOYEAR"] = "%2$d/%1$02d"
|
||
L["SHORTDATENOYEAR_EU"] = "%1$d/%2$d"
|
||
L["DECIMAL_SEPERATOR"] = "."
|
||
L["SECOND_NUMBER_CAP"] = "亿"
|
||
L["FIRST_NUMBER_CAP"] = "万"
|
||
L["FIRST_NUMBER_CAP_NO_SPACE"] = "万"
|
||
L["FOURTH_NUMBER_CAP_NO_SPACE"] = "T"
|
||
L["SECOND_NUMBER_CAP_NO_SPACE"] = "亿"
|
||
L["THIRD_NUMBER_CAP_NO_SPACE"] = "B"
|
||
|
||
|
||
elseif (locale == "zhTW") then
|
||
L["AddOn: APIDocumentation is %s."] = "插件:APIDocumentation %s。"
|
||
L["Please install it."] = "請安裝它。"
|
||
L["Please enable it in your AddOn list."] = "請在你的插件清單中啟用它。"
|
||
L["AddOn: APIDocumentation is not loaded correctly."] = "插件:APIDocumentation 未正確載入。"
|
||
|
||
L["Requires syncing the specialization via LibGroupTalents."] = "需要透由LibGroupTalents同步專精。"
|
||
L["Affliction"] = "痛苦"
|
||
L["Arcane"] = "秘法"
|
||
L["Arms"] = "武器"
|
||
L["Assassination"] = "刺殺"
|
||
L["Balance"] = "平衡"
|
||
L["Beast Mastery"] = "野獸控制"
|
||
L["Blood"] = "血魄"
|
||
L["Combat"] = "戰鬥"
|
||
L["Demonology"] = "惡魔學識"
|
||
L["Destruction"] = "毀滅"
|
||
L["Discipline"] = "戒律"
|
||
L["ElementalShaman"] = "元素"
|
||
L["Enhancement"] = "增強"
|
||
L["Feral Combat"] = "野性戰鬥"
|
||
L["Fire"] = "火焰"
|
||
L["Frost"] = "冰霜"
|
||
L["Fury"] = "狂怒"
|
||
L["Holy"] = "神聖"
|
||
L["Hybrid"] = "混合"
|
||
L["Marksmanship"] = "射擊"
|
||
L["Protection"] = "防護"
|
||
L["Restoration"] = "恢復"
|
||
L["Retribution"] = "懲戒"
|
||
L["Shadow"] = "暗影"
|
||
L["Subtlety"] = "敏銳"
|
||
L["Survival"] = "生存"
|
||
L["Unholy"] = "穢邪"
|
||
|
||
L["Beast"] = "野獸"
|
||
L["Critter"] = "小動物"
|
||
L["Dragonkin"] = "龍類"
|
||
L["Gas Cloud"] = "氣體雲"
|
||
L["Humanoid"] = "人型生物"
|
||
L["Mechanical"] = "機械"
|
||
L["Non-combat Pet"] = "非戰鬥寵物"
|
||
L["Not specified"] = "不明"
|
||
L["Totem"] = "圖騰"
|
||
L["Undead"] = "不死族"
|
||
|
||
L["Wolf"] = "狼"
|
||
L["Cat"] = "豹"
|
||
L["Spider"] = "蜘蛛"
|
||
L["Bear"] = "熊"
|
||
L["Boar"] = "野豬"
|
||
L["Crocolisk"] = "鱷魚"
|
||
L["Carrion Bird"] = "食腐鳥"
|
||
L["Crab"] = "螃蟹"
|
||
L["Gorilla"] = "猩猩"
|
||
L["Raptor"] = "迅猛龍"
|
||
L["Tallstrider"] = "陸行鳥"
|
||
L["Felhunter"] = "惡魔獵犬"
|
||
L["Voidwalker"] = "虛無行者"
|
||
L["Succubus"] = "魅魔"
|
||
L["Doomguard"] = "末日守衛"
|
||
L["Turtle"] = "海龜"
|
||
L["Imp"] = "小鬼"
|
||
L["Bat"] = "蝙蝠"
|
||
L["Hyena"] = "土狼"
|
||
L["Bird of Prey"] = "猛禽"
|
||
L["Wind Serpent"] = "風蛇"
|
||
L["Remote Control"] = "遙控"
|
||
L["Felguard"] = "惡魔守衛"
|
||
L["Dragonhawk"] = "龍鷹"
|
||
L["Warp Stalker"] = "扭曲巡者"
|
||
L["Sporebat"] = "孢子蝙蝠"
|
||
L["Nether Ray"] = "虛空鰭刺"
|
||
L["Serpent"] = "毒蛇"
|
||
L["Moth"] = "蛾"
|
||
L["Chimaera"] = "奇美拉"
|
||
L["Devilsaur"] = "魔暴龍"
|
||
L["Ghoul"] = "食屍鬼"
|
||
L["Worm"] = "蟲"
|
||
L["Rhino"] = "犀牛"
|
||
L["Wasp"] = "黃蜂"
|
||
L["Core Hound"] = "熔核犬"
|
||
L["Spirit Beast"] = "靈獸"
|
||
L["Incubus"] = "夢魔"
|
||
|
||
L["SHORTDATE_EU"] = "%1$d/%2$d/%3$02d"
|
||
L["D_SECONDS"] = "%d秒"
|
||
L["SECONDS_ABBR"] = "%d秒"
|
||
L["SECOND_ONELETTER_ABBR"] = "%d秒"
|
||
L["D_MINUTES"] = "%d分鐘"
|
||
L["MINUTES_ABBR"] = "%d分鐘"
|
||
L["MINUTE_ONELETTER_ABBR"] = "%d分"
|
||
L["D_HOURS"] = "%d小時"
|
||
L["HOURS_ABBR"] = "%d小時"
|
||
L["HOUR_ONELETTER_ABBR"] = "%d小時"
|
||
L["D_DAYS"] = "%d天"
|
||
L["DAYS_ABBR"] = "%d天"
|
||
L["DAY_ONELETTER_ABBR"] = "%d天"
|
||
L["LESS_THAN_OPERAND"] = "< %s"
|
||
L["TIME_UNIT_DELIMITER"] = " "
|
||
L["HOURS_MINUTES_SECONDS"] = "%.2d:%.2d:%.2d"
|
||
L["MINUTES_SECONDS"] = "%.2d:%.2d"
|
||
L["SHORTDATE"] = "%2$d-%1$02d-%3$02d"
|
||
L["SHORTDATENOYEAR"] = "%2$d/%1$02d"
|
||
L["SHORTDATENOYEAR_EU"] = "%1$d/%2$d"
|
||
L["DECIMAL_SEPERATOR"] = "."
|
||
L["SECOND_NUMBER_CAP"] = "億"
|
||
L["FIRST_NUMBER_CAP"] = "萬"
|
||
L["FIRST_NUMBER_CAP_NO_SPACE"] = "萬"
|
||
L["FOURTH_NUMBER_CAP_NO_SPACE"] = "T"
|
||
L["SECOND_NUMBER_CAP_NO_SPACE"] = "億"
|
||
L["THIRD_NUMBER_CAP_NO_SPACE"] = "B"
|
||
end
|