Skip to content

Commit

Permalink
Fix Japanese translations (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
CookStar authored Oct 17, 2023
1 parent 44aaaf8 commit 1ba7024
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions translations/jp/playercommands.phrases.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

"Slapped target"
{
"jp" "{1} を叩きました。"
"jp" "{1}を叩きました。"
}

"Slayed target"
{
"jp" "{1} を殺害しました。"
"jp" "{1}を殺害しました。"
}

"Name changed"
Expand All @@ -32,7 +32,7 @@

"Renamed target"
{
"jp" "{1} をリネームしました"
"jp" "{1}をリネームしました"
}

"Rename player"
Expand Down
18 changes: 9 additions & 9 deletions translations/jp/plugin.basecommands.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

"No access to cvar"
{
"jp" "このCVarにアクセス出来ません。"
"jp" "あなたはこのCVarにアクセス出来ません。"
}

"Value of cvar"
Expand All @@ -32,32 +32,32 @@

"Permabanned player"
{
"jp" "プレイヤー \"{1}\" を永久禁止されました。"
"jp" "プレイヤー \"{1}\" を永久BANしました。"
}

"Permabanned player reason"
{
"jp" "プレイヤー \"{1}\" を永久禁止されました。(理由: {2})"
"jp" "プレイヤー \"{1}\" を永久BANしました。(理由: {2})"
}

"Banned player"
{
"jp" "プレイヤー \"{1}\" を{2}分間禁止されました。"
"jp" "プレイヤー \"{1}\" を{2}分間BANしました。"
}

"Banned player reason"
{
"jp" "プレイヤー \"{1}\" を{2}分間禁止されました。 (理由: {3})"
"jp" "プレイヤー \"{1}\" を{2}分間BANしました。(理由: {3})"
}

"Removed bans matching"
{
"jp" "フィルターにマッチする禁止を削除しました: {1}"
"jp" "フィルターにマッチするBANを削除しました: {1}"
}

"Ban added"
{
"jp" "禁止を追加しました。"
"jp" "BANを追加しました。"
}

"Admin cache refreshed"
Expand Down Expand Up @@ -107,7 +107,7 @@

"Kicked target"
{
"jp" "{1}を蹴れました。"
"jp" "{1}をキックしました。"
}

"Admin access"
Expand All @@ -122,7 +122,7 @@

"Kicked target reason"
{
"jp" "{1}を蹴れました。(理由: {2})"
"jp" "{1}をキックしました。(理由: {2})"
}

"Please select a map"
Expand Down
6 changes: 3 additions & 3 deletions translations/jp/rockthevote.phrases.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

"Already Voted"
{
"jp" "すでにRock the Voteに投票しています。{1}投票、残り{2}必要"
"jp" "すでにRock the Voteに投票しています。({1}投票、残り{2}必要)"
}

"Minimal Players Not Met"
Expand All @@ -32,7 +32,7 @@

"RTV Requested"
{
"jp" "{1} がRock the Voteを希望しています。({2}投票、残り{3}必要)"
"jp" "{1}がRock the Voteを希望しています。({2}投票、残り{3}必要)"
}

"RTV Vote Ready"
Expand All @@ -47,7 +47,7 @@

"Selected Map"
{
"jp" "{1}{2} を選択しました。"
"jp" "{1}{2}を選択しました。"
}

"No Votes"
Expand Down

0 comments on commit 1ba7024

Please sign in to comment.