sourcemod/translations/ua/plugin.basecommands.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

139 lines
2.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"Phrases"
{
"Unable to find cvar"
{
"ua" "Не вдалося знайти змінну {1} "
}
"No access to cvar"
{
"ua" "У вас немає доступу до цієї змінної."
}
"Value of cvar"
{
"ua" "Значення змінної \"{1}\": \"{2}\""
}
"Cvar changed"
{
"ua" "Значення змінної \"{1}\" змінено на \"{2}\"."
}
"Config not found"
{
"ua" "Файл конфігурації \"{1}\" не знайдено."
}
"Executed config"
{
"ua" "Виконано файл конфігурації \"{1}\". "
}
"Permabanned player"
{
"ua" "Назавжди забанив гравця \"{1}\"."
}
"Permabanned player reason"
{
"ua" "Назавжди забанив гравця \"{1}\" (причина: {2})."
}
"Banned player"
{
"ua" "Забанив гравця \"{1}\" на {2} хвилин."
}
"Banned player reason"
{
"ua" "Забанив гравця \"{1}\" на {2} хвилин (причина: {3})."
}
"Removed bans matching"
{
"ua" "Видалено бани які задовольняють фільтр: {1} "
}
"Ban added"
{
"ua" "Бан додано."
}
"Admin cache refreshed"
{
"ua" "Кеш адміністраторів був оновлений."
}
"Identify player"
{
"ua" "Розпізнати гравця"
}
"Choose Map"
{
"ua" "Обрати карту"
}
"Exec CFG"
{
"ua" "Виконати конфігурацію"
}
"Admin logged in as"
{
"ua" "\"{1}\" зайшов як \"{2}\" з доступом: {3}"
}
"Admin logged in anon"
{
"ua" "\"{1}\" має доступ: {2}"
}
"Player is not an admin"
{
"ua" "Гравець \"{1}\" не є адміністратором."
}
"Player is an admin"
{
"ua" "Гравець \"{1}\" є адміністратором."
}
"Username"
{
"ua" "Ім'я користувача"
}
"Kicked target"
{
"ua" "Кікнув гравця {1}"
}
"Admin access"
{
"ua" "Адмінський доступ"
}
"Cvar is now protected"
{
"ua" "Змінна {1} тепер захищена."
}
"Kicked target reason"
{
"ua" "Кікнув гравця {1} (Причина: {2})"
}
"Please select a map"
{
"ua" "Будь ласка оберіть карту"
}
"Choose Config"
{
"ua" "Оберіть конфіг"
}
}