Baris Soner Usakli 11 years ago
commit 825c568bc1

@ -32,7 +32,7 @@ First, we install our base software stack:
# apt-get install git nodejs redis-server npm build-essential imagemagick # apt-get install git nodejs redis-server npm build-essential imagemagick
If you want to use MongoDB instead of Redis install it from http://www.mongodb.org/downloads and remove 'redis-server' from the above command. [MongoDB-Setup](https://github.com/designcreateplay/NodeBB/wiki/MongoDB-Setup) If you want to use MongoDB instead of Redis install it from http://www.mongodb.org/downloads and remove 'redis-server' from the above command. [MongoDB-Setup](https://github.com/designcreateplay/NodeBB/wiki/Installing-NodeBB-With-MongoDB)
**If your package manager only installed a version of Node.js that is less than 0.8 (e.g. Ubuntu 12.10, 13.04):** **If your package manager only installed a version of Node.js that is less than 0.8 (e.g. Ubuntu 12.10, 13.04):**

@ -40,5 +40,13 @@
"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": "Posts",
"views": "Views" "views": "Views",
"posted": "posted",
"in": "in",
"recentposts": "Recent Posts",
"online": "Online",
"away": "Away",
"dnd": "Do not Disturb",
"invisible": "Invisible",
"offline": "Offline"
} }

@ -12,5 +12,7 @@
"confirm_password": "تأكيد كلمة السر", "confirm_password": "تأكيد كلمة السر",
"confirm_password_placeholder": "تأكيد كلمة السر", "confirm_password_placeholder": "تأكيد كلمة السر",
"register_now_button": "قم بالتسجيل الآن", "register_now_button": "قم بالتسجيل الآن",
"alternative_registration": "التسجيل البديلة" "alternative_registration": "التسجيل البديلة",
"terms_of_use": "Terms of Use",
"agree_to_terms_of_use": "I agree to the Terms of Use"
} }

@ -3,7 +3,7 @@
"topics": "مواضيع", "topics": "مواضيع",
"no_topics_found": "لا توجد مواضيع !", "no_topics_found": "لا توجد مواضيع !",
"profile": "ملف", "profile": "ملف",
"posted_by": "رد من", "posted_by": "Posted by",
"chat": "دردشة", "chat": "دردشة",
"notify_me": "تنبه من ردود جديدة في هذا الموضوع", "notify_me": "تنبه من ردود جديدة في هذا الموضوع",
"quote": "اقتبس", "quote": "اقتبس",

@ -12,6 +12,7 @@
"profile_views": "مشاهد الملف", "profile_views": "مشاهد الملف",
"reputation": "سمعة", "reputation": "سمعة",
"posts": "ردود", "posts": "ردود",
"favourites": "Favourites",
"followers": "أتباع", "followers": "أتباع",
"following": "يتبع", "following": "يتبع",
"signature": "توقيع", "signature": "توقيع",
@ -27,7 +28,7 @@
"upload_picture": "تحميل الصورة", "upload_picture": "تحميل الصورة",
"upload_a_picture": "تحميل صورة", "upload_a_picture": "تحميل صورة",
"image_spec": "تستطيع تحميل سوى PNG، JPG، GIF تحت 256KB.", "image_spec": "تستطيع تحميل سوى PNG، JPG، GIF تحت 256KB.",
"settings": "إعدادات", "settings": "Settings",
"show_email": "أظهر بريدي الإلكتروني", "show_email": "أظهر بريدي الإلكتروني",
"has_no_follower": "هذا المستخدم ليس لديه أي أتباع :(", "has_no_follower": "هذا المستخدم ليس لديه أي أتباع :(",
"follows_no_one": "هذا المستخدم لا يتبع أحد :(", "follows_no_one": "هذا المستخدم لا يتبع أحد :(",

@ -40,5 +40,13 @@
"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": "Posts",
"views": "Views" "views": "Views",
"posted": "posted",
"in": "in",
"recentposts": "Recent Posts",
"online": "Online",
"away": "Away",
"dnd": "Do not Disturb",
"invisible": "Invisible",
"offline": "Offline"
} }

@ -12,5 +12,7 @@
"confirm_password": "Potvrzení hesla", "confirm_password": "Potvrzení hesla",
"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",
"agree_to_terms_of_use": "I agree to the Terms of Use"
} }

@ -3,7 +3,7 @@
"topics": "Témata", "topics": "Témata",
"no_topics_found": "Nebyla nalezena žádná témata!", "no_topics_found": "Nebyla nalezena žádná témata!",
"profile": "Profil", "profile": "Profil",
"posted_by": "odeslal", "posted_by": "Posted by",
"chat": "Chat", "chat": "Chat",
"notify_me": "Sledovat toto téma", "notify_me": "Sledovat toto téma",
"quote": "Citovat", "quote": "Citovat",

@ -12,6 +12,7 @@
"profile_views": "Zobrazení profilu", "profile_views": "Zobrazení profilu",
"reputation": "Reputace", "reputation": "Reputace",
"posts": "Příspěvky", "posts": "Příspěvky",
"favourites": "Favourites",
"followers": "Sledují ho", "followers": "Sledují ho",
"following": "Sleduje", "following": "Sleduje",
"signature": "Podpis", "signature": "Podpis",
@ -27,7 +28,7 @@
"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": "nastavení", "settings": "Settings",
"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 :(",

@ -40,5 +40,13 @@
"alert.unfollow": "Du folgst %1 nicht länger!", "alert.unfollow": "Du folgst %1 nicht länger!",
"alert.follow": "Du folgst nun %1!", "alert.follow": "Du folgst nun %1!",
"posts": "Beiträge", "posts": "Beiträge",
"views": "Aufrufe" "views": "Aufrufe",
"posted": "posted",
"in": "in",
"recentposts": "Recent Posts",
"online": "Online",
"away": "Away",
"dnd": "Do not Disturb",
"invisible": "Invisible",
"offline": "Offline"
} }

@ -12,5 +12,7 @@
"confirm_password": "Passwort bestätigen", "confirm_password": "Passwort bestätigen",
"confirm_password_placeholder": "Passwort zur Bestätigung erneut eingeben", "confirm_password_placeholder": "Passwort zur Bestätigung erneut eingeben",
"register_now_button": "Jetzt registrieren", "register_now_button": "Jetzt registrieren",
"alternative_registration": "Alternative Registrierung" "alternative_registration": "Alternative Registrierung",
"terms_of_use": "Terms of Use",
"agree_to_terms_of_use": "I agree to the Terms of Use"
} }

@ -3,7 +3,7 @@
"topics": "Themen", "topics": "Themen",
"no_topics_found": "Keine passende Themen gefunden.", "no_topics_found": "Keine passende Themen gefunden.",
"profile": "Profil", "profile": "Profil",
"posted_by": "Geposted von", "posted_by": "Posted by",
"chat": "Chat", "chat": "Chat",
"notify_me": "Werde bei neues Antworten auf dieses Thema benachrichtigt.", "notify_me": "Werde bei neues Antworten auf dieses Thema benachrichtigt.",
"quote": "zitieren", "quote": "zitieren",

@ -12,6 +12,7 @@
"profile_views": "Profilaufrufe", "profile_views": "Profilaufrufe",
"reputation": "Reputation", "reputation": "Reputation",
"posts": "Posts", "posts": "Posts",
"favourites": "Favourites",
"followers": "Follower", "followers": "Follower",
"following": "Folgt", "following": "Folgt",
"signature": "Signatur", "signature": "Signatur",
@ -27,7 +28,7 @@
"upload_picture": "Bild hochladen", "upload_picture": "Bild hochladen",
"upload_a_picture": "Ein Bild hochladen", "upload_a_picture": "Ein Bild hochladen",
"image_spec": "Du solltest nur Dateien die PNG, JPG, oder GIF kleiner als 256kb hochladen.", "image_spec": "Du solltest nur Dateien die PNG, JPG, oder GIF kleiner als 256kb hochladen.",
"settings": "Einstellungen", "settings": "Settings",
"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.",

@ -21,7 +21,7 @@
"header.popular": "Popular", "header.popular": "Popular",
"header.users": "Miembros", "header.users": "Miembros",
"header.chats": "Chats", "header.chats": "Chats",
"header.notifications": "Notifications", "header.notifications": "Notificaciones",
"header.search": "Buscar", "header.search": "Buscar",
"header.profile": "Perfil", "header.profile": "Perfil",
"notifications.loading": "Cargando Notificaciones", "notifications.loading": "Cargando Notificaciones",
@ -31,14 +31,22 @@
"motd.fork": "Fork", "motd.fork": "Fork",
"motd.like": "Me gusta", "motd.like": "Me gusta",
"motd.follow": "Seguir", "motd.follow": "Seguir",
"previouspage": "Previous Page", "previouspage": "Pagina Anterior",
"nextpage": "Next Page", "nextpage": "Siguente Pagina",
"alert.success": "Success", "alert.success": "Exito!",
"alert.error": "Error", "alert.error": "Error",
"alert.banned": "Banned", "alert.banned": "Banneado",
"alert.banned.message": "You are banned you will be logged out!", "alert.banned.message": "Estas banneado, seras desconectado!",
"alert.unfollow": "You are no longer following %1!", "alert.unfollow": "Ya no estas siguiendo a %1!",
"alert.follow": "You are now following %1!", "alert.follow": "Estas siguiendo a %1!",
"posts": "Posts", "posts": "Posts",
"views": "Views" "views": "Visitas",
"posted": "posted",
"in": "in",
"recentposts": "Recent Posts",
"online": "Online",
"away": "Away",
"dnd": "Do not Disturb",
"invisible": "Invisible",
"offline": "Offline"
} }

@ -1,5 +1,5 @@
{ {
"title": "Recent", "title": "Reciente",
"day": "Día", "day": "Día",
"week": "Semana", "week": "Semana",
"month": "Mes" "month": "Mes"

@ -12,5 +12,7 @@
"confirm_password": "Confirmar Contraseña", "confirm_password": "Confirmar Contraseña",
"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",
"agree_to_terms_of_use": "I agree to the Terms of Use"
} }

@ -3,32 +3,32 @@
"topics": "Temas", "topics": "Temas",
"no_topics_found": "No se encontraron temas!", "no_topics_found": "No se encontraron temas!",
"profile": "Perfil", "profile": "Perfil",
"posted_by": "Publicado por", "posted_by": "Posted by",
"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",
"reply": "Responder", "reply": "Responder",
"edit": "Editar", "edit": "Editar",
"delete": "Borrar", "delete": "Borrar",
"move": "Move", "move": "Mover",
"fork": "Fork", "fork": "Forkear",
"banned": "banneado", "banned": "banneado",
"link": "Link", "link": "Link",
"share": "Share", "share": "Compartir",
"tools": "Tools", "tools": "Herramientas",
"flag": "Flag", "flag": "Reportar",
"flag_title": "Flag this post for moderation", "flag_title": "Reportar este post a los moderadores",
"thread_tools.title": "Herramientas del Tema", "thread_tools.title": "Herramientas del Tema",
"thread_tools.markAsUnreadForAll": "Mark Unread", "thread_tools.markAsUnreadForAll": "Marcar como no leido",
"thread_tools.pin": "Poner Sticky", "thread_tools.pin": "Poner Sticky",
"thread_tools.lock": "Cerrar Tema", "thread_tools.lock": "Cerrar Tema",
"thread_tools.move": "Mover Tema", "thread_tools.move": "Mover Tema",
"thread_tools.fork": "Fork Thread", "thread_tools.fork": "Forkear Tema",
"thread_tools.delete": "Borrar Tema", "thread_tools.delete": "Borrar Tema",
"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",
"confirm_fork": "Fork", "confirm_fork": "Forkear",
"favourite": "Favorito", "favourite": "Favorito",
"favourites": "Favoritos", "favourites": "Favoritos",
"favourites.not_logged_in.title": "No estas conectado :(", "favourites.not_logged_in.title": "No estas conectado :(",
@ -36,12 +36,12 @@
"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!",
"loading_more_posts": "Cargando más posts", "loading_more_posts": "Cargando más posts",
"move_topic": "Mover Tema", "move_topic": "Mover Tema",
"move_post": "Move Post", "move_post": "Mover post",
"fork_topic": "Fork Topic", "fork_topic": "Forkear Tema",
"topic_will_be_moved_to": "Este tema sera movido a la categoría", "topic_will_be_moved_to": "Este tema sera movido a la categoría",
"fork_topic_instruction": "Click the posts you want to fork", "fork_topic_instruction": "Click en los posts que quieres forkear",
"fork_no_pids": "No posts selected!", "fork_no_pids": "No seleccionaste posts!",
"fork_success": "Succesfully forked topic!", "fork_success": "Forkeado con exito!",
"reputation": "Reputación", "reputation": "Reputación",
"posts": "Posts" "posts": "Posts"
} }

@ -1,5 +1,5 @@
{ {
"title": "Unread", "title": "No leeido",
"no_unread_topics": "No hay temas nuevos para leer.", "no_unread_topics": "No hay temas nuevos para leer.",
"mark_all_read": "Marcar todo como leeido", "mark_all_read": "Marcar todo como leeido",
"load_more": "Cargar más" "load_more": "Cargar más"

@ -1,17 +1,18 @@
{ {
"banned": "Banneado", "banned": "Banneado",
"offline": "Desconectado", "offline": "Desconectado",
"username": "User Name", "username": "Nombre de Usuario",
"email": "Email", "email": "Email",
"fullname": "Nombre Completo", "fullname": "Nombre Completo",
"website": "Website", "website": "Website",
"location": "Ubicación", "location": "Ubicación",
"age": "Edad", "age": "Edad",
"joined": "Registro", "joined": "Registro",
"lastonline": "Last Online", "lastonline": "Última vez online",
"profile_views": "Visitas en su perfil", "profile_views": "Visitas en su perfil",
"reputation": "Reputación", "reputation": "Reputación",
"posts": "Posts", "posts": "Posts",
"favourites": "Favourites",
"followers": "Seguidores", "followers": "Seguidores",
"following": "Siguiendo", "following": "Siguiendo",
"signature": "Firma", "signature": "Firma",
@ -27,10 +28,10 @@
"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": "Opciones", "settings": "Settings",
"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 :(",
"email_hidden": "Email Hidden", "email_hidden": "Email Oculto",
"hidden": "hidden" "hidden": "oculto"
} }

@ -40,5 +40,13 @@
"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": "Posts",
"views": "Views" "views": "Views",
"posted": "posted",
"in": "in",
"recentposts": "Recent Posts",
"online": "Online",
"away": "Away",
"dnd": "Do not Disturb",
"invisible": "Invisible",
"offline": "Offline"
} }

@ -12,5 +12,7 @@
"confirm_password": "Vahvista salasana", "confirm_password": "Vahvista salasana",
"confirm_password_placeholder": "Vahvista salasana", "confirm_password_placeholder": "Vahvista salasana",
"register_now_button": "Rekisteröidy nyt", "register_now_button": "Rekisteröidy nyt",
"alternative_registration": "Vaihtoehtoiset rekisteröitymistavat" "alternative_registration": "Vaihtoehtoiset rekisteröitymistavat",
"terms_of_use": "Terms of Use",
"agree_to_terms_of_use": "I agree to the Terms of Use"
} }

@ -3,7 +3,7 @@
"topics": "Keskustelut", "topics": "Keskustelut",
"no_topics_found": "Keskusteluja ei löytynyt!", "no_topics_found": "Keskusteluja ei löytynyt!",
"profile": "Profiili", "profile": "Profiili",
"posted_by": "kirjoittanut ", "posted_by": "Posted by",
"chat": "Juttele", "chat": "Juttele",
"notify_me": "Ilmoita uusista viesteistä tässä keskustelussa", "notify_me": "Ilmoita uusista viesteistä tässä keskustelussa",
"quote": "Lainaa", "quote": "Lainaa",

@ -12,6 +12,7 @@
"profile_views": "Profiilin katselukerrat", "profile_views": "Profiilin katselukerrat",
"reputation": "Maine", "reputation": "Maine",
"posts": "Viestit", "posts": "Viestit",
"favourites": "Favourites",
"followers": "Seuraajat", "followers": "Seuraajat",
"following": "Seuraa", "following": "Seuraa",
"signature": "Allekirjoitus", "signature": "Allekirjoitus",
@ -27,7 +28,7 @@
"upload_picture": "Siirrä kuva", "upload_picture": "Siirrä kuva",
"upload_a_picture": "Siirrä kuva", "upload_a_picture": "Siirrä kuva",
"image_spec": "Voit käyttää PNG, JPG, tai GIF tiedostoja joiden koko on korkeintaan 256kb.", "image_spec": "Voit käyttää PNG, JPG, tai GIF tiedostoja joiden koko on korkeintaan 256kb.",
"settings": "asetukset", "settings": "Settings",
"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 :(",

@ -40,5 +40,13 @@
"alert.unfollow": "Vous ne suivez plus %1!", "alert.unfollow": "Vous ne suivez plus %1!",
"alert.follow": "Vous suivez maintenant %1!", "alert.follow": "Vous suivez maintenant %1!",
"posts": "Messages", "posts": "Messages",
"views": "Vues" "views": "Vues",
"posted": "posté",
"in": "dans",
"recentposts": "Messages Récents",
"online": "En ligne",
"away": "Absent",
"dnd": "Occupé",
"invisible": "Invisible",
"offline": "Hors ligne"
} }

@ -12,5 +12,7 @@
"confirm_password": "Confirmer le Mot de passe", "confirm_password": "Confirmer le Mot de passe",
"confirm_password_placeholder": "Confirmer le Mot de passe", "confirm_password_placeholder": "Confirmer le Mot de passe",
"register_now_button": "S'enregistrer Maintenant", "register_now_button": "S'enregistrer Maintenant",
"alternative_registration": "Enregistrement Alternatif" "alternative_registration": "Enregistrement Alternatif",
"terms_of_use": "Conditions d'utilisation",
"agree_to_terms_of_use": "J'accepte les Conditions d'utilisation"
} }

@ -3,7 +3,7 @@
"topics": "Sujets", "topics": "Sujets",
"no_topics_found": "Aucun sujet trouvé!", "no_topics_found": "Aucun sujet trouvé!",
"profile": "Profile", "profile": "Profile",
"posted_by": "posté par", "posted_by": "Posté par",
"chat": "Chat", "chat": "Chat",
"notify_me": "Être notifié des réponses dans ce sujet", "notify_me": "Être notifié des réponses dans ce sujet",
"quote": "Citer", "quote": "Citer",

@ -12,6 +12,7 @@
"profile_views": "Vues du Profil", "profile_views": "Vues du Profil",
"reputation": "Réputation", "reputation": "Réputation",
"posts": "Messages", "posts": "Messages",
"favourites": "Favoris",
"followers": "Suiveurs", "followers": "Suiveurs",
"following": "Suivis", "following": "Suivis",
"signature": "Signature", "signature": "Signature",
@ -27,7 +28,7 @@
"upload_picture": "Uploader une image", "upload_picture": "Uploader une image",
"upload_a_picture": "Uploader une image", "upload_a_picture": "Uploader une image",
"image_spec": "Vous pouvez uploader seulement des fichiers de types PNG, JPG, ou GIF en dessous de 256kb.", "image_spec": "Vous pouvez uploader seulement des fichiers de types PNG, JPG, ou GIF en dessous de 256kb.",
"settings": "paramètres", "settings": "Paramètres",
"show_email": "Révéler mon Email", "show_email": "Révéler mon Email",
"has_no_follower": "Cet utilisateur n'a aucun suiveur :(", "has_no_follower": "Cet utilisateur n'a aucun suiveur :(",
"follows_no_one": "Cet utilisateur ne suit personne :(", "follows_no_one": "Cet utilisateur ne suit personne :(",

@ -40,5 +40,13 @@
"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": "Posts",
"views": "Views" "views": "Views",
"posted": "posted",
"in": "in",
"recentposts": "Recent Posts",
"online": "Online",
"away": "Away",
"dnd": "Do not Disturb",
"invisible": "Invisible",
"offline": "Offline"
} }

@ -12,5 +12,7 @@
"confirm_password": "Conferma la Password", "confirm_password": "Conferma la Password",
"confirm_password_placeholder": "Conferma la Password", "confirm_password_placeholder": "Conferma la Password",
"register_now_button": "Registrati", "register_now_button": "Registrati",
"alternative_registration": "Altri metodi di registrazione" "alternative_registration": "Altri metodi di registrazione",
"terms_of_use": "Terms of Use",
"agree_to_terms_of_use": "I agree to the Terms of Use"
} }

@ -3,7 +3,7 @@
"topics": "Discussioni", "topics": "Discussioni",
"no_topics_found": "Nessuna discussione trovata!", "no_topics_found": "Nessuna discussione trovata!",
"profile": "Profilo", "profile": "Profilo",
"posted_by": "scritto da", "posted_by": "Posted by",
"chat": "Chat", "chat": "Chat",
"notify_me": "Ricevi notifiche di nuove risposte in questa discussione", "notify_me": "Ricevi notifiche di nuove risposte in questa discussione",
"quote": "Citazione", "quote": "Citazione",

@ -12,6 +12,7 @@
"profile_views": "Visite al profilo", "profile_views": "Visite al profilo",
"reputation": "Reputazione", "reputation": "Reputazione",
"posts": "Post", "posts": "Post",
"favourites": "Favourites",
"followers": "Da chi è seguito", "followers": "Da chi è seguito",
"following": "Chi segue", "following": "Chi segue",
"signature": "Firma", "signature": "Firma",
@ -27,7 +28,7 @@
"upload_picture": "Carica foto", "upload_picture": "Carica foto",
"upload_a_picture": "Carica una foto", "upload_a_picture": "Carica una foto",
"image_spec": "È possibile caricare solo immagini in formato PNG, JPG, o GIF, non più grandi di 256kb.", "image_spec": "È possibile caricare solo immagini in formato PNG, JPG, o GIF, non più grandi di 256kb.",
"settings": "impostazioni", "settings": "Settings",
"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 :(",

@ -40,5 +40,13 @@
"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": "Posts",
"views": "Views" "views": "Views",
"posted": "posted",
"in": "in",
"recentposts": "Recent Posts",
"online": "Online",
"away": "Away",
"dnd": "Do not Disturb",
"invisible": "Invisible",
"offline": "Offline"
} }

@ -12,5 +12,7 @@
"confirm_password": "Confirmar Senha", "confirm_password": "Confirmar Senha",
"confirm_password_placeholder": "Confirmar Senha", "confirm_password_placeholder": "Confirmar Senha",
"register_now_button": "Cadastrar Agora", "register_now_button": "Cadastrar Agora",
"alternative_registration": "Você pode usar essas outras formas de cadastro" "alternative_registration": "Você pode usar essas outras formas de cadastro",
"terms_of_use": "Terms of Use",
"agree_to_terms_of_use": "I agree to the Terms of Use"
} }

@ -1,11 +1,9 @@
{ {
"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!",
"profile": "Profile", "profile": "Profile",
"posted_by": "Postado por", "posted_by": "Posted by",
"chat": "Chat", "chat": "Chat",
"notify_me": "Ser notificado a cada nova resposta", "notify_me": "Ser notificado a cada nova resposta",
"quote": "Citar", "quote": "Citar",
@ -18,7 +16,8 @@
"link": "Link", "link": "Link",
"share": "Compartilho", "share": "Compartilho",
"tools": "Ferramentas", "tools": "Ferramentas",
"flag": "Flag",
"flag_title": "Flag this post for moderation",
"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": "Fixar Thread",
@ -26,19 +25,15 @@
"thread_tools.move": "Mover Thread", "thread_tools.move": "Mover Thread",
"thread_tools.fork": "Fork Thread", "thread_tools.fork": "Fork Thread",
"thread_tools.delete": "Deletar Thread", "thread_tools.delete": "Deletar Thread",
"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",
"confirm_fork": "Fork", "confirm_fork": "Fork",
"favourite": "Favoritar", "favourite": "Favoritar",
"favourites": "Favoritos", "favourites": "Favoritos",
"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!",
"posted_by": "postado por",
"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",
@ -47,7 +42,6 @@
"fork_topic_instruction": "Clique nos postas que você fazer o fork", "fork_topic_instruction": "Clique nos postas que você fazer o fork",
"fork_no_pids": "Nenhum Tópico selecionado", "fork_no_pids": "Nenhum Tópico selecionado",
"fork_success": "Fork realizado com sucesso!", "fork_success": "Fork realizado com sucesso!",
"reputation": "Reputação", "reputation": "Reputação",
"posts": "Posts" "posts": "Posts"
} }

@ -12,6 +12,7 @@
"profile_views": "Visualizações de Profile", "profile_views": "Visualizações de Profile",
"reputation": "Reputação", "reputation": "Reputação",
"posts": "Posts", "posts": "Posts",
"favourites": "Favourites",
"followers": "Seguidores", "followers": "Seguidores",
"following": "Seguindo", "following": "Seguindo",
"signature": "Assinatura", "signature": "Assinatura",
@ -27,7 +28,7 @@
"upload_picture": "Carregar Foto", "upload_picture": "Carregar Foto",
"upload_a_picture": "Carregar Foto", "upload_a_picture": "Carregar Foto",
"image_spec": "Somente arquivos jpg, png e gif com no maximo 256kb.", "image_spec": "Somente arquivos jpg, png e gif com no maximo 256kb.",
"settings": "Configurações", "settings": "Settings",
"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 ninguem...", "follows_no_one": "Este usuário não está seguindo ninguem...",

@ -40,5 +40,13 @@
"alert.unfollow": "Už nenasleduješ %!", "alert.unfollow": "Už nenasleduješ %!",
"alert.follow": "Nasleduješ %1!", "alert.follow": "Nasleduješ %1!",
"posts": "Príspevkov", "posts": "Príspevkov",
"views": "Zhliadnutí" "views": "Zhliadnutí",
"posted": "posted",
"in": "in",
"recentposts": "Recent Posts",
"online": "Online",
"away": "Away",
"dnd": "Do not Disturb",
"invisible": "Invisible",
"offline": "Offline"
} }

@ -12,5 +12,7 @@
"confirm_password": "Potvrdenie hesla", "confirm_password": "Potvrdenie hesla",
"confirm_password_placeholder": "Potvrdťe heslo", "confirm_password_placeholder": "Potvrdťe heslo",
"register_now_button": "Zaregistrovať sa", "register_now_button": "Zaregistrovať sa",
"alternative_registration": "Iný spôsob registrácie" "alternative_registration": "Iný spôsob registrácie",
"terms_of_use": "Terms of Use",
"agree_to_terms_of_use": "I agree to the Terms of Use"
} }

@ -3,7 +3,7 @@
"topics": "Témy", "topics": "Témy",
"no_topics_found": "Neboli nájdené žiadne témy!", "no_topics_found": "Neboli nájdené žiadne témy!",
"profile": "Profil", "profile": "Profil",
"posted_by": "odoslal", "posted_by": "Posted by",
"chat": "Chat", "chat": "Chat",
"notify_me": "Sledovať túto tému", "notify_me": "Sledovať túto tému",
"quote": "Citovať", "quote": "Citovať",

@ -12,6 +12,7 @@
"profile_views": "Zobrazenie profilu", "profile_views": "Zobrazenie profilu",
"reputation": "Reputácia", "reputation": "Reputácia",
"posts": "Príspevky", "posts": "Príspevky",
"favourites": "Favourites",
"followers": "Nasledujú ho", "followers": "Nasledujú ho",
"following": "Nasleduje", "following": "Nasleduje",
"signature": "Podpis", "signature": "Podpis",
@ -27,7 +28,7 @@
"upload_picture": "Nahrať obrázok", "upload_picture": "Nahrať obrázok",
"upload_a_picture": "Nahrať obrázok", "upload_a_picture": "Nahrať obrázok",
"image_spec": "Môžete nahrávať iba obrázky vo formáte PNG, JPG, alebo GIF o veľkosti menšej než 256kb.", "image_spec": "Môžete nahrávať iba obrázky vo formáte PNG, JPG, alebo GIF o veľkosti menšej než 256kb.",
"settings": "nastavenia", "settings": "Settings",
"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 :(",

@ -40,5 +40,13 @@
"alert.unfollow": "Du följer inte längre %1!", "alert.unfollow": "Du följer inte längre %1!",
"alert.follow": "Du följer nu %1!", "alert.follow": "Du följer nu %1!",
"posts": "Inlägg", "posts": "Inlägg",
"views": "Visningar" "views": "Visningar",
"posted": "posted",
"in": "in",
"recentposts": "Recent Posts",
"online": "Online",
"away": "Away",
"dnd": "Do not Disturb",
"invisible": "Invisible",
"offline": "Offline"
} }

@ -12,5 +12,7 @@
"confirm_password": "Bekräfta lösenord", "confirm_password": "Bekräfta lösenord",
"confirm_password_placeholder": "Bekräfta lösenord", "confirm_password_placeholder": "Bekräfta lösenord",
"register_now_button": "Registrera nu", "register_now_button": "Registrera nu",
"alternative_registration": "Alternativ registrering" "alternative_registration": "Alternativ registrering",
"terms_of_use": "Terms of Use",
"agree_to_terms_of_use": "I agree to the Terms of Use"
} }

@ -3,7 +3,7 @@
"topics": "Ämnen", "topics": "Ämnen",
"no_topics_found": "Inga ämnen hittades!", "no_topics_found": "Inga ämnen hittades!",
"profile": "Profil", "profile": "Profil",
"posted_by": "skapad av", "posted_by": "Posted by",
"chat": "Chatt", "chat": "Chatt",
"notify_me": "Få notiser om nya svar i detta ämne", "notify_me": "Få notiser om nya svar i detta ämne",
"quote": "Citera", "quote": "Citera",

@ -12,6 +12,7 @@
"profile_views": "Profil-visningar", "profile_views": "Profil-visningar",
"reputation": "Rykte", "reputation": "Rykte",
"posts": "Inlägg", "posts": "Inlägg",
"favourites": "Favourites",
"followers": "Följare", "followers": "Följare",
"following": "Följer", "following": "Följer",
"signature": "Signatur", "signature": "Signatur",
@ -27,7 +28,7 @@
"upload_picture": "Ladda upp bild", "upload_picture": "Ladda upp bild",
"upload_a_picture": "Ladda upp en bild", "upload_a_picture": "Ladda upp en bild",
"image_spec": "Du får endast ladda upp PNG, JPG, eller GIF-filer mindre än 256kb.", "image_spec": "Du får endast ladda upp PNG, JPG, eller GIF-filer mindre än 256kb.",
"settings": "inställningar", "settings": "Settings",
"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 :(",

@ -40,5 +40,13 @@
"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": "Posts",
"views": "Views" "views": "Views",
"posted": "posted",
"in": "in",
"recentposts": "Recent Posts",
"online": "Online",
"away": "Away",
"dnd": "Do not Disturb",
"invisible": "Invisible",
"offline": "Offline"
} }

@ -12,5 +12,7 @@
"confirm_password": "确认密码", "confirm_password": "确认密码",
"confirm_password_placeholder": "再次输入密码", "confirm_password_placeholder": "再次输入密码",
"register_now_button": "现在注册", "register_now_button": "现在注册",
"alternative_registration": "其他方式注册" "alternative_registration": "其他方式注册",
"terms_of_use": "Terms of Use",
"agree_to_terms_of_use": "I agree to the Terms of Use"
} }

@ -3,7 +3,7 @@
"topics": "主题", "topics": "主题",
"no_topics_found": "没有找到主题!", "no_topics_found": "没有找到主题!",
"profile": "资料", "profile": "资料",
"posted_by": "发布", "posted_by": "Posted by",
"chat": "聊天", "chat": "聊天",
"notify_me": "该主题有新回复时通知我", "notify_me": "该主题有新回复时通知我",
"quote": "引用", "quote": "引用",

@ -12,6 +12,7 @@
"profile_views": "资料被查看", "profile_views": "资料被查看",
"reputation": "声望", "reputation": "声望",
"posts": "发帖数", "posts": "发帖数",
"favourites": "Favourites",
"followers": "被关注", "followers": "被关注",
"following": "关注", "following": "关注",
"signature": "签名", "signature": "签名",
@ -27,7 +28,7 @@
"upload_picture": "上传头像", "upload_picture": "上传头像",
"upload_a_picture": "上传一张照片", "upload_a_picture": "上传一张照片",
"image_spec": "你可以上传PNGJPG或GIF格式的图像文件小于256kb。", "image_spec": "你可以上传PNGJPG或GIF格式的图像文件小于256kb。",
"settings": "设置", "settings": "Settings",
"show_email": "显示我的邮箱", "show_email": "显示我的邮箱",
"has_no_follower": "该用户还没有被任何人关注。", "has_no_follower": "该用户还没有被任何人关注。",
"follows_no_one": "该用户还没有关注过任何人。", "follows_no_one": "该用户还没有关注过任何人。",

@ -40,5 +40,13 @@
"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": "Posts",
"views": "Views" "views": "Views",
"posted": "posted",
"in": "in",
"recentposts": "Recent Posts",
"online": "Online",
"away": "Away",
"dnd": "Do not Disturb",
"invisible": "Invisible",
"offline": "Offline"
} }

@ -12,5 +12,7 @@
"confirm_password": "確認密碼", "confirm_password": "確認密碼",
"confirm_password_placeholder": "再次輸入密碼", "confirm_password_placeholder": "再次輸入密碼",
"register_now_button": "現在注冊", "register_now_button": "現在注冊",
"alternative_registration": "其他方式注冊" "alternative_registration": "其他方式注冊",
"terms_of_use": "Terms of Use",
"agree_to_terms_of_use": "I agree to the Terms of Use"
} }

@ -3,7 +3,7 @@
"topics": "主題", "topics": "主題",
"no_topics_found": "沒有找到主題!", "no_topics_found": "沒有找到主題!",
"profile": "資料", "profile": "資料",
"posted_by": "發布", "posted_by": "Posted by",
"chat": "聊天", "chat": "聊天",
"notify_me": "該主題有新回復時通知我", "notify_me": "該主題有新回復時通知我",
"quote": "引用", "quote": "引用",

@ -12,6 +12,7 @@
"profile_views": "資料被查看", "profile_views": "資料被查看",
"reputation": "聲望", "reputation": "聲望",
"posts": "發帖數", "posts": "發帖數",
"favourites": "Favourites",
"followers": "被關注", "followers": "被關注",
"following": "關注", "following": "關注",
"signature": "簽名", "signature": "簽名",
@ -27,7 +28,7 @@
"upload_picture": "上傳頭像", "upload_picture": "上傳頭像",
"upload_a_picture": "上傳一張照片", "upload_a_picture": "上傳一張照片",
"image_spec": "你可以上傳PNGJPG或GIF格式的圖像文件小於256kb。", "image_spec": "你可以上傳PNGJPG或GIF格式的圖像文件小於256kb。",
"settings": "設置", "settings": "Settings",
"show_email": "顯示我的郵箱", "show_email": "顯示我的郵箱",
"has_no_follower": "該用戶還沒有被任何人關注。", "has_no_follower": "該用戶還沒有被任何人關注。",
"follows_no_one": "該用戶還沒有關注過任何人。", "follows_no_one": "該用戶還沒有關注過任何人。",

Loading…
Cancel
Save