sourcemod/translations/ro/basevotes.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

89 lines
1.1 KiB
Plaintext

"Phrases"
{
"Initiate Vote"
{
"ro" "Iniţializare vot: {1}"
}
"Initiated Vote Map"
{
"ro" "Iniţializare vot pentru hartă."
}
"Initiated Vote Kick"
{
"ro" "Iniţializare vot de kick împotriva {1}."
}
"Initiated Vote Ban"
{
"ro" "Iniţializare vot de ban împotriva {1}."
}
"Map Vote"
{
"ro" "Vot hartă: {1}"
}
"Change Map To"
{
"ro" "Schimbi harta în {1}?"
}
"Votekick Player"
{
"ro" "Kick {1}?"
}
"Voteban Player"
{
"ro" "Ban {1}?"
}
"Vote Successful"
{
"ro" "Vot reuşit. (s-au primit {1}%% din {2} voturi)"
}
"Vote Failed"
{
"ro" "Vot eşuat. {1}%% voturi necesare. (s-au primit {2}%% din {3} voturi)"
}
"Vote End"
{
"ro" "Răspunsul la {1} este: {2}."
}
"Kick vote"
{
"ro" "Vot kick"
}
"Ban vote"
{
"ro" "Vot pentru ban"
}
"Map vote"
{
"ro" "Vot hartă"
}
"Confirm Vote"
{
"ro" "Confirmă vot"
}
"Map Vote In Use"
{
"ro" "Un alt admin foloseste acum meniul de vot pentru harta."
}
"Start the Vote"
{
"ro" "Porneste votul"
}
}