diff --git a/public/language/es/category.json b/public/language/es/category.json index 675d47791c..c2e5ec32ce 100644 --- a/public/language/es/category.json +++ b/public/language/es/category.json @@ -3,5 +3,12 @@ "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" + "sidebar.moderators": "Moderadores", + "posts": "posts", + "views": "views", + "posted": "posted", + "browsing": "browsing", + "no_replies": "No one has replied", + "replied": "replied", + "last_edited_by": "last edited by" } \ No newline at end of file diff --git a/public/language/es/footer.json b/public/language/es/footer.json index c281e242c7..a68029562e 100644 --- a/public/language/es/footer.json +++ b/public/language/es/footer.json @@ -5,5 +5,6 @@ "stats.online": "Online", "stats.users": "Usuarios", "stats.topics": "Temas", - "stats.posts": "Posts" + "stats.posts": "Posts", + "success": "success" } \ No newline at end of file diff --git a/public/language/es/global.json b/public/language/es/global.json index a603f08616..8d19bc70f6 100644 --- a/public/language/es/global.json +++ b/public/language/es/global.json @@ -8,14 +8,24 @@ "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", + + "register": "Register", + "login": "Login", + "logout": "Salir", "logout.title": "Te has desconectado.", "logout.message": "Haz sido desconectado correctamente", + + "save_changes": "Save Changes", + "close": "Close", + "header.admin": "Admin", "header.recent": "Recientes", "header.unread": "No Leeidos", "header.users": "Miembros", "header.search": "Buscar", + "header.profile": "Profile", + "notifications.loading": "Cargando Notificaciones", "chats.loading": "Cargando Chats" } \ No newline at end of file diff --git a/public/language/es/notifications.json b/public/language/es/notifications.json index 17d7a3e8fc..7fbd469bc3 100644 --- a/public/language/es/notifications.json +++ b/public/language/es/notifications.json @@ -1,3 +1,9 @@ { - "title": "Notificaciones" -} \ No newline at end of file + "title": "Notificaciones", + "back_to_home": "back to NodeBB", + "mark_all_as_read": "Mark All as Read", + "outgoing_link": "Outgoing Link", + "outgoing_link_message": "You are now leaving", + "continue_to": "Continue to", + "return_to": "Return to " +} diff --git a/public/language/es/reset_password.json b/public/language/es/reset_password.json new file mode 100644 index 0000000000..468bfb0254 --- /dev/null +++ b/public/language/es/reset_password.json @@ -0,0 +1,13 @@ +{ + "reset_password": "Reset Password", + "update_password": "Update Password", + "password_changed.title": "Password Changed", + "password_changed.message": "

Password successfully reset, please log in again.", + "wrong_reset_code.title": "Incorrect Reset Code", + "wrong_reset_code.message": "The reset code received was incorrect. Please try again, or request a new reset code.", + "new_password": "New Password", + "repeat_password": "Confirm Password", + "enter_email": "Please enter your email address and we will send you an email with instructions on how to reset your account.", + "password_reset_sent": "Password Reset Sent", + "invalid_email": "Invalid Email / Email does not exist!" +} diff --git a/public/language/es/topic.json b/public/language/es/topic.json index bda2fa14f2..46d400a735 100644 --- a/public/language/es/topic.json +++ b/public/language/es/topic.json @@ -1,23 +1,39 @@ { + "topic": "Topic", + "topics": "Topics", + + "no_topics_found": "No topics found!", + "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", + + "favourite": "Favorito", + "favourites": "Favoritos", "favourites.not_logged_in.title": "No estas conectado :(", - "favourites.not_logged_in.message": "Por favor, conectate para agregar a favorito este post." + "favourites.not_logged_in.message": "Por favor, conectate para agregar a favorito este post.", + "favourites.has_no_favourites": "You don't have any favourites, favourite some posts to see them here!", + + "posted_by": "posted by", + "loading": "Lade", + "more_posts": "More Posts", + "move_topic": "Move Topic", + "topic_will_be_moved_to": "This topic will be moved to the category" } \ No newline at end of file diff --git a/public/language/es/user.json b/public/language/es/user.json new file mode 100644 index 0000000000..512fad96c3 --- /dev/null +++ b/public/language/es/user.json @@ -0,0 +1,36 @@ +{ + "banned": "Banned", + "offline": "offline", + "email": "email", + "fullname": "full name", + "website": "website", + "location": "location", + "age": "age", + "joined": "joined", + "profil_views": "profil views", + "reputation": "reputation", + "posts": "posts", + "followers": "followers", + "following": "following", + "signature": "signature", + "gravatar": "gravatar", + "birthday": "birthday", + + "change_picture": "change picture", + "edit": "edit", + "uploaded_pictures": "uploaded pictures", + "upload_new_picture": "upload new picture", + "change_password": "change password", + "confirm_password": "confirm password", + "password": "password", + + "upload_picture": "Upload picture", + "upload_a_picture": "Upload a picture", + "image_spec": "You may only upload PNG, JPG, or GIF files under 256kb.", + + "settings": "settings", + "show_my_email": "show my email", + + "has_no_follower": "This user doesn't have any followers :(", + "follows_no_one": "This user isn't following anyone :(" +}