Skip to content

Commit 188e85a

Browse files
committed
Updated esES and esMX locales (GH issue #317)
Fixed some strings than cannot be translated.
1 parent c10ad09 commit 188e85a

File tree

13 files changed

+342
-174
lines changed

13 files changed

+342
-174
lines changed

LDB/Grid2LDB.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ local Grid2LDB = DataBroker:NewDataObject("Grid2", {
3030
for _,func in pairs(Grid2.tooltipFunc) do
3131
func(tooltip)
3232
end
33-
tooltip:AddLine("|cFFff4040Left Click|r to open configuration\n|cFFff4040Right Click|r to open layouts menu", 0.2, 1, 0.2)
33+
tooltip:AddLine(L["|cFFff4040Left Click|r to open configuration\n|cFFff4040Right Click|r to open layouts menu"], 0.2, 1, 0.2)
3434
end,
3535
})
3636

Options/locales/esES.lua

Lines changed: 187 additions & 173 deletions
Large diffs are not rendered by default.

locales/deDE.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,17 @@ L["By Group 10 Tanks First"] = "10er Gruppe Tanks"
101101
-- L["By Group & Class"] = ""
102102
-- L["By Group & Class w/Pets"] = ""
103103
-- L["By Group & Role w/Pets"] = ""
104+
105+
--LDB
106+
-- L["Profile"] = ""
107+
-- L["Theme"] = ""
108+
-- L["Layout"] = ""
109+
-- L["Select Layout"] = ""
110+
-- L["Never"] = ""
111+
-- L["Raid"] = ""
112+
-- L["Grouped"] = ""
113+
-- L["Always"] = ""
114+
-- L["Grid2 Visibility"] = ""
115+
-- L["Grid2 Movement"] = ""
116+
-- L["Locked"] = ""
117+
-- L["|cFFff4040Left Click|r to open configuration\n|cFFff4040Right Click|r to open layouts menu"] = ""

locales/enUS.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,17 @@ L["Select Layout"] = true
110110
L["By Group & Class"] = true
111111
L["By Group & Class w/Pets"] = true
112112
L["By Group & Role w/Pets"] = true
113+
114+
--LDB
115+
L["Profile"] = true
116+
L["Theme"] = true
117+
L["Layout"] = true
118+
L["Select Layout"] = true
119+
L["Never"] = true
120+
L["Raid"] = true
121+
L["Grouped"] = true
122+
L["Always"] = true
123+
L["Grid2 Visibility"] = true
124+
L["Grid2 Movement"] = true
125+
L["Locked"] = true
126+
L["|cFFff4040Left Click|r to open configuration\n|cFFff4040Right Click|r to open layouts menu"] = true

locales/esES.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,17 @@ L["Select Layout"] = "Elige Diseño"
110110
L["By Group & Class"] = "Por Grupo & Clase"
111111
L["By Group & Class w/Pets"] = "Por Grupo & Clase c/Pets"
112112
L["By Group & Role w/Pets"] = "Por Grupo & Rol c/Pets"
113+
114+
--LDB
115+
L["Profile"] = "Perfil"
116+
L["Theme"] = "Tema"
117+
L["Layout"] = "Diseño"
118+
L["Select Layout"] = "Elige Diseño"
119+
L["Never"] = "Nunca"
120+
L["Raid"] = "Raid"
121+
L["Grouped"] = "Grupo"
122+
L["Always"] = "Siempre"
123+
L["Grid2 Visibility"] = "Grid2 Visibilidad"
124+
L["Grid2 Movement"] = "Grid2 Movimiento"
125+
L["Locked"] = "Bloqueado"
126+
L["|cFFff4040Left Click|r to open configuration\n|cFFff4040Right Click|r to open layouts menu"] = "|cFFff4040Click Izquierdo|r abre la configuración\n|cFFff4040Click Derecho|r abre el menú de diseños"

locales/esMX.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,17 @@ L["Select Layout"] = "Elige Diseño"
101101
-- L["By Group & Class"] = ""
102102
-- L["By Group & Class w/Pets"] = ""
103103
-- L["By Group & Role w/Pets"] = ""
104+
105+
--LDB
106+
L["Profile"] = "Perfil"
107+
L["Theme"] = "Tema"
108+
L["Layout"] = "Diseño"
109+
L["Select Layout"] = "Elige Diseño"
110+
L["Never"] = "Nunca"
111+
L["Raid"] = "Raid"
112+
L["Grouped"] = "Grupo"
113+
L["Always"] = "Siempre"
114+
L["Grid2 Visibility"] = "Grid2 Visibilidad"
115+
L["Grid2 Movement"] = "Grid2 Movimiento"
116+
L["Locked"] = "Bloqueado"
117+
L["|cFFff4040Left Click|r to open configuration\n|cFFff4040Right Click|r to open layouts menu"] = "|cFFff4040Click Izquierdo|r abre la configuración\n|cFFff4040Click Derecho|r abre el menú de diseños"

locales/frFR.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,17 @@ L["By Group 10 Tanks First"] = "Groupe de 10 tanks"
101101
-- L["By Group & Class"] = ""
102102
-- L["By Group & Class w/Pets"] = ""
103103
-- L["By Group & Role w/Pets"] = ""
104+
105+
--LDB
106+
-- L["Profile"] = ""
107+
-- L["Theme"] = ""
108+
-- L["Layout"] = ""
109+
-- L["Select Layout"] = ""
110+
-- L["Never"] = ""
111+
-- L["Raid"] = ""
112+
-- L["Grouped"] = ""
113+
-- L["Always"] = ""
114+
-- L["Grid2 Visibility"] = ""
115+
-- L["Grid2 Movement"] = ""
116+
-- L["Locked"] = ""
117+
-- L["|cFFff4040Left Click|r to open configuration\n|cFFff4040Right Click|r to open layouts menu"] = ""

locales/itIT.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,17 @@ L["Select Layout"] = "Elige Diseño"
7070
L["By Group & Class"] = "Per Gruppo & Clase"
7171
L["By Group & Class w/Pets"] = "Per Grupo & Clase c/Pets"
7272
L["By Group & Role w/Pets"] = "Per Grupo & Rol c/Pets"
73+
74+
--LDB
75+
-- L["Profile"] = ""
76+
-- L["Theme"] = ""
77+
-- L["Layout"] = ""
78+
-- L["Select Layout"] = ""
79+
-- L["Never"] = ""
80+
-- L["Raid"] = ""
81+
-- L["Grouped"] = ""
82+
-- L["Always"] = ""
83+
-- L["Grid2 Visibility"] = ""
84+
-- L["Grid2 Movement"] = ""
85+
-- L["Locked"] = ""
86+
-- L["|cFFff4040Left Click|r to open configuration\n|cFFff4040Right Click|r to open layouts menu"] = ""

locales/koKR.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,17 @@ L["Select Layout"] = "레이아웃 선택"
110110
L["By Group & Class"] = "그룹 & 직업별"
111111
L["By Group & Class w/Pets"] = "그룹 & 직업별 (+소환수)"
112112
L["By Group & Role w/Pets"] = "그룹 & 역할별 (+소환수)"
113+
114+
--LDB
115+
-- L["Profile"] = ""
116+
-- L["Theme"] = ""
117+
-- L["Layout"] = ""
118+
-- L["Select Layout"] = ""
119+
-- L["Never"] = ""
120+
-- L["Raid"] = ""
121+
-- L["Grouped"] = ""
122+
-- L["Always"] = ""
123+
-- L["Grid2 Visibility"] = ""
124+
-- L["Grid2 Movement"] = ""
125+
-- L["Locked"] = ""
126+
-- L["|cFFff4040Left Click|r to open configuration\n|cFFff4040Right Click|r to open layouts menu"] = ""

locales/ptBR.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,17 @@ L["Select Layout"] = "Selecione Aparencia"
101101
-- L["By Group & Class"] = ""
102102
-- L["By Group & Class w/Pets"] = ""
103103
-- L["By Group & Role w/Pets"] = ""
104+
105+
--LDB
106+
-- L["Profile"] = ""
107+
-- L["Theme"] = ""
108+
-- L["Layout"] = ""
109+
-- L["Select Layout"] = ""
110+
-- L["Never"] = ""
111+
-- L["Raid"] = ""
112+
-- L["Grouped"] = ""
113+
-- L["Always"] = ""
114+
-- L["Grid2 Visibility"] = ""
115+
-- L["Grid2 Movement"] = ""
116+
-- L["Locked"] = ""
117+
-- L["|cFFff4040Left Click|r to open configuration\n|cFFff4040Right Click|r to open layouts menu"] = ""

0 commit comments

Comments
 (0)