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.
This commit is contained in:
@@ -80,11 +80,6 @@
|
||||
"ar" "تصويت المابة في إستعمال"
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"ar" "من فضلك إختر"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"ar" "إبدأ التصويت"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"ar" "اللاعب ليس بالداخل كاملا."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"ar" "شغل الصوت على اللاعب '{1}'"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"ar" "صفع اللاعب '{1}'"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"ar" "قتل اللاعب '{1}'"
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"ar" "إطرد اللاعب '{1}'"
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"ar" "لا يمكنك المشاركة في هذا التصويت."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"ar" "الخريطة الآتية: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"ar" "تاريخ الخرائط"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"ar" "غير إسم اللاعب"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"ar" "{1} سيتم تغيير إسمه الدور الآتي."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -125,4 +125,9 @@
|
||||
"ar" "طرد {1} (السبب: {2})."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"ar" "من فضلك إختر"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"ar" "عدد اللاعبين المطليب غير موجود."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"ar" "تم إختيار الخريطة '{1}' مسبقا."
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"ar" "تم إضافت الخريطة '{1}' إلى التصويت."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"ar" "{1} يريد أن يبدأ التصويت.({2} تصويت. {3} لازمة)"
|
||||
@@ -55,16 +45,6 @@
|
||||
"ar" "إستئناف الخريطة الحالية"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"ar" "لقد إخترت خريطة مسبقا."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"ar" "تم الوصول إلى العدد المحدود للإختيار."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"ar" "{1} إختار {2}"
|
||||
@@ -85,19 +65,4 @@
|
||||
"ar" "لقد أردت التصويت مسبقا.({1} تصويت، {1} لازمة)"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"ar" "الخريطة التي أخترت تم إختيارها مسبقا."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"ar" "{1} إختار الخريطة {2} للتصويت."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"ar" "سم الخريطة."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user