- Added new localized strings for minigames in Cebuano, including loading hints, objectives, and play focus descriptions to improve user experience. - Updated existing translations for clarity and consistency across various game elements. - Enhanced the Match3Game component to utilize localized strings, ensuring dynamic text rendering based on user language preferences. - Included a new entry in .gitignore for the locale audit report to maintain a clean repository.
121 lines
4.5 KiB
JSON
121 lines
4.5 KiB
JSON
{
|
|
"minigames": {
|
|
"title": "Mini Games",
|
|
"description": "Discover a collection of entertaining mini games!",
|
|
"play": "Play",
|
|
"backToGames": "Back to Games",
|
|
"comingSoon": {
|
|
"title": "Coming Soon",
|
|
"description": "More exciting games are in development!"
|
|
},
|
|
"match3": {
|
|
"title": "Match 3 - Jewels Campaign",
|
|
"description": "Connect three or more matching jewels to score points!",
|
|
"campaignDescription": "Play through all levels and collect stars!",
|
|
"gameStats": "Game Statistics",
|
|
"score": "Score",
|
|
"moves": "Moves",
|
|
"currentLevel": "Current Level",
|
|
"level": "Level",
|
|
"stars": "Stars",
|
|
"movesLeft": "Moves Left",
|
|
"restartLevel": "Restart Level",
|
|
"pause": "Pause",
|
|
"resume": "Resume",
|
|
"paused": "Game Paused",
|
|
"levelComplete": "Level Complete!",
|
|
"levelScore": "Level Score",
|
|
"movesUsed": "Moves Used",
|
|
"starsEarned": "Stars Earned",
|
|
"nextLevel": "Next Level",
|
|
"campaignComplete": "Campaign Complete!",
|
|
"totalScore": "Total Score",
|
|
"totalStars": "Total Stars",
|
|
"levelsCompleted": "Levels Completed",
|
|
"restartCampaign": "Restart Campaign",
|
|
"nextStep": "Next step",
|
|
"objectivesCollapse": "Collapse objectives",
|
|
"objectivesShow": "Show objectives",
|
|
"objectives": "Objectives",
|
|
"loadingBoard": "Preparing game board...",
|
|
"loadingHint": "Level data, objectives and board layout are being synchronized.",
|
|
"badgeMinigames": "Mini games",
|
|
"objectivesProgress": "{completed}/{total} objectives",
|
|
"movesLeftBadge": "{count} moves left",
|
|
"playFocus": {
|
|
"pausedTitle": "Game is paused",
|
|
"pausedDescription": "Resume the level or restart in a controlled way without losing context.",
|
|
"preparingTitle": "Level is loading",
|
|
"preparingDescription": "Once the level loads, the next goal and main action will appear here.",
|
|
"defaultObjectiveTitle": "Complete the current objective",
|
|
"finishLevelTitle": "Finish the level cleanly",
|
|
"focusDescription": "Focus on this goal first. Already completed: {completed} of {total}.",
|
|
"allObjectivesDoneDescription": "All visible objectives are done. Now finish the level cleanly."
|
|
}
|
|
},
|
|
"taxi": {
|
|
"title": "Taxi Simulator",
|
|
"description": "Drive passengers through the city and earn money!",
|
|
"gameStats": "Game Statistics",
|
|
"score": "Score",
|
|
"money": "Money",
|
|
"passengers": "Passengers",
|
|
"currentLevel": "Current Level",
|
|
"level": "Level",
|
|
"fuel": "Fuel",
|
|
"fuelLeft": "Fuel Left",
|
|
"restartLevel": "Restart Level",
|
|
"pause": "Pause",
|
|
"resume": "Resume",
|
|
"paused": "Game Paused",
|
|
"levelComplete": "Level Complete!",
|
|
"levelScore": "Level Score",
|
|
"moneyEarned": "Money Earned",
|
|
"passengersDelivered": "Passengers Delivered",
|
|
"nextLevel": "Next Level",
|
|
"campaignComplete": "Campaign Complete!",
|
|
"totalScore": "Total Score",
|
|
"totalMoney": "Total Money",
|
|
"levelsCompleted": "Levels Completed",
|
|
"restartCampaign": "Restart Campaign",
|
|
"pickupPassenger": "Pick up Passenger",
|
|
"deliverPassenger": "Deliver Passenger",
|
|
"refuel": "Refuel",
|
|
"startEngine": "Start Engine",
|
|
"stopEngine": "Stop Engine",
|
|
"controls": "Controls",
|
|
"accelerate": "Accelerate",
|
|
"brake": "Brake",
|
|
"steerRight": "Steer right",
|
|
"steerLeft": "Steer left",
|
|
"goals": "Goals",
|
|
"avoidCollisions": "Avoid collisions with other vehicles",
|
|
"streetNames": "Street names",
|
|
"remainingVehicles": "Remaining vehicles",
|
|
"fuelTitle": "Fuel",
|
|
"pointsTitle": "Points",
|
|
"speedViolations": "Speed violations",
|
|
"redLightsPassed": "Red lights crossed",
|
|
"highscore": "Highscore",
|
|
"topPlayers": "Top 20 players",
|
|
"loadingHighscore": "Loading highscore...",
|
|
"noHighscore": "No highscores yet",
|
|
"pointsShort": "pts",
|
|
"backToGame": "Back to game",
|
|
"minimap": "Minimap",
|
|
"loadedPassengers": "Loaded passengers",
|
|
"waitingPassengers": "Waiting passengers",
|
|
"noPassengersInTaxi": "No passengers in the taxi",
|
|
"noWaitingPassengers": "No waiting passengers",
|
|
"name": "Name",
|
|
"destination": "Destination",
|
|
"bonus": "Bonus",
|
|
"time": "Time",
|
|
"crash": {
|
|
"title": "Crash!",
|
|
"message": "You had an accident! Crashes: {crashes}"
|
|
}
|
|
}
|
|
}
|
|
}
|