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 @@
|
||||
"vi" "Một quản trị viên khác hiện đang chọn bản đồ."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"vi" "Hãy chọn một bản đồ"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"vi" "Bắt đầu bầu chọn"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"vi" "Người chơi này hiện không ở trong trò chơi."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"vi" "Đã bật âm thanh cho người chơi '{1}'"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"vi" "Đã tát người chơi '{1}'"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"vi" "Đã giết người chơi '{1}'"
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"vi" "Đã đuổi người chơi '{1}'"
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"vi" "Bạn không thể tham gia vào cuộc bầu chọn này.."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"vi" "Bản đồ tiếp theo: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"vi" "Lịch sử bản đồ"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"vi" "Đổi tên người chơi"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"vi" "{1} sẽ được đổi tên vào ván tiếp theo."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"vi" "Không đạt đủ số lượng người chơi tối thiểu."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"vi" "Bản đồ '{1}' đã nằm trong danh sách Rock the Vote."
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"vi" "Bản đồ '{1}' đã được thêm vào Rock the Vote."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"vi" "{1} muốn Rock the Vote. ({2} lượt bầu, cần {3})"
|
||||
@@ -55,16 +45,6 @@
|
||||
"vi" "Giữ bản đồ hiện tại"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"vi" "Bạn đã đề cử một bản đồ rồi."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"vi" "Số lượng đề cử đã đạt mức tối đa rồi."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"vi" "{1} đã chọn {2}."
|
||||
@@ -85,19 +65,4 @@
|
||||
"vi" "Đang đổi bản đồ qua {1} theo Rock the Vote!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"vi" "Bản đồ mà bạn chọn đã được đề cử rồi."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"vi" "{1} đã đề cử {2} cho Rock the Vote."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"vi" "Đề cử bản đồ:"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user