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:
119
frontend/src/i18n/locales/ceb/navigation.json
Normal file
119
frontend/src/i18n/locales/ceb/navigation.json
Normal file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"navigation": {
|
||||
"home": "Sinugdanan",
|
||||
"logout": "Pag-logout",
|
||||
"friends": "Mga higala",
|
||||
"socialnetwork": "Tigomanan",
|
||||
"chats": "Mga chat",
|
||||
"falukant": "Falukant",
|
||||
"minigames": "Mga minigame",
|
||||
"personal": "Personal",
|
||||
"settings": "Mga setting",
|
||||
"administration": "Pagdumala",
|
||||
"m-chats": {
|
||||
"multiChat": "Multiuser chat",
|
||||
"randomChat": "Random single chat",
|
||||
"eroticChat": "Erotik chat"
|
||||
},
|
||||
"m-socialnetwork": {
|
||||
"guestbook": "Guestbook",
|
||||
"blog": "Blog",
|
||||
"usersearch": "Pagpangita og user",
|
||||
"forum": "Forum",
|
||||
"gallery": "Galeriya",
|
||||
"sprachenlernen": "Pagtuon og pinulongan",
|
||||
"blockedUsers": "Mga gi-block nga user",
|
||||
"oneTimeInvitation": "Usa ka higayon nga imbitasyon",
|
||||
"diary": "Talaarawan",
|
||||
"erotic": "Erotik",
|
||||
"m-erotic": {
|
||||
"pictures": "Mga hulagway",
|
||||
"videos": "Mga video"
|
||||
},
|
||||
"m-sprachenlernen": {
|
||||
"vocabtrainer": "Trainer sa bokabularyo",
|
||||
"sprachkurse": "Mga kurso sa pinulongan",
|
||||
"m-vocabtrainer": {
|
||||
"newLanguage": "Bag-ong pinulongan"
|
||||
}
|
||||
}
|
||||
},
|
||||
"m-minigames": {
|
||||
"match3": "Match 3 - Hiyas",
|
||||
"taxi": "Taxi simulator"
|
||||
},
|
||||
"m-personal": {
|
||||
"sprachenlernen": "Pagtuon og pinulongan",
|
||||
"calendar": "Kalendaryo",
|
||||
"m-sprachenlernen": {
|
||||
"vocabtrainer": "Trainer sa bokabularyo",
|
||||
"sprachkurse": "Mga kurso sa pinulongan",
|
||||
"m-vocabtrainer": {
|
||||
"newLanguage": "Bag-ong pinulongan"
|
||||
}
|
||||
}
|
||||
},
|
||||
"m-settings": {
|
||||
"homepage": "Sinugdanan",
|
||||
"account": "Account",
|
||||
"personal": "Personal",
|
||||
"view": "Panagway",
|
||||
"flirt": "Flirt",
|
||||
"interests": "Mga interes",
|
||||
"notifications": "Mga pahibalo",
|
||||
"sexuality": "Sekswalidad",
|
||||
"languageAssistant": "Language assistant"
|
||||
},
|
||||
"m-administration": {
|
||||
"contactrequests": "Mga hangyo sa kontak",
|
||||
"users": "Mga user",
|
||||
"userrights": "Mga katungod sa user",
|
||||
"m-users": {
|
||||
"userlist": "Lista sa user",
|
||||
"adultverification": "Mga erotik nga pag-apruba",
|
||||
"eroticmoderation": "Erotik nga moderasyon",
|
||||
"userstatistics": "Estadistika sa user",
|
||||
"userrights": "Mga katungod sa user"
|
||||
},
|
||||
"forum": "Forum",
|
||||
"interests": "Mga interes",
|
||||
"falukant": "Falukant",
|
||||
"m-falukant": {
|
||||
"logentries": "Mga log entry",
|
||||
"edituser": "Usba ang user",
|
||||
"database": "Database",
|
||||
"mapEditor": "Editor sa mapa",
|
||||
"createNPC": "Paghimo og NPC"
|
||||
},
|
||||
"minigames": "Mga minigame",
|
||||
"m-minigames": {
|
||||
"match3": "Mga level sa Match3",
|
||||
"taxiTools": "Mga himan sa taxi"
|
||||
},
|
||||
"chatrooms": "Mga chat room",
|
||||
"servicesStatus": "Status sa serbisyo"
|
||||
},
|
||||
"m-friends": {
|
||||
"manageFriends": "Dumala sa mga higala",
|
||||
"chat": "Makig-chat",
|
||||
"profile": "Profile"
|
||||
},
|
||||
"m-falukant": {
|
||||
"create": "Paghimo",
|
||||
"overview": "Kinatibuk-an",
|
||||
"towns": "Mga sangang opisina",
|
||||
"factory": "Produksyon",
|
||||
"family": "Pamilya",
|
||||
"house": "Balay",
|
||||
"darknet": "Ilalom nga kalibutan",
|
||||
"reputation": "Dungog",
|
||||
"moneyhistory": "Agos sa kuwarta",
|
||||
"nobility": "Sosyal nga kahimtang",
|
||||
"politics": "Politika",
|
||||
"education": "Edukasyon",
|
||||
"health": "Panglawas",
|
||||
"bank": "Bangko",
|
||||
"church": "Simbahan"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user