sourcemod/translations/ro/basetriggers.phrases.txt
peace-maker 008fbf78a5
Cleanup the translation files (#1962)
* Remove obsolete slapslay.phrases.txt

That plugin isn't in the stock arsenal since forever.

* Remove "Dead Player Rename" phrase

Unused since #313

* Remove nominations phrases from rockthevote

Those phrases were moved to their own nominations.phrases.txt

* Remove "Next Map" phrase from nextmap.phrases.txt

It was moved to basetriggers.phrases.txt

* Remove unused phrases from common.phrases.txt

Only "Slapped Player" was moved to funvotes.phrases.txt

* Delete empty phrase files

* Fix workflow python version selection

3.10 would select Python 3.1 and fail

* Deduplicate "Please select a map" phrase

Only keep it in the plugin.basecommands.txt file and remove it from the basevotes.phrases.txt.

Both plugins using the phrase load the basecommands phrases.

* Allow manual triggering of translations action

* Actually use the nextmap phrases

They were never referenced in the plugin. The "ago" phrase doesn't work the way it is and needs more rethinking.
2023-03-30 01:13:40 +02:00

109 lines
1.7 KiB
Plaintext

"Phrases"
{
"Timeleft"
{
"ro" "Timp rămas pentru hartă:"
}
"Thetime"
{
"ro" "Timpul curent pe server este {1}"
}
"Friendly Fire On"
{
"ro" "Friendly Fire este activat."
}
"Friendly Fire Off"
{
"ro" "Friendly Fire este dezactivat."
}
"Current Map"
{
"ro" "Harta curentă este {1}."
}
"LastRound"
{
"ro" "Asta este ultima runda"
}
"NoTimelimit"
{
"ro" "Nu este timp limita pe aceasta harta"
}
"Next Map"
{
"ro" "Harta următoare: {1}"
}
"Pending Vote"
{
"ro" "In asteptarea votului"
}
"WinLimitAppend"
{
"ro" ", sau schimba harta dupa ce o echipa va castiga o runda"
}
"WinLimit"
{
"ro" "Harta va fi schimbata dupa ce o echipa va castiga o runda"
}
"MaxRoundsAppend"
{
"ro" ", sau schimba harta runda viitoare"
}
"MaxRounds"
{
"ro" "Harta va fi schimbata runda viitoare"
}
"FragLimitAppend"
{
"ro" ", sau schimba harta dupa ce un jucator va avea un frag"
}
"FragLimit"
{
"ro" "Harta va fi schimbata dupa ce un jucator va avea un frag"
}
"WinLimitAppendPlural"
{
"ro" ", sau schimba harta dupa ce o echipa va castiga {1} runde"
}
"WinLimitPlural"
{
"ro" "Harta va fi schimbata dupa ce o echipa va castiga {1} runde"
}
"MaxRoundsAppendPlural"
{
"ro" ", sau schimba harta dupa {1} runde"
}
"MaxRoundsPlural"
{
"ro" "Harta va fi schimbata dupa {1} runde"
}
"FragLimitAppendPlural"
{
"ro" ", sau schimba harta dupa ce un jucator va avea {1} fraguri"
}
"FragLimitPlural"
{
"ro" "Harta va fi schimbata dupa ce un jucator va avea {1} fraguri"
}
}