feat(bisaya-course): enhance German course content and localization support
All checks were successful
Deploy to production / deploy (push) Successful in 2m47s

- 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.
This commit is contained in:
Torsten Schulz (local)
2026-03-31 17:40:03 +02:00
parent b1990334b9
commit c6caeefb5f
49 changed files with 3468 additions and 262 deletions

View File

@@ -0,0 +1,107 @@
{
"minigames": {
"title": "Minigames",
"description": "Susiha ang koleksiyon sa makalingaw nga minigames!",
"play": "Dula",
"backToGames": "Balik sa mga dula",
"comingSoon": {
"title": "Moabot na",
"description": "Mas daghang nindot nga mga dula ang gihimo pa!"
},
"match3": {
"title": "Match 3 - Kampanya sa mga hiyas",
"description": "Ipahiusa ang tulo o labaw pa ka magkaparehong hiyas aron makakuha og puntos!",
"campaignDescription": "Dulaa ang tanang level ug tigoma ang mga bituon!",
"gameStats": "Mga estadistika sa dula",
"score": "Puntos",
"moves": "Mga lihok",
"currentLevel": "Karon nga level",
"level": "Level",
"stars": "Mga bituon",
"movesLeft": "Nabiling mga lihok",
"restartLevel": "Sugdi pag-usab ang level",
"pause": "Pause",
"resume": "Padayona",
"paused": "Gi-pause ang dula",
"levelComplete": "Nahuman ang level!",
"levelScore": "Puntos sa level",
"movesUsed": "Gigamit nga mga lihok",
"starsEarned": "Nakuha nga mga bituon",
"nextLevel": "Sunod nga level",
"campaignComplete": "Nahuman ang kampanya!",
"totalScore": "Kinatibuk-ang puntos",
"totalStars": "Kinatibuk-ang mga bituon",
"levelsCompleted": "Nahuman nga mga level",
"restartCampaign": "Sugdi pag-usab ang kampanya",
"nextStep": "Sunod nga lakang",
"objectivesCollapse": "I-collapse ang mga tumong",
"objectivesShow": "Ipakita ang mga tumong",
"objectives": "Mga tumong",
"loadingBoard": "Ginaandam ang game board...",
"loadingHint": "Ang datos sa level, mga tumong ug layout sa board gi-sync pa."
},
"taxi": {
"title": "Taxi Simulator",
"description": "Pagdrayb sa mga pasahero palibot sa siyudad ug pagpangwarta!",
"gameStats": "Mga estadistika sa dula",
"score": "Puntos",
"money": "Kuwarta",
"passengers": "Mga pasahero",
"currentLevel": "Karon nga level",
"level": "Level",
"fuel": "Gasolina",
"fuelLeft": "Nabiling gasolina",
"restartLevel": "Sugdi pag-usab ang level",
"pause": "Pause",
"resume": "Padayona",
"paused": "Gi-pause ang dula",
"levelComplete": "Nahuman ang level!",
"levelScore": "Puntos sa level",
"moneyEarned": "Nakwarta",
"passengersDelivered": "Nahatud nga mga pasahero",
"nextLevel": "Sunod nga level",
"campaignComplete": "Nahuman ang kampanya!",
"totalScore": "Kinatibuk-ang puntos",
"totalMoney": "Kinatibuk-ang kuwarta",
"levelsCompleted": "Nahuman nga mga level",
"restartCampaign": "Sugdi pag-usab ang kampanya",
"pickupPassenger": "Sakya ang pasahero",
"deliverPassenger": "Ihatod ang pasahero",
"refuel": "Magpuno og gasolina",
"startEngine": "Paandara ang makina",
"stopEngine": "Patya ang makina",
"controls": "Kontrol",
"accelerate": "Paspasa",
"brake": "Prino",
"steerRight": "Liko sa tuo",
"steerLeft": "Liko sa wala",
"goals": "Mga tumong",
"avoidCollisions": "Likayi ang bangga sa ubang sakyanan",
"streetNames": "Mga ngalan sa dalan",
"remainingVehicles": "Nabiling mga sakyanan",
"fuelTitle": "Gasolina",
"pointsTitle": "Puntos",
"speedViolations": "Mga lapas sa speed limit",
"redLightsPassed": "Mga pulang suga nga nalapas",
"highscore": "Highscore",
"topPlayers": "Top 20 nga mga player",
"loadingHighscore": "Nag-load sa highscore...",
"noHighscore": "Wala pay highscore",
"pointsShort": "pts",
"backToGame": "Balik sa dula",
"minimap": "Minimap",
"loadedPassengers": "Mga pasahero sulod sa taxi",
"waitingPassengers": "Naghulat nga mga pasahero",
"noPassengersInTaxi": "Walay pasahero sulod sa taxi",
"noWaitingPassengers": "Walay naghulat nga pasahero",
"name": "Ngalan",
"destination": "Padulngan",
"bonus": "Bonus",
"time": "Oras",
"crash": {
"title": "Bangga!",
"message": "Naaksidente ka! Mga crash: {crashes}"
}
}
}
}