mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
|
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
||
|
|
||
|
/// Localization for Ukrainian
|
||
|
(
|
||
|
string_map: {
|
||
|
"debuff.title.bleed": "Кровотеча",
|
||
|
"debuff.desc.bleed": "Наносить регулярні ушкодження.",
|
||
|
},
|
||
|
|
||
|
|
||
|
vector_map: {
|
||
|
}
|
||
|
)
|