veloren/assets/voxygen/i18n/es_ES/buff.ron

40 lines
1.7 KiB
Rust
Raw Normal View History

/// 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",
2021-04-25 23:06:47 +00:00
"buff.desc.campfire_heal": "Descansar en una fogata te sana {rate}% 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.",
// 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_energy": "Aumenta la resistencia máxima en {strength}",
2021-04-10 12:31:57 +00:00
"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",
},
vector_map: {
}
)