diff --git a/public/language/ar/global.json b/public/language/ar/global.json index 32bc77874a..6a8eb3ed8c 100644 --- a/public/language/ar/global.json +++ b/public/language/ar/global.json @@ -10,11 +10,14 @@ "500.message": "عفوا! يبدو وكأنه شيء ذهب على نحو خاطئ!", "register": "تسجيل", "login": "دخول", + "welcome_back": "Welcome Back ", + "you_have_successfully_logged_in": "You have successfully logged in", "logout": "تسجيل الخروج", "logout.title": "تم تسجيل الخروج", "logout.message": "قمت بتسجيل الخروج بنجاح من NodeBB", "save_changes": "حفظ التغييرات", "close": "أغلق", + "pagination": "Pagination", "header.admin": "مشرف", "header.recent": "حديث", "header.unread": "غير مقروء", @@ -48,5 +51,6 @@ "away": "Away", "dnd": "Do not Disturb", "invisible": "Invisible", - "offline": "Offline" + "offline": "Offline", + "privacy": "Privacy" } \ No newline at end of file diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json index 58217661cd..81f8163fdf 100644 --- a/public/language/ar/topic.json +++ b/public/language/ar/topic.json @@ -20,6 +20,8 @@ "flag": "Flag", "flag_title": "Flag this post for moderation", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "watch": "Watch", + "share_this_post": "Share this Post", "thread_tools.title": "أدوات الموضوع", "thread_tools.markAsUnreadForAll": "علم غير مقروء", "thread_tools.pin": "علق الموضوع", diff --git a/public/language/ar/user.json b/public/language/ar/user.json index 160e409463..297bf37f80 100644 --- a/public/language/ar/user.json +++ b/public/language/ar/user.json @@ -26,6 +26,7 @@ "edit": "صحح", "uploaded_picture": "صورة تم تحميلها", "upload_new_picture": "تحميل صورة جديدة", + "current_password": "Current Password", "change_password": "تغيير كلمة السر", "confirm_password": "تأكيد كلمة السر", "password": "كلمة السر", diff --git a/public/language/cs/global.json b/public/language/cs/global.json index 88feb8c359..db2aaee987 100644 --- a/public/language/cs/global.json +++ b/public/language/cs/global.json @@ -10,11 +10,14 @@ "500.message": "Jejda, vypadá to, že se něco pokazilo.", "register": "Registrovat", "login": "Přihlásit se", + "welcome_back": "Welcome Back ", + "you_have_successfully_logged_in": "You have successfully logged in", "logout": "Odhlásit se", "logout.title": "Odhlásili jsme Vás.", "logout.message": "Úspěšně jsme Vás odhlásili z fóra.", "save_changes": "Uložit změny", "close": "Zrušit", + "pagination": "Pagination", "header.admin": "Administrace", "header.recent": "Aktuality", "header.unread": "Nepřečtené", @@ -48,5 +51,6 @@ "away": "Pryč", "dnd": "Nerušit", "invisible": "Neviditelný", - "offline": "Offline" + "offline": "Offline", + "privacy": "Privacy" } \ No newline at end of file diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json index a0cd0bd05f..f24a403223 100644 --- a/public/language/cs/topic.json +++ b/public/language/cs/topic.json @@ -20,6 +20,8 @@ "flag": "Flag", "flag_title": "Flag this post for moderation", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "watch": "Watch", + "share_this_post": "Share this Post", "thread_tools.title": "Nástroje", "thread_tools.markAsUnreadForAll": "Označit jako nepřečtené", "thread_tools.pin": "Pin Topic", diff --git a/public/language/cs/user.json b/public/language/cs/user.json index 0b203f586f..f67e2c805a 100644 --- a/public/language/cs/user.json +++ b/public/language/cs/user.json @@ -26,6 +26,7 @@ "edit": "Upravit", "uploaded_picture": "Nahraný obrázek", "upload_new_picture": "Nahrát nový obrázek", + "current_password": "Current Password", "change_password": "Změnit heslo", "confirm_password": "Potvrzení hesla", "password": "Heslo", diff --git a/public/language/de/global.json b/public/language/de/global.json index 035faa4a68..e301e623b4 100644 --- a/public/language/de/global.json +++ b/public/language/de/global.json @@ -10,11 +10,14 @@ "500.message": "Ooops! Looks like something went wrong!", "register": "Registrierung", "login": "Login", + "welcome_back": "Welcome Back ", + "you_have_successfully_logged_in": "You have successfully logged in", "logout": "Logout", "logout.title": "Du bist ausgeloggt.", "logout.message": "Du hast dich soeben erfolgreich aus dem Forum ausgeloggt.", "save_changes": "Speichere Änderungen", "close": "Schließen", + "pagination": "Pagination", "header.admin": "Admin", "header.recent": "Aktuell", "header.unread": "Ungelesen", @@ -48,5 +51,6 @@ "away": "Abwesend", "dnd": "Nicht stören", "invisible": "Unsichtbar", - "offline": "Offline" + "offline": "Offline", + "privacy": "Privacy" } \ No newline at end of file diff --git a/public/language/de/topic.json b/public/language/de/topic.json index 53d446aa48..fc52499c9c 100644 --- a/public/language/de/topic.json +++ b/public/language/de/topic.json @@ -20,6 +20,8 @@ "flag": "Markieren", "flag_title": "Diesen Beitrag zur Moderation markieren", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "watch": "Watch", + "share_this_post": "Share this Post", "thread_tools.title": "Thread Tools", "thread_tools.markAsUnreadForAll": "Als ungelesen markieren", "thread_tools.pin": "Pin Topic", diff --git a/public/language/de/user.json b/public/language/de/user.json index 9df84151f3..4acbcc6c91 100644 --- a/public/language/de/user.json +++ b/public/language/de/user.json @@ -26,6 +26,7 @@ "edit": "Ändern", "uploaded_picture": "Hochgeladene Bilder", "upload_new_picture": "Neues Bild hochladen", + "current_password": "Current Password", "change_password": "Ändere Passwort", "confirm_password": "Passwort wiederholen", "password": "Passwort", diff --git a/public/language/es/global.json b/public/language/es/global.json index 972475dd09..c8c4addfd6 100644 --- a/public/language/es/global.json +++ b/public/language/es/global.json @@ -10,11 +10,14 @@ "500.message": "Ooops! Algo salio mal!, No te alarmes. Nuestros simios hiperinteligentes lo solucionarán", "register": "Registrarse", "login": "Conectarse", + "welcome_back": "Bienvenido de nuevo !", + "you_have_successfully_logged_in": "Te has conectado!", "logout": "Salir", "logout.title": "Te has desconectado.", "logout.message": "Haz sido desconectado correctamente", "save_changes": "Guardar Cambios", "close": "Cerrar", + "pagination": "Paginación", "header.admin": "Admin", "header.recent": "Recientes", "header.unread": "No Leeidos", @@ -48,5 +51,6 @@ "away": "No disponible", "dnd": "No molestar", "invisible": "Invisible", - "offline": "Desconectado" + "offline": "Desconectado", + "privacy": "Privacidad" } \ No newline at end of file diff --git a/public/language/es/notifications.json b/public/language/es/notifications.json index 536e98bdd3..9fb44b2aef 100644 --- a/public/language/es/notifications.json +++ b/public/language/es/notifications.json @@ -1,6 +1,6 @@ { "title": "Notificaciones", - "no_notifs": "You have no new notifications", + "no_notifs": "No tiene nuevas notificaciones", "see_all": "Ver todas las notificaciones", "back_to_home": "Volver al Inicio", "outgoing_link": "Link Externo", diff --git a/public/language/es/topic.json b/public/language/es/topic.json index 99d5eec80f..f631139043 100644 --- a/public/language/es/topic.json +++ b/public/language/es/topic.json @@ -20,6 +20,8 @@ "flag": "Reportar", "flag_title": "Reportar este post a los moderadores", "deleted_message": "Este tema ha sido borrado. Solo los miembros con privilegios pueden verlo.", + "watch": "Seguir", + "share_this_post": "Compartir este post", "thread_tools.title": "Herramientas del Tema", "thread_tools.markAsUnreadForAll": "Marcar como no leido", "thread_tools.pin": "Tema Importante", diff --git a/public/language/es/user.json b/public/language/es/user.json index 832603cf2f..2aaa6da119 100644 --- a/public/language/es/user.json +++ b/public/language/es/user.json @@ -19,19 +19,20 @@ "signature": "Firma", "gravatar": "Gravatar", "birthday": "Cumpleaños", - "chat": "Chat", - "follow": "Follow", - "unfollow": "Unfollow", + "chat": "Chat!", + "follow": "Seguir", + "unfollow": "Dejar de Seguir", "change_picture": "Cambiar Foto", "edit": "Editar", "uploaded_picture": "Fotos Cargadas", "upload_new_picture": "Cargar Nueva Foto", + "current_password": "Password actual", "change_password": "Cambiar Contraseña", "confirm_password": "Confirmar Contraseña", "password": "Contraseña", "upload_picture": "Cargar foto", "upload_a_picture": "Cargar una foto", - "image_spec": "You may only upload PNG, JPG, or GIF files", + "image_spec": "Solo puedes subir, PNG, JPG o Archivos GIF.", "max": "max.", "settings": "Opciones", "show_email": "Mostrar mi Email", @@ -40,7 +41,7 @@ "has_no_posts": "Este usuario aun no ha publicado nada.", "email_hidden": "Email Oculto", "hidden": "oculto", - "paginate_description": "Paginate topics and posts instead of using infinite scroll.", - "topics_per_page": "Topics per Page", - "posts_per_page": "Posts per Page" + "paginate_description": "La paginación de los temas no es por pagina, ya que tiene scroll infinito.", + "topics_per_page": "Temas por pagina", + "posts_per_page": "Post por pagina" } \ No newline at end of file diff --git a/public/language/fi/global.json b/public/language/fi/global.json index 8b020359d0..b276cf767e 100644 --- a/public/language/fi/global.json +++ b/public/language/fi/global.json @@ -10,11 +10,14 @@ "500.message": "Oho! Jotain meni pieleen!", "register": "Rekisteröidy", "login": "Kirjaudu", + "welcome_back": "Welcome Back ", + "you_have_successfully_logged_in": "You have successfully logged in", "logout": "Kirjaudu ulos", "logout.title": "Olet nyt kirjaunut ulos.", "logout.message": "Olet onnistuneesti kirjautunut ulos NodeBB:stä", "save_changes": "Tallenna muutokset", "close": "Sulje", + "pagination": "Pagination", "header.admin": "Admin", "header.recent": "Viimeisimmät", "header.unread": "Lukemattomat", @@ -48,5 +51,6 @@ "away": "Away", "dnd": "Do not Disturb", "invisible": "Invisible", - "offline": "Offline" + "offline": "Offline", + "privacy": "Privacy" } \ No newline at end of file diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json index 17c23a3753..2cacaba33d 100644 --- a/public/language/fi/topic.json +++ b/public/language/fi/topic.json @@ -20,6 +20,8 @@ "flag": "Flag", "flag_title": "Flag this post for moderation", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "watch": "Watch", + "share_this_post": "Share this Post", "thread_tools.title": "Ketjun työkalut", "thread_tools.markAsUnreadForAll": "Merkitse luetuiksi", "thread_tools.pin": "Pin Topic", diff --git a/public/language/fi/user.json b/public/language/fi/user.json index b568904e51..82c0228b33 100644 --- a/public/language/fi/user.json +++ b/public/language/fi/user.json @@ -26,6 +26,7 @@ "edit": "Muokkaa", "uploaded_picture": "Siirretty kuva", "upload_new_picture": "Siirrä uusi kuva", + "current_password": "Current Password", "change_password": "Vaihda salasanaa", "confirm_password": "Vahvista salasanaa", "password": "Salasana", diff --git a/public/language/fr/category.json b/public/language/fr/category.json index b9ac50390c..4543da7ba3 100644 --- a/public/language/fr/category.json +++ b/public/language/fr/category.json @@ -7,7 +7,7 @@ "posts": "messages", "views": "vues", "posted": "posté", - "browsing": "parcourt", + "browsing": "parcouru par", "no_replies": "Personne n'a répondu", "replied": "répondu", "last_edited_by": "dernière édition par" diff --git a/public/language/fr/global.json b/public/language/fr/global.json index b19f1c5e94..bfe824c9e2 100644 --- a/public/language/fr/global.json +++ b/public/language/fr/global.json @@ -10,11 +10,14 @@ "500.message": "Oops! Il semblerait que quelque chose se soit mal passé!", "register": "S'inscrire", "login": "Connecter", + "welcome_back": "Bon retour parmis nous", + "you_have_successfully_logged_in": "Vous vous êtes connecté avec succès.", "logout": "Déconnection", "logout.title": "Vous êtes maintenant déconnecté.", "logout.message": "Vous vous êtes déconnecté de NodeBB avec succès", "save_changes": "Enregistrer les changements", "close": "Fermer", + "pagination": "Pagination", "header.admin": "Admin", "header.recent": "Récent", "header.unread": "Non Lu", @@ -48,5 +51,6 @@ "away": "Absent", "dnd": "Occupé", "invisible": "Invisible", - "offline": "Hors ligne" + "offline": "Hors ligne", + "privacy": "Vie privée" } \ No newline at end of file diff --git a/public/language/fr/recent.json b/public/language/fr/recent.json index 6972c3227e..0e09d6f5f9 100644 --- a/public/language/fr/recent.json +++ b/public/language/fr/recent.json @@ -3,5 +3,5 @@ "day": "Jour", "week": "Semaine", "month": "Mois", - "no_recent_topics": "There are no recent topics." + "no_recent_topics": "Il n'y a aucun sujet récent." } \ No newline at end of file diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json index 8d487451a3..dd878a751f 100644 --- a/public/language/fr/topic.json +++ b/public/language/fr/topic.json @@ -20,16 +20,18 @@ "flag": "Signaler", "flag_title": "Signaler ce post pour modération", "deleted_message": "Ce sujet a été supprimé. Seuls les utilsateurs avec les droits d'administration peuvent le voir.", + "watch": "Suivre", + "share_this_post": "Partager ce message", "thread_tools.title": "Outils du Fil", "thread_tools.markAsUnreadForAll": "Marquer comme non lu", "thread_tools.pin": "Epingler le Sujet", - "thread_tools.unpin": "Unpin Topic", - "thread_tools.lock": "Lock Topic", - "thread_tools.unlock": "Unlock Topic", - "thread_tools.move": "Move Topic", - "thread_tools.fork": "Fork Topic", - "thread_tools.delete": "Delete Topic", - "thread_tools.restore": "Restore Topic", + "thread_tools.unpin": "Désépingler le sujet", + "thread_tools.lock": "Verrouiller le sujet", + "thread_tools.unlock": "Déverouiller le sujet", + "thread_tools.move": "Déplacer le sujet", + "thread_tools.fork": "Scinder le sujet", + "thread_tools.delete": "Supprimer le sujet", + "thread_tools.restore": "Restaurer le sujet", "load_categories": "Chargement des Categories", "disabled_categories_note": "Les catégories désactivées sont grisées", "confirm_move": "Déplacer", @@ -53,11 +55,11 @@ "fork_success": "Topic scindé !", "reputation": "Réputation", "posts": "Messages", - "composer.title_placeholder": "Enter your topic title here...", - "composer.write": "Write", - "composer.preview": "Preview", - "composer.discard": "Discard", - "composer.submit": "Submit", - "composer.replying_to": "Replying to", - "composer.new_topic": "New Topic" + "composer.title_placeholder": "Entrer le titre du sujet ici...", + "composer.write": "Ecriture", + "composer.preview": "Aperçu", + "composer.discard": "Abandon", + "composer.submit": "Envoi", + "composer.replying_to": "Répondre à", + "composer.new_topic": "Nouveau Sujet" } \ No newline at end of file diff --git a/public/language/fr/user.json b/public/language/fr/user.json index 1b3e382655..1cd9b5be98 100644 --- a/public/language/fr/user.json +++ b/public/language/fr/user.json @@ -26,6 +26,7 @@ "edit": "Editer", "uploaded_picture": "Image uploadée", "upload_new_picture": "Uploader une nouvelle image", + "current_password": "Mot de passe actuel", "change_password": "Changer le mot de passe", "confirm_password": "Confirmer le mot de passe", "password": "Mot de passe", diff --git a/public/language/he/global.json b/public/language/he/global.json index 3af7dc6230..dabcda50c6 100644 --- a/public/language/he/global.json +++ b/public/language/he/global.json @@ -10,11 +10,14 @@ "500.message": "אופס! נראה שמשהו השתבש!", "register": "הרשמה", "login": "התחברות", + "welcome_back": "ברוכים השבים", + "you_have_successfully_logged_in": "התחברת בהצלחה", "logout": "יציאה", "logout.title": "אתה מנותק כעת.", "logout.message": "התנתקת בהצלחה מ NodeBB.", "save_changes": "שמור שינויים", "close": "סגור", + "pagination": "עימוד", "header.admin": "ניהול", "header.recent": "פוסטים אחרונים", "header.unread": "לא נקרא", @@ -48,5 +51,6 @@ "away": "לא נמצא", "dnd": "לא להפריע", "invisible": "מוסתר", - "offline": "מנותק" + "offline": "מנותק", + "privacy": "פרטיות" } \ No newline at end of file diff --git a/public/language/he/notifications.json b/public/language/he/notifications.json index a316b79359..98527a734e 100644 --- a/public/language/he/notifications.json +++ b/public/language/he/notifications.json @@ -1,6 +1,6 @@ { "title": "התראות", - "no_notifs": "You have no new notifications", + "no_notifs": "אין התראות", "see_all": "צפה בכל ההתראות", "back_to_home": "חזרה ל NodeBB", "outgoing_link": "לינק", diff --git a/public/language/he/register.json b/public/language/he/register.json index 92828cff66..833a93f81b 100644 --- a/public/language/he/register.json +++ b/public/language/he/register.json @@ -12,7 +12,7 @@ "confirm_password": "אמת סיסמה", "confirm_password_placeholder": "אמת סיסמה", "register_now_button": "הרשם עכשיו", - "alternative_registration": "הרשמה אלטרנטיבית", + "alternative_registration": "הרשם באמצעות...", "terms_of_use": "תנאי שימוש", "agree_to_terms_of_use": "אני מסכים לתנאי השימוש" } \ No newline at end of file diff --git a/public/language/he/topic.json b/public/language/he/topic.json index 040adbd6e7..4e10c34c29 100644 --- a/public/language/he/topic.json +++ b/public/language/he/topic.json @@ -20,6 +20,8 @@ "flag": "דווח", "flag_title": "דווח על פוסט זה למנהל", "deleted_message": "הנושא הזה נמחק. רק מנהלים מורשים לראות אותו", + "watch": "עקוב", + "share_this_post": "שתף פוסט זה", "thread_tools.title": "כלים", "thread_tools.markAsUnreadForAll": "סמן כלא נקרא", "thread_tools.pin": "נעץ נושא", diff --git a/public/language/he/user.json b/public/language/he/user.json index 342c63ba2d..b2b0257e48 100644 --- a/public/language/he/user.json +++ b/public/language/he/user.json @@ -19,20 +19,21 @@ "signature": "חתימה", "gravatar": "אווטר", "birthday": "יום הולדת", - "chat": "Chat", - "follow": "Follow", - "unfollow": "Unfollow", + "chat": "צ'אט", + "follow": "עקוב", + "unfollow": "הפסק לעקוב", "change_picture": "שנה תמונה", "edit": "ערוך", "uploaded_picture": "התמונה הועלתה", "upload_new_picture": "העלה תמונה חדשה", + "current_password": "סיסמה נוכחית", "change_password": "שנה סיסמה", "confirm_password": "אמת סיסמה", "password": "סיסמה", "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": "פרסם את כתובת האימייל שלי", "has_no_follower": "למשתמש זה אין עוקבים :(", @@ -40,7 +41,7 @@ "has_no_posts": "המשתמש הזה עוד לא פרסם כלום.", "email_hidden": "כתובת אימייל מוסתרת", "hidden": "מוסתר", - "paginate_description": "Paginate topics and posts instead of using infinite scroll.", - "topics_per_page": "Topics per Page", - "posts_per_page": "Posts per Page" + "paginate_description": "צור עימוד לנושאים במקום לטעון את כל התוכן בעמוד אחד.", + "topics_per_page": "כמות נושאים בעמוד", + "posts_per_page": "כמות פוסטים בעמוד" } \ No newline at end of file diff --git a/public/language/it/global.json b/public/language/it/global.json index a00103aeaf..7487945551 100644 --- a/public/language/it/global.json +++ b/public/language/it/global.json @@ -10,11 +10,14 @@ "500.message": "Oops! Qualcosa non funziona come si deve!", "register": "Registrazione", "login": "Login", + "welcome_back": "Welcome Back ", + "you_have_successfully_logged_in": "You have successfully logged in", "logout": "Logout", "logout.title": "Disconnessione avvenuta.", "logout.message": "Logout effettuato con successo", "save_changes": "Salva", "close": "Chiudi", + "pagination": "Pagination", "header.admin": "Amministratore", "header.recent": "Recenti", "header.unread": "Non letti", @@ -48,5 +51,6 @@ "away": "Away", "dnd": "Do not Disturb", "invisible": "Invisible", - "offline": "Offline" + "offline": "Offline", + "privacy": "Privacy" } \ No newline at end of file diff --git a/public/language/it/topic.json b/public/language/it/topic.json index 8ecde426db..0ae8b4b21b 100644 --- a/public/language/it/topic.json +++ b/public/language/it/topic.json @@ -20,6 +20,8 @@ "flag": "Flag", "flag_title": "Flag this post for moderation", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "watch": "Watch", + "share_this_post": "Share this Post", "thread_tools.title": "Strumenti per il Thread", "thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.pin": "Pin Topic", diff --git a/public/language/it/user.json b/public/language/it/user.json index 0196e6d82b..5caa73bd27 100644 --- a/public/language/it/user.json +++ b/public/language/it/user.json @@ -26,6 +26,7 @@ "edit": "Modifica", "uploaded_picture": "Foto caricata", "upload_new_picture": "Carica una nuova foto", + "current_password": "Current Password", "change_password": "Cambia la Password", "confirm_password": "Conferma la Password", "password": "Password", diff --git a/public/language/nb/global.json b/public/language/nb/global.json index 8bfe250ad6..0c07cd9c51 100644 --- a/public/language/nb/global.json +++ b/public/language/nb/global.json @@ -10,14 +10,14 @@ "500.message": "Oops! Ser ut som noe gikk galt!", "register": "Registrer", "login": "Logg inn", - "welcome_back": "Welcome Back ", - "you_have_successfully_logged_in": "You have successfully logged in", + "welcome_back": "Velkommen tilbake", + "you_have_successfully_logged_in": "Du har blitt logget inn", "logout": "Logg ut", "logout.title": "Du er nå logget ut.", "logout.message": "Du er nå logget ut av NodeBB", "save_changes": "Lagre endringer", "close": "Steng", - "pagination": "Pagination", + "pagination": "Paginering", "header.admin": "Admin", "header.recent": "Seneste", "header.unread": "Uleste", @@ -52,5 +52,5 @@ "dnd": "Ikke forsturr", "invisible": "Usynlig", "offline": "Offline", - "privacy": "Privacy" + "privacy": "Personvern" } \ No newline at end of file diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json index 17f5ece859..aab44d8835 100644 --- a/public/language/nb/topic.json +++ b/public/language/nb/topic.json @@ -20,8 +20,8 @@ "flag": "Rapporter", "flag_title": "Rapporter dette innlegget for granskning", "deleted_message": "Denne tråden har blitt slettet. Bare brukere med trådhåndterings-privilegier kan se den.", - "watch": "Watch", - "share_this_post": "Share this Post", + "watch": "Overvåk", + "share_this_post": "Del ditt innlegg", "thread_tools.title": "Trådverktøy", "thread_tools.markAsUnreadForAll": "Marker som ulest", "thread_tools.pin": "Fest tråd", diff --git a/public/language/nb/user.json b/public/language/nb/user.json index a47a984efe..c8b9f6b97b 100644 --- a/public/language/nb/user.json +++ b/public/language/nb/user.json @@ -26,7 +26,7 @@ "edit": "Endre", "uploaded_picture": "Opplastet bilde", "upload_new_picture": "Last opp nytt bidle", - "current_password": "Current Password", + "current_password": "Gjeldende passord", "change_password": "Endre passord", "confirm_password": "Bekreft passord", "password": "Passord", diff --git a/public/language/pt_BR/global.json b/public/language/pt_BR/global.json index 843c4d3860..26d5525a81 100644 --- a/public/language/pt_BR/global.json +++ b/public/language/pt_BR/global.json @@ -10,11 +10,14 @@ "500.message": "Oops! deu algo errado!", "register": "Cadastrar", "login": "Logar", + "welcome_back": "Welcome Back ", + "you_have_successfully_logged_in": "You have successfully logged in", "logout": "Logout", "logout.title": "Logout com sucesso.", "logout.message": "Logado com Sucesso!", "save_changes": "Salvar Alterações", "close": "Fechar", + "pagination": "Pagination", "header.admin": "Admin", "header.recent": "Recente", "header.unread": "Não Lido", @@ -48,5 +51,6 @@ "away": "Ausente", "dnd": "Não Perturbe", "invisible": "Invisível", - "offline": "Offline" + "offline": "Offline", + "privacy": "Privacy" } \ No newline at end of file diff --git a/public/language/pt_BR/topic.json b/public/language/pt_BR/topic.json index e0a285200e..a20ea66672 100644 --- a/public/language/pt_BR/topic.json +++ b/public/language/pt_BR/topic.json @@ -20,6 +20,8 @@ "flag": "Marcar", "flag_title": "Marcar este post para moderação", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "watch": "Watch", + "share_this_post": "Share this Post", "thread_tools.title": "Ferramentas da Thread", "thread_tools.markAsUnreadForAll": "Marcar como não lido", "thread_tools.pin": "Pin Topic", diff --git a/public/language/pt_BR/user.json b/public/language/pt_BR/user.json index add3c59797..09270bb6d8 100644 --- a/public/language/pt_BR/user.json +++ b/public/language/pt_BR/user.json @@ -26,6 +26,7 @@ "edit": "Editar", "uploaded_picture": "Foto Carregada", "upload_new_picture": "Carregar novo Foto", + "current_password": "Current Password", "change_password": "Alterar Senha", "confirm_password": "Confirmar Senha", "password": "Senha", diff --git a/public/language/ru/global.json b/public/language/ru/global.json index c7f48f8b8a..518d4ba74b 100644 --- a/public/language/ru/global.json +++ b/public/language/ru/global.json @@ -10,11 +10,14 @@ "500.message": "Упс! Похоже, что-то пошло не так!", "register": "Зарегистрироваться", "login": "Войти", + "welcome_back": "Welcome Back ", + "you_have_successfully_logged_in": "You have successfully logged in", "logout": "Выйти", "logout.title": "Вы успешно вышли.", "logout.message": "Вы успешно вышли из NodeBB", "save_changes": "Сохранить изменения", "close": "Закрыть", + "pagination": "Pagination", "header.admin": "Админка", "header.recent": "Последние", "header.unread": "Непрочитанное", @@ -48,5 +51,6 @@ "away": "Отсутствует", "dnd": "Не беспокоить", "invisible": "Невидимый", - "offline": "Не в сети" + "offline": "Не в сети", + "privacy": "Privacy" } \ No newline at end of file diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json index bcc2c10538..785cacbf07 100644 --- a/public/language/ru/topic.json +++ b/public/language/ru/topic.json @@ -20,6 +20,8 @@ "flag": "Отметить", "flag_title": "Отметить сообщение для модерирования", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "watch": "Watch", + "share_this_post": "Share this Post", "thread_tools.title": "Опции Темы", "thread_tools.markAsUnreadForAll": "Отметить как непрочитанные", "thread_tools.pin": "Pin Topic", diff --git a/public/language/ru/user.json b/public/language/ru/user.json index 1ac49e0841..73abdd05d0 100644 --- a/public/language/ru/user.json +++ b/public/language/ru/user.json @@ -26,6 +26,7 @@ "edit": "Редактировать", "uploaded_picture": "Загруженные Фотографии", "upload_new_picture": "Загрузить новую фотографию", + "current_password": "Current Password", "change_password": "Изменить Пароль", "confirm_password": "Подтвердите Пароль", "password": "Пароль", diff --git a/public/language/sk/global.json b/public/language/sk/global.json index db000948c1..6fa7361dca 100644 --- a/public/language/sk/global.json +++ b/public/language/sk/global.json @@ -10,11 +10,14 @@ "500.message": "Jejda, vyzerá, že sa niečo pokazilo.", "register": "Registrovať", "login": "Prihlásiť sa", + "welcome_back": "Vitaj naspäť", + "you_have_successfully_logged_in": "Úspešne si sa prihlásil", "logout": "Odhlásiť sa", "logout.title": "Odhlásili sme Vás.", "logout.message": "Úspešne sme Vás odhlásili z fóra.", "save_changes": "Uložiť zmeny", "close": "Zrušiť", + "pagination": "Stránkovanie", "header.admin": "Administrácia", "header.recent": "Aktuality", "header.unread": "Neprečítané", @@ -48,5 +51,6 @@ "away": "Preč", "dnd": "Nevyrušovať", "invisible": "Neviditeľný", - "offline": "Offline" + "offline": "Offline", + "privacy": "Súkromie" } \ No newline at end of file diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json index a5bca83040..4bf7ffe6cd 100644 --- a/public/language/sk/topic.json +++ b/public/language/sk/topic.json @@ -20,6 +20,8 @@ "flag": "Označiť", "flag_title": "Označiť príspevok pre moderáciu", "deleted_message": "Toto vlákno bolo vymazané. Iba užívatelia s privilégiami ho môžu vidieť.", + "watch": "Sledovať", + "share_this_post": "Zdielaj tento príspevok", "thread_tools.title": "Nástroje", "thread_tools.markAsUnreadForAll": "Označ ako neprečítané", "thread_tools.pin": "Zviditeľniť tému", diff --git a/public/language/sk/user.json b/public/language/sk/user.json index df452555de..5571f8142c 100644 --- a/public/language/sk/user.json +++ b/public/language/sk/user.json @@ -20,18 +20,19 @@ "gravatar": "Gravatar", "birthday": "Dátum narodenia", "chat": "Chat", - "follow": "Follow", - "unfollow": "Unfollow", + "follow": "Nasleduj", + "unfollow": "Nenasledovať", "change_picture": "Zmeniť obrázok", "edit": "Upraviť", "uploaded_picture": "Nahraný obrázok", "upload_new_picture": "Nahrať nový obrázok", + "current_password": "Aktuálne heslo", "change_password": "Zmeniť heslo", "confirm_password": "Potvrdenie hesla", "password": "Heslo", "upload_picture": "Nahrať obrázok", "upload_a_picture": "Nahrať obrázok", - "image_spec": "You may only upload PNG, JPG, or GIF files", + "image_spec": "Môžeš pridať len obrázky typu PNG, JPG alebo GIF", "max": "max.", "settings": "Nastavenia", "show_email": "Zobrazovať môj email v profile", @@ -40,7 +41,7 @@ "has_no_posts": "Tento používateľ ešte nespravil príspevok", "email_hidden": "Skrytý email", "hidden": "skrytý", - "paginate_description": "Paginate topics and posts instead of using infinite scroll.", - "topics_per_page": "Topics per Page", - "posts_per_page": "Posts per Page" + "paginate_description": "Stránkuj témy a príspevky miesto používania nekonečného posúvania.", + "topics_per_page": "Témy na stranu", + "posts_per_page": "Príspevkov na stranu" } \ No newline at end of file diff --git a/public/language/sv/global.json b/public/language/sv/global.json index 68d3ce1427..83515c5b57 100644 --- a/public/language/sv/global.json +++ b/public/language/sv/global.json @@ -10,11 +10,14 @@ "500.message": "Hoppsan! Verkar som att något gått snett!", "register": "Registrera", "login": "Logga in", + "welcome_back": "Welcome Back ", + "you_have_successfully_logged_in": "You have successfully logged in", "logout": "Logga ut", "logout.title": "Du är nu utloggad.", "logout.message": "Du är nu utloggad från NodeBB.", "save_changes": "Spara ändringar", "close": "Stäng", + "pagination": "Pagination", "header.admin": "Admin", "header.recent": "Senaste", "header.unread": "Olästa", @@ -48,5 +51,6 @@ "away": "Borta", "dnd": "Stör ej", "invisible": "Osynlig", - "offline": "Offline" + "offline": "Offline", + "privacy": "Privacy" } \ No newline at end of file diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json index f449cbfd4e..771ed23e96 100644 --- a/public/language/sv/topic.json +++ b/public/language/sv/topic.json @@ -20,6 +20,8 @@ "flag": "Rapportera", "flag_title": "Rapportera detta inlägg för granskning", "deleted_message": "Denna tråd har tagits bort. Endast användare med administrations-rättigheter kan se den.", + "watch": "Watch", + "share_this_post": "Share this Post", "thread_tools.title": "Trådverktyg", "thread_tools.markAsUnreadForAll": "Markera som oläst", "thread_tools.pin": "Fäst ämne", diff --git a/public/language/sv/user.json b/public/language/sv/user.json index dbb3f03519..13e77e3d00 100644 --- a/public/language/sv/user.json +++ b/public/language/sv/user.json @@ -26,6 +26,7 @@ "edit": "Ändra", "uploaded_picture": "Uppladdad bild", "upload_new_picture": "Ladda upp ny bild", + "current_password": "Current Password", "change_password": "Ändra lösenord", "confirm_password": "Bekräfta lösenord", "password": "Lösenord", diff --git a/public/language/tr/global.json b/public/language/tr/global.json index d404a19fb8..b04553aaa4 100644 --- a/public/language/tr/global.json +++ b/public/language/tr/global.json @@ -10,11 +10,14 @@ "500.message": "Ups! Bir şeyler ters gitti sanki!", "register": "Kayıt Ol", "login": "Giriş", + "welcome_back": "Welcome Back ", + "you_have_successfully_logged_in": "You have successfully logged in", "logout": "Çıkış", "logout.title": "Şimdi çıkış yaptınız.", "logout.message": "NodeBB 'ye başarıyla giriş yaptınız", "save_changes": "Değişiklikleri kaydet", "close": "Yakın", + "pagination": "Pagination", "header.admin": "Yönetim", "header.recent": "Yeni", "header.unread": "Okunmamış", @@ -48,5 +51,6 @@ "away": "Dışarıda", "dnd": "Rahatsız Etmeyin", "invisible": "Görünmez", - "offline": "Çevrimdışı" + "offline": "Çevrimdışı", + "privacy": "Privacy" } \ No newline at end of file diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json index 5156b0b271..b587f45646 100644 --- a/public/language/tr/topic.json +++ b/public/language/tr/topic.json @@ -20,6 +20,8 @@ "flag": "Bayrak", "flag_title": "Bu iletiyi moderatöre haber et", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "watch": "Watch", + "share_this_post": "Share this Post", "thread_tools.title": "Seçenekler", "thread_tools.markAsUnreadForAll": "Okunmadı Olarak İşaretle", "thread_tools.pin": "Pin Topic", diff --git a/public/language/tr/user.json b/public/language/tr/user.json index 00d7c73173..3b5f50793a 100644 --- a/public/language/tr/user.json +++ b/public/language/tr/user.json @@ -26,6 +26,7 @@ "edit": "Düzenle", "uploaded_picture": "Yüklenmiş Fotoğraflar", "upload_new_picture": "Yeni bir resim Yükle", + "current_password": "Current Password", "change_password": "Şifre Değiştir", "confirm_password": "Şifreyi Onayla", "password": "Şifre", diff --git a/public/language/zh_CN/global.json b/public/language/zh_CN/global.json index 3faf839790..abc3e33663 100644 --- a/public/language/zh_CN/global.json +++ b/public/language/zh_CN/global.json @@ -10,11 +10,14 @@ "500.message": "不好!看来是哪里出错了!", "register": "注册", "login": "登录", + "welcome_back": "Welcome Back ", + "you_have_successfully_logged_in": "You have successfully logged in", "logout": "退出", "logout.title": "你已经退出。", "logout.message": "你已经成功退出登录。", "save_changes": "保存修改", "close": "关闭", + "pagination": "Pagination", "header.admin": "管理", "header.recent": "最近", "header.unread": "未读", @@ -48,5 +51,6 @@ "away": "Away", "dnd": "Do not Disturb", "invisible": "Invisible", - "offline": "Offline" + "offline": "Offline", + "privacy": "Privacy" } \ No newline at end of file diff --git a/public/language/zh_CN/topic.json b/public/language/zh_CN/topic.json index d2b99ed8c5..30ae7c73fe 100644 --- a/public/language/zh_CN/topic.json +++ b/public/language/zh_CN/topic.json @@ -20,6 +20,8 @@ "flag": "Flag", "flag_title": "Flag this post for moderation", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "watch": "Watch", + "share_this_post": "Share this Post", "thread_tools.title": "管理工具", "thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.pin": "Pin Topic", diff --git a/public/language/zh_CN/user.json b/public/language/zh_CN/user.json index cadeaefd48..a9ed9e4495 100644 --- a/public/language/zh_CN/user.json +++ b/public/language/zh_CN/user.json @@ -26,6 +26,7 @@ "edit": "编辑", "uploaded_picture": "已有头像", "upload_new_picture": "上传新头像", + "current_password": "Current Password", "change_password": "更改密码", "confirm_password": "确认密码", "password": "密码", diff --git a/public/language/zh_TW/global.json b/public/language/zh_TW/global.json index 8820cf5083..d00e8f8baf 100644 --- a/public/language/zh_TW/global.json +++ b/public/language/zh_TW/global.json @@ -10,11 +10,14 @@ "500.message": "不好!看來是哪裡出錯了!", "register": "注冊", "login": "登錄", + "welcome_back": "Welcome Back ", + "you_have_successfully_logged_in": "You have successfully logged in", "logout": "退出", "logout.title": "你已經退出。", "logout.message": "你已經成功退出登錄。", "save_changes": "保存修改", "close": "關閉", + "pagination": "Pagination", "header.admin": "管理", "header.recent": "最近", "header.unread": "未讀", @@ -48,5 +51,6 @@ "away": "Away", "dnd": "Do not Disturb", "invisible": "Invisible", - "offline": "Offline" + "offline": "Offline", + "privacy": "Privacy" } \ No newline at end of file diff --git a/public/language/zh_TW/topic.json b/public/language/zh_TW/topic.json index 7d353e102f..e1b54c68e5 100644 --- a/public/language/zh_TW/topic.json +++ b/public/language/zh_TW/topic.json @@ -20,6 +20,8 @@ "flag": "Flag", "flag_title": "Flag this post for moderation", "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "watch": "Watch", + "share_this_post": "Share this Post", "thread_tools.title": "管理工具", "thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.pin": "Pin Topic", diff --git a/public/language/zh_TW/user.json b/public/language/zh_TW/user.json index 950f075a0d..ce0e52173f 100644 --- a/public/language/zh_TW/user.json +++ b/public/language/zh_TW/user.json @@ -26,6 +26,7 @@ "edit": "編輯", "uploaded_picture": "已有頭像", "upload_new_picture": "上傳新頭像", + "current_password": "Current Password", "change_password": "更改密碼", "confirm_password": "確認密碼", "password": "密碼", diff --git a/public/src/modules/notifications.js b/public/src/modules/notifications.js index c3ec88e9b1..f1c0541723 100644 --- a/public/src/modules/notifications.js +++ b/public/src/modules/notifications.js @@ -23,11 +23,11 @@ define(function() { var image = ''; for (x = 0; x < numUnread; x++) { if (data.unread[x].image) { - image = ''; + image = ''; } else { image = ''; } - notifList.append($('