sourcemod/translations/ru/basetriggers.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

109 lines
2.0 KiB
Plaintext

"Phrases"
{
"Timeleft"
{
"ru" "До конца карты осталось"
}
"Thetime"
{
"ru" "Текущее время сервера {1}"
}
"Friendly Fire On"
{
"ru" "Огонь по своим включен"
}
"Friendly Fire Off"
{
"ru" "Огонь по своим отключен"
}
"Current Map"
{
"ru" "Текущая карта: {1}."
}
"LastRound"
{
"ru" "Это последний раунд!"
}
"NoTimelimit"
{
"ru" "Карта не имеет ограничения по времени"
}
"Next Map"
{
"ru" "Следующая карта: {1}"
}
"Pending Vote"
{
"ru" "Определится голосованием"
}
"WinLimitAppend"
{
"ru" "или после победы одной из команд"
}
"WinLimit"
{
"ru" "Карта сменится после победы одной из команд"
}
"MaxRoundsAppend"
{
"ru" "или после следующего раунда"
}
"MaxRounds"
{
"ru" "Карта сменится после следующего раунда"
}
"FragLimitAppend"
{
"ru" "или после первого фрага"
}
"FragLimit"
{
"ru" "Карта сменится после первого фрага"
}
"WinLimitAppendPlural"
{
"ru" "или после {1} побед одной из команд"
}
"WinLimitPlural"
{
"ru" "Карта сменится после {1} побед одной из команд"
}
"MaxRoundsAppendPlural"
{
"ru" "или через {1} раундов"
}
"MaxRoundsPlural"
{
"ru" "Карта сменится через {1} раундов"
}
"FragLimitAppendPlural"
{
"ru" "или когда один из игроков наберет {1} фрагов"
}
"FragLimitPlural"
{
"ru" "Карта сменится когда один из игроков наберет {1} фрагов"
}
}