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:
117
frontend/src/i18n/locales/ceb/general.json
Normal file
117
frontend/src/i18n/locales/ceb/general.json
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"welcome": "Maayong pag-abot sa YourPart",
|
||||
"imprint": {
|
||||
"title": "Imprint",
|
||||
"button": "Imprint"
|
||||
},
|
||||
"dataPrivacy": {
|
||||
"title": "Patakaran sa pagpanalipod sa datos",
|
||||
"button": "Pagpanalipod sa datos"
|
||||
},
|
||||
"contact": {
|
||||
"title": "Kontak",
|
||||
"button": "Kontak"
|
||||
},
|
||||
"error-title": "Sayop",
|
||||
"warning-title": "Pasidaan",
|
||||
"info-title": "Impormasyon",
|
||||
"general": {
|
||||
"loading": "Nagkarga...",
|
||||
"back": "Balik",
|
||||
"cancel": "Kanselahon",
|
||||
"ok": "OK",
|
||||
"yes": "Oo",
|
||||
"no": "Dili"
|
||||
},
|
||||
"OK": "Ok",
|
||||
"Cancel": "Kanselahon",
|
||||
"yes": "Oo",
|
||||
"no": "Dili",
|
||||
"message": {
|
||||
"close": "Isira"
|
||||
},
|
||||
"gender": {
|
||||
"male": "Lalaki",
|
||||
"female": "Babaye",
|
||||
"transmale": "Trans nga lalaki",
|
||||
"transfemale": "Trans nga babaye",
|
||||
"nonbinary": "Dili binaryo"
|
||||
},
|
||||
"common": {
|
||||
"edit": "Usba",
|
||||
"delete": "Tangtanga",
|
||||
"create": "Paghimo",
|
||||
"update": "I-update",
|
||||
"save": "I-save",
|
||||
"add": "Idugang",
|
||||
"cancel": "Kanselahon",
|
||||
"yes": "Oo",
|
||||
"no": "Dili"
|
||||
},
|
||||
"sectionBar": {
|
||||
"sections": {
|
||||
"default": "Seksyon",
|
||||
"falukant": "Falukant",
|
||||
"vocab": "Trainer sa bokabularyo",
|
||||
"forum": "Forum",
|
||||
"community": "Komunidad",
|
||||
"settings": "Mga setting",
|
||||
"administration": "Administrasyon",
|
||||
"minigames": "Mga minigame",
|
||||
"personal": "Personal",
|
||||
"blog": "Blog"
|
||||
},
|
||||
"titles": {
|
||||
"friends": "Mga higala",
|
||||
"guestbook": "Guestbook",
|
||||
"search": "Pagpangita",
|
||||
"gallery": "Galeriya",
|
||||
"forum": "Forum",
|
||||
"topic": "Hilisgutan",
|
||||
"diary": "Talaarawan",
|
||||
"languages": "Mga pinulongan",
|
||||
"newLanguage": "Bag-ong pinulongan",
|
||||
"subscribeLanguage": "Mag-subscribe sa pinulongan",
|
||||
"language": "Pinulongan",
|
||||
"chapter": "Kapitulo",
|
||||
"courses": "Mga kurso",
|
||||
"course": "Kurso",
|
||||
"lesson": "Leksiyon",
|
||||
"createCharacter": "Paghimo og karakter",
|
||||
"overview": "Kinatibuk-an",
|
||||
"branch": "Sangang opisina",
|
||||
"moneyHistory": "Kasaysayan sa kuwarta",
|
||||
"family": "Pamilya",
|
||||
"house": "Balay",
|
||||
"nobility": "Kadungganan",
|
||||
"reputation": "Dungog",
|
||||
"church": "Simbahan",
|
||||
"education": "Edukasyon",
|
||||
"bank": "Bangko",
|
||||
"directors": "Mga direktor",
|
||||
"health": "Panglawas",
|
||||
"politics": "Politika",
|
||||
"underground": "Ilalom nga kalibutan",
|
||||
"personalSettings": "Personal nga datos",
|
||||
"viewSettings": "Panagway",
|
||||
"sexualitySettings": "Sekswalidad",
|
||||
"flirtSettings": "Flirt",
|
||||
"accountSettings": "Account",
|
||||
"languageAssistantSettings": "Language assistant",
|
||||
"interests": "Mga interes",
|
||||
"adminInterests": "Pagdumala sa interes",
|
||||
"adminUsers": "Mga user",
|
||||
"adminUserStatistics": "Estadistika sa user",
|
||||
"adminContacts": "Mga hangyo sa kontak",
|
||||
"adminUserRights": "Mga katungod",
|
||||
"adminForums": "Pagdumala sa forum",
|
||||
"adminChatRooms": "Mga chat room",
|
||||
"adminFalukantUsers": "Mga user sa Falukant",
|
||||
"adminFalukantMap": "Mapa sa Falukant",
|
||||
"adminCreateNpc": "Paghimo og NPC",
|
||||
"adminMinigames": "Pagdumala sa Match3",
|
||||
"adminTaxiTools": "Mga himan sa taxi",
|
||||
"adminServicesStatus": "Status sa serbisyo"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user