Skip to content

Commit

Permalink
New Crowdin translations by GitHub Action (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: Crowdin Bot <[email protected]>
  • Loading branch information
github-actions[bot] and crowdin-bot authored Feb 5, 2025
1 parent 1587720 commit bc6def7
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 145 deletions.
286 changes: 150 additions & 136 deletions emulinker/src/main/i18n/messages_es.properties

Large diffs are not rendered by default.

32 changes: 23 additions & 9 deletions emulinker/src/main/i18n/messages_ja.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ KailleraServerImpl.UserCreatedGameAnnouncement={0} created game\: {1}
! Error message when a user tries to join with a ping that is higher than allowed.
KailleraServerImpl.LoginDeniedPingTooHigh=Ping Too High\: {0}
! Error message when the server is full and will not admit any more users.
KailleraServerImpl.LoginDeniedServerFull=Server is full\!
KailleraServerImpl.LoginDeniedServerFull=サーバ満員
! Generic error message when the user is not allowed to enter the server.
KailleraServerImpl.LoginDeniedAccessDenied=Access Denied\!
KailleraServerImpl.LoginDeniedAddressMatchError=Login address does not match connect address\!
KailleraServerImpl.LoginDeniedAlreadyLoggedIn=You are already logged in\!
KailleraServerImpl.LoginDeniedAlreadyLoggedIn=すでにログインしています
KailleraServerImpl.LoginDeniedAlreadyLoggedInAs=Already logged in as\: {0}
KailleraServerImpl.LoginDeniedConnectionTimedOut=Connection timed out\!
KailleraServerImpl.LoginDeniedConnectionTypeDenied=Connection Type Denied\: {0}
KailleraServerImpl.LoginDeniedEmulatorNameTooLong=Emulator Name Too Long
KailleraServerImpl.LoginDeniedEmulatorRestricted=Emulator Restricted\: {0}
KailleraServerImpl.LoginDeniedIllegalCharactersInUserName=Username contains illegal characters
KailleraServerImpl.LoginDeniedUserNameEmpty=Empty username\!
KailleraServerImpl.LoginDeniedUserNameTooLong=Username is too long
KailleraServerImpl.LoginDeniedUserNameTooLong=ユーザー名が長すぎます
KailleraServerImpl.ChatDeniedFloodControl=Flood Control
KailleraServerImpl.ChatDeniedIllegalCharacters=Message contains illegal characters
KailleraServerImpl.ChatDeniedMessageTooLong=Message is too long
KailleraServerImpl.ChatDeniedMessageTooLong=メッセージが長すぎます
KailleraServerImpl.ChatDeniedSilenced=Silenced
KailleraServerImpl.CreateGameDeniedGameBanned=Server does not allow playing this game\!
KailleraServerImpl.CreateGameDeniedFloodControl=Flood Control
KailleraServerImpl.CreateGameDeniedIllegalCharacters=Illegal characters in ROM name
KailleraServerImpl.CreateGameDeniedMaxGames=Server maximum games reached\: {0,number,integer}
KailleraServerImpl.CreateGameDeniedNameTooLong=Rom Name Too Long
KailleraServerImpl.CreateGameDeniedNameTooLong=ソフト名が長すぎます
ChatAction.ChatDenied=Chat Denied\: {0}

# Server Error Messages
Expand All @@ -49,7 +49,7 @@ KailleraServerImpl.ForcedQuitEmulatorRestricted=Emulator Restricted\!
# Admin Messages

KailleraServerImpl.AdminWelcomeMessage=Welcome Admin\! Type /help for a admin command list.
AdminCommandAction.AdminCommands=Available Admin Commands\:
AdminCommandAction.AdminCommands=【モデレーターが使えるコマンド】
AdminCommandAction.HelpAnnounce=/announce <message> to make an announcement.
AdminCommandAction.HelpAnnounceAll=/announceall <message> to make an announcement including all games.
AdminCommandAction.HelpAnnounceGame=/announcegame <GameID> <msg> to make an announcement to a single game.
Expand Down Expand Up @@ -142,7 +142,7 @@ KailleraUserImpl.GameChatErrorNotInGame=You are not in a game\!
KailleraUserImpl.GameDataErrorNotInGame=Your are not in a game\!
KailleraUserImpl.JoinGameErrorAlreadyInGame=You are already in a game\!
KailleraUserImpl.JoinGameErrorAnotherGameRunning=You have another game running\!
KailleraUserImpl.JoinGameErrorDoesNotExist=Game does not exist\!
KailleraUserImpl.JoinGameErrorDoesNotExist=そのゲームが存在しません
KailleraUserImpl.JoinGameErrorNotFullyConnected=You are not fully connected\!
KailleraUserImpl.KickErrorNotInGame=You are not in a game\!
KailleraUserImpl.PlayerReadyErrorNotInGame=You are not in a game\!
Expand All @@ -167,5 +167,19 @@ GameOwnerCommandAction.AutoFireChangeDeniedInGame=All players must drop the game
# Other Announcements

KailleraServerImpl.TweetPendingAnnouncement=Posting a tweet in {0,number,integer} seconds. Type \"/stop\" to disable.
KailleraServerImpl.TweetCloseMessage=(opponent found)
KailleraServerImpl.CanceledPendingTweet=Canceled pending tweet.
KailleraServerImpl.TweetCloseMessage=
KailleraServerImpl.CanceledPendingTweet=投稿キャンセルしました

Lagstat.GameNotLaggy=The game does not appear to be significantly laggy.
Lagstat.LagstatReset=LagStat has been reset\!
! Error message displayed if you run /lagstat too early after the game starts.
Lagstat.LagstatNotReady=Wait a minute or so after the game starts to run lagstat.
! Example: Total lag over the last 1.0m: 0.02s
Lagstat.TotalGameLagSummary=Total lag over the last {}\: {}
! Example: Recommendation: nue should try playing on 2f. Enter 25 in the ping spoof field when joining. If lag continues, run /lagstat again.
Lagstat.LagReductionRecommendation=Recommendation\: {} should try playing on {number,integer}f. Enter {number,integer} in the ping spoof field when joining. If lag continues, run /lagstat again.

! Measurement of seconds. Examples: 0.03s, 1s
Time.SecondsAbbreviation={number}s
! Measurement of minutes. Examples: 0.5m, 1m
Time.MinutesAbbreviation={number}m
14 changes: 14 additions & 0 deletions emulinker/src/main/i18n/messages_ko.properties
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,17 @@ GameOwnerCommandAction.AutoFireChangeDeniedInGame=All players must drop the game
KailleraServerImpl.TweetPendingAnnouncement=Posting a tweet in {0,number,integer} seconds. Type \"/stop\" to disable.
KailleraServerImpl.TweetCloseMessage=(opponent found)
KailleraServerImpl.CanceledPendingTweet=Canceled pending tweet.

Lagstat.GameNotLaggy=The game does not appear to be significantly laggy.
Lagstat.LagstatReset=LagStat has been reset\!
! Error message displayed if you run /lagstat too early after the game starts.
Lagstat.LagstatNotReady=Wait a minute or so after the game starts to run lagstat.
! Example: Total lag over the last 1.0m: 0.02s
Lagstat.TotalGameLagSummary=Total lag over the last {}\: {}
! Example: Recommendation: nue should try playing on 2f. Enter 25 in the ping spoof field when joining. If lag continues, run /lagstat again.
Lagstat.LagReductionRecommendation=Recommendation\: {} should try playing on {number,integer}f. Enter {number,integer} in the ping spoof field when joining. If lag continues, run /lagstat again.

! Measurement of seconds. Examples: 0.03s, 1s
Time.SecondsAbbreviation={number}s
! Measurement of minutes. Examples: 0.5m, 1m
Time.MinutesAbbreviation={number}m
14 changes: 14 additions & 0 deletions emulinker/src/main/i18n/messages_pt.properties
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,17 @@ GameOwnerCommandAction.AutoFireChangeDeniedInGame=All players must drop the game
KailleraServerImpl.TweetPendingAnnouncement=Posting a tweet in {0,number,integer} seconds. Type \"/stop\" to disable.
KailleraServerImpl.TweetCloseMessage=(opponent found)
KailleraServerImpl.CanceledPendingTweet=Canceled pending tweet.

Lagstat.GameNotLaggy=The game does not appear to be significantly laggy.
Lagstat.LagstatReset=LagStat has been reset\!
! Error message displayed if you run /lagstat too early after the game starts.
Lagstat.LagstatNotReady=Wait a minute or so after the game starts to run lagstat.
! Example: Total lag over the last 1.0m: 0.02s
Lagstat.TotalGameLagSummary=Total lag over the last {}\: {}
! Example: Recommendation: nue should try playing on 2f. Enter 25 in the ping spoof field when joining. If lag continues, run /lagstat again.
Lagstat.LagReductionRecommendation=Recommendation\: {} should try playing on {number,integer}f. Enter {number,integer} in the ping spoof field when joining. If lag continues, run /lagstat again.

! Measurement of seconds. Examples: 0.03s, 1s
Time.SecondsAbbreviation={number}s
! Measurement of minutes. Examples: 0.5m, 1m
Time.MinutesAbbreviation={number}m
14 changes: 14 additions & 0 deletions emulinker/src/main/i18n/messages_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,17 @@ GameOwnerCommandAction.AutoFireChangeDeniedInGame=All players must drop the game
KailleraServerImpl.TweetPendingAnnouncement=Posting a tweet in {0,number,integer} seconds. Type \"/stop\" to disable.
KailleraServerImpl.TweetCloseMessage=(opponent found)
KailleraServerImpl.CanceledPendingTweet=Canceled pending tweet.

Lagstat.GameNotLaggy=The game does not appear to be significantly laggy.
Lagstat.LagstatReset=LagStat has been reset\!
! Error message displayed if you run /lagstat too early after the game starts.
Lagstat.LagstatNotReady=Wait a minute or so after the game starts to run lagstat.
! Example: Total lag over the last 1.0m: 0.02s
Lagstat.TotalGameLagSummary=Total lag over the last {}\: {}
! Example: Recommendation: nue should try playing on 2f. Enter 25 in the ping spoof field when joining. If lag continues, run /lagstat again.
Lagstat.LagReductionRecommendation=Recommendation\: {} should try playing on {number,integer}f. Enter {number,integer} in the ping spoof field when joining. If lag continues, run /lagstat again.

! Measurement of seconds. Examples: 0.03s, 1s
Time.SecondsAbbreviation={number}s
! Measurement of minutes. Examples: 0.5m, 1m
Time.MinutesAbbreviation={number}m
14 changes: 14 additions & 0 deletions emulinker/src/main/i18n/messages_zh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,17 @@ GameOwnerCommandAction.AutoFireChangeDeniedInGame=All players must drop the game
KailleraServerImpl.TweetPendingAnnouncement=Posting a tweet in {0,number,integer} seconds. Type \"/stop\" to disable.
KailleraServerImpl.TweetCloseMessage=(opponent found)
KailleraServerImpl.CanceledPendingTweet=Canceled pending tweet.

Lagstat.GameNotLaggy=The game does not appear to be significantly laggy.
Lagstat.LagstatReset=LagStat has been reset\!
! Error message displayed if you run /lagstat too early after the game starts.
Lagstat.LagstatNotReady=Wait a minute or so after the game starts to run lagstat.
! Example: Total lag over the last 1.0m: 0.02s
Lagstat.TotalGameLagSummary=Total lag over the last {}\: {}
! Example: Recommendation: nue should try playing on 2f. Enter 25 in the ping spoof field when joining. If lag continues, run /lagstat again.
Lagstat.LagReductionRecommendation=Recommendation\: {} should try playing on {number,integer}f. Enter {number,integer} in the ping spoof field when joining. If lag continues, run /lagstat again.

! Measurement of seconds. Examples: 0.03s, 1s
Time.SecondsAbbreviation={number}s
! Measurement of minutes. Examples: 0.5m, 1m
Time.MinutesAbbreviation={number}m

0 comments on commit bc6def7

Please sign in to comment.