mirror of
https://github.com/MaciejkaG/statki.git
synced 2024-11-30 05:22:55 +01:00
b956120312
- UI/UX improvements - Multiple bug fixes and improvements
134 lines
4.5 KiB
JSON
134 lines
4.5 KiB
JSON
{
|
|
"errors": {
|
|
"Reconnecting": "Reconnecting...",
|
|
"Reconnected": "Reconnected",
|
|
"Reconnection error occured": "Reconnection error occured",
|
|
"Reconnection failed": "Reconnection failed",
|
|
"Disconnected": "Disconnected",
|
|
"Try to refresh the page if this error reoccurs": "Try to refresh the page if this error reoccurs",
|
|
"Connection error": "Connection error"
|
|
},
|
|
|
|
"menu": {
|
|
"navbar": {
|
|
"Main menu": "Main menu",
|
|
"Profile": "Profile",
|
|
"Settings": "Settings"
|
|
},
|
|
"index": {
|
|
"Select game mode": "Select game mode",
|
|
"PvP": "PvP",
|
|
"Play against another player": "Play against another player",
|
|
"Vs AI": "Vs. AI",
|
|
"Play against the computer": "Play against the computer"
|
|
},
|
|
"PvP": {
|
|
"PvP": "PvP",
|
|
"Create": "Create",
|
|
"Create your own room": "Create your own room",
|
|
"Join": "Join",
|
|
"Join a room by a code": "Join a room by a code"
|
|
},
|
|
"PvP/Create": {
|
|
"PvP / Create": "PvP / Create",
|
|
"Room code:": "Room code:",
|
|
"Waiting for an opponent": "Waiting for an opponent",
|
|
"Leave the room": "Leave the room"
|
|
},
|
|
"PvP/Join": {
|
|
"PvP / Join": "PvP / Join",
|
|
"Room code": "Room code",
|
|
"Join": "Join"
|
|
},
|
|
"PvP/Loading": {
|
|
"PvP / Loading": "PvP / Loading",
|
|
"Wait": "Wait...",
|
|
"You will be redirected soon": "You will be redirected soon",
|
|
"Opponent:": "Opponent"
|
|
},
|
|
"Profile": {
|
|
"Loading": "Loading...",
|
|
"Player since:": "Player since:",
|
|
"Victory": "Victory",
|
|
"Defeat": "Defeat",
|
|
"Click to view match statistics": "Click to view match statistics",
|
|
"matches played this month": "matches played this month",
|
|
"total matches played": "total matches played",
|
|
"winrate": "winrate",
|
|
"No matches played": "No matches played"
|
|
},
|
|
"Settings": {
|
|
"General": "General"
|
|
},
|
|
"General": {
|
|
"Unknown error occured": "Unknown error occured",
|
|
"Status:": "Status:"
|
|
}
|
|
},
|
|
|
|
"login": {
|
|
"Login": "Login",
|
|
"E-mail address": "E-mail address",
|
|
"Proceed": "Proceed"
|
|
},
|
|
|
|
"auth": {
|
|
"Authorisation": "Authorisation",
|
|
"Enter the code sent to your e-mail box": "Enter the code sent to your e-mail box",
|
|
"Code": "Code",
|
|
"Login": "Login"
|
|
},
|
|
|
|
"setup": {
|
|
"Profile setup": "Profile setup",
|
|
"Your nickname will be visible to other players": "Your nickname will be visible to other players",
|
|
"Nickname": "Nickname",
|
|
"Confirm": "Confirm"
|
|
},
|
|
|
|
"error": {
|
|
"Error": "Erorr",
|
|
"Return": "Return"
|
|
},
|
|
|
|
"board": {
|
|
"Connecting": "Connecting...",
|
|
"Waiting for the server": "Waiting for the server...",
|
|
"Back to menu": "Back to menu",
|
|
|
|
"Selected ship": "Selected ship",
|
|
"Single-masted": "Single-masted",
|
|
"Two-masted": "Two-masted",
|
|
"Three-masted": "Three-masted",
|
|
"Four-masted": "Four-masted",
|
|
"Available:": "Available:",
|
|
|
|
"Sunk ships": "Sunk ships",
|
|
"Single-mastedPlu": "Single-masted:",
|
|
"Two-mastedPlu": "Two-masted:",
|
|
"Three-mastedPlu": "Three-masted:",
|
|
"Four-mastedPlu": "Four-masted:",
|
|
"Your accuracy": "Your accuracy",
|
|
|
|
"Ready up": "Ready up",
|
|
|
|
"Controls": "Controls",
|
|
"Change ship": "Change ship",
|
|
"Rotate ship": "Rotate ship",
|
|
"Change boards": "Change boards",
|
|
|
|
"Preparation phase": "Preparation phase",
|
|
"Your turn": "Your turn",
|
|
"Opponents turn": "Opponent's turn",
|
|
|
|
"You cannot place a ship like this": "You cannot place a ship like this",
|
|
"You have ran out of ships of that type": "You have ran out of ships of that type",
|
|
"You have already shot at this field": "You have already shot at this field",
|
|
"Your remaining ships have been randomly placed": "Your remaining ships have been automatically placed",
|
|
"Your opponent is ready": "Your opponent is ready.\nTime for preparation has been reduced",
|
|
"You cannot ready up so early": "You cannot ready up so early!",
|
|
|
|
"Victory": "Victory",
|
|
"Defeat": "Defeat"
|
|
}
|
|
} |