mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2024-11-14 09:21:16 -05:00
96 lines
2.4 KiB
JavaScript
96 lines
2.4 KiB
JavaScript
export default {
|
|
home: {
|
|
whatsNew: "¿Qué hay de nuevo?",
|
|
viewAll: "Ver todo",
|
|
SOTW: "Alumno de la semana",
|
|
Grade: "El año",
|
|
Hobbies: "El pasatiempo",
|
|
Achievements: "Logros",
|
|
Messages: "Mensajes",
|
|
Announcements: "Anuncios",
|
|
noAnnouncements: "ESNo Announcements",
|
|
lunch: "Eventos de almuerzo",
|
|
news: "ESNews",
|
|
shortcut: "ESShortcut: ",
|
|
seeLunch: "ESSee Lunch Events",
|
|
noNews: "ESNo news for today",
|
|
noAnnouncements: "ESNo announcements for today",
|
|
moreOn: "ESMore on"
|
|
},
|
|
dates: {
|
|
today: "ESToday",
|
|
past: "ESPast",
|
|
future: "ESFuture"
|
|
},
|
|
app: {
|
|
home: "Casa",
|
|
calendar: "Calendario",
|
|
clubs: "Clubes",
|
|
staff: "Personal",
|
|
more: "Más"
|
|
},
|
|
calendar: {
|
|
calendar: "ESCalendar",
|
|
info: "ESInfo",
|
|
location: "ESLocation",
|
|
date: "ESDate",
|
|
organizer: "ESOrganizer",
|
|
noEvents: "ESNo Events"
|
|
},
|
|
clubs: {
|
|
searchClubs: "Buscar clubes"
|
|
},
|
|
staff: {
|
|
searchStaff: "Personal de búsqueda"
|
|
},
|
|
announcements: {
|
|
noAnnouncements: "ESNo Announcements"
|
|
},
|
|
student: {
|
|
Grade: "El año",
|
|
Hobbies: "El pasatiempo",
|
|
Achievements: "Logros",
|
|
Messages: "Mensajes",
|
|
},
|
|
lunch: {
|
|
information: "ESInformation",
|
|
location: "ESLocation"
|
|
},
|
|
ssl: {
|
|
information: "ESInformation",
|
|
sponsor: "ESSponsor",
|
|
location: "ESLocation"
|
|
},
|
|
challenge: {
|
|
link: "ESLink"
|
|
},
|
|
polls: {
|
|
textInPoll: "¡Pulsa la imagen para realizar la encuesta!'"
|
|
},
|
|
more: {
|
|
Announcements: "Anuncios",
|
|
Resources: "Recursos",
|
|
SOTW: "Alumno de la semana",
|
|
lunch: "Eventos de almuerzo",
|
|
ssl: "Oportunidades SSL",
|
|
COTW: "Desafío de la semana",
|
|
Polls: "Centro",
|
|
Settings: "Configuraciones",
|
|
More: "Más"
|
|
},
|
|
settings: {
|
|
settings: "Configuraciones",
|
|
language: "Idioma",
|
|
notifications: "ESNotifications"
|
|
},
|
|
language: {
|
|
SelectLanguage: "Seleccione el idioma",
|
|
English: "Inglés",
|
|
Spanish: "Español",
|
|
note: "*La aplicación se recargará al cambiar de idioma"
|
|
},
|
|
notifications: {
|
|
announcements: "ESAnnouncements",
|
|
events: "ESCalendar Events"
|
|
}
|
|
} |