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:
peace-maker
2023-03-30 01:13:40 +02:00
committed by GitHub
parent 48150e0c7a
commit 008fbf78a5
234 changed files with 86 additions and 2649 deletions
-5
View File
@@ -80,11 +80,6 @@
"jp" "他の管理者がマップ投票メニューを開いています。"
}
"Please select a map"
{
"jp" "マップを選択してください。"
}
"Start the Vote"
{
"jp" "マップ投票を開始"
-20
View File
@@ -210,26 +210,6 @@
"jp" "指定されたプレイヤーはゲーム内にいません。"
}
"Played Sound"
{
"jp" "プレイヤー \"{1}\" にサウンドを再生しました。"
}
"Slapped player"
{
"jp" "プレイヤー \"{1}\" を叩きました。"
}
"Slayed player"
{
"jp" "プレイヤー \"{1}\" を殺害しました。"
}
"Kicked player"
{
"jp" "プレイヤー\"{1}\"をキックしました。"
}
"Cannot participate in vote"
{
"jp" "この投票には参加出来ません。"
-5
View File
@@ -1,10 +1,5 @@
"Phrases"
{
"Next Map"
{
"jp" "次のマップ: {1}"
}
"Map History"
{
"jp" "マップ履歴"
@@ -40,9 +40,4 @@
"jp" "プレイヤーをリネーム"
}
"Dead Player Rename"
{
"jp" "{1} は次のラウンドで名前が変更されます。"
}
}
+5
View File
@@ -125,4 +125,9 @@
"jp" "{1}をキックしました。(理由: {2})"
}
"Please select a map"
{
"jp" "マップを選択してください。"
}
}
-35
View File
@@ -30,16 +30,6 @@
"jp" "投票に必要な最小プレイヤー数に到達しませんでした。"
}
"Map Already In Vote"
{
"jp" "マップ '{1}' は既にRock the Voteリストに入っています。"
}
"Map Inserted"
{
"jp" "マップ '{1}' をRock the Voteに追加しました。"
}
"RTV Requested"
{
"jp" "{1}がRock the Voteを希望しています。({2}投票、残り{3}必要)"
@@ -55,16 +45,6 @@
"jp" "現在のマップを維持"
}
"Already Nominated"
{
"jp" "すでにマップをノミネートしています。"
}
"Max Nominations"
{
"jp" "ノミネート制限に到達しました。"
}
"Selected Map"
{
"jp" "{1}は{2}を選択しました。"
@@ -85,19 +65,4 @@
"jp" "Rock the Voteによってマップを{1}に変更します!"
}
"Map Already Nominated"
{
"jp" "そのマップは既にノミネートしています。"
}
"Map Nominated"
{
"jp" "{1}はRock the Voteに{2}をノミネートしました。"
}
"Nominate Title"
{
"jp" "マップをノミネート:"
}
}
-28
View File
@@ -1,28 +0,0 @@
"Phrases"
{
"Slap player"
{
"jp" "プレイヤーを叩く"
}
"Slapped target"
{
"jp" "{1}を叩きました。"
}
"Slap damage"
{
"jp" "叩くダメージ"
}
"Slay player"
{
"jp" "プレイヤーを殺害"
}
"Slayed target"
{
"jp" "{1}を殺害しました。"
}
}