sourcemod/translations/jp/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"
{
"jp" "CVarが見つかりませんでした: {1}"
}
"No access to cvar"
{
"jp" "あなたはこのCVarにアクセス出来ません。"
}
"Value of cvar"
{
"jp" "CVar \"{1]\" の値: \"{2}\""
}
"Cvar changed"
{
"jp" "Cvar \"{1}\" を \"{2}\" に変更しました。"
}
"Config not found"
{
"jp" "コンフィグファイル \"{1}\" は存在しません。"
}
"Executed config"
{
"jp" "コンフィグ \"{1}\" を実行しました。"
}
"Permabanned player"
{
"jp" "プレイヤー \"{1}\" を永久BANしました。"
}
"Permabanned player reason"
{
"jp" "プレイヤー \"{1}\" を永久BANしました。(理由: {2})"
}
"Banned player"
{
"jp" "プレイヤー \"{1}\" を{2}分間BANしました。"
}
"Banned player reason"
{
"jp" "プレイヤー \"{1}\" を{2}分間BANしました。 (理由: {3})"
}
"Removed bans matching"
{
"jp" "フィルターにマッチするBANを削除しました:"
}
"Ban added"
{
"jp" "BANを追加しました。"
}
"Admin cache refreshed"
{
"jp" "管理者キャッシュを更新しました。"
}
"Identify player"
{
"jp" "プレイヤーを特定"
}
"Choose Map"
{
"jp" "マップを選択"
}
"Exec CFG"
{
"jp" "CFGを実行"
}
"Admin logged in as"
{
"jp" "\"{1}\" は \"{2}\" としてログインしています。権限: {3}"
}
"Admin logged in anon"
{
"jp" "\"{1}\"の権限: {2}"
}
"Player is not an admin"
{
"jp" "\"{1}\"は管理者ではありません。"
}
"Player is an admin"
{
"jp" "\"{1}\"は管理者です。"
}
"Username"
{
"jp" "ユーザ名"
}
"Kicked target"
{
"jp" "{1}をキックしました。"
}
"Admin access"
{
"jp" "管理者アクセス"
}
"Cvar is now protected"
{
"jp" "Cvar {1} は保護されています。"
}
"Kicked target reason"
{
"jp" "{1}をキックしました。(理由: {2})"
}
"Please select a map"
{
"jp" "マップを選択してください。"
}
}