2021-03-11 12:08:37 +00:00
|
|
|
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
|
|
|
|
|
|
/// Localization for Spanish (Spain)
|
|
|
|
(
|
|
|
|
string_map: {
|
|
|
|
// Buffs
|
|
|
|
"buff.remove": "Clic para quitar",
|
|
|
|
"buff.title.missing": "Sin Título",
|
|
|
|
"buff.desc.missing": "Sin Descripción",
|
|
|
|
"buff.title.heal": "Sanación",
|
|
|
|
"buff.desc.heal": "Restaura salud durante un tiempo",
|
|
|
|
"buff.title.potion": "Poción",
|
|
|
|
"buff.desc.potion": "Bebiendo...",
|
|
|
|
"buff.title.saturation": "Saturación",
|
|
|
|
"buff.desc.saturation": "Restaura salud durante un tiempo por consumibles.",
|
|
|
|
"buff.title.campfire_heal": "Fogata curativa",
|
|
|
|
"buff.desc.campfire_heal": "Descansar en una fogata te sana 1% por segundo.",
|
|
|
|
"buff.title.invulnerability": "Invulnerabilidad",
|
|
|
|
"buff.desc.invulnerability": "No puedes ser dañado por ningún ataque.",
|
2021-04-10 12:31:57 +00:00
|
|
|
"buff.title.protectingward": "Guardián protector",
|
|
|
|
"buff.desc.protectingward": "De alguna manera, estás protegido de los ataques.",
|
2021-03-11 12:08:37 +00:00
|
|
|
// Debuffs
|
|
|
|
"buff.title.bleed": "Sangrado",
|
|
|
|
"buff.desc.bleed": "Inflige un daño periódico.",
|
|
|
|
"buff.title.cursed": "Maldito",
|
|
|
|
"buff.desc.cursed": "Estás maldito.",
|
2021-04-10 12:31:57 +00:00
|
|
|
// Buffs stats
|
|
|
|
"buff.stat.health": "Restaura {str_total} salud",
|
|
|
|
"buff.stat.increase_max_stamina": "Aumenta la resistencia máxima en {strength}",
|
|
|
|
"buff.stat.increase_max_health": "Aumenta la salud máxima en {strength}",
|
|
|
|
"buff.stat.invulnerability": "Ofrece invulnerabilidad",
|
|
|
|
// Text
|
|
|
|
"buff.text.over_seconds": "durante {dur_secs} segundos",
|
|
|
|
"buff.text.for_seconds": "durante {dur_secs} segundos",
|
2021-03-11 12:08:37 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
vector_map: {
|
|
|
|
}
|
|
|
|
)
|