diff --git a/public/language/de/error.json b/public/language/de/error.json
index 3d0d6f890e..14661834ee 100644
--- a/public/language/de/error.json
+++ b/public/language/de/error.json
@@ -2,7 +2,7 @@
"invalid-data": "Daten ungültig",
"not-logged-in": "Du bist nicht angemeldet.",
"account-locked": "Dein Account wurde vorübergehend gesperrt.",
- "search-requires-login": "Searching requires an account! Please login or register!",
+ "search-requires-login": "Die Suche erfordert ein Konto! Bitte log dich ein oder registrieren dich!",
"invalid-cid": "Ungültige Kategorie-ID",
"invalid-tid": "Ungültige Themen-ID",
"invalid-pid": "Ungültige Beitrags-ID",
@@ -16,7 +16,7 @@
"username-taken": "Der Benutzername ist bereits vergeben",
"email-taken": "Die E-Mail-Adresse ist bereits vergeben",
"email-not-confirmed": "Ihre E-Mail ist noch nicht bestätigt",
- "username-too-short": "Username too short",
+ "username-too-short": "Benutzername ist zu kurz",
"user-banned": "Der Benutzer ist gesperrt",
"no-category": "Die Kategorie existiert nicht",
"no-topic": "Das Thema existiert nicht",
@@ -35,7 +35,7 @@
"file-too-big": "Die maximale Dateigröße beträgt %1 kbs",
"cant-vote-self-post": "Du kannst deinen eigenen Beitrag nicht bewerten.",
"already-favourited": "Dieser Beitrag ist bereits in deinen Favoriten enthalten",
- "already-unfavourited": "You already unfavourited this post",
+ "already-unfavourited": "Du hast diesen Beitrag bereits aus deinen Favoriten entfernt",
"cant-ban-other-admins": "Du kannst andere Administratoren nicht sperren!",
"invalid-image-type": "Ungültiger Bildtyp",
"group-name-too-short": "Gruppenname zu kurz",
diff --git a/public/language/de/modules.json b/public/language/de/modules.json
index 3c31df4fad..6fa60616fa 100644
--- a/public/language/de/modules.json
+++ b/public/language/de/modules.json
@@ -8,5 +8,5 @@
"chat.see_all": "Alle Chats anzeigen",
"composer.user_said_in": "%1 sagte in %2:\n",
"composer.user_said": "%1 sagte:\n",
- "composer.discard": "Are you sure you wish to discard this post?"
+ "composer.discard": "Bist du sicher, dass du diesen Post verwerfen möchtest?"
}
\ No newline at end of file
diff --git a/public/language/de/notifications.json b/public/language/de/notifications.json
index 2960d9913f..feec8ef9fe 100644
--- a/public/language/de/notifications.json
+++ b/public/language/de/notifications.json
@@ -2,7 +2,7 @@
"title": "Benachrichtigungen",
"no_notifs": "Du hast keine neuen Benachrichtigungen",
"see_all": "Alle Benachrichtigungen ansehen",
- "back_to_home": "Back to %1",
+ "back_to_home": "Zurück zu %1",
"outgoing_link": "Externer Link",
"outgoing_link_message": "Du verlässt nun",
"continue_to": "Gehe weiter zu",
@@ -15,7 +15,7 @@
"favourited_your_post": "%1 favorisiert deinen Beitrag.",
"user_flagged_post": "%1 hat einen Beitrag markiert.",
"user_posted_to": "%1 hat auf %2 geantwortet.",
- "user_mentioned_you_in": "%1 mentioned you in %2",
+ "user_mentioned_you_in": "%1 erwähnte dich in %2",
"email-confirmed": "E-Mail bestätigt",
"email-confirmed-message": "Vielen Dank für Ihre E-Mail-Validierung. Ihr Konto ist nun vollständig aktiviert.",
"email-confirm-error": "Es ist ein Fehler aufgetreten ...",
diff --git a/public/language/de/topic.json b/public/language/de/topic.json
index dfbaaf8121..70461b84c1 100644
--- a/public/language/de/topic.json
+++ b/public/language/de/topic.json
@@ -14,7 +14,7 @@
"reply": "antworten",
"edit": "bearbeiten",
"delete": "löschen",
- "purge": "Purge",
+ "purge": "bereinigen",
"restore": "Wiederherstellen",
"move": "verschieben",
"fork": "Aufspalten",
@@ -48,8 +48,8 @@
"thread_tools.delete_confirm": "Sind Sie sicher, dass Sie dieses Thema löschen möchten?",
"thread_tools.restore": "Thema wiederherstellen",
"thread_tools.restore_confirm": "Sind Sie sicher, dass Sie dieses Thema wiederherstellen möchten?",
- "thread_tools.purge": "Purge Topic",
- "thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
+ "thread_tools.purge": "Thema bereinigen",
+ "thread_tools.purge_confirm": "Bist du sicher, dass du dieses Thema bereinigen möchtest?",
"topic_lock_success": "Das Thema wurde erfolgreich gesperrt.",
"topic_unlock_success": "Das Thema wurde erfolgreich entsperrt.",
"topic_pin_success": "Thema wurde efolgreich angepinnt.",
@@ -57,7 +57,7 @@
"topic_move_success": "Thema wurde erfolgreich zu %1 verschoben.",
"post_delete_confirm": "Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?",
"post_restore_confirm": "Sind Sie sicher, dass Sie diesen Beitrag wiederherstellen möchten?",
- "post_purge_confirm": "Are you you want to purge this post?",
+ "post_purge_confirm": "Du möchtest dieses Thema bereinigen?",
"load_categories": "Kategorien laden",
"disabled_categories_note": "Deaktivierte Kategorien sind ausgegraut.",
"confirm_move": "Verschieben",
@@ -94,8 +94,8 @@
"more_users_and_guests": "%1 weitere(r) Nutzer und %2 Gäste",
"more_users": "%1 weitere(r) Nutzer",
"more_guests": "%1 weitere Gäste",
- "sort_by": "Sort by",
- "oldest_to_newest": "Oldest to Newest",
- "newest_to_oldest": "Newest to Oldest",
- "most_votes": "Most votes"
+ "sort_by": "Sortieren nach",
+ "oldest_to_newest": "Älteste zuerst",
+ "newest_to_oldest": "Neuster zuerst",
+ "most_votes": "Die meisten Stimmen"
}
\ No newline at end of file
diff --git a/public/language/de/users.json b/public/language/de/users.json
index d122354802..fe599a1dd3 100644
--- a/public/language/de/users.json
+++ b/public/language/de/users.json
@@ -5,6 +5,6 @@
"search": "Suchen",
"enter_username": "Benutzer durchsuchen",
"load_more": "mehr laden",
- "user-not-found": "User not found!",
- "users-found-search-took": "%1 user(s) found! Search took %2 ms."
+ "user-not-found": "Benutzer nicht gefunden!",
+ "users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 ms."
}
\ No newline at end of file
diff --git a/public/language/es/category.json b/public/language/es/category.json
index b7a9fe097b..cd64161deb 100644
--- a/public/language/es/category.json
+++ b/public/language/es/category.json
@@ -1,6 +1,6 @@
{
"new_topic_button": "Nuevo Tema",
- "no_topics": "No hay temas en esta categoría.
Por que no te animas y publicas uno?",
+ "no_topics": "No hay temas en esta categoría.
¿Por que no te animas y publicas uno?",
"browsing": "viendo ahora",
"no_replies": "Nadie ha respondido aún",
"share_this_category": "Compartir esta categoría"
diff --git a/public/language/es/error.json b/public/language/es/error.json
index d31432c832..e6ae5e00f4 100644
--- a/public/language/es/error.json
+++ b/public/language/es/error.json
@@ -2,7 +2,7 @@
"invalid-data": "Datos no válidos",
"not-logged-in": "No has iniciado sesión.",
"account-locked": "Tu cuenta ha sido bloqueada temporalmente.",
- "search-requires-login": "Searching requires an account! Please login or register!",
+ "search-requires-login": "¡Buscar requiere estar registrado! Por favor, entra o regístrate.",
"invalid-cid": "Identificador de categoría no válido",
"invalid-tid": "Identificador de tema no válido",
"invalid-pid": "Identificador de publicación no válido",
@@ -16,7 +16,7 @@
"username-taken": "Nombre de usuario ya escogido",
"email-taken": "El correo electrónico ya está escogido.",
"email-not-confirmed": "Tu correo electrónico no está confirmado",
- "username-too-short": "Username too short",
+ "username-too-short": "El nombre de usuario es demasiado corto",
"user-banned": "Usuario expulsado",
"no-category": "La categoría no existe",
"no-topic": "El tema no existe.",
@@ -35,7 +35,7 @@
"file-too-big": "El tamaño máximo de archivo es de %1 KBs",
"cant-vote-self-post": "No puedes votar tus propios posts",
"already-favourited": "Ya has marcado esa publicación como favorita.",
- "already-unfavourited": "You already unfavourited this post",
+ "already-unfavourited": "Ya has desmarcado este hilo como favorito",
"cant-ban-other-admins": "No puedes expulsar a otros administradores!",
"invalid-image-type": "Tipo de imagen no válido.",
"group-name-too-short": "Nombre del grupo es demasiado corto.",
diff --git a/public/language/es/global.json b/public/language/es/global.json
index 01272f8680..42b8da4e66 100644
--- a/public/language/es/global.json
+++ b/public/language/es/global.json
@@ -3,11 +3,11 @@
"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 encontró lo que buscabas!",
- "404.message": "Al parecer lo que estas buscando no existe. Te recomendamos que vuelvas al inicio.",
+ "403.message": "Al parecer no tienes premisos necesarios para estar en este lugar. ¿Tal vez quieras intentar conectarte?",
+ "404.title": "No encontrado",
+ "404.message": "Al parecer lo que estas buscando no existe. Volver a la página principal.",
"500.title": "Error Interno.",
- "500.message": "Ooops! Algo salio mal!, No te alarmes. Nuestros simios hiperinteligentes lo solucionarán",
+ "500.message": "¡Ooops! ¡Parece que algo salió mal! No te preocupes, ¡nuestros simios hiperinteligentes lo solucionarán!",
"register": "Registrarse",
"login": "Conectarse",
"please_log_in": "Por favor conectate.",
@@ -21,7 +21,7 @@
"pagination.out_of": "%1 de %2",
"header.admin": "Administración",
"header.recent": "Recientes",
- "header.unread": "No Leídos",
+ "header.unread": "No leídos",
"header.tags": "Etiquetas",
"header.popular": "Popular",
"header.users": "Miembros",
diff --git a/public/language/es/login.json b/public/language/es/login.json
index d5c301a3e4..7eb903ac87 100644
--- a/public/language/es/login.json
+++ b/public/language/es/login.json
@@ -1,9 +1,9 @@
{
"username": "Usuario / Email",
- "remember_me": "Recordarme?",
- "forgot_password": "Olvidaste tu contraseña?",
+ "remember_me": "¿Recordarme?",
+ "forgot_password": "¿Olvidaste tu contraseña?",
"alternative_logins": "Conexiones Alternativas",
- "failed_login_attempt": "Error al iniciar sesión, intenta otra vez.",
- "login_successful": "Te has conectado con éxito!",
+ "failed_login_attempt": "Error al iniciar sesión, intentalo otra vez.",
+ "login_successful": "¡Te has conectado con éxito!",
"dont_have_account": "No tienes una cuenta creada?"
}
\ No newline at end of file
diff --git a/public/language/es/modules.json b/public/language/es/modules.json
index 1390aaa1c0..920d94deb2 100644
--- a/public/language/es/modules.json
+++ b/public/language/es/modules.json
@@ -1,6 +1,6 @@
{
"chat.chatting_with": "Chatear con ",
- "chat.placeholder": "ingresa tu mensaje aquí, y presiona Intro para enviar",
+ "chat.placeholder": "escribe tu mensaje aquí, y pulsa intro para enviar",
"chat.send": "Enviar",
"chat.no_active": "No tiene conversaciones activas.",
"chat.user_typing": "%1 está escribiendo ...",
@@ -8,5 +8,5 @@
"chat.see_all": "Ver todas las conversaciones",
"composer.user_said_in": "%1 dijo en: %2:\n",
"composer.user_said": "%1 dijo:\n",
- "composer.discard": "Are you sure you wish to discard this post?"
+ "composer.discard": "¿Estás seguro de que deseas descargar este post?"
}
\ No newline at end of file
diff --git a/public/language/es/notifications.json b/public/language/es/notifications.json
index 41f3382b13..c1c1d09c47 100644
--- a/public/language/es/notifications.json
+++ b/public/language/es/notifications.json
@@ -2,7 +2,7 @@
"title": "Notificaciones",
"no_notifs": "No tiene nuevas notificaciones",
"see_all": "Ver todas las notificaciones",
- "back_to_home": "Back to %1",
+ "back_to_home": "Volver a %1",
"outgoing_link": "Enlace Externo",
"outgoing_link_message": "Estas saliendo del sitio",
"continue_to": "Continuar",
@@ -15,7 +15,7 @@
"favourited_your_post": "%1 ha marcado como favorita tu respuesta.",
"user_flagged_post": "%1 ha marcado como indebida una respuesta.",
"user_posted_to": "%1 ha publicado una respuesta a: %2",
- "user_mentioned_you_in": "%1 mentioned you in %2",
+ "user_mentioned_you_in": "%1 te mencionó en %2",
"email-confirmed": "Correo electrónico confirmado",
"email-confirmed-message": "Gracias por validar tu correo electrónico. Tu cuenta ya está completamente activa.",
"email-confirm-error": "Un error ocurrió...",
diff --git a/public/language/es/register.json b/public/language/es/register.json
index 542d04310f..ddc0aeffd7 100644
--- a/public/language/es/register.json
+++ b/public/language/es/register.json
@@ -1,6 +1,6 @@
{
"register": "Registrase",
- "help.email": "Por defecto, tu cuenta de correo electrónico será oculto al publico.",
+ "help.email": "Por defecto, tu cuenta de correo electrónico estará oculta al publico.",
"help.username_restrictions": "El nombre de usuario debe tener entre %1 y %2 carácteres. Los miembros pueden responderte escribiendo @usuario.",
"help.minimum_password_length": "Tu contraseña debe tener al menos %1 carácteres.",
"email_address": "Correo electrónico",
@@ -12,7 +12,7 @@
"confirm_password": "Confirmar Contraseña",
"confirm_password_placeholder": "Confirmar Contraseña",
"register_now_button": "Registrarme ahora",
- "alternative_registration": "Otros métodos interesantes para registrarse",
+ "alternative_registration": "Métodos de registro alternativos",
"terms_of_use": "Términos y Condiciones de uso",
"agree_to_terms_of_use": "Acepto los Términos y Condiciones de uso"
}
\ No newline at end of file
diff --git a/public/language/es/topic.json b/public/language/es/topic.json
index 3b261f3414..723158297e 100644
--- a/public/language/es/topic.json
+++ b/public/language/es/topic.json
@@ -1,10 +1,10 @@
{
"topic": "Tema",
- "topic_id": "ID Tema",
- "topic_id_placeholder": "Introducir ID tema",
+ "topic_id": "ID de Tema",
+ "topic_id_placeholder": "Introducir ID del tema",
"no_topics_found": "No se encontraron temas!",
- "no_posts_found": "No se encontraron publicaciones!",
- "post_is_deleted": "Esta publicación está eliminada!",
+ "no_posts_found": "¡No se encontraron publicaciones!",
+ "post_is_deleted": "¡Esta publicación está eliminada!",
"profile": "Perfil",
"posted_by": "Publicado por %1",
"posted_by_guest": "Publicado por Invitado",
@@ -14,7 +14,7 @@
"reply": "Responder",
"edit": "Editar",
"delete": "Borrar",
- "purge": "Purge",
+ "purge": "Purgar",
"restore": "Restaurar",
"move": "Mover",
"fork": "Bifurcar",
@@ -23,15 +23,15 @@
"share": "Compartir",
"tools": "Herramientas",
"flag": "Reportar",
- "bookmark_instructions": "Click aqui para restablecer la ultima posicion del post o cierralo para descartar cambios.",
+ "bookmark_instructions": "Haz click aquí para volver al último post que viste o ciérralo para ocultarlo.",
"flag_title": "Reportar esta publicación a los moderadores",
- "flag_confirm": "Estás seguro de que quieres marcar como indebido este mensaje?",
+ "flag_confirm": "¿Estás seguro de que quieres marcar como indebido este mensaje?",
"flag_success": "Este mensaje ha sido marcado para la moderación.",
"deleted_message": "Este tema ha sido borrado. Solo los miembros con privilegios pueden verlo.",
"following_topic.message": "Ahora recibiras notificaciones cuando alguien publique en este tema.",
"not_following_topic.message": "No recibiras notificaciones de este tema.",
"login_to_subscribe": "Por favor, conectate para subscribirte a este tema.",
- "markAsUnreadForAll.success": "Marcar todo como leeido.",
+ "markAsUnreadForAll.success": "Publicación marcada como no leída para todos.",
"watch": "Seguir",
"watch.title": "Serás notificado cuando haya nuevas respuestas en este tema",
"share_this_post": "Compartir este post",
@@ -45,18 +45,18 @@
"thread_tools.move_all": "Mover todo",
"thread_tools.fork": "Bifurcar Tema",
"thread_tools.delete": "Borrar Tema",
- "thread_tools.delete_confirm": "Estás seguro de que quieres eliminar este hilo?",
+ "thread_tools.delete_confirm": "¿Estás seguro de que quieres eliminar este hilo?",
"thread_tools.restore": "Restaurar Tema",
- "thread_tools.restore_confirm": "Estás seguro de que quieres restaurar este hilo?",
- "thread_tools.purge": "Purge Topic",
- "thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
+ "thread_tools.restore_confirm": "¿Estás seguro de que quieres restaurar este hilo?",
+ "thread_tools.purge": "Purgar publicación",
+ "thread_tools.purge_confirm": "¿Estás seguro que deseas purgar este hilo?",
"topic_lock_success": "El tema ha sido bloqueado correctamente.",
"topic_unlock_success": "El tema ha sido desbloqueado correctamente.",
- "topic_pin_success": "Topic has been successfully pinned.",
- "topic_unpin_success": "Topic has been successfully unpinned.",
+ "topic_pin_success": "El tema se ha fijado correctamente.",
+ "topic_unpin_success": "Se ha eliminado la fijación del tema correctamente.",
"topic_move_success": "El tema ha sido movido correctamente a %1",
- "post_delete_confirm": "Estás seguro de que quieres eliminar esta respuesta?",
- "post_restore_confirm": "Estás seguro de que quieres restaurar esta respuesta?",
+ "post_delete_confirm": "¿Estás seguro de que quieres eliminar esta respuesta?",
+ "post_restore_confirm": "¿Estás seguro de que quieres restaurar esta respuesta?",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Cargando Categorías",
"disabled_categories_note": "Las categorías deshabilitadas estan en gris",
@@ -69,12 +69,12 @@
"move_topic": "Mover Tema",
"move_topics": "Mover Temas",
"move_post": "Mover Publicación",
- "post_moved": "Publicación movida correctamente!",
+ "post_moved": "¡Publicación movida correctamente!",
"fork_topic": "Bifurcar Tema",
"topic_will_be_moved_to": "Este tema será movido a la categoría",
"fork_topic_instruction": "Click en las publicaciones que quieres bifurcar",
- "fork_no_pids": "No seleccionaste publicaciones!",
- "fork_success": "Bifurcado con exito!",
+ "fork_no_pids": "¡No seleccionaste publicaciones!",
+ "fork_success": "¡Bifurcado con exito!",
"composer.title_placeholder": "Ingresa el titulo de tu tema",
"composer.write": "Escribe",
"composer.preview": "Previsualización",
@@ -83,19 +83,19 @@
"composer.submit": "Enviar",
"composer.replying_to": "En respuesta a %1",
"composer.new_topic": "Nuevo Tema",
- "composer.uploading": "cargando...",
- "composer.thumb_url_label": "Agregar imagen destacada a este tema.",
- "composer.thumb_title": "Agregar miniatura a este tema.",
+ "composer.uploading": "subiendo...",
+ "composer.thumb_url_label": "Agregar imagen destacada a este tema",
+ "composer.thumb_title": "Agregar miniatura a este tema",
"composer.thumb_url_placeholder": "http://ejemplo.com/mini.png",
- "composer.thumb_file_label": "Cargar una foto",
- "composer.thumb_remove": "Limpiar campos.",
+ "composer.thumb_file_label": "Subir un fichero",
+ "composer.thumb_remove": "Limpiar campos",
"composer.drag_and_drop_images": "Arrastra las imagenes aqui",
"composer.upload_instructions": "Carga tus imagenes con solo arrastrarlas aqui.",
"more_users_and_guests": "%1 usuario(s) y %2 invitado(s) más",
"more_users": "%1 usuario(s) más",
"more_guests": "%1 invitado(s) más",
- "sort_by": "Sort by",
- "oldest_to_newest": "Oldest to Newest",
- "newest_to_oldest": "Newest to Oldest",
- "most_votes": "Most votes"
+ "sort_by": "Ordenar por",
+ "oldest_to_newest": "Más antiguo a más nuevo",
+ "newest_to_oldest": "Más nuevo a más antiguo",
+ "most_votes": "Mayor número de votos"
}
\ No newline at end of file
diff --git a/public/language/es/user.json b/public/language/es/user.json
index 6c01e86806..1701815a24 100644
--- a/public/language/es/user.json
+++ b/public/language/es/user.json
@@ -1,13 +1,13 @@
{
"banned": "Baneado",
"offline": "Desconectado",
- "username": "Usuario",
+ "username": "Nombre de usuario",
"email": "Correo Electrónico",
- "fullname": "Nombre",
+ "fullname": "Nombre completo",
"website": "Sitio Web",
"location": "Ubicación",
"age": "Edad",
- "joined": "Registro",
+ "joined": "Registrado",
"lastonline": "Última vez conectado",
"profile": "Perfil",
"profile_views": "Visitas",
@@ -24,8 +24,8 @@
"profile_update_success": "El perfil ha sido actualizado correctamente!",
"change_picture": "Cambiar Foto",
"edit": "Editar",
- "uploaded_picture": "Fotos Cargadas",
- "upload_new_picture": "Cargar Nueva Foto",
+ "uploaded_picture": "Fotos subidas",
+ "upload_new_picture": "Subir Nueva Foto",
"current_password": "Contraseña actual",
"change_password": "Cambiar Contraseña",
"change_password_error": "Contraseña no válida!",
@@ -37,8 +37,8 @@
"confirm_password": "Confirmar Contraseña",
"password": "Contraseña",
"username_taken_workaround": "El nombre de usuario que has solicitada ya está escogido, por tanto lo hemos alterado ligeramente. Ahora eres conocido como %1",
- "upload_picture": "Cargar foto",
- "upload_a_picture": "Cargar una foto",
+ "upload_picture": "Subir foto",
+ "upload_a_picture": "Subir una foto",
"image_spec": "Sólo puedes subir imágenes en formato PNG, JPG o GIF.",
"max": "máx.",
"settings": "Opciones",
@@ -49,11 +49,11 @@
"digest_daily": "Diariamente",
"digest_weekly": "Semanalmente",
"digest_monthly": "Mensualmente",
- "has_no_follower": "Este miembro no tiene seguidores.",
- "follows_no_one": "Este miembro no sigue a nadie.",
+ "has_no_follower": "Este miembro no tiene seguidores. :(",
+ "follows_no_one": "Este miembro no sigue a nadie. :(",
"has_no_posts": "Este usuario aún no ha publicado nada.",
"has_no_topics": "Este usuario aún no ha publicado nada.",
- "email_hidden": "Correo electrónico Oculto",
+ "email_hidden": "Correo electrónico oculto",
"hidden": "oculto",
"paginate_description": "La paginación de los temas no es por página, ya que tiene scroll infinito.",
"topics_per_page": "Temas por página",
diff --git a/public/language/es/users.json b/public/language/es/users.json
index e72a8b961a..dea5764199 100644
--- a/public/language/es/users.json
+++ b/public/language/es/users.json
@@ -5,6 +5,6 @@
"search": "Buscar",
"enter_username": "Ingresa el nombre de usuario que quieres buscar",
"load_more": "Cargar más",
- "user-not-found": "User not found!",
- "users-found-search-took": "%1 user(s) found! Search took %2 ms."
+ "user-not-found": "¡Usuario no encontrado!",
+ "users-found-search-took": "¡%1 usuario(s) encontrados! La búsqueda tardó %2 ms."
}
\ No newline at end of file
diff --git a/public/language/lt/error.json b/public/language/lt/error.json
index 586844ac8c..e5f5386fbc 100644
--- a/public/language/lt/error.json
+++ b/public/language/lt/error.json
@@ -2,7 +2,7 @@
"invalid-data": "Klaidingi duomenys",
"not-logged-in": "Atrodo, kad jūs neesate prisijungęs.",
"account-locked": "Jūsų paskyra buvo laikinai užrakinta",
- "search-requires-login": "Searching requires an account! Please login or register!",
+ "search-requires-login": "Norint naudotis paieška, būtina paskyra! Prašome prisijungti arba užsiregistruoti.",
"invalid-cid": "Klaidingas kategorijos ID",
"invalid-tid": "Klaidingas temos ID",
"invalid-pid": "Klaidingas pranešimo ID",
@@ -16,7 +16,7 @@
"username-taken": "Vartotojo vardas jau užimtas",
"email-taken": "El. pašto adresas jau užimtas",
"email-not-confirmed": "Jūsų el. pašto adresas nėra patvirtintas",
- "username-too-short": "Username too short",
+ "username-too-short": "Slapyvardis per trumpas",
"user-banned": "Vartotojas užblokuotas",
"no-category": "Kategorija neegzistuoja",
"no-topic": "Tema neegzistuoja",
@@ -35,7 +35,7 @@
"file-too-big": "Maksimalus leistinas failo dydis %1 kb",
"cant-vote-self-post": "Jūs negalite balsuoti už savo pranešimą",
"already-favourited": "Jūs jau esate pamėgę šį pranešimą",
- "already-unfavourited": "You already unfavourited this post",
+ "already-unfavourited": "Šis pranešimas jau išmestas iš favoritų",
"cant-ban-other-admins": "Jūs negalite užblokuoti kitų administratorių!",
"invalid-image-type": "Klaidingas paveikslėlio tipas",
"group-name-too-short": "Grupės pavadinimas per trumpas",
diff --git a/public/language/lt/modules.json b/public/language/lt/modules.json
index d4dde3d33c..37170466fd 100644
--- a/public/language/lt/modules.json
+++ b/public/language/lt/modules.json
@@ -8,5 +8,5 @@
"chat.see_all": "Žiūrėti visus susirašynėjimus",
"composer.user_said_in": "%1 parašė %2:\n",
"composer.user_said": "%1 parašė:\n",
- "composer.discard": "Are you sure you wish to discard this post?"
+ "composer.discard": "Ar tikrai norite sunaikinti šį pranešimą?"
}
\ No newline at end of file
diff --git a/public/language/lt/notifications.json b/public/language/lt/notifications.json
index 561b90bfef..e5ba3f111d 100644
--- a/public/language/lt/notifications.json
+++ b/public/language/lt/notifications.json
@@ -2,7 +2,7 @@
"title": "Pranešimai",
"no_notifs": "Jūs neturite naujų pranešimų",
"see_all": "Peržiūrėti visus pranešimus",
- "back_to_home": "Back to %1",
+ "back_to_home": "Atgal į %1",
"outgoing_link": "Išeinanti nuoroda",
"outgoing_link_message": "Dabar jūs išeinate",
"continue_to": "Tęsti",
@@ -15,7 +15,7 @@
"favourited_your_post": "%1 pamėgo jūsų pranešimą.",
"user_flagged_post": "%1 pažymėjo pranešimą moderavimui.",
"user_posted_to": "%1 parašė atsaką %2",
- "user_mentioned_you_in": "%1 mentioned you in %2",
+ "user_mentioned_you_in": "%1 paminėjo Jus %2",
"email-confirmed": "El. paštas patvirtintas",
"email-confirmed-message": "Dėkojame už el. pašto patvirtinimą. Jūsų paskyra pilnai aktyvuota.",
"email-confirm-error": "Įvyko klaida...",
diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json
index bcea336815..33dd80ca03 100644
--- a/public/language/lt/topic.json
+++ b/public/language/lt/topic.json
@@ -14,7 +14,7 @@
"reply": "Atsakyti",
"edit": "Redaguoti",
"delete": "Ištrinti",
- "purge": "Purge",
+ "purge": "Išvalyti",
"restore": "Atkurti",
"move": "Perkelti",
"fork": "Išskaidyti",
@@ -48,8 +48,8 @@
"thread_tools.delete_confirm": "Ar jūs tikrai norite ištrinti šią temą?",
"thread_tools.restore": "Atkurti temą",
"thread_tools.restore_confirm": "Ar jūs tikrai norite atkurti šią temą?",
- "thread_tools.purge": "Purge Topic",
- "thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
+ "thread_tools.purge": "Išvalyti temą",
+ "thread_tools.purge_confirm": "Ar tikrai norite išvalyti šią temą?",
"topic_lock_success": "Tema sėkmingai užrakinta.",
"topic_unlock_success": "Tema sėkmingai atrakinta.",
"topic_pin_success": "Tema sėkmingai prisegta.",
@@ -57,7 +57,7 @@
"topic_move_success": "Ši tema buvo sėkmingai perkelta į %1",
"post_delete_confirm": "Ar jūs tikrai norite ištrinti šį įrašą?",
"post_restore_confirm": "Ar jūs tikrai norite atkurti šį įrašą?",
- "post_purge_confirm": "Are you you want to purge this post?",
+ "post_purge_confirm": "Ar tikrai norite išvalyti šį pranešimą?",
"load_categories": "Įkeliamos kategorijos",
"disabled_categories_note": "Neaktyvios kategorijos pažymėtos pilkai",
"confirm_move": "Perkelti",
@@ -94,8 +94,8 @@
"more_users_and_guests": "dar %1 vartotojai(-ų) ir %2 svečiai(-ių)",
"more_users": "dar %1 vartotojai(-ų)",
"more_guests": "dar %1 svečiai(-ių)",
- "sort_by": "Sort by",
- "oldest_to_newest": "Oldest to Newest",
- "newest_to_oldest": "Newest to Oldest",
- "most_votes": "Most votes"
+ "sort_by": "Rūšiuoti pagal",
+ "oldest_to_newest": "Nuo seniausių iki naujausių",
+ "newest_to_oldest": "Nuo naujausių iki seniausių",
+ "most_votes": "Daugiausiai balsų"
}
\ No newline at end of file
diff --git a/public/language/lt/users.json b/public/language/lt/users.json
index 618d13b984..57be63ecc4 100644
--- a/public/language/lt/users.json
+++ b/public/language/lt/users.json
@@ -5,6 +5,6 @@
"search": "Ieškoti",
"enter_username": "Įrašykite vartotojo vardą paieškai",
"load_more": "Įkelti daugiau",
- "user-not-found": "User not found!",
- "users-found-search-took": "%1 user(s) found! Search took %2 ms."
+ "user-not-found": "Paskyra nerasta!",
+ "users-found-search-took": "%1 paskyra(-os)! Paieška užtruko %2 ms."
}
\ No newline at end of file
diff --git a/public/language/pt_BR/error.json b/public/language/pt_BR/error.json
index d680f9cb76..fc9300a5c1 100644
--- a/public/language/pt_BR/error.json
+++ b/public/language/pt_BR/error.json
@@ -2,7 +2,7 @@
"invalid-data": "Conteúdo inválido",
"not-logged-in": "Você não parece estar logado.",
"account-locked": "Sua conta foi temporariamente bloqueada ",
- "search-requires-login": "Searching requires an account! Please login or register!",
+ "search-requires-login": "É necessário ter uma conta para realizar buscas! Efetue o login ou Crie uma nova conta.",
"invalid-cid": "ID inválido de categoria",
"invalid-tid": "ID inválido de tópico",
"invalid-pid": "ID inválido de post",
@@ -16,7 +16,7 @@
"username-taken": "Usuário já existe",
"email-taken": "Email já foi utilizado em um cadastro",
"email-not-confirmed": "Seu email não está confirmado",
- "username-too-short": "Username too short",
+ "username-too-short": "Nome de usuário muito curto",
"user-banned": "Usuário banido",
"no-category": "Categoria não existe",
"no-topic": "Tópico não existe",
@@ -35,7 +35,7 @@
"file-too-big": "O tamanho máximo permitido para arquivos é %1 kbs.",
"cant-vote-self-post": "Não é permitido votar no seu próprio post",
"already-favourited": "Você já favoritou este post",
- "already-unfavourited": "You already unfavourited this post",
+ "already-unfavourited": "Você já removeu essa postagem dos seus favoritos!",
"cant-ban-other-admins": "Impossível banir outros administradores!",
"invalid-image-type": "Formato inválido de imagem",
"group-name-too-short": "Nome do grupo é muito curto",
diff --git a/public/language/pt_BR/modules.json b/public/language/pt_BR/modules.json
index 823f66a2e1..43c5026db1 100644
--- a/public/language/pt_BR/modules.json
+++ b/public/language/pt_BR/modules.json
@@ -8,5 +8,5 @@
"chat.see_all": "Vizualisar todas Conversas",
"composer.user_said_in": "%1 disse em %2:\n",
"composer.user_said": "%1 disse:\n",
- "composer.discard": "Are you sure you wish to discard this post?"
+ "composer.discard": "Deseja mesmo remover essa postagem?"
}
\ No newline at end of file
diff --git a/public/language/pt_BR/notifications.json b/public/language/pt_BR/notifications.json
index b897e76fc1..f731583ad1 100644
--- a/public/language/pt_BR/notifications.json
+++ b/public/language/pt_BR/notifications.json
@@ -2,7 +2,7 @@
"title": "Notificações",
"no_notifs": "Você não tem nenhuma notificação nova",
"see_all": "Visualizar todas as notificações",
- "back_to_home": "Back to %1",
+ "back_to_home": "Voltar para %1",
"outgoing_link": "Link Externo",
"outgoing_link_message": "Você está saindo para um link externo",
"continue_to": "Continuar para",
@@ -15,7 +15,7 @@
"favourited_your_post": "%1 favoritou seu post.",
"user_flagged_post": "%1 sinalizou seu post.",
"user_posted_to": "%1 respondeu para: %2",
- "user_mentioned_you_in": "%1 mentioned you in %2",
+ "user_mentioned_you_in": "%1 mensionou você em %2",
"email-confirmed": "Email Confirmado",
"email-confirmed-message": "Obrigado por validar seu email. Sua conta foi ativada.",
"email-confirm-error": "Ocorreu um erro...",
diff --git a/public/language/pt_BR/topic.json b/public/language/pt_BR/topic.json
index 8887e29112..40229a04a6 100644
--- a/public/language/pt_BR/topic.json
+++ b/public/language/pt_BR/topic.json
@@ -14,7 +14,7 @@
"reply": "Responder",
"edit": "Editar",
"delete": "Deletar",
- "purge": "Purge",
+ "purge": "Limpar",
"restore": "Restaurar",
"move": "Mover",
"fork": "Clonar",
@@ -48,8 +48,8 @@
"thread_tools.delete_confirm": "Tem certeza que deseja deletar este tópico?",
"thread_tools.restore": "Restaurar Tópico",
"thread_tools.restore_confirm": "Tem certeza que deseja restaurar este tópico?",
- "thread_tools.purge": "Purge Topic",
- "thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
+ "thread_tools.purge": "Limpar Tópico",
+ "thread_tools.purge_confirm": "Deseja mesmo limpar esse tópico?",
"topic_lock_success": "Tópico trancado com sucesso.",
"topic_unlock_success": "Tópico destrancado com sucesso.",
"topic_pin_success": "Tópico fixado com sucesso.",
@@ -57,7 +57,7 @@
"topic_move_success": "Tópico movido com sucesso para %1",
"post_delete_confirm": "Tem certeza que deseja deletar este post?",
"post_restore_confirm": "Tem certeza que deseja restaurar este post?",
- "post_purge_confirm": "Are you you want to purge this post?",
+ "post_purge_confirm": "Deseja mesmo limpar essa postagem?",
"load_categories": "Carregando Categorias",
"disabled_categories_note": "Categorias desabilitadas estão em cinza",
"confirm_move": "Mover",
@@ -94,8 +94,8 @@
"more_users_and_guests": "%1 mais usuário(s) e %2 visitante(s)",
"more_users": "%1 mais usuário(s)",
"more_guests": "%1 mais visitante(s)",
- "sort_by": "Sort by",
- "oldest_to_newest": "Oldest to Newest",
- "newest_to_oldest": "Newest to Oldest",
- "most_votes": "Most votes"
+ "sort_by": "Ordenar por",
+ "oldest_to_newest": "Mais Antigo para Recente",
+ "newest_to_oldest": "Recente para mais Antigo",
+ "most_votes": "Mais votados"
}
\ No newline at end of file
diff --git a/public/language/pt_BR/users.json b/public/language/pt_BR/users.json
index de18eaa304..de9c167588 100644
--- a/public/language/pt_BR/users.json
+++ b/public/language/pt_BR/users.json
@@ -5,6 +5,6 @@
"search": "Procurar",
"enter_username": "Digite um usuário para buscar",
"load_more": "Carregar mais",
- "user-not-found": "User not found!",
- "users-found-search-took": "%1 user(s) found! Search took %2 ms."
+ "user-not-found": "Usuário não encontrado!",
+ "users-found-search-took": "%1 usuário(s) encontrado(s)! A pesquisa demorou %2 ms."
}
\ No newline at end of file
diff --git a/public/language/ru/global.json b/public/language/ru/global.json
index 32516054e9..b1b021d518 100644
--- a/public/language/ru/global.json
+++ b/public/language/ru/global.json
@@ -10,19 +10,19 @@
"500.message": "Упс! Похоже, что-то пошло не так!",
"register": "Зарегистрироваться",
"login": "Войти",
- "please_log_in": "Please Log In",
+ "please_log_in": "Пожалуйста, войдите под своим аккаунтом",
"logout": "Выйти",
- "posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.",
- "welcome_back": "Welcome Back ",
- "you_have_successfully_logged_in": "You have successfully logged in",
+ "posting_restriction_info": "Сообщения могут оставлять только зарегистрированные пользователи, нажмите сюда, чтобы войти",
+ "welcome_back": "С возвращением",
+ "you_have_successfully_logged_in": "Вы вышли из аккаунта",
"save_changes": "Сохранить изменения",
"close": "Закрыть",
- "pagination": "Pagination",
- "pagination.out_of": "%1 out of %2",
+ "pagination": "Пагинация",
+ "pagination.out_of": "%1 из %2",
"header.admin": "Админка",
"header.recent": "Последние",
"header.unread": "Непрочитанное",
- "header.tags": "Tags",
+ "header.tags": "Тэги",
"header.popular": "Популярные",
"header.users": "Пользователи",
"header.chats": "Чаты",
@@ -37,18 +37,18 @@
"alert.success": "Успешно",
"alert.error": "Ошибка",
"alert.banned": "Заблокирован",
- "alert.banned.message": "You have just been banned, you will now be logged out.",
+ "alert.banned.message": "Вы только что получили бан, ваша сессия сейчас завершится.",
"alert.unfollow": "Вы больше не читаете %1!",
"alert.follow": "Вы теперь читаете %1!",
"online": "В сети",
- "users": "Users",
- "topics": "Topics",
+ "users": "Пользователи",
+ "topics": "Темы",
"posts": "Сообщения",
"views": "Просмотры",
- "reputation": "Reputation",
- "read_more": "read more",
- "posted_ago_by_guest": "posted %1 by Guest",
- "posted_ago_by": "posted %1 by %2",
+ "reputation": "Репутация",
+ "read_more": "читать дальше",
+ "posted_ago_by_guest": "создано %1 Гостем",
+ "posted_ago_by": "сообщений %1 от %2",
"posted_ago": "posted %1",
"posted_in_ago_by_guest": "posted in %1 %2 by Guest",
"posted_in_ago_by": "posted in %1 %2 by %3",
@@ -56,19 +56,19 @@
"replied_ago": "replied %1",
"user_posted_ago": "%1 posted %2",
"guest_posted_ago": "Guest posted %1",
- "last_edited_by_ago": "last edited by %1 %2",
- "norecentposts": "No Recent Posts",
- "norecenttopics": "No Recent Topics",
+ "last_edited_by_ago": "последнее изменение %1 %2",
+ "norecentposts": "Нет новых постов",
+ "norecenttopics": "Нету новых тем",
"recentposts": "Свежие записи",
- "recentips": "Recently Logged In IPs",
+ "recentips": "Последние IP-адреса, с которых был осуществлен вход",
"away": "Отсутствует",
"dnd": "Не беспокоить",
"invisible": "Невидимый",
"offline": "Не в сети",
"email": "Email",
- "language": "Language",
- "guest": "Guest",
- "guests": "Guests",
- "updated.title": "Forum Updated",
- "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page."
+ "language": "Язык",
+ "guest": "Гость",
+ "guests": "Гостей",
+ "updated.title": "Форум обновлен",
+ "updated.message": "Форум был обновлен до последней версии. Нажмите здесь, чтобы обновить страницу."
}
\ No newline at end of file
diff --git a/public/language/ru/modules.json b/public/language/ru/modules.json
index 404ea7c4fe..66db21df41 100644
--- a/public/language/ru/modules.json
+++ b/public/language/ru/modules.json
@@ -3,10 +3,10 @@
"chat.placeholder": "введите сообщение, нажмите enter для отправки",
"chat.send": "Отправить",
"chat.no_active": "У вас нет активных чатов.",
- "chat.user_typing": "%1 is typing ...",
- "chat.user_has_messaged_you": "%1 has messaged you.",
- "chat.see_all": "See all Chats",
- "composer.user_said_in": "%1 said in %2:\n",
- "composer.user_said": "%1 said:\n",
- "composer.discard": "Are you sure you wish to discard this post?"
+ "chat.user_typing": "%1 печатает ...",
+ "chat.user_has_messaged_you": "%1 отправил вам сообщение.",
+ "chat.see_all": "Просмотр всех диалогов",
+ "composer.user_said_in": "%1 сказал %2:\n",
+ "composer.user_said": "%1 сказал:\n",
+ "composer.discard": "Вы уверены, что хотите отказаться от этого поста?"
}
\ No newline at end of file
diff --git a/public/language/ru/notifications.json b/public/language/ru/notifications.json
index 526929115e..a8b65a0c3e 100644
--- a/public/language/ru/notifications.json
+++ b/public/language/ru/notifications.json
@@ -2,23 +2,23 @@
"title": "Уведомления",
"no_notifs": "Для Вас нет новых уведомлений",
"see_all": "Просмотреть все уведомления",
- "back_to_home": "Back to %1",
+ "back_to_home": "Назад к %1",
"outgoing_link": "Внешняя ссылка",
"outgoing_link_message": "Вы покидаете",
"continue_to": "Перейти на",
"return_to": "Вернутся на",
- "new_notification": "New Notification",
- "you_have_unread_notifications": "You have unread notifications.",
- "user_made_post": "%1 made a new post",
- "new_message_from": "New message from %1",
- "upvoted_your_post": "%1 has upvoted your post.",
- "favourited_your_post": "%1 has favourited your post.",
- "user_flagged_post": "%1 flagged a post.",
- "user_posted_to": "%1 has posted a reply to: %2",
- "user_mentioned_you_in": "%1 mentioned you in %2",
- "email-confirmed": "Email Confirmed",
- "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
- "email-confirm-error": "An error occurred...",
- "email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.",
- "email-confirm-sent": "Confirmation email sent."
+ "new_notification": "Новое Уведомление",
+ "you_have_unread_notifications": "У вас есть непрочитанные уведомления",
+ "user_made_post": "%1 создал новую запись",
+ "new_message_from": "Новое сообщение от %1",
+ "upvoted_your_post": "%1 проголосовал за Ваш пост",
+ "favourited_your_post": "%1 добавил Ваш пост в избранное",
+ "user_flagged_post": "%1 пометил пост",
+ "user_posted_to": "%1 ответил на запись: %2",
+ "user_mentioned_you_in": "%1 упомянул вас в %2",
+ "email-confirmed": "Email Подтвержден",
+ "email-confirmed-message": "Спасибо за подтверждение Вашего Email-адреса. Ваш аккаунт активирован.",
+ "email-confirm-error": "Произошла ошибка...",
+ "email-confirm-error-message": "Ошибка проверки Email-адреса. Возможно, код неверен, либо у него истек срок действия.",
+ "email-confirm-sent": "Письмо с проверочным кодом отправлено"
}
\ No newline at end of file
diff --git a/public/language/ru/pages.json b/public/language/ru/pages.json
index c5543f1897..9fadc51c13 100644
--- a/public/language/ru/pages.json
+++ b/public/language/ru/pages.json
@@ -1,15 +1,15 @@
{
"home": "Главная",
"unread": "Непрочитанные темы",
- "popular": "Popular Topics",
+ "popular": "Популярные Темы",
"recent": "Последние темы",
"users": "Зарегистрированные пользователи",
"notifications": "Уведомления",
"user.edit": "Редактирование \"%1\"",
"user.following": "%1 читает",
"user.followers": "Читают %1",
- "user.posts": "Posts made by %1",
- "user.topics": "Topics created by %1",
+ "user.posts": "Пост написан %1",
+ "user.topics": "Темы созданы %1",
"user.favourites": "Избранные сообщения %1",
"user.settings": "Настройки"
}
\ No newline at end of file
diff --git a/public/language/ru/recent.json b/public/language/ru/recent.json
index 5a810c8465..bc942b9f69 100644
--- a/public/language/ru/recent.json
+++ b/public/language/ru/recent.json
@@ -3,5 +3,5 @@
"day": "День",
"week": "Неделя",
"month": "Месяц",
- "no_recent_topics": "There are no recent topics."
+ "no_recent_topics": "Нет свежих тем."
}
\ No newline at end of file
diff --git a/public/language/ru/success.json b/public/language/ru/success.json
index fde8a77044..b325600ded 100644
--- a/public/language/ru/success.json
+++ b/public/language/ru/success.json
@@ -1,6 +1,6 @@
{
- "success": "Success",
- "topic-post": "You have successfully posted.",
- "authentication-successful": "Authentication Successful",
- "settings-saved": "Settings saved!"
+ "success": "Успешно",
+ "topic-post": "Запись была успешно создана",
+ "authentication-successful": "Успешная аутентификация",
+ "settings-saved": "Настройки сохранены!"
}
\ No newline at end of file
diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json
index 689601984b..85d7bfbe52 100644
--- a/public/language/ru/topic.json
+++ b/public/language/ru/topic.json
@@ -1,21 +1,21 @@
{
"topic": "Тема",
- "topic_id": "Topic ID",
- "topic_id_placeholder": "Enter topic ID",
+ "topic_id": "ID Темы",
+ "topic_id_placeholder": "Введите ID темы",
"no_topics_found": "Тем не найдено!",
- "no_posts_found": "No posts found!",
- "post_is_deleted": "This post is deleted!",
+ "no_posts_found": "Посты не найдены!",
+ "post_is_deleted": "Этот пост удален!",
"profile": "Профиль",
- "posted_by": "Posted by %1",
- "posted_by_guest": "Posted by Guest",
+ "posted_by": "Создано %1",
+ "posted_by_guest": "Опубликовано Гостем",
"chat": "Чат",
"notify_me": "Сообщать мне об ответах в этой теме",
"quote": "Цитировать",
"reply": "Ответить",
"edit": "Редактировать",
"delete": "Удалить",
- "purge": "Purge",
- "restore": "Restore",
+ "purge": "Очистить",
+ "restore": "Восстановить",
"move": "Перенести",
"fork": "Ответвление",
"banned": "заблокировано",
@@ -23,41 +23,41 @@
"share": "Поделиться",
"tools": "Опции",
"flag": "Отметить",
- "bookmark_instructions": "Click here to return to your last position or close to discard.",
+ "bookmark_instructions": "Нажмите здесь, чтобы вернутся, или закройте, чтобы отменить",
"flag_title": "Отметить сообщение для модерирования",
- "flag_confirm": "Are you sure you want to flag this post?",
- "flag_success": "This post has been flagged for moderation.",
- "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
- "following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
- "not_following_topic.message": "You will no longer receive notifications from this topic.",
- "login_to_subscribe": "Please register or log in in order to subscribe to this topic.",
- "markAsUnreadForAll.success": "Topic marked as unread for all.",
- "watch": "Watch",
- "watch.title": "Be notified of new replies in this topic",
- "share_this_post": "Share this Post",
+ "flag_confirm": "Вы уверены, что хотите отметить этот пост?",
+ "flag_success": "Этот пост был помечен для модерации",
+ "deleted_message": "Эта ветка была удалена. Только пользователи с правами управления ветвями могут ее видеть.",
+ "following_topic.message": "Теперь вы будете получать уведомления при обновлении этой темы.",
+ "not_following_topic.message": "Вы больше не будете получать уведомления из этой темы.",
+ "login_to_subscribe": "Пожалуйста зарегистрируйтесь, или войдите под своим аккаунтом, чтобы подписаться на эту тему.",
+ "markAsUnreadForAll.success": "Тема помечена как непрочитанная для всех.",
+ "watch": "Следить",
+ "watch.title": "Сообщать мне об ответах в этой теме",
+ "share_this_post": "Поделиться этим Постом",
"thread_tools.title": "Опции Темы",
"thread_tools.markAsUnreadForAll": "Отметить как непрочитанные",
- "thread_tools.pin": "Pin Topic",
- "thread_tools.unpin": "Unpin Topic",
+ "thread_tools.pin": "Прикрепить Тему",
+ "thread_tools.unpin": "Открепить Тему",
"thread_tools.lock": "Закрыть Тему",
"thread_tools.unlock": "Открыть Тему",
- "thread_tools.move": "Move Topic",
- "thread_tools.move_all": "Move All",
- "thread_tools.fork": "Fork Topic",
- "thread_tools.delete": "Delete Topic",
- "thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
- "thread_tools.restore": "Restore Topic",
- "thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
- "thread_tools.purge": "Purge Topic",
- "thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
- "topic_lock_success": "Topic has been successfully locked.",
- "topic_unlock_success": "Topic has been successfully unlocked.",
- "topic_pin_success": "Topic has been successfully pinned.",
- "topic_unpin_success": "Topic has been successfully unpinned.",
- "topic_move_success": "This topic has been successfully moved to %1",
- "post_delete_confirm": "Are you sure you want to delete this post?",
- "post_restore_confirm": "Are you sure you want to restore this post?",
- "post_purge_confirm": "Are you you want to purge this post?",
+ "thread_tools.move": "Переместить Тему",
+ "thread_tools.move_all": "Переместить Все",
+ "thread_tools.fork": "Ответвить Тему",
+ "thread_tools.delete": "Удалить Тему",
+ "thread_tools.delete_confirm": "Вы уверены, что хотите удалить эту ветку?",
+ "thread_tools.restore": "Восстановить Тему",
+ "thread_tools.restore_confirm": "Вы уверены, что хотите восстановить эту ветку?",
+ "thread_tools.purge": "Очистить Тему",
+ "thread_tools.purge_confirm": "Вы уверены, что хотите очистить эту ветку?",
+ "topic_lock_success": "Тема была успешно заблокирована.",
+ "topic_unlock_success": "Тема была успешно разблокирована.",
+ "topic_pin_success": "Тема была успешно закреплена.",
+ "topic_unpin_success": "Тема была успешно откреплена.",
+ "topic_move_success": "Эта тема успешно перемещена в %1",
+ "post_delete_confirm": "Вы уверены, что хотите удалить этот пост?",
+ "post_restore_confirm": "Вы уверены, что хотите восстановить этот пост?",
+ "post_purge_confirm": "Вы уверены, что хотите очистить эту запись?",
"load_categories": "Загружаем Категории",
"disabled_categories_note": "Отключенные категории затемненны",
"confirm_move": "Перенести",
@@ -67,35 +67,35 @@
"favourites.has_no_favourites": "У вас нет избранного, добавьте несколько сообщений в избранное чтобы увидеть их здесь!",
"loading_more_posts": "Загружаем еще сообщения",
"move_topic": "Перенести тему",
- "move_topics": "Move Topics",
+ "move_topics": "Больше Тем",
"move_post": "Перенести сообщение",
- "post_moved": "Post moved!",
+ "post_moved": "Пост перемещен!",
"fork_topic": "Ответвить Тему",
"topic_will_be_moved_to": "Эта тема будет перенесена в категорию",
"fork_topic_instruction": "Отметьте сообщения для ответвления",
"fork_no_pids": "Сообщения не отмечены!",
"fork_success": "Ответвление темы создано!",
- "composer.title_placeholder": "Enter your topic title here...",
- "composer.write": "Write",
- "composer.preview": "Preview",
- "composer.help": "Help",
- "composer.discard": "Discard",
- "composer.submit": "Submit",
- "composer.replying_to": "Replying to %1",
- "composer.new_topic": "New Topic",
- "composer.uploading": "uploading...",
- "composer.thumb_url_label": "Paste a topic thumbnail URL",
- "composer.thumb_title": "Add a thumbnail to this topic",
+ "composer.title_placeholder": "Введите название темы...",
+ "composer.write": "Написать",
+ "composer.preview": "Предпросмотр",
+ "composer.help": "Помощь",
+ "composer.discard": "Отменить",
+ "composer.submit": "Подтвердить",
+ "composer.replying_to": "Ответ %1",
+ "composer.new_topic": "Создать Тему",
+ "composer.uploading": "загрузка...",
+ "composer.thumb_url_label": "Вставьте URL картинки с иконкой темы.",
+ "composer.thumb_title": "Добавить иконку к этой теме",
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
- "composer.thumb_file_label": "Or upload a file",
- "composer.thumb_remove": "Clear fields",
- "composer.drag_and_drop_images": "Drag and Drop Images Here",
- "composer.upload_instructions": "Upload images by dragging & dropping them.",
- "more_users_and_guests": "%1 more user(s) and %2 guest(s)",
- "more_users": "%1 more user(s)",
- "more_guests": "%1 more guest(s)",
- "sort_by": "Sort by",
- "oldest_to_newest": "Oldest to Newest",
- "newest_to_oldest": "Newest to Oldest",
- "most_votes": "Most votes"
+ "composer.thumb_file_label": "Или загрузите файл",
+ "composer.thumb_remove": "Очистить поля",
+ "composer.drag_and_drop_images": "Перетащите Изображения Сюда",
+ "composer.upload_instructions": "Загрузите изображения путем перетаскивания",
+ "more_users_and_guests": "еще %1 пользователя(ей) и %2 гостя(ей)",
+ "more_users": "еще %1 пользователя(ей)",
+ "more_guests": "еще %1 гостя(ей)",
+ "sort_by": "Сортировать",
+ "oldest_to_newest": "От Старых к Новым",
+ "newest_to_oldest": "От Новых к Старым",
+ "most_votes": "По голосам"
}
\ No newline at end of file
diff --git a/public/language/ru/unread.json b/public/language/ru/unread.json
index 1f7a121182..325a793d59 100644
--- a/public/language/ru/unread.json
+++ b/public/language/ru/unread.json
@@ -2,8 +2,8 @@
"title": "Непрочитанные темы",
"no_unread_topics": "Нет непрочитанных тем.",
"load_more": "Загрузить еще",
- "mark_as_read": "Mark as Read",
- "selected": "Selected",
- "all": "All",
- "topics_marked_as_read.success": "Topics marked as read!"
+ "mark_as_read": "Пометить Прочитанным",
+ "selected": "Выбраны",
+ "all": "Все",
+ "topics_marked_as_read.success": "Темы помечены как прочитанные!"
}
\ No newline at end of file
diff --git a/public/language/ru/user.json b/public/language/ru/user.json
index cb731a7ecb..19688db050 100644
--- a/public/language/ru/user.json
+++ b/public/language/ru/user.json
@@ -9,7 +9,7 @@
"age": "Возраст",
"joined": "Зарегистрирован",
"lastonline": "Последнее посещение",
- "profile": "Profile",
+ "profile": "Профиль",
"profile_views": "Просмотров профиля",
"reputation": "Репутация",
"favourites": "Избранное",
@@ -18,47 +18,47 @@
"signature": "Подпись",
"gravatar": "Gravatar",
"birthday": "День рождения",
- "chat": "Chat",
- "follow": "Follow",
- "unfollow": "Unfollow",
- "profile_update_success": "Profile has been updated successfully!",
+ "chat": "Чат",
+ "follow": "Читать",
+ "unfollow": "Не читать",
+ "profile_update_success": "Профиль обновлен!",
"change_picture": "Изменить фотографию",
"edit": "Редактировать",
"uploaded_picture": "Загруженные Фотографии",
"upload_new_picture": "Загрузить новую фотографию",
- "current_password": "Current Password",
+ "current_password": "Текущий Пароль",
"change_password": "Изменить Пароль",
- "change_password_error": "Invalid Password!",
- "change_password_error_wrong_current": "Your current password is not correct!",
- "change_password_error_length": "Password too short!",
- "change_password_error_match": "Passwords must match!",
- "change_password_error_privileges": "You do not have the rights to change this password.",
- "change_password_success": "Your password is updated!",
+ "change_password_error": "Неверный Пароль!",
+ "change_password_error_wrong_current": "Текущий пароль неверен!",
+ "change_password_error_length": "Пароль слишком короткий!",
+ "change_password_error_match": "Пароли должны совпадать!",
+ "change_password_error_privileges": "Вы не можете сменить этот пароль.",
+ "change_password_success": "Ваш пароль изменен!",
"confirm_password": "Подтвердите Пароль",
"password": "Пароль",
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as %1",
"upload_picture": "Загрузить фотографию",
"upload_a_picture": "Загрузить фотографию",
- "image_spec": "You may only upload PNG, JPG, or GIF files",
- "max": "max.",
+ "image_spec": "Поддерживаются только PNG, JPG или GIF файлы",
+ "max": "макс.",
"settings": "Настройки",
"show_email": "Показывать мой Email",
- "digest_label": "Subscribe to Digest",
+ "digest_label": "Подписаться на Дайджест",
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
- "digest_off": "Off",
- "digest_daily": "Daily",
- "digest_weekly": "Weekly",
- "digest_monthly": "Monthly",
+ "digest_off": "Выключить",
+ "digest_daily": "За День",
+ "digest_weekly": "За Неделю",
+ "digest_monthly": "За Месяц",
"has_no_follower": "Этого пользователя никто не читает :(",
"follows_no_one": "Этот пользователь никого не читает :(",
- "has_no_posts": "This user didn't post anything yet.",
- "has_no_topics": "This user didn't post any topics yet.",
+ "has_no_posts": "Это пользователь еще ничего не написал.",
+ "has_no_topics": "Этот пользователь еще не создал ни одной темы",
"email_hidden": "Email Скрыт",
"hidden": "скрыто",
- "paginate_description": "Paginate topics and posts instead of using infinite scroll.",
- "topics_per_page": "Topics per Page",
- "posts_per_page": "Posts per Page",
- "notification_sounds": "Play a sound when you receive a notification.",
+ "paginate_description": "Использовать пагинацию тем и постов вместо бесконечной прокрутки",
+ "topics_per_page": "Тем на Странице",
+ "posts_per_page": "Постов на Странице",
+ "notification_sounds": "Звук при получении уведомления",
"browsing": "Browsing Settings",
- "open_links_in_new_tab": "Open outgoing links in new tab?"
+ "open_links_in_new_tab": "Открывать ссылки, ведущие на другие сайты, в новой вкладке?"
}
\ No newline at end of file
diff --git a/public/language/zh_CN/category.json b/public/language/zh_CN/category.json
index 3976ce94d4..1f51009348 100644
--- a/public/language/zh_CN/category.json
+++ b/public/language/zh_CN/category.json
@@ -3,5 +3,5 @@
"no_topics": "这个版面还没有任何内容。
赶紧来发帖吧!",
"browsing": "正在浏览",
"no_replies": "还没有回复",
- "share_this_category": "分享这个版块"
+ "share_this_category": "分享此版块"
}
\ No newline at end of file
diff --git a/public/language/zh_CN/error.json b/public/language/zh_CN/error.json
index df1d4649f2..5f822db8d2 100644
--- a/public/language/zh_CN/error.json
+++ b/public/language/zh_CN/error.json
@@ -1,24 +1,24 @@
{
"invalid-data": "无效数据",
- "not-logged-in": "你看起来还没有登陆",
- "account-locked": "你的账号被临时锁定了",
- "search-requires-login": "Searching requires an account! Please login or register!",
- "invalid-cid": "无效的板块ID",
- "invalid-tid": "无效的主题ID",
- "invalid-pid": "无效的帖子ID",
- "invalid-uid": "无效的用户ID",
+ "not-logged-in": "你还没有登陆。",
+ "account-locked": "您的帐号已被临时锁定",
+ "search-requires-login": "使用搜索需要先登录帐户!请登录或注册!",
+ "invalid-cid": "无效的版块 ID",
+ "invalid-tid": "无效的主题 ID",
+ "invalid-pid": "无效的帖子 ID",
+ "invalid-uid": "无效的用户 ID",
"invalid-username": "无效用户名",
- "invalid-email": "无效电邮",
- "invalid-title": "无效标题",
+ "invalid-email": "无效电子邮箱地址",
+ "invalid-title": "无效标题!",
"invalid-user-data": "无效用户数据",
"invalid-password": "无效的密码",
"invalid-pagination-value": "无效的页面",
- "username-taken": "用户名已被占用",
- "email-taken": "Email已经被占用",
- "email-not-confirmed": "您的邮件尚未确认",
- "username-too-short": "Username too short",
+ "username-taken": "用户名已注册",
+ "email-taken": "电子邮箱已注册",
+ "email-not-confirmed": "您的电子邮箱尚未确认",
+ "username-too-short": "用户名太短",
"user-banned": "被封禁的用户",
- "no-category": "版面不存在",
+ "no-category": "版块不存在",
"no-topic": "主题不存在",
"no-post": "帖子不存在",
"no-group": "群组不存在",
@@ -35,7 +35,7 @@
"file-too-big": "文件最大不能超过%1k字节。",
"cant-vote-self-post": "你不能给自己的帖子投票。",
"already-favourited": "已经收藏该帖子。",
- "already-unfavourited": "You already unfavourited this post",
+ "already-unfavourited": "已经取消收藏该帖",
"cant-ban-other-admins": "不能封禁其他管理员。",
"invalid-image-type": "无效的图像类型",
"group-name-too-short": "群组名称太短",
@@ -44,7 +44,7 @@
"post-already-deleted": "帖子已经删除",
"post-already-restored": "帖子已经恢复",
"topic-already-deleted": "主题已经删除",
- "topic-already-restored": "主题已经恢复",
+ "topic-already-restored": "主题已恢复",
"topic-thumbnails-are-disabled": "主题缩略图被禁止",
"invalid-file": "非法的文件",
"uploads-are-disabled": "禁止上传",
diff --git a/public/language/zh_CN/global.json b/public/language/zh_CN/global.json
index bdfe9da7b5..73c604be7b 100644
--- a/public/language/zh_CN/global.json
+++ b/public/language/zh_CN/global.json
@@ -37,7 +37,7 @@
"alert.success": "成功",
"alert.error": "错误",
"alert.banned": "禁止",
- "alert.banned.message": "你刚被封禁,现在退出了登录。",
+ "alert.banned.message": "您刚被封禁,现在您将登出。",
"alert.unfollow": "你不再是关注的那1%!",
"alert.follow": "你现在属于关注的1%!",
"online": " 在线",
@@ -65,7 +65,7 @@
"dnd": "不打扰",
"invisible": "不可见",
"offline": "离线",
- "email": "邮箱",
+ "email": "电子邮箱",
"language": "语言",
"guest": "游客",
"guests": "游客",
diff --git a/public/language/zh_TW/global.json b/public/language/zh_TW/global.json
index d6d28f9787..43be6853fe 100644
--- a/public/language/zh_TW/global.json
+++ b/public/language/zh_TW/global.json
@@ -1,6 +1,6 @@
{
"home": "首頁",
- "search": "搜尋",
+ "search": "搜索",
"buttons.close": "關閉",
"403.title": "禁止存取",
"403.message": "你沒有該頁面的存取權限,可能是因為你尚未登錄。",
@@ -22,7 +22,7 @@
"header.admin": "管理",
"header.recent": "最近",
"header.unread": "未讀",
- "header.tags": "Tags",
+ "header.tags": "標籤",
"header.popular": "熱門",
"header.users": "用戶",
"header.chats": "聊天",
@@ -69,6 +69,6 @@
"language": "語言",
"guest": "Guest",
"guests": "Guests",
- "updated.title": "Forum Updated",
- "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page."
+ "updated.title": "討論區更新完畢",
+ "updated.message": "這個討論區最近被更新至最新的版本. 按此來重整這個頁面"
}
\ No newline at end of file