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 @@
|
||||
"ko" "현재 다른 관리자가 맵 투표 메뉴를 사용하고 있습니다."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"ko" "맵을 선택해주세요."
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"ko" "투표 시작하기"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"ko" "선택한 플레이어는 아직 완전히 접속한 상태가 아닙니다."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"ko" "플레이어 '{1}' 님에게 소리를 들려주었습니다"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"ko" "플레이어 '{1}' 에게 피해를 주었습니다"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"ko" "플레이어 '{1}' 을 죽였습니다"
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"ko" "'{1}' 님을 추방했습니다"
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"ko" "당신은 이 투표에 참가할 수 없습니다."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"ko" "다음 맵은 {1} 입니다"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"ko" "맵 기록"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"ko" "플레이어 이름 바꾸기 "
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"ko" "{1} 님의 이름은 다음 라운드에 바뀔 것입니다."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"ko" "필요한 최소 플레이어 숫자에 맞지 않습니다."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"ko" "맵 '{1}' 은 이미 맵 투표 목록에 있습니다."
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"ko" "맵 '{1}' 이 맵 투표 목록에 추가되었습니다."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"ko" "{1} 님이 맵 투표를 원하십니다. ({2} 명이 동의하셨고, {3} 명의 동의가 필요합니다)"
|
||||
@@ -55,16 +45,6 @@
|
||||
"ko" "현재 맵 계속 하기"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"ko" "당신은 이미 맵을 추천했습니다."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"ko" "허용된 최대 추천 횟수를 넘었습니다."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"ko" "{1} 님이 {2} 을(를) 선택했습니다"
|
||||
@@ -85,19 +65,4 @@
|
||||
"ko" "맵을 {1} 로 바꿉니다! 맵 투표로 결정되었습니다!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"ko" "당신이 고른 맵은 이미 추천된 맵입니다."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"ko" "{1} 님이 {2} 를 맵 투표에 추천하셨습니다."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"ko" "맵 추천 :"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user