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

79 lines
1.4 KiB
Plaintext

"Phrases"
{
"Invalid authtype"
{
"ro" "Tipul de autentificare trebuie să fie 'steam', 'name' sau 'ip'"
}
"Invalid immunity"
{
"ro" "Imunitatea trebuie să fie un număr întreg pozitiv."
}
"SQL Admin already exists"
{
"ro" "Un administrator cu nivelul de încredere indicat există deja."
}
"SQL Admin added"
{
"ro" "Administrator adăugat cu succes la baza de date."
}
"SQL Admin deleted"
{
"ro" "Administrator şters cu succes din baza de date."
}
"SQL Admin not found"
{
"ro" "Nu există nici un administrator cu nivelul de încredere indicat."
}
"SQL Group already exists"
{
"ro" "Un grup cu acest nume există deja."
}
"SQL Group added"
{
"ro" "Grup adăugat cu succes la baza de date."
}
"SQL Group deleted"
{
"ro" "Grup şters cu succes din baza de date."
}
"SQL Group not found"
{
"ro" "Nici un grup cu numele indicat nu a fost găsit."
}
"SQL Admin groups reset"
{
"ro" "Grupurile administratorului au fost resetate cu succes."
}
"SQL Group X not found"
{
"ro" "Nu poate fi găsit grupul: \"{1}\""
}
"SQL Group X failed to bind"
{
"ro" "Grupul nu a putut face bind: \"{1}\""
}
"Added group to user"
{
"ro" "Adăugare cu succes a unui grup la administratorul indicat."
}
"Added groups to user"
{
"ro" "Adăugare cu succes a {1} grupuri la administratorul indicat."
}
}