language updates

v1.18.x
Julian Lam 11 years ago
parent 5f8bfaa871
commit e9852a804c

@ -1,5 +1,7 @@
{ {
"title": "إعلام", "title": "إعلام",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "العودة إلى NodeBB", "back_to_home": "العودة إلى NodeBB",
"outgoing_link": "رابط خارجي", "outgoing_link": "رابط خارجي",
"outgoing_link_message": "أنت الأن ترحل", "outgoing_link_message": "أنت الأن ترحل",

@ -2,5 +2,6 @@
"title": "Recent", "title": "Recent",
"day": "يوم", "day": "يوم",
"week": "أسبوع", "week": "أسبوع",
"month": "شهر" "month": "شهر",
"no_recent_topics": "There are no recent topics."
} }

@ -9,6 +9,7 @@
"age": "عمر", "age": "عمر",
"joined": "تاريخ التسجيل", "joined": "تاريخ التسجيل",
"lastonline": "تاريخ أخر دخول", "lastonline": "تاريخ أخر دخول",
"profile": "Profile",
"profile_views": "مشاهد الملف", "profile_views": "مشاهد الملف",
"reputation": "سمعة", "reputation": "سمعة",
"posts": "ردود", "posts": "ردود",
@ -32,6 +33,7 @@
"show_email": "أظهر بريدي الإلكتروني", "show_email": "أظهر بريدي الإلكتروني",
"has_no_follower": "هذا المستخدم ليس لديه أي أتباع :(", "has_no_follower": "هذا المستخدم ليس لديه أي أتباع :(",
"follows_no_one": "هذا المستخدم لا يتبع أحد :(", "follows_no_one": "هذا المستخدم لا يتبع أحد :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "البريد الإلكتروني مخفي", "email_hidden": "البريد الإلكتروني مخفي",
"hidden": "مخفي" "hidden": "مخفي"
} }

@ -18,7 +18,7 @@
"header.admin": "Administrace", "header.admin": "Administrace",
"header.recent": "Aktuality", "header.recent": "Aktuality",
"header.unread": "Nepřečtené", "header.unread": "Nepřečtené",
"header.popular": "Popular", "header.popular": "Populární",
"header.users": "Uživatelé", "header.users": "Uživatelé",
"header.chats": "Chats", "header.chats": "Chats",
"header.notifications": "Notifications", "header.notifications": "Notifications",
@ -31,22 +31,22 @@
"motd.fork": "Fork", "motd.fork": "Fork",
"motd.like": "To se mi líbí", "motd.like": "To se mi líbí",
"motd.follow": "Sledovat", "motd.follow": "Sledovat",
"previouspage": "Previous Page", "previouspage": "Předchozí stránka",
"nextpage": "Next Page", "nextpage": "Další stránka",
"alert.success": "Success", "alert.success": "Success",
"alert.error": "Error", "alert.error": "Error",
"alert.banned": "Banned", "alert.banned": "Banned",
"alert.banned.message": "You are banned you will be logged out!", "alert.banned.message": "You are banned you will be logged out!",
"alert.unfollow": "You are no longer following %1!", "alert.unfollow": "You are no longer following %1!",
"alert.follow": "You are now following %1!", "alert.follow": "You are now following %1!",
"posts": "Posts", "posts": "Příspěvky",
"views": "Views", "views": "Zobrazení",
"posted": "posted", "posted": "odesláno",
"in": "in", "in": "v",
"recentposts": "Recent Posts", "recentposts": "Nedávné příspěvky",
"online": "Online", "online": "Online",
"away": "Away", "away": "Pryč",
"dnd": "Do not Disturb", "dnd": "Nerušit",
"invisible": "Invisible", "invisible": "Neviditelný",
"offline": "Offline" "offline": "Offline"
} }

@ -1,5 +1,7 @@
{ {
"title": "Upozornění", "title": "Upozornění",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Zpět na úvodní stránku", "back_to_home": "Zpět na úvodní stránku",
"outgoing_link": "Odkaz mimo fórum", "outgoing_link": "Odkaz mimo fórum",
"outgoing_link_message": "Nyní opouštíte fórum", "outgoing_link_message": "Nyní opouštíte fórum",

@ -1,6 +1,7 @@
{ {
"title": "Recent", "title": "Nedávné",
"day": "Den", "day": "Den",
"week": "Týden", "week": "Týden",
"month": "Měsíc" "month": "Měsíc",
"no_recent_topics": "There are no recent topics."
} }

@ -13,6 +13,6 @@
"confirm_password_placeholder": "Potvrďte heslo", "confirm_password_placeholder": "Potvrďte heslo",
"register_now_button": "Zaregistrovat se", "register_now_button": "Zaregistrovat se",
"alternative_registration": "Jiný způsob registrace", "alternative_registration": "Jiný způsob registrace",
"terms_of_use": "Terms of Use", "terms_of_use": "Podmínky",
"agree_to_terms_of_use": "I agree to the Terms of Use" "agree_to_terms_of_use": "Souhlasím s Podmínkami"
} }

@ -2,8 +2,9 @@
"topic": "Téma", "topic": "Téma",
"topics": "Témata", "topics": "Témata",
"no_topics_found": "Nebyla nalezena žádná témata!", "no_topics_found": "Nebyla nalezena žádná témata!",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Posted by", "posted_by": "Odeslal",
"chat": "Chat", "chat": "Chat",
"notify_me": "Sledovat toto téma", "notify_me": "Sledovat toto téma",
"quote": "Citovat", "quote": "Citovat",
@ -14,17 +15,21 @@
"fork": "Rozdělit", "fork": "Rozdělit",
"banned": "banned", "banned": "banned",
"link": "Odkaz", "link": "Odkaz",
"share": "Share", "share": "Sdílet",
"tools": "Tools", "tools": "Nástroje",
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Nástroje", "thread_tools.title": "Nástroje",
"thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.markAsUnreadForAll": "Označit jako nepřečtené",
"thread_tools.pin": "Zvýraznit vlákno", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Uzamknout vlákno", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Přesunout vlákno", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Rozdělit vlákno", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Smazat vlákno", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Načítání kategorií", "load_categories": "Načítání kategorií",
"disabled_categories_note": "Vypnuté (disabled) kategorie jsou šedé.", "disabled_categories_note": "Vypnuté (disabled) kategorie jsou šedé.",
"confirm_move": "Přesunout", "confirm_move": "Přesunout",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Přihlaste se!", "favourites.not_logged_in.title": "Přihlaste se!",
"favourites.not_logged_in.message": "Pro oblíbení příspěvku se musíte přihlásit.", "favourites.not_logged_in.message": "Pro oblíbení příspěvku se musíte přihlásit.",
"favourites.has_no_favourites": "Nemáte žádné oblíbené příspěvky, přidejte některý příspěvek k oblíbeným a uvidíte ho zde!", "favourites.has_no_favourites": "Nemáte žádné oblíbené příspěvky, přidejte některý příspěvek k oblíbeným a uvidíte ho zde!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Načítání více příspěvků", "loading_more_posts": "Načítání více příspěvků",
"move_topic": "Přesunout téma", "move_topic": "Přesunout téma",
"move_post": "Přesunout příspěvek", "move_post": "Přesunout příspěvek",

@ -9,10 +9,11 @@
"age": "Věk", "age": "Věk",
"joined": "Registrován", "joined": "Registrován",
"lastonline": "Naposledy online", "lastonline": "Naposledy online",
"profile": "Profile",
"profile_views": "Zobrazení profilu", "profile_views": "Zobrazení profilu",
"reputation": "Reputace", "reputation": "Reputace",
"posts": "Příspěvky", "posts": "Příspěvky",
"favourites": "Favourites", "favourites": "Oblíbené",
"followers": "Sledují ho", "followers": "Sledují ho",
"following": "Sleduje", "following": "Sleduje",
"signature": "Podpis", "signature": "Podpis",
@ -28,10 +29,11 @@
"upload_picture": "Nahrát obrázek", "upload_picture": "Nahrát obrázek",
"upload_a_picture": "Nahrát obrázek", "upload_a_picture": "Nahrát obrázek",
"image_spec": "Můžete nahrávat poze obrázky ve formátu PNG, JPG, nebo GIF o velikosti menší než 256kb.", "image_spec": "Můžete nahrávat poze obrázky ve formátu PNG, JPG, nebo GIF o velikosti menší než 256kb.",
"settings": "Settings", "settings": "Nastavení",
"show_email": "Zobrazovat můj email v profilu", "show_email": "Zobrazovat můj email v profilu",
"has_no_follower": "Tohoto uživatele nikdo nesleduje :(", "has_no_follower": "Tohoto uživatele nikdo nesleduje :(",
"follows_no_one": "Tento uživatel nikoho nesleduje :(", "follows_no_one": "Tento uživatel nikoho nesleduje :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Skrytý email", "email_hidden": "Skrytý email",
"hidden": "skrytý" "hidden": "skrytý"
} }

@ -1,5 +1,7 @@
{ {
"title": "Benachrichtigungen", "title": "Benachrichtigungen",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Zurück zur Startseite", "back_to_home": "Zurück zur Startseite",
"outgoing_link": "Externer Link", "outgoing_link": "Externer Link",
"outgoing_link_message": "Du verlässt nun", "outgoing_link_message": "Du verlässt nun",

@ -2,5 +2,6 @@
"title": "Aktuell", "title": "Aktuell",
"day": "Tag", "day": "Tag",
"week": "Woche", "week": "Woche",
"month": "Monat" "month": "Monat",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Thema", "topic": "Thema",
"topics": "Themen", "topics": "Themen",
"no_topics_found": "Keine passende Themen gefunden.", "no_topics_found": "Keine passende Themen gefunden.",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Geposted von", "posted_by": "Geposted von",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Tools", "tools": "Tools",
"flag": "Markieren", "flag": "Markieren",
"flag_title": "Diesen Beitrag zur Moderation markieren", "flag_title": "Diesen Beitrag zur Moderation markieren",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Thread Tools", "thread_tools.title": "Thread Tools",
"thread_tools.markAsUnreadForAll": "Als ungelesen markieren", "thread_tools.markAsUnreadForAll": "Als ungelesen markieren",
"thread_tools.pin": "Thread pinnen", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Thread sperren", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Thread verschieben", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Thread aufspalten", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Thread löschen", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Kategorien laden", "load_categories": "Kategorien laden",
"disabled_categories_note": "Deaktivierte Kategorien sind ausgegraut.", "disabled_categories_note": "Deaktivierte Kategorien sind ausgegraut.",
"confirm_move": "verschieben", "confirm_move": "verschieben",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Nicht eingeloggt!", "favourites.not_logged_in.title": "Nicht eingeloggt!",
"favourites.not_logged_in.message": "Bitte logge dich ein, um diesen Beitrag favorisieren zu können.", "favourites.not_logged_in.message": "Bitte logge dich ein, um diesen Beitrag favorisieren zu können.",
"favourites.has_no_favourites": "Du hast noch keine Favoriten.", "favourites.has_no_favourites": "Du hast noch keine Favoriten.",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Lade Mehr Posts", "loading_more_posts": "Lade Mehr Posts",
"move_topic": "Thema verschieben", "move_topic": "Thema verschieben",
"move_post": "Beitrag verschieben", "move_post": "Beitrag verschieben",

@ -9,6 +9,7 @@
"age": "Alter", "age": "Alter",
"joined": "Beigetreten", "joined": "Beigetreten",
"lastonline": "Zuletzt online", "lastonline": "Zuletzt online",
"profile": "Profile",
"profile_views": "Profilaufrufe", "profile_views": "Profilaufrufe",
"reputation": "Reputation", "reputation": "Reputation",
"posts": "Posts", "posts": "Posts",
@ -32,6 +33,7 @@
"show_email": "Zeige meine E-Mail Adresse an.", "show_email": "Zeige meine E-Mail Adresse an.",
"has_no_follower": "Dieser User hat noch keine Follower.", "has_no_follower": "Dieser User hat noch keine Follower.",
"follows_no_one": "Dieser User folgt noch niemanden.", "follows_no_one": "Dieser User folgt noch niemanden.",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "E-Mail Adresse versteckt", "email_hidden": "E-Mail Adresse versteckt",
"hidden": "versteckt" "hidden": "versteckt"
} }

@ -41,12 +41,12 @@
"alert.follow": "Estas siguiendo a %1!", "alert.follow": "Estas siguiendo a %1!",
"posts": "Posts", "posts": "Posts",
"views": "Visitas", "views": "Visitas",
"posted": "posted", "posted": "publicado",
"in": "in", "in": "en",
"recentposts": "Recent Posts", "recentposts": "Posteos Recientes",
"online": "Online", "online": "Conectado",
"away": "Away", "away": "No disponible",
"dnd": "Do not Disturb", "dnd": "No molestar",
"invisible": "Invisible", "invisible": "Invisible",
"offline": "Offline" "offline": "Desconectado"
} }

@ -1,5 +1,7 @@
{ {
"title": "Notificaciones", "title": "Notificaciones",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Volver al Inicio", "back_to_home": "Volver al Inicio",
"outgoing_link": "Link Externo", "outgoing_link": "Link Externo",
"outgoing_link_message": "Estas saliendo del sitio", "outgoing_link_message": "Estas saliendo del sitio",

@ -2,5 +2,6 @@
"title": "Reciente", "title": "Reciente",
"day": "Día", "day": "Día",
"week": "Semana", "week": "Semana",
"month": "Mes" "month": "Mes",
"no_recent_topics": "There are no recent topics."
} }

@ -13,6 +13,6 @@
"confirm_password_placeholder": "Confirmar Contraseña", "confirm_password_placeholder": "Confirmar Contraseña",
"register_now_button": "Registrarme ahora", "register_now_button": "Registrarme ahora",
"alternative_registration": "Otros metodos interesantes para registrarse", "alternative_registration": "Otros metodos interesantes para registrarse",
"terms_of_use": "Terms of Use", "terms_of_use": "Términos y Condiciones de uso",
"agree_to_terms_of_use": "I agree to the Terms of Use" "agree_to_terms_of_use": "Acepto los Terminos y condiciones de uso"
} }

@ -2,8 +2,9 @@
"topic": "Tema", "topic": "Tema",
"topics": "Temas", "topics": "Temas",
"no_topics_found": "No se encontraron temas!", "no_topics_found": "No se encontraron temas!",
"no_posts_found": "No posts found!",
"profile": "Perfil", "profile": "Perfil",
"posted_by": "Posted by", "posted_by": "Publicado por",
"chat": "Chat", "chat": "Chat",
"notify_me": "Seras notificado cuando haya nuevas respuestas en este tema", "notify_me": "Seras notificado cuando haya nuevas respuestas en este tema",
"quote": "Citar", "quote": "Citar",
@ -18,13 +19,17 @@
"tools": "Herramientas", "tools": "Herramientas",
"flag": "Reportar", "flag": "Reportar",
"flag_title": "Reportar este post a los moderadores", "flag_title": "Reportar este post a los moderadores",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Herramientas del Tema", "thread_tools.title": "Herramientas del Tema",
"thread_tools.markAsUnreadForAll": "Marcar como no leido", "thread_tools.markAsUnreadForAll": "Marcar como no leido",
"thread_tools.pin": "Poner Sticky", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Cerrar Tema", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Mover Tema", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Forkear Tema", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Borrar Tema", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Cargando Categorias", "load_categories": "Cargando Categorias",
"disabled_categories_note": "Las categorías deshabilidas estan en gris", "disabled_categories_note": "Las categorías deshabilidas estan en gris",
"confirm_move": "Mover", "confirm_move": "Mover",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "No estas conectado :(", "favourites.not_logged_in.title": "No estas conectado :(",
"favourites.not_logged_in.message": "Por favor, conectate para agregar a favorito este post.", "favourites.not_logged_in.message": "Por favor, conectate para agregar a favorito este post.",
"favourites.has_no_favourites": "No tienes favoritos, puedes agregar alguno y volver a verlos aqui!", "favourites.has_no_favourites": "No tienes favoritos, puedes agregar alguno y volver a verlos aqui!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Cargando más posts", "loading_more_posts": "Cargando más posts",
"move_topic": "Mover Tema", "move_topic": "Mover Tema",
"move_post": "Mover post", "move_post": "Mover post",

@ -1,18 +1,19 @@
{ {
"banned": "Banneado", "banned": "Banneado",
"offline": "Desconectado", "offline": "Desconectado",
"username": "Nombre de Usuario", "username": "Usuario",
"email": "Email", "email": "Email",
"fullname": "Nombre Completo", "fullname": "Nombre",
"website": "Website", "website": "Website",
"location": "Ubicación", "location": "Ubicación",
"age": "Edad", "age": "Edad",
"joined": "Registro", "joined": "Registro",
"lastonline": "Última vez online", "lastonline": "Última vez online",
"profile": "Profile",
"profile_views": "Visitas en su perfil", "profile_views": "Visitas en su perfil",
"reputation": "Reputación", "reputation": "Reputación",
"posts": "Posts", "posts": "Posts",
"favourites": "Favourites", "favourites": "Favoritos",
"followers": "Seguidores", "followers": "Seguidores",
"following": "Siguiendo", "following": "Siguiendo",
"signature": "Firma", "signature": "Firma",
@ -28,10 +29,11 @@
"upload_picture": "Cargar foto", "upload_picture": "Cargar foto",
"upload_a_picture": "Cargar una foto", "upload_a_picture": "Cargar una foto",
"image_spec": "Solo puedes usar PNG, JPG, o GIF hasta 256kb.", "image_spec": "Solo puedes usar PNG, JPG, o GIF hasta 256kb.",
"settings": "Settings", "settings": "Opciones",
"show_email": "Mostrar mi Email", "show_email": "Mostrar mi Email",
"has_no_follower": "Este miembro no tiene seguidores :(", "has_no_follower": "Este miembro no tiene seguidores :(",
"follows_no_one": "Este miembro no sigue a nadie, que pena :(", "follows_no_one": "Este miembro no sigue a nadie, que pena :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Email Oculto", "email_hidden": "Email Oculto",
"hidden": "oculto" "hidden": "oculto"
} }

@ -1,5 +1,7 @@
{ {
"title": "Ilmoitukset", "title": "Ilmoitukset",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Takaisin NodeBB:n", "back_to_home": "Takaisin NodeBB:n",
"outgoing_link": "Ulkopuolinen linkki", "outgoing_link": "Ulkopuolinen linkki",
"outgoing_link_message": "Olet nyt poistumassa", "outgoing_link_message": "Olet nyt poistumassa",

@ -2,5 +2,6 @@
"title": "Recent", "title": "Recent",
"day": "Päivä", "day": "Päivä",
"week": "Viikko", "week": "Viikko",
"month": "Kuukausi" "month": "Kuukausi",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Keskustelu", "topic": "Keskustelu",
"topics": "Keskustelut", "topics": "Keskustelut",
"no_topics_found": "Keskusteluja ei löytynyt!", "no_topics_found": "Keskusteluja ei löytynyt!",
"no_posts_found": "No posts found!",
"profile": "Profiili", "profile": "Profiili",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "Juttele", "chat": "Juttele",
@ -18,13 +19,17 @@
"tools": "Työkalut", "tools": "Työkalut",
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Ketjun työkalut", "thread_tools.title": "Ketjun työkalut",
"thread_tools.markAsUnreadForAll": "Merkitse luetuiksi", "thread_tools.markAsUnreadForAll": "Merkitse luetuiksi",
"thread_tools.pin": "Tee ketjusta pysyvä", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Lukitse ketju", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Siirrä ketju", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Haaroita ketju", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Poista ketju", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Ladataan aihealueita", "load_categories": "Ladataan aihealueita",
"disabled_categories_note": "Käytöstä poistetut aihealueetta ovat harmaina", "disabled_categories_note": "Käytöstä poistetut aihealueetta ovat harmaina",
"confirm_move": "Siirrä", "confirm_move": "Siirrä",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Ei kirjaantuneena sisään", "favourites.not_logged_in.title": "Ei kirjaantuneena sisään",
"favourites.not_logged_in.message": "Kirjaudu sisään jotta voit lisätä tämän viestin suosikkeihisi.", "favourites.not_logged_in.message": "Kirjaudu sisään jotta voit lisätä tämän viestin suosikkeihisi.",
"favourites.has_no_favourites": "Sinulla ei ole yhtään suosikkiviestiä.", "favourites.has_no_favourites": "Sinulla ei ole yhtään suosikkiviestiä.",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Ladataan lisää viestejä", "loading_more_posts": "Ladataan lisää viestejä",
"move_topic": "Siirrä keskustelu", "move_topic": "Siirrä keskustelu",
"move_post": "Siirrä viesti", "move_post": "Siirrä viesti",

@ -9,6 +9,7 @@
"age": "Ikä", "age": "Ikä",
"joined": "Liittynyt", "joined": "Liittynyt",
"lastonline": "Viimeksi online", "lastonline": "Viimeksi online",
"profile": "Profile",
"profile_views": "Profiilin katselukerrat", "profile_views": "Profiilin katselukerrat",
"reputation": "Maine", "reputation": "Maine",
"posts": "Viestit", "posts": "Viestit",
@ -32,6 +33,7 @@
"show_email": "Näytä sähköpostiosoitteeni", "show_email": "Näytä sähköpostiosoitteeni",
"has_no_follower": "Tällä käyttäjällä ei ole yhtään seuraaja :(", "has_no_follower": "Tällä käyttäjällä ei ole yhtään seuraaja :(",
"follows_no_one": "Tämä käyttäjä ei seuraa ketään :(", "follows_no_one": "Tämä käyttäjä ei seuraa ketään :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Sähköposti piilotettu", "email_hidden": "Sähköposti piilotettu",
"hidden": "piilotettu" "hidden": "piilotettu"
} }

@ -1,5 +1,7 @@
{ {
"title": "Notifications", "title": "Notifications",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Retour à NodeBB", "back_to_home": "Retour à NodeBB",
"outgoing_link": "Lien Sortant", "outgoing_link": "Lien Sortant",
"outgoing_link_message": "Vous quitter NodeBB", "outgoing_link_message": "Vous quitter NodeBB",

@ -2,5 +2,6 @@
"title": "Récent", "title": "Récent",
"day": "Jour", "day": "Jour",
"week": "Semaine", "week": "Semaine",
"month": "Mois" "month": "Mois",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Sujet", "topic": "Sujet",
"topics": "Sujets", "topics": "Sujets",
"no_topics_found": "Aucun sujet trouvé !", "no_topics_found": "Aucun sujet trouvé !",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Posté par", "posted_by": "Posté par",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Outils", "tools": "Outils",
"flag": "Signaler", "flag": "Signaler",
"flag_title": "Signaler ce post pour modération", "flag_title": "Signaler ce post pour modération",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Outils du Fil", "thread_tools.title": "Outils du Fil",
"thread_tools.markAsUnreadForAll": "Marquer comme non lu", "thread_tools.markAsUnreadForAll": "Marquer comme non lu",
"thread_tools.pin": "Epingler le fil", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Verrouiller le fil", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Déplacer le fil", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Scinder le fil", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Supprimer le fil", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Chargement des Categories", "load_categories": "Chargement des Categories",
"disabled_categories_note": "Les catégories désactivées sont grisées", "disabled_categories_note": "Les catégories désactivées sont grisées",
"confirm_move": "Déplacer", "confirm_move": "Déplacer",

@ -1,5 +1,7 @@
{ {
"title": "התראות", "title": "התראות",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "חזרה ל NodeBB", "back_to_home": "חזרה ל NodeBB",
"outgoing_link": "לינק", "outgoing_link": "לינק",
"outgoing_link_message": "אתה כעת עוזב", "outgoing_link_message": "אתה כעת עוזב",

@ -2,5 +2,6 @@
"title": "אחרונים", "title": "אחרונים",
"day": "יום", "day": "יום",
"week": "שבוע", "week": "שבוע",
"month": "חודש" "month": "חודש",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "נושא", "topic": "נושא",
"topics": "נושאים", "topics": "נושאים",
"no_topics_found": "לא נמצאו נושאים!", "no_topics_found": "לא נמצאו נושאים!",
"no_posts_found": "No posts found!",
"profile": "פרופיל", "profile": "פרופיל",
"posted_by": "פורסם על-ידי", "posted_by": "פורסם על-ידי",
"chat": "צ'אט", "chat": "צ'אט",
@ -18,13 +19,17 @@
"tools": "כלים", "tools": "כלים",
"flag": "דווח", "flag": "דווח",
"flag_title": "דווח על פוסט זה למנהל", "flag_title": "דווח על פוסט זה למנהל",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "כלים", "thread_tools.title": "כלים",
"thread_tools.markAsUnreadForAll": "סמן כלא נקרא", "thread_tools.markAsUnreadForAll": "סמן כלא נקרא",
"thread_tools.pin": "נעץ נושא", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "נעל נושא", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "הזז נושא", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "שכפל נושא", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "מחק נושא", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "טוען קטגוריות", "load_categories": "טוען קטגוריות",
"disabled_categories_note": "קטגוריות מבוטלות צבועות באפור", "disabled_categories_note": "קטגוריות מבוטלות צבועות באפור",
"confirm_move": "הזז", "confirm_move": "הזז",

@ -1,5 +1,7 @@
{ {
"title": "Értesítések", "title": "Értesítések",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Vissza a NodeBB-re", "back_to_home": "Vissza a NodeBB-re",
"outgoing_link": "Külső Link", "outgoing_link": "Külső Link",
"outgoing_link_message": "Most távozol", "outgoing_link_message": "Most távozol",

@ -2,5 +2,6 @@
"title": "Friss", "title": "Friss",
"day": "Nap", "day": "Nap",
"week": "Hét", "week": "Hét",
"month": "Hónap" "month": "Hónap",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Topik", "topic": "Topik",
"topics": "Topikok", "topics": "Topikok",
"no_topics_found": "Téma nem található!", "no_topics_found": "Téma nem található!",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Hozzászólt:", "posted_by": "Hozzászólt:",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Eszközök", "tools": "Eszközök",
"flag": "Jelentés", "flag": "Jelentés",
"flag_title": "A hozzászólás jelentése a moderátoroknál", "flag_title": "A hozzászólás jelentése a moderátoroknál",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Téma Eszközök", "thread_tools.title": "Téma Eszközök",
"thread_tools.markAsUnreadForAll": "Olvasatlannak jelölés", "thread_tools.markAsUnreadForAll": "Olvasatlannak jelölés",
"thread_tools.pin": "Topik kiemelése", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Topik Lezárása", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Topik Áthelyezése", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Topik szétszedése", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Topik törlése", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Kategóriák betöltése", "load_categories": "Kategóriák betöltése",
"disabled_categories_note": "Kikapcsolt kategóriák kiszürkülve", "disabled_categories_note": "Kikapcsolt kategóriák kiszürkülve",
"confirm_move": "Áthelyezés", "confirm_move": "Áthelyezés",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Nem vagy belépve", "favourites.not_logged_in.title": "Nem vagy belépve",
"favourites.not_logged_in.message": "Kérlek lépj be, hogy a kedvenceidhez adhassam a hozzászólást", "favourites.not_logged_in.message": "Kérlek lépj be, hogy a kedvenceidhez adhassam a hozzászólást",
"favourites.has_no_favourites": "Nincs egyetlen kedvenc hozzászólásod sem, jelölj meg párat hogy itt láthasd őket!", "favourites.has_no_favourites": "Nincs egyetlen kedvenc hozzászólásod sem, jelölj meg párat hogy itt láthasd őket!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Hozzászólások betöltése", "loading_more_posts": "Hozzászólások betöltése",
"move_topic": "Topik áthelyezése", "move_topic": "Topik áthelyezése",
"move_post": "Hozzászólás áthelyezése", "move_post": "Hozzászólás áthelyezése",

@ -9,6 +9,7 @@
"age": "Kor", "age": "Kor",
"joined": "Csatlakozott", "joined": "Csatlakozott",
"lastonline": "Utoljára Online", "lastonline": "Utoljára Online",
"profile": "Profile",
"profile_views": "Profil megtekintések", "profile_views": "Profil megtekintések",
"reputation": "Hírnév", "reputation": "Hírnév",
"posts": "Hozzászólások", "posts": "Hozzászólások",
@ -32,6 +33,7 @@
"show_email": "E-mail címem mutatása", "show_email": "E-mail címem mutatása",
"has_no_follower": "Ezt a felhasználót nem követi senki :(", "has_no_follower": "Ezt a felhasználót nem követi senki :(",
"follows_no_one": "Ez a felhasználó nem követ senkit :(", "follows_no_one": "Ez a felhasználó nem követ senkit :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "E-mail rejtett", "email_hidden": "E-mail rejtett",
"hidden": "rejtett" "hidden": "rejtett"
} }

@ -1,5 +1,7 @@
{ {
"title": "Notifiche", "title": "Notifiche",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Torna alla pagina iniziale", "back_to_home": "Torna alla pagina iniziale",
"outgoing_link": "Link in uscita", "outgoing_link": "Link in uscita",
"outgoing_link_message": "Ci stai abbandonando", "outgoing_link_message": "Ci stai abbandonando",

@ -2,5 +2,6 @@
"title": "Recent", "title": "Recent",
"day": "Giorno", "day": "Giorno",
"week": "Settimana", "week": "Settimana",
"month": "Mese" "month": "Mese",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Discussione", "topic": "Discussione",
"topics": "Discussioni", "topics": "Discussioni",
"no_topics_found": "Nessuna discussione trovata!", "no_topics_found": "Nessuna discussione trovata!",
"no_posts_found": "No posts found!",
"profile": "Profilo", "profile": "Profilo",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Tools", "tools": "Tools",
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Strumenti per il Thread", "thread_tools.title": "Strumenti per il Thread",
"thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.markAsUnreadForAll": "Mark Unread",
"thread_tools.pin": "Appendi il Thread", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Blocca il Thread", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Sposta il Thread", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Fork Thread", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Elimina il Thread", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Caricamento delle Categorie", "load_categories": "Caricamento delle Categorie",
"disabled_categories_note": "Le Categorie disabilitate sono in grigio", "disabled_categories_note": "Le Categorie disabilitate sono in grigio",
"confirm_move": "Sposta", "confirm_move": "Sposta",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Non collegato/a", "favourites.not_logged_in.title": "Non collegato/a",
"favourites.not_logged_in.message": "Log in per aggiungere questo post ai preferiti", "favourites.not_logged_in.message": "Log in per aggiungere questo post ai preferiti",
"favourites.has_no_favourites": "Non hai ancun post preferito; aggiungi qualche post ai preferiti per vederli qui!", "favourites.has_no_favourites": "Non hai ancun post preferito; aggiungi qualche post ai preferiti per vederli qui!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Caricamento altri post", "loading_more_posts": "Caricamento altri post",
"move_topic": "Spsota Discussione", "move_topic": "Spsota Discussione",
"move_post": "Sposta Post", "move_post": "Sposta Post",

@ -9,6 +9,7 @@
"age": "Età", "age": "Età",
"joined": "Iscrizione", "joined": "Iscrizione",
"lastonline": "Ultima volta in linea", "lastonline": "Ultima volta in linea",
"profile": "Profile",
"profile_views": "Visite al profilo", "profile_views": "Visite al profilo",
"reputation": "Reputazione", "reputation": "Reputazione",
"posts": "Post", "posts": "Post",
@ -32,6 +33,7 @@
"show_email": "Mostra la mia Email", "show_email": "Mostra la mia Email",
"has_no_follower": "Questo utente non è seguito da nessuno :(", "has_no_follower": "Questo utente non è seguito da nessuno :(",
"follows_no_one": "Questo utente non segue nessuno :(", "follows_no_one": "Questo utente non segue nessuno :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Email Nascosta", "email_hidden": "Email Nascosta",
"hidden": "nascosta" "hidden": "nascosta"
} }

@ -1,5 +1,7 @@
{ {
"title": "Varsler", "title": "Varsler",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Tilbake til NodeBB", "back_to_home": "Tilbake til NodeBB",
"outgoing_link": "Utgående link", "outgoing_link": "Utgående link",
"outgoing_link_message": "Du forlatter nå", "outgoing_link_message": "Du forlatter nå",

@ -2,5 +2,6 @@
"title": "Seneste", "title": "Seneste",
"day": "Dag", "day": "Dag",
"week": "Uke", "week": "Uke",
"month": "Måned" "month": "Måned",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Emne", "topic": "Emne",
"topics": "Emner", "topics": "Emner",
"no_topics_found": "Ingen emner funnet!", "no_topics_found": "Ingen emner funnet!",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Skapt av", "posted_by": "Skapt av",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Verktøy", "tools": "Verktøy",
"flag": "Rapporter", "flag": "Rapporter",
"flag_title": "Rapporter dette innlegget for granskning", "flag_title": "Rapporter dette innlegget for granskning",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Trådverktøy", "thread_tools.title": "Trådverktøy",
"thread_tools.markAsUnreadForAll": "Marker som ulest", "thread_tools.markAsUnreadForAll": "Marker som ulest",
"thread_tools.pin": "Fest tråd", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Lås tråd", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Flytt trå", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Del tråd", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Slett tråd", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Laster kategorier", "load_categories": "Laster kategorier",
"disabled_categories_note": "Deaktiverte kategorier er grået ut", "disabled_categories_note": "Deaktiverte kategorier er grået ut",
"confirm_move": "Flytt", "confirm_move": "Flytt",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Ikke logget inn", "favourites.not_logged_in.title": "Ikke logget inn",
"favourites.not_logged_in.message": "Vennligst logg inn for å gjøre dette innlegget til favoritt", "favourites.not_logged_in.message": "Vennligst logg inn for å gjøre dette innlegget til favoritt",
"favourites.has_no_favourites": "Du har ingen favoritter, marker noen innlegg som favoritt for å se dem her!", "favourites.has_no_favourites": "Du har ingen favoritter, marker noen innlegg som favoritt for å se dem her!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Laster flere innlegg", "loading_more_posts": "Laster flere innlegg",
"move_topic": "Flytt emne", "move_topic": "Flytt emne",
"move_post": "Flytt innlegg", "move_post": "Flytt innlegg",

@ -9,6 +9,7 @@
"age": "Alder", "age": "Alder",
"joined": "Ble med", "joined": "Ble med",
"lastonline": "Senest online", "lastonline": "Senest online",
"profile": "Profile",
"profile_views": "Profilvisninger", "profile_views": "Profilvisninger",
"reputation": "Rykte", "reputation": "Rykte",
"posts": "Innlegg", "posts": "Innlegg",
@ -32,6 +33,7 @@
"show_email": "Vis min e-post", "show_email": "Vis min e-post",
"has_no_follower": "Denne brukeren har ingen følgere :(", "has_no_follower": "Denne brukeren har ingen følgere :(",
"follows_no_one": "Denne brukeren følger ingen :(", "follows_no_one": "Denne brukeren følger ingen :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "E-post skjult", "email_hidden": "E-post skjult",
"hidden": "skjult" "hidden": "skjult"
} }

@ -1,5 +1,7 @@
{ {
"title": "Notificações", "title": "Notificações",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "voltar para home", "back_to_home": "voltar para home",
"outgoing_link": "Link Externo", "outgoing_link": "Link Externo",
"outgoing_link_message": "Você está; saindo para um link externo", "outgoing_link_message": "Você está; saindo para um link externo",

@ -2,5 +2,6 @@
"title": "Recente", "title": "Recente",
"day": "Dia", "day": "Dia",
"week": "Semana", "week": "Semana",
"month": "Mês" "month": "Mês",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Tópico", "topic": "Tópico",
"topics": "Tópicos", "topics": "Tópicos",
"no_topics_found": "Nenhum tópico encontrado!", "no_topics_found": "Nenhum tópico encontrado!",
"no_posts_found": "No posts found!",
"profile": "Profile", "profile": "Profile",
"posted_by": "Postado por", "posted_by": "Postado por",
"chat": "Bate Papo", "chat": "Bate Papo",
@ -18,13 +19,17 @@
"tools": "Ferramentas", "tools": "Ferramentas",
"flag": "Marcar", "flag": "Marcar",
"flag_title": "Marcar este post para moderação", "flag_title": "Marcar este post para moderação",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Ferramentas da Thread", "thread_tools.title": "Ferramentas da Thread",
"thread_tools.markAsUnreadForAll": "Marcar como não lido", "thread_tools.markAsUnreadForAll": "Marcar como não lido",
"thread_tools.pin": "Fixar Thread", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Travar Thread", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Mover Thread", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Fork Thread", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Deletar Thread", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Carregando Categorias", "load_categories": "Carregando Categorias",
"disabled_categories_note": "Categorias desabilitadas estão em cinza", "disabled_categories_note": "Categorias desabilitadas estão em cinza",
"confirm_move": "Mover", "confirm_move": "Mover",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Não Logado", "favourites.not_logged_in.title": "Não Logado",
"favourites.not_logged_in.message": "Por Favor logar para favoritar o tópico", "favourites.not_logged_in.message": "Por Favor logar para favoritar o tópico",
"favourites.has_no_favourites": "Você não tem nenhum item favoritado!", "favourites.has_no_favourites": "Você não tem nenhum item favoritado!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Carregando mais posts", "loading_more_posts": "Carregando mais posts",
"move_topic": "Mover Tó;pico", "move_topic": "Mover Tó;pico",
"move_post": "Mover Post", "move_post": "Mover Post",

@ -9,6 +9,7 @@
"age": "Idade", "age": "Idade",
"joined": "Cadastrou", "joined": "Cadastrou",
"lastonline": "Última vez online", "lastonline": "Última vez online",
"profile": "Profile",
"profile_views": "Visualizações de Profile", "profile_views": "Visualizações de Profile",
"reputation": "Reputação", "reputation": "Reputação",
"posts": "Posts", "posts": "Posts",
@ -32,6 +33,7 @@
"show_email": "Mostrar meu email", "show_email": "Mostrar meu email",
"has_no_follower": "Ninguém está seguindo esse usuário :(", "has_no_follower": "Ninguém está seguindo esse usuário :(",
"follows_no_one": "Este usuário não está seguindo ninguém :(", "follows_no_one": "Este usuário não está seguindo ninguém :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Email Escondido", "email_hidden": "Email Escondido",
"hidden": "Escondido" "hidden": "Escondido"
} }

@ -1,5 +1,7 @@
{ {
"title": "Уведомления", "title": "Уведомления",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Вернуться на NodeBB", "back_to_home": "Вернуться на NodeBB",
"outgoing_link": "Внешняя ссылка", "outgoing_link": "Внешняя ссылка",
"outgoing_link_message": "Вы покидаете", "outgoing_link_message": "Вы покидаете",

@ -2,5 +2,6 @@
"title": "Последние", "title": "Последние",
"day": "День", "day": "День",
"week": "Неделя", "week": "Неделя",
"month": "Месяц" "month": "Месяц",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Тема", "topic": "Тема",
"topics": "Темы", "topics": "Темы",
"no_topics_found": "Тем не найдено!", "no_topics_found": "Тем не найдено!",
"no_posts_found": "No posts found!",
"profile": "Профиль", "profile": "Профиль",
"posted_by": "Создано", "posted_by": "Создано",
"chat": "Чат", "chat": "Чат",
@ -18,13 +19,17 @@
"tools": "Опции", "tools": "Опции",
"flag": "Отметить", "flag": "Отметить",
"flag_title": "Отметить сообщение для модерирования", "flag_title": "Отметить сообщение для модерирования",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Опции Темы", "thread_tools.title": "Опции Темы",
"thread_tools.markAsUnreadForAll": "Отметить как непрочитанные", "thread_tools.markAsUnreadForAll": "Отметить как непрочитанные",
"thread_tools.pin": "Закрепить Тему", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Закрыть Тему", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Перенести Тему", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Ответвить Тему", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Удалить Тему", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Загружаем Категории", "load_categories": "Загружаем Категории",
"disabled_categories_note": "Отключенные категории затемненны", "disabled_categories_note": "Отключенные категории затемненны",
"confirm_move": "Перенести", "confirm_move": "Перенести",

@ -1,5 +1,7 @@
{ {
"title": "Notifikácie", "title": "Notifikácie",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Späť na úvodnú stránku", "back_to_home": "Späť na úvodnú stránku",
"outgoing_link": "Odkaz mimo fórum", "outgoing_link": "Odkaz mimo fórum",
"outgoing_link_message": "Teraz opúšťate fórum", "outgoing_link_message": "Teraz opúšťate fórum",

@ -2,5 +2,6 @@
"title": "Nedávne", "title": "Nedávne",
"day": "Deň", "day": "Deň",
"week": "Týždeň", "week": "Týždeň",
"month": "Mesiac" "month": "Mesiac",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Téma", "topic": "Téma",
"topics": "Témy", "topics": "Témy",
"no_topics_found": "Neboli nájdené žiadne témy!", "no_topics_found": "Neboli nájdené žiadne témy!",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "Chat", "chat": "Chat",
@ -18,13 +19,17 @@
"tools": "Nástroje", "tools": "Nástroje",
"flag": "Označiť", "flag": "Označiť",
"flag_title": "Označiť príspevok pre moderáciu", "flag_title": "Označiť príspevok pre moderáciu",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Nástroje", "thread_tools.title": "Nástroje",
"thread_tools.markAsUnreadForAll": "Označ ako neprečítané", "thread_tools.markAsUnreadForAll": "Označ ako neprečítané",
"thread_tools.pin": "Zvýrazniť vlákno", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Uzamknúť vlákno", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Presunúť vlákno", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Rozdeliť vlákno", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Zmazať vlákno", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Načítanie kategórií", "load_categories": "Načítanie kategórií",
"disabled_categories_note": "Vypnuté (disabled) kategorie sú šedé.", "disabled_categories_note": "Vypnuté (disabled) kategorie sú šedé.",
"confirm_move": "Presunúť", "confirm_move": "Presunúť",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Prihlásiť sa!", "favourites.not_logged_in.title": "Prihlásiť sa!",
"favourites.not_logged_in.message": "Pre obľúbenie príspevku sa musíte prihlásiť.", "favourites.not_logged_in.message": "Pre obľúbenie príspevku sa musíte prihlásiť.",
"favourites.has_no_favourites": "Nemáte žiadne obľúbené príspevky, pridajte niektorý príspevok k obľúbeným a uvidíte ho tu!", "favourites.has_no_favourites": "Nemáte žiadne obľúbené príspevky, pridajte niektorý príspevok k obľúbeným a uvidíte ho tu!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Načítavanie viac príspevkov", "loading_more_posts": "Načítavanie viac príspevkov",
"move_topic": "Presunúť tému", "move_topic": "Presunúť tému",
"move_post": "Presunúť príspevok", "move_post": "Presunúť príspevok",

@ -9,6 +9,7 @@
"age": "Vek", "age": "Vek",
"joined": "Registrovaný", "joined": "Registrovaný",
"lastonline": "Naposledy online", "lastonline": "Naposledy online",
"profile": "Profile",
"profile_views": "Zobrazenie profilu", "profile_views": "Zobrazenie profilu",
"reputation": "Reputácia", "reputation": "Reputácia",
"posts": "Príspevky", "posts": "Príspevky",
@ -32,6 +33,7 @@
"show_email": "Zobrazovať môj email v profile", "show_email": "Zobrazovať môj email v profile",
"has_no_follower": "Tohoto užívatela nikto nesleduje :(", "has_no_follower": "Tohoto užívatela nikto nesleduje :(",
"follows_no_one": "Tento užívateľ nikoho nesleduje :(", "follows_no_one": "Tento užívateľ nikoho nesleduje :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Skrytý email", "email_hidden": "Skrytý email",
"hidden": "skrytý" "hidden": "skrytý"
} }

@ -1,5 +1,7 @@
{ {
"title": "Notiser", "title": "Notiser",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "Tillbaka till NodeBB", "back_to_home": "Tillbaka till NodeBB",
"outgoing_link": "Utgående länk", "outgoing_link": "Utgående länk",
"outgoing_link_message": "Du lämnar nu", "outgoing_link_message": "Du lämnar nu",

@ -2,5 +2,6 @@
"title": "Senaste", "title": "Senaste",
"day": "Dag", "day": "Dag",
"week": "Vecka", "week": "Vecka",
"month": "Månad" "month": "Månad",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Ämne", "topic": "Ämne",
"topics": "Ämnen", "topics": "Ämnen",
"no_topics_found": "Inga ämnen hittades!", "no_topics_found": "Inga ämnen hittades!",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "Chatt", "chat": "Chatt",
@ -18,13 +19,17 @@
"tools": "Verktyg", "tools": "Verktyg",
"flag": "Rapportera", "flag": "Rapportera",
"flag_title": "Rapportera detta inlägg för granskning", "flag_title": "Rapportera detta inlägg för granskning",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Trådverktyg", "thread_tools.title": "Trådverktyg",
"thread_tools.markAsUnreadForAll": "Markera som oläst", "thread_tools.markAsUnreadForAll": "Markera som oläst",
"thread_tools.pin": "Fäst tråd", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Lås tråd", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Flytta tråd", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Grena tråd", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Ta bort tråd", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Laddar kategorier", "load_categories": "Laddar kategorier",
"disabled_categories_note": "Inaktiverade kategorier är utgråade", "disabled_categories_note": "Inaktiverade kategorier är utgråade",
"confirm_move": "Flytta", "confirm_move": "Flytta",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Inte inloggad", "favourites.not_logged_in.title": "Inte inloggad",
"favourites.not_logged_in.message": "Var god logga in för att göra detta inlägg till favorit", "favourites.not_logged_in.message": "Var god logga in för att göra detta inlägg till favorit",
"favourites.has_no_favourites": "Du har inga favoriter, markera inlägg som favorit för att se dem här!", "favourites.has_no_favourites": "Du har inga favoriter, markera inlägg som favorit för att se dem här!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Laddar fler inlägg", "loading_more_posts": "Laddar fler inlägg",
"move_topic": "Flytta ämne", "move_topic": "Flytta ämne",
"move_post": "Flytta inlägg", "move_post": "Flytta inlägg",

@ -9,6 +9,7 @@
"age": "Ålder", "age": "Ålder",
"joined": "Gick med", "joined": "Gick med",
"lastonline": "Senast online", "lastonline": "Senast online",
"profile": "Profile",
"profile_views": "Profil-visningar", "profile_views": "Profil-visningar",
"reputation": "Rykte", "reputation": "Rykte",
"posts": "Inlägg", "posts": "Inlägg",
@ -32,6 +33,7 @@
"show_email": "Visa min epost", "show_email": "Visa min epost",
"has_no_follower": "Denna användare har inga följare :(", "has_no_follower": "Denna användare har inga följare :(",
"follows_no_one": "Denna användare följer ingen :(", "follows_no_one": "Denna användare följer ingen :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "Epost dold", "email_hidden": "Epost dold",
"hidden": "dold" "hidden": "dold"
} }

@ -1,5 +1,7 @@
{ {
"title": "Bildirimler", "title": "Bildirimler",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "NodeBB'ye geri dön", "back_to_home": "NodeBB'ye geri dön",
"outgoing_link": "Harici Link", "outgoing_link": "Harici Link",
"outgoing_link_message": "Şimdi ayrılıyorsunuz", "outgoing_link_message": "Şimdi ayrılıyorsunuz",

@ -2,5 +2,6 @@
"title": "Güncel", "title": "Güncel",
"day": "Gün", "day": "Gün",
"week": "Hafta", "week": "Hafta",
"month": "Ay" "month": "Ay",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "Konu", "topic": "Konu",
"topics": "Konular", "topics": "Konular",
"no_topics_found": "Hiç konu bulunamadı!", "no_topics_found": "Hiç konu bulunamadı!",
"no_posts_found": "No posts found!",
"profile": "Profil", "profile": "Profil",
"posted_by": "tarafından gönderildi", "posted_by": "tarafından gönderildi",
"chat": "Sohbet", "chat": "Sohbet",
@ -18,13 +19,17 @@
"tools": "Araçlar", "tools": "Araçlar",
"flag": "Bayrak", "flag": "Bayrak",
"flag_title": "Bu iletiyi moderatöre haber et", "flag_title": "Bu iletiyi moderatöre haber et",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "Seçenekler", "thread_tools.title": "Seçenekler",
"thread_tools.markAsUnreadForAll": "Okunmadı Olarak İşaretle", "thread_tools.markAsUnreadForAll": "Okunmadı Olarak İşaretle",
"thread_tools.pin": "Pin Thread", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "Lock Thread", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "Move Thread", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "Fork Thread", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "Delete Thread", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "Kategoriler Yükleniyor", "load_categories": "Kategoriler Yükleniyor",
"disabled_categories_note": "Etkin Olmayan Kategoriler soluklaştırılır", "disabled_categories_note": "Etkin Olmayan Kategoriler soluklaştırılır",
"confirm_move": "Taşı", "confirm_move": "Taşı",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "Oturum açılmadı", "favourites.not_logged_in.title": "Oturum açılmadı",
"favourites.not_logged_in.message": "Lütfen bu iletiyi favorilere eklemek için giriş yapın", "favourites.not_logged_in.message": "Lütfen bu iletiyi favorilere eklemek için giriş yapın",
"favourites.has_no_favourites": "Favorilerde hiç iletiniz yok, görebilmek için iletileri favorilere ekleyin.", "favourites.has_no_favourites": "Favorilerde hiç iletiniz yok, görebilmek için iletileri favorilere ekleyin.",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "Daha fazla ileti ", "loading_more_posts": "Daha fazla ileti ",
"move_topic": "Başlığı Taş", "move_topic": "Başlığı Taş",
"move_post": "İletiyi Taşı", "move_post": "İletiyi Taşı",

@ -9,6 +9,7 @@
"age": "Yaş", "age": "Yaş",
"joined": "Katıldı", "joined": "Katıldı",
"lastonline": "En Son Çevrimiçi", "lastonline": "En Son Çevrimiçi",
"profile": "Profile",
"profile_views": "Profil Görüntülemeleri", "profile_views": "Profil Görüntülemeleri",
"reputation": "Saygınlık", "reputation": "Saygınlık",
"posts": "İletiler", "posts": "İletiler",
@ -32,6 +33,7 @@
"show_email": "E-postamı göster", "show_email": "E-postamı göster",
"has_no_follower": "Bu kullanıcının hiç takipçisi yok :(", "has_no_follower": "Bu kullanıcının hiç takipçisi yok :(",
"follows_no_one": "Bu kullanıcı kimseyi takip etmiyor :(", "follows_no_one": "Bu kullanıcı kimseyi takip etmiyor :(",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "E-posta gizli", "email_hidden": "E-posta gizli",
"hidden": "gizli" "hidden": "gizli"
} }

@ -1,5 +1,7 @@
{ {
"title": "消息", "title": "消息",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "返回主页", "back_to_home": "返回主页",
"outgoing_link": "站外链接", "outgoing_link": "站外链接",
"outgoing_link_message": "你正在离开本站。", "outgoing_link_message": "你正在离开本站。",

@ -2,5 +2,6 @@
"title": "Recent", "title": "Recent",
"day": "今日", "day": "今日",
"week": "本周", "week": "本周",
"month": "本月" "month": "本月",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "主题", "topic": "主题",
"topics": "主题", "topics": "主题",
"no_topics_found": "没有找到主题!", "no_topics_found": "没有找到主题!",
"no_posts_found": "No posts found!",
"profile": "资料", "profile": "资料",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "聊天", "chat": "聊天",
@ -18,13 +19,17 @@
"tools": "Tools", "tools": "Tools",
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "管理工具", "thread_tools.title": "管理工具",
"thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.markAsUnreadForAll": "Mark Unread",
"thread_tools.pin": "置顶帖子", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "锁定帖子", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "移动帖子", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "作为主题", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "删除帖子", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "版面载入中", "load_categories": "版面载入中",
"disabled_categories_note": "停用的版面为灰色", "disabled_categories_note": "停用的版面为灰色",
"confirm_move": "移动", "confirm_move": "移动",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "未登录", "favourites.not_logged_in.title": "未登录",
"favourites.not_logged_in.message": "收藏帖子之前请先登录。", "favourites.not_logged_in.message": "收藏帖子之前请先登录。",
"favourites.has_no_favourites": "你还没有任何收藏,收藏的帖子将会出现在这里!", "favourites.has_no_favourites": "你还没有任何收藏,收藏的帖子将会出现在这里!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "载入更多帖子", "loading_more_posts": "载入更多帖子",
"move_topic": "移动主题", "move_topic": "移动主题",
"move_post": "移动帖子", "move_post": "移动帖子",

@ -9,6 +9,7 @@
"age": "年龄", "age": "年龄",
"joined": "加入时间", "joined": "加入时间",
"lastonline": "最后在线", "lastonline": "最后在线",
"profile": "Profile",
"profile_views": "资料被查看", "profile_views": "资料被查看",
"reputation": "声望", "reputation": "声望",
"posts": "发帖数", "posts": "发帖数",
@ -32,6 +33,7 @@
"show_email": "显示我的邮箱", "show_email": "显示我的邮箱",
"has_no_follower": "该用户还没有被任何人关注。", "has_no_follower": "该用户还没有被任何人关注。",
"follows_no_one": "该用户还没有关注过任何人。", "follows_no_one": "该用户还没有关注过任何人。",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "邮箱被隐藏", "email_hidden": "邮箱被隐藏",
"hidden": "隐藏" "hidden": "隐藏"
} }

@ -1,5 +1,7 @@
{ {
"title": "消息", "title": "消息",
"no_notifs": "You have no notifications",
"see_all": "See all Notifications",
"back_to_home": "返回主頁", "back_to_home": "返回主頁",
"outgoing_link": "站外鏈接", "outgoing_link": "站外鏈接",
"outgoing_link_message": "你正在離開本站。", "outgoing_link_message": "你正在離開本站。",

@ -2,5 +2,6 @@
"title": "Recent", "title": "Recent",
"day": "今日", "day": "今日",
"week": "本周", "week": "本周",
"month": "本月" "month": "本月",
"no_recent_topics": "There are no recent topics."
} }

@ -2,6 +2,7 @@
"topic": "主題", "topic": "主題",
"topics": "主題", "topics": "主題",
"no_topics_found": "沒有找到主題!", "no_topics_found": "沒有找到主題!",
"no_posts_found": "No posts found!",
"profile": "資料", "profile": "資料",
"posted_by": "Posted by", "posted_by": "Posted by",
"chat": "聊天", "chat": "聊天",
@ -18,13 +19,17 @@
"tools": "Tools", "tools": "Tools",
"flag": "Flag", "flag": "Flag",
"flag_title": "Flag this post for moderation", "flag_title": "Flag this post for moderation",
"deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.",
"thread_tools.title": "管理工具", "thread_tools.title": "管理工具",
"thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.markAsUnreadForAll": "Mark Unread",
"thread_tools.pin": "置頂帖子", "thread_tools.pin": "Pin Topic",
"thread_tools.lock": "鎖定帖子", "thread_tools.unpin": "Unpin Topic",
"thread_tools.move": "移動帖子", "thread_tools.lock": "Lock Topic",
"thread_tools.fork": "作為主題", "thread_tools.unlock": "Unlock Topic",
"thread_tools.delete": "刪除帖子", "thread_tools.move": "Move Topic",
"thread_tools.fork": "Fork Topic",
"thread_tools.delete": "Delete Topic",
"thread_tools.restore": "Restore Topic",
"load_categories": "版面載入中", "load_categories": "版面載入中",
"disabled_categories_note": "停用的版面為灰色", "disabled_categories_note": "停用的版面為灰色",
"confirm_move": "移動", "confirm_move": "移動",
@ -34,6 +39,10 @@
"favourites.not_logged_in.title": "未登錄", "favourites.not_logged_in.title": "未登錄",
"favourites.not_logged_in.message": "收藏帖子之前請先登錄。", "favourites.not_logged_in.message": "收藏帖子之前請先登錄。",
"favourites.has_no_favourites": "你還沒有任何收藏,收藏的帖子將會出現在這裡!", "favourites.has_no_favourites": "你還沒有任何收藏,收藏的帖子將會出現在這裡!",
"vote.not_logged_in.title": "Not Logged In",
"vote.not_logged_in.message": "Please log in in order to vote",
"vote.cant_vote_self.title": "Invalid Vote",
"vote.cant_vote_self.message": "You cannot vote for your own post",
"loading_more_posts": "載入更多帖子", "loading_more_posts": "載入更多帖子",
"move_topic": "移動主題", "move_topic": "移動主題",
"move_post": "移動帖子", "move_post": "移動帖子",

@ -9,6 +9,7 @@
"age": "年齡", "age": "年齡",
"joined": "加入時間", "joined": "加入時間",
"lastonline": "最后在線", "lastonline": "最后在線",
"profile": "Profile",
"profile_views": "資料被查看", "profile_views": "資料被查看",
"reputation": "聲望", "reputation": "聲望",
"posts": "發帖數", "posts": "發帖數",
@ -32,6 +33,7 @@
"show_email": "顯示我的郵箱", "show_email": "顯示我的郵箱",
"has_no_follower": "該用戶還沒有被任何人關注。", "has_no_follower": "該用戶還沒有被任何人關注。",
"follows_no_one": "該用戶還沒有關注過任何人。", "follows_no_one": "該用戶還沒有關注過任何人。",
"has_no_posts": "This user didn't post anything yet.",
"email_hidden": "郵箱被隱藏", "email_hidden": "郵箱被隱藏",
"hidden": "隱藏" "hidden": "隱藏"
} }
Loading…
Cancel
Save