Fix GameTooltip blocking issue and translate Found string
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
"fight": "Luchar",
|
||||
"pickUp": "Recoger",
|
||||
"pickUpAll": "Recoger Todo",
|
||||
"qty": "Cant"
|
||||
"qty": "Cant",
|
||||
"all": "Todo"
|
||||
},
|
||||
"auth": {
|
||||
"login": "Iniciar sesión",
|
||||
@@ -61,7 +62,6 @@
|
||||
"salvage": "♻️ Desguazar",
|
||||
"pickUp": "Recoger",
|
||||
"drop": "Soltar",
|
||||
"dropAll": "Todo",
|
||||
"use": "Usar",
|
||||
"equip": "Equipar",
|
||||
"unequip": "Desequipar",
|
||||
@@ -88,7 +88,8 @@
|
||||
"burning": "Quemadura",
|
||||
"poisoned": "Envenenamiento"
|
||||
},
|
||||
"effectAlreadyActive": "Efecto ya activo"
|
||||
"effectAlreadyActive": "Efecto ya activo",
|
||||
"found": "Encontrado"
|
||||
},
|
||||
"location": {
|
||||
"recentActivity": "📜 Actividad Reciente",
|
||||
|
||||
Reference in New Issue
Block a user