feat(bisaya-course): enhance German course content and localization support
All checks were successful
Deploy to production / deploy (push) Successful in 2m47s
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:
@@ -58,5 +58,71 @@
|
||||
"cancel": "Abbrechen",
|
||||
"yes": "Ja",
|
||||
"no": "Nein"
|
||||
},
|
||||
"sectionBar": {
|
||||
"sections": {
|
||||
"default": "Bereich",
|
||||
"falukant": "Falukant",
|
||||
"vocab": "Vokabeltrainer",
|
||||
"forum": "Forum",
|
||||
"community": "Community",
|
||||
"settings": "Einstellungen",
|
||||
"administration": "Administration",
|
||||
"minigames": "Minispiele",
|
||||
"personal": "Persönlich",
|
||||
"blog": "Blog"
|
||||
},
|
||||
"titles": {
|
||||
"friends": "Freunde",
|
||||
"guestbook": "Gästebuch",
|
||||
"search": "Suche",
|
||||
"gallery": "Galerie",
|
||||
"forum": "Forum",
|
||||
"topic": "Thema",
|
||||
"diary": "Tagebuch",
|
||||
"languages": "Sprachen",
|
||||
"newLanguage": "Neue Sprache",
|
||||
"subscribeLanguage": "Sprache abonnieren",
|
||||
"language": "Sprache",
|
||||
"chapter": "Kapitel",
|
||||
"courses": "Kurse",
|
||||
"course": "Kurs",
|
||||
"lesson": "Lektion",
|
||||
"createCharacter": "Charakter erstellen",
|
||||
"overview": "Übersicht",
|
||||
"branch": "Niederlassung",
|
||||
"moneyHistory": "Geldverlauf",
|
||||
"family": "Familie",
|
||||
"house": "Haus",
|
||||
"nobility": "Adel",
|
||||
"reputation": "Ansehen",
|
||||
"church": "Kirche",
|
||||
"education": "Bildung",
|
||||
"bank": "Bank",
|
||||
"directors": "Direktoren",
|
||||
"health": "Gesundheit",
|
||||
"politics": "Politik",
|
||||
"underground": "Untergrund",
|
||||
"personalSettings": "Persönliche Daten",
|
||||
"viewSettings": "Ansicht",
|
||||
"sexualitySettings": "Sexualität",
|
||||
"flirtSettings": "Flirt",
|
||||
"accountSettings": "Account",
|
||||
"languageAssistantSettings": "Sprachassistent",
|
||||
"interests": "Interessen",
|
||||
"adminInterests": "Interessenverwaltung",
|
||||
"adminUsers": "Benutzer",
|
||||
"adminUserStatistics": "Benutzerstatistik",
|
||||
"adminContacts": "Kontaktanfragen",
|
||||
"adminUserRights": "Rechte",
|
||||
"adminForums": "Forumverwaltung",
|
||||
"adminChatRooms": "Chaträume",
|
||||
"adminFalukantUsers": "Falukant-Nutzer",
|
||||
"adminFalukantMap": "Falukant-Karte",
|
||||
"adminCreateNpc": "NPC erstellen",
|
||||
"adminMinigames": "Match3-Verwaltung",
|
||||
"adminTaxiTools": "Taxi-Tools",
|
||||
"adminServicesStatus": "Service-Status"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user