sourcemod/translations/ua/funcommands.phrases.txt
Kyle Sanderson 48150e0c7a
Bring languages into the tree (#1625)
* translations: bring languages into tree

* Update translation phrases changed since 2021

* Update packaging script to include all translations

* Update languages.cfg

* Add Latin American Spanish translations

This is a copy of spanish for now.

* Ignore "en" when looking for translation folders

English is the default and doesn't use a subfolder.

* Only add each translation folder once

Korean "ko" is in there twice.

* Compare language coverage to english

All phrases are compared to the english baseline files and any differences
are reported. The differences are pushed to a Github Project as well for
an easier overview.

Thank you to @nosoop for sharing the Python SMC parser!

* Add link to README

---------

Co-authored-by: Peace-Maker <peace-maker@wcfan.de>
2023-03-29 16:23:05 +02:00

169 lines
2.6 KiB
Plaintext

"Phrases"
{
"Burn player"
{
"ua" "Підпалити"
}
"FireBomb player"
{
"ua" "Запальна бомба"
}
"Freeze player"
{
"ua" "Заморозити"
}
"FreezeBomb player"
{
"ua" " Заморожувальна бомба"
}
"TimeBomb player"
{
"ua" "Часова бомба"
}
"Beacon player"
{
"ua" "Маяк"
}
"NoClip player"
{
"ua" "Режим польоту"
}
"Blind player"
{
"ua" "Засліпити"
}
"Drug player"
{
"ua" "Сп'янити"
}
"Gravity player"
{
"ua" "Гравітація"
}
"Blind amount"
{
"ua" "Наскільки засліпити?"
}
"Fully blind"
{
"ua" "Осліпити повністю."
}
"Half blind"
{
"ua" "Осліпити на половину"
}
"No blind"
{
"ua" "Без осліплення"
}
"Gravity amount"
{
"ua" "Яка гравітація?"
}
"Gravity Very High"
{
"ua" "Дуже висока гравітація"
}
"Gravity High"
{
"ua" "Висока гравітація"
}
"Gravity Normal"
{
"ua" "Нормальна гравітація"
}
"Gravity Low"
{
"ua" "Низька гравітація"
}
"Gravity Very Low"
{
"ua" "Дуже низька гравітація"
}
"Set target on fire"
{
"ua" "підпалив гравця {1}."
}
"Toggled FireBomb on target"
{
"ua" "встановив запальну бомбу на {1}."
}
"Froze target"
{
"ua" "Заморозив гравця {1}."
}
"Toggled FreezeBomb on target"
{
"ua" "встановив заморожувальну бомбу на {1}."
}
"Toggled beacon on target"
{
"ua" "встановив маяк на {1}."
}
"Toggled TimeBomb on target"
{
"ua" "встановив часову бомбу на {1}."
}
"Toggled noclip on target"
{
"ua" "встановив режим польоту для {1}."
}
"Toggled drug on target"
{
"ua" "сп'янив гравця {1}."
}
"Set blind on target"
{
"ua" "осліпив гравця {1}."
}
"Set gravity on target"
{
"ua" "змінив гравітацію для гравця {1}."
}
"Till Explodes"
{
"ua" "{2} секунд до вибуху гравця {1}."
}
"Unfrozen"
{
"ua" "Ви були розморожені."
}
"You will be unfrozen"
{
"ua" "Ви будете розморожені через {1} секунд."
}
}