diff --git a/public/language/es/category.json b/public/language/es/category.json new file mode 100644 index 0000000000..675d47791c --- /dev/null +++ b/public/language/es/category.json @@ -0,0 +1,7 @@ +{ + "new_topic_button": "Nuevo Tema", + "no_topics": "No hay temas en esta categoría.
Por que no te animas y publicas uno?", + "sidebar.recent_replies": "Respuestas recientes", + "sidebar.active_participants": "Miembros más activos", + "sidebar.moderators": "Moderadores" +} \ No newline at end of file diff --git a/public/language/es/footer.json b/public/language/es/footer.json new file mode 100644 index 0000000000..c281e242c7 --- /dev/null +++ b/public/language/es/footer.json @@ -0,0 +1,9 @@ +{ + "chat.chatting_with": "Chatear con ", + "chat.placeholder": "ingresa tu mensaje aqui, y presiona enter para enviar", + "chat.send": "Enviar", + "stats.online": "Online", + "stats.users": "Usuarios", + "stats.topics": "Temas", + "stats.posts": "Posts" +} \ No newline at end of file diff --git a/public/language/es/global.json b/public/language/es/global.json new file mode 100644 index 0000000000..52db8e82a9 --- /dev/null +++ b/public/language/es/global.json @@ -0,0 +1,21 @@ +{ + "home": "Inicio", + "search": "Buscar", + "buttons.close": "Cerrar", + "403.title": "Acceso denegado", + "403.message": "Al parecer no tienes premisos necesarios para estar en este lugar. Tal vez puedes intentar conectarte?", + "404.title": "Ups... 404, no se encontra che!", + "404.message": "Al parecer lo que estas buscando no existe. Te recomendamos que vuelvas al inicio.", + "500.title": "Error Interno.", + "500.message": "Ooops! Algo salio mal!, No te alarmes. Nuestros simios hiperinteligentes lo solucionarán", + "logout": "Salir", + "logout.title": "Te has desconectado.", + "logout.message": "Haz sido desconectado correctamente", + "header.admin": "Admin", + "header.recent": "Recientes", + "header.unread": "No Leeidos", + "header.users": "Miembros", + "header.search": "Buscar", + "notifications.loading": "Cargando Notificaciones" + "chats.loading": "Cargando Chats" +} \ No newline at end of file diff --git a/public/language/es/login.json b/public/language/es/login.json new file mode 100644 index 0000000000..063c3aa5d2 --- /dev/null +++ b/public/language/es/login.json @@ -0,0 +1,10 @@ +{ + "login": "Conectarse", + "username": "Usuario", + "password": "Contraseña", + "remember_me": "Recordarme?", + "forgot_password": "Olvidaste tu contraseña?", + "alternative_logins": "Conexiones Alternativas", + "failed_login_attempt": "Error al loguearte, intenta de nuevo.", + "login_successful": "Te has conectado con exito!" +} \ No newline at end of file diff --git a/public/language/es/notifications.json b/public/language/es/notifications.json new file mode 100644 index 0000000000..17d7a3e8fc --- /dev/null +++ b/public/language/es/notifications.json @@ -0,0 +1,3 @@ +{ + "title": "Notificaciones" +} \ No newline at end of file diff --git a/public/language/es/recent.json b/public/language/es/recent.json new file mode 100644 index 0000000000..5d6792e0d2 --- /dev/null +++ b/public/language/es/recent.json @@ -0,0 +1,5 @@ +{ + "day": "Día", + "week": "Semana", + "month": "Mes" +} \ No newline at end of file diff --git a/public/language/es/register.json b/public/language/es/register.json new file mode 100644 index 0000000000..a5a7ed0381 --- /dev/null +++ b/public/language/es/register.json @@ -0,0 +1,16 @@ +{ + "register": "Registrase", + "help.email": "Por defecto, tu email será oculto al publico.", + "help.username_restrictions": "El nombre de usuario debe tener entre %1 y %2 caracteres. Los miembros pueden responderte escribiendo @usuario.", + "help.minimum_password_length": "Tu contraseña debe tener al menos %1 caracteres.", + "email_address": "Email", + "email_address_placeholder": "Escribe tu email", + "username": "Usuario", + "username_placeholder": "Escribe tu usuario", + "password": "Contraseña", + "password_placeholder": "Escribe tu Contraseña", + "confirm_password": "Confirmar Contraseña", + "confirm_password_placeholder": "Confirmar Contraseña", + "register_now_button": "Registrarme ahora", + "alternative_registration": "Otros metodos interesantes para registrarse" +} \ No newline at end of file diff --git a/public/language/es/topic.json b/public/language/es/topic.json new file mode 100644 index 0000000000..bda2fa14f2 --- /dev/null +++ b/public/language/es/topic.json @@ -0,0 +1,23 @@ +{ + "profile": "Perfil", + "posted_by": "Publicado por", + "chat": "Chat", + "notify_me": "Seras notificado cuando haya nuevas respuestas en este tema", + "favourite": "Favorito", + "quote": "Citar", + "reply": "Responder", + "edit": "Editar", + "delete": "Borrar", + "banned": "banneado", + "link": "Link", + "thread_tools.title": "Herramientas del Tema", + "thread_tools.pin": "Poner Sticky", + "thread_tools.lock": "Cerrar Tema", + "thread_tools.move": "Mover Tema", + "thread_tools.delete": "Borrar Tema", + "load_categories": "Cargando Categorias", + "disabled_categories_note": "Las categorías deshabilidas estan en gris", + "confirm_move": "Mover", + "favourites.not_logged_in.title": "No estas conectado :(", + "favourites.not_logged_in.message": "Por favor, conectate para agregar a favorito este post." +} \ No newline at end of file diff --git a/public/language/es/unread.json b/public/language/es/unread.json new file mode 100644 index 0000000000..07b0b63bb0 --- /dev/null +++ b/public/language/es/unread.json @@ -0,0 +1,5 @@ +{ + "no_unread_topics": "No hay temas nuevos para leer.", + "mark_all_read": "Marcar todo como leeido", + "load_more": "Cargar más" +} \ No newline at end of file diff --git a/public/language/es/users.json b/public/language/es/users.json new file mode 100644 index 0000000000..fc57fdcf4c --- /dev/null +++ b/public/language/es/users.json @@ -0,0 +1,9 @@ +{ + "latest_users": "Ultimos Miembros", + "top_posters": "Top Posteadores", + "most_reputation": "Mayor Reputación", + "online": "Conectados", + "search": "Buscar", + "enter_username": "Ingresa el nombre de usuario para buscar", + "load_more": "Cargar más" +} \ No newline at end of file