-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #385 from jaivsh/fifth
Added support for hindi language
- Loading branch information
Showing
16 changed files
with
253 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"friday": "Friday", | ||
"@friday": { | ||
"description": "App's name" | ||
}, | ||
"hellosir": "Hello, Sir!", | ||
"recentalerts": "Recent Alerts", | ||
"viewall": "View all", | ||
"seefavourites": "SEE FAVOURITES", | ||
"search": "search", | ||
"recenthomework": "Recent Homework", | ||
"favourites": "Favourites", | ||
"clearallfavourites": "CLEAR ALL FAVOURITES", | ||
"hoursleft": "hours left", | ||
"addnewclass": "Add New Class", | ||
"mode": "Mode", | ||
"teachername": "Teacher Name", | ||
"date": "Date", | ||
"time": "Time", | ||
"joinlink": "Join Link", | ||
"subject": "वSubject", | ||
"save": "Save", | ||
"yourprofile": "Your Profile", | ||
"loading": "Loading...", | ||
"email": "Email", | ||
"bio": "Bio", | ||
"college": "College", | ||
"course": "Course", | ||
"departmentmajor": "Department/Major", | ||
"currentacademicyear": "Current Academic Year", | ||
"gender": "Gender", | ||
"age": "Age", | ||
"settings": "Settings", | ||
"common": "Common", | ||
"language": "Language", | ||
"lightmode": "Light Mode", | ||
"notifications": "Notifications", | ||
"notificationsdesc": "Turn your app notifications on or off", | ||
"help": "Help", | ||
"helpdesc": "See our help modules for queries", | ||
"faqs": "FAQs", | ||
"faqsdesc": "Basic usage guidelines", | ||
"supportdevelopment": "Support Development", | ||
"supportdevelopmentdesc": "See latest issues and contribute to the project!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"friday": "शुक्रवार", | ||
"hellosir": "नमस्ते महोदय!", | ||
"recentalerts": "हालिया अलर्ट", | ||
"viewall": "सभी देखें", | ||
"seefavourites": "पसंदीदा देखें", | ||
"search": "खोजो", | ||
"recenthomework": "हालिया होमवर्क", | ||
"favourites": "पसंदीदा", | ||
"clearallfavourites": "सभी पसंदीदा साफ़ करें", | ||
"hoursleft": "घंटे बाकी है", | ||
"addnewclass": "नई कक्षा जोड़ें", | ||
"mode": "प्रकार", | ||
"teachername": "शिक्षक का नाम", | ||
"date": "तारीख", | ||
"time": "समय", | ||
"joinlink": "लिंक से जुड़ें", | ||
"subject": "विषय", | ||
"save": "इसे जोड़ें", | ||
"yourprofile": "आपकी प्रोफ़ाइल", | ||
"loading": "लोड हो रहा है...", | ||
"email": "ईमेल", | ||
"bio": "बायो", | ||
"college": "कॉलेज", | ||
"course": "पाठ्यक्रम प्रकार", | ||
"departmentmajor": "विभाग", | ||
"currentacademicyear": "वर्तमान शैक्षणिक वर्ष", | ||
"gender": "लिंग", | ||
"age": "आयु", | ||
"logout": "लॉग आउट", | ||
"settings": "सेटिंग", | ||
"common": "सामान्य", | ||
"language": "भाषा", | ||
"lightmode": "प्रकाश मोड", | ||
"notifications": "सूचनाएं", | ||
"notificationsdesc": "ऐप के नोटिफिकेशन को चालू या बंद करें", | ||
"help": "मदद", | ||
"helpdesc": "प्रश्नों के लिए हमारे सहायता मॉड्यूल देखें", | ||
"faqs": "सामान्य प्रश्न", | ||
"faqsdesc": "बुनियादी उपयोग दिशानिर्देश", | ||
"supportdevelopment": "ऐप के विकास का समर्थन करें", | ||
"supportdevelopmentdesc": "समस्याओं का समाधान करें, बग की रिपोर्ट करें, इत्यादि|" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.