mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2024-11-14 09:21:16 -05:00
58 lines
1.4 KiB
JavaScript
58 lines
1.4 KiB
JavaScript
|
export default {
|
||
|
home: {
|
||
|
whatsNew: "What's New?",
|
||
|
viewAll: "View All",
|
||
|
SOTW: "Student of the Week",
|
||
|
Grade: "Grade",
|
||
|
Hobbies: "Hobbies",
|
||
|
Achievements: "Achievements",
|
||
|
Messages: "Messages",
|
||
|
Announcements: "Announcements"
|
||
|
},
|
||
|
app: {
|
||
|
home: "Home",
|
||
|
calendar: "Calendar",
|
||
|
clubs: "Clubs",
|
||
|
staff: "Staff",
|
||
|
more: "More"
|
||
|
},
|
||
|
calendar: {
|
||
|
calendarEvents: "Calendar Events"
|
||
|
},
|
||
|
clubs: {
|
||
|
searchClubs: "Search Clubs"
|
||
|
},
|
||
|
staff: {
|
||
|
searchStaff: "Search Staff"
|
||
|
},
|
||
|
student: {
|
||
|
Grade: "Grade",
|
||
|
Hobbies: "Hobbies",
|
||
|
Achievements: "Achievements",
|
||
|
Messages: "Messages",
|
||
|
},
|
||
|
polls: {
|
||
|
textInPoll: "Press the image to take the poll!"
|
||
|
},
|
||
|
more: {
|
||
|
Announcements: "Announcements",
|
||
|
Resources: "Resources",
|
||
|
SOTW: "Student of the Week",
|
||
|
lunch: "LunchEvents",
|
||
|
ssl: "SSL Opportunities",
|
||
|
COTW: "Challenge of the Week",
|
||
|
Polls: "Polls",
|
||
|
Settings: "Settings",
|
||
|
More: "More"
|
||
|
},
|
||
|
settings: {
|
||
|
settings: "Settings",
|
||
|
language: "Language"
|
||
|
},
|
||
|
language: {
|
||
|
SelectLanguage: "Select Language",
|
||
|
English: "English",
|
||
|
Spanish: "Spanish",
|
||
|
note: "*App will reload on language change"
|
||
|
}
|
||
|
}
|