Files
yourpart3/frontend/src/i18n/locales/en/minigames.json
Torsten Schulz (local) c6caeefb5f
All checks were successful
Deploy to production / deploy (push) Successful in 2m47s
feat(bisaya-course): enhance German course content and localization support
- Updated the create-german-for-bisaya-course-content.js script to improve lesson pattern retrieval by introducing a new function for generating a lesson pattern pool.
- Added new exercises for various topics including 'Wohnung & Nachbarn', 'Besuch empfangen', 'Arzt, Apotheke, Termin', and 'Amt, Dokumente, Anmeldung', enhancing practical language skills for learners.
- Improved localization by integrating translation keys for various UI elements and error messages across multiple components, ensuring a consistent user experience in both German and Bisaya.
- Enhanced the main.js file to recognize Bisaya language preferences in browser settings, improving accessibility for users.
2026-03-31 17:40:03 +02:00

108 lines
3.7 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."
},
"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}"
}
}
}
}