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

134 lines
2.1 KiB
Plaintext

"Phrases"
{
"Unable to find cvar"
{
"ar" "لم يتم العثور على الإعداد: {1}"
}
"No access to cvar"
{
"ar" "ليس لك الحق لإسعمال هذا الإعداد."
}
"Value of cvar"
{
"ar" "قيمة الإعداد \"{1}\": \"{2}\""
}
"Cvar changed"
{
"ar" "غير ال'cvar' من \"{1}\" إلى \"{2}\"."
}
"Config not found"
{
"ar" "لم يتم العثور على ملف الأعدادات {1}."
}
"Executed config"
{
"ar" "شغل الإعداد \"{1}\"."
}
"Permabanned player"
{
"ar" "حضر الاعب \"{1}\" من الدخول أبديا."
}
"Permabanned player reason"
{
"ar" "حضر الاعب \"{1}\" من الدخول أبديا(السبب: {1})."
}
"Banned player"
{
"ar" "حظر اللاعب \"{1}\" لمدت {2} دقائق."
}
"Banned player reason"
{
"ar" "حظر اللاعب \"{1}\" لمدت {2} دقائق(السبب: {3})."
}
"Removed bans matching"
{
"ar" "تم حذف الأحظار المطابقة: {1}"
}
"Ban added"
{
"ar" "تم إضافة الحظر."
}
"Admin cache refreshed"
{
"ar" "تم إنعاش ترخيصات الآدمن."
}
"Identify player"
{
"ar" "تعريف اللاعب"
}
"Choose Map"
{
"ar" "إختر خريطة"
}
"Exec CFG"
{
"ar" "إستعمل ملف إعداد"
}
"Admin logged in as"
{
"ar" "\"{1}\" دخل ك\"{2}\" بالترخيص: {3}"
}
"Admin logged in anon"
{
"ar" "\"{1}\" لديه ترخيص: {2}"
}
"Player is not an admin"
{
"ar" "\"{1}\" ليس بآدمن."
}
"Player is an admin"
{
"ar" "\"{1}\" هو آدمن."
}
"Username"
{
"ar" "إسم المستخدم"
}
"Kicked target"
{
"ar" "طرد {1}"
}
"Admin access"
{
"ar" "ترخيص للآدمن"
}
"Cvar is now protected"
{
"ar" "تم تحصين ال'cvar' \"{1}\"."
}
"Kicked target reason"
{
"ar" "طرد {1} (السبب: {2})."
}
"Please select a map"
{
"ar" "من فضلك إختر"
}
}