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

94 lines
1.3 KiB
Plaintext

"Phrases"
{
"Initiate Vote"
{
"ar" "أبدأ التصويت: {1}"
}
"Initiated Vote Map"
{
"ar" "إبتدأ تصويت المابة "
}
"Initiated Vote Kick"
{
"ar" "تصويت الطرد المبتدأ ضد {1}"
}
"Initiated Vote Ban"
{
"ar" "تصويت الحظر المبتدأ ضد {1}"
}
"Map Vote"
{
"ar" "تصويت المابة {1}:"
}
"Change Map To"
{
"ar" "غير المابة ل: {1} ؟"
}
"Votekick Player"
{
"ar" "إطرد اللاعب {1} ؟"
}
"Voteban Player"
{
"ar" "إحظر اللعب على {1} ؟"
}
"Vote Successful"
{
"ar" "تصويت ناجح. (تم الحصول على {1}%% من {2})"
}
"Vote Failed"
{
"ar" "فشل التصويت. {1}%% تصويت لازم. (حصل {2}%% من {3} تصويتات)"
}
"Vote End"
{
"ar" "الجواب ل {1} هو: {2}"
}
"Kick vote"
{
"ar" "تصويت الطرد"
}
"Ban vote"
{
"ar" "تصويت الحظر"
}
"Map vote"
{
"ar" "تصويت المابة"
}
"Confirm Vote"
{
"ar" "أكد التصويت"
}
"Map Vote In Use"
{
"ar" "تصويت المابة في إستعمال"
}
"Please select a map"
{
"ar" "من فضلك إختر"
}
"Start the Vote"
{
"ar" "إبدأ التصويت"
}
}