latest translations and fallbacks

v1.18.x
Julian Lam 11 years ago
parent 397fc4f4f1
commit aac2dd47af

@ -2,6 +2,7 @@
"invalid-data": "بيانات غير صالحة",
"not-logged-in": "لم تقم بتسجيل الدخول",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
@ -15,7 +16,7 @@
"username-taken": "اسم المستخدم ماخوذ",
"email-taken": "البريد الالكتروني ماخوذ",
"email-not-confirmed": "البريد الالكتروني ليس مؤكد",
"username-too-short": "اسم المستخدم قصير",
"username-too-short": "Username too short",
"user-banned": "المستخدم محظور",
"no-category": "Category doesn't exist",
"no-topic": "Topic doesn't exist",
@ -34,7 +35,7 @@
"file-too-big": "Maximum allowed file size is %1 kbs",
"cant-vote-self-post": "You cannot vote for your own post",
"already-favourited": "You already favourited this post",
"already-unfavourited": "You alread unfavourited this post",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "You can't ban other admins!",
"invalid-image-type": "نوع الصورة ممنوع",
"group-name-too-short": "Group name too short",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "إعلام",
"no_notifs": "You have no new notifications",
"see_all": "See all Notifications",
"back_to_home": "العودة إلى NodeBB",
"back_to_home": "Back to %1",
"outgoing_link": "رابط خارجي",
"outgoing_link_message": "أنت الأن ترحل",
"continue_to": "أكمل إلى",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
"user_flagged_post": "<strong>%1</strong> flagged a post.",
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "رد",
"edit": "صحح",
"delete": "حذف",
"purge": "Purge",
"restore": "Restore",
"move": "انقل",
"fork": "فرع",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
"thread_tools.restore": "Restore Topic",
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Topic has been successfully locked.",
"topic_unlock_success": "Topic has been successfully unlocked.",
"topic_pin_success": "Topic has been successfully pinned.",
@ -54,8 +57,7 @@
"topic_move_success": "This topic has been successfully moved to %1",
"post_delete_confirm": "Are you sure you want to delete this post?",
"post_restore_confirm": "Are you sure you want to restore this post?",
"post_delete_error": "Could not delete this post!",
"post_restore_error": "Could not restore this post!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "تحميل الفئات",
"disabled_categories_note": "الفئات المجلدة رمادية",
"confirm_move": "انقل",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Upload images by dragging & dropping them.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "أعلى سمعة",
"search": "بحث",
"enter_username": "أدخل اسم مستخدم للبحث",
"load_more": "حمل المزيد"
"load_more": "حمل المزيد",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Invalid Data",
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
@ -15,7 +16,7 @@
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "User banned",
"no-category": "Category doesn't exist",
"no-topic": "Topic doesn't exist",
@ -34,7 +35,7 @@
"file-too-big": "Maximum allowed file size is %1 kbs",
"cant-vote-self-post": "You cannot vote for your own post",
"already-favourited": "You already favourited this post",
"already-unfavourited": "You alread unfavourited this post",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "You can't ban other admins!",
"invalid-image-type": "Invalid image type",
"group-name-too-short": "Group name too short",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Upozornění",
"no_notifs": "You have no new notifications",
"see_all": "See all Notifications",
"back_to_home": "Zpět na úvodní stránku",
"back_to_home": "Back to %1",
"outgoing_link": "Odkaz mimo fórum",
"outgoing_link_message": "Nyní opouštíte fórum",
"continue_to": "Přejít na",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
"user_flagged_post": "<strong>%1</strong> flagged a post.",
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "Odpovědět",
"edit": "Upravit",
"delete": "Smazat",
"purge": "Purge",
"restore": "Restore",
"move": "Přesunout",
"fork": "Rozdělit",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
"thread_tools.restore": "Restore Topic",
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Topic has been successfully locked.",
"topic_unlock_success": "Topic has been successfully unlocked.",
"topic_pin_success": "Topic has been successfully pinned.",
@ -54,8 +57,7 @@
"topic_move_success": "This topic has been successfully moved to %1",
"post_delete_confirm": "Are you sure you want to delete this post?",
"post_restore_confirm": "Are you sure you want to restore this post?",
"post_delete_error": "Could not delete this post!",
"post_restore_error": "Could not restore this post!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Načítání kategorií",
"disabled_categories_note": "Vypnuté (disabled) kategorie jsou šedé.",
"confirm_move": "Přesunout",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Upload images by dragging & dropping them.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Nejváženější",
"search": "Vyhledávat",
"enter_username": "Zadej uživatelské jméno k hledání",
"load_more": "Načíst další"
"load_more": "Načíst další",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Daten ungültig",
"not-logged-in": "Du bist nicht angemeldet.",
"account-locked": "Dein Account wurde vorübergehend gesperrt.",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Ungültige Kategorie-ID",
"invalid-tid": "Ungültige Themen-ID",
"invalid-pid": "Ungültige Beitrags-ID",
@ -15,7 +16,7 @@
"username-taken": "Der Benutzername ist bereits vergeben",
"email-taken": "Die E-Mail-Adresse ist bereits vergeben",
"email-not-confirmed": "Ihre E-Mail ist noch nicht bestätigt",
"username-too-short": "Benutzername zu kurz",
"username-too-short": "Username too short",
"user-banned": "Der Benutzer ist gesperrt",
"no-category": "Die Kategorie existiert nicht",
"no-topic": "Das Thema existiert nicht",
@ -34,7 +35,7 @@
"file-too-big": "Die maximale Dateigröße beträgt %1 kbs",
"cant-vote-self-post": "Du kannst deinen eigenen Beitrag nicht bewerten.",
"already-favourited": "Dieser Beitrag ist bereits in deinen Favoriten enthalten",
"already-unfavourited": "Du hast diesen Beitrag bereits aus deinen Favoriten entfernt",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "Du kannst andere Administratoren nicht sperren!",
"invalid-image-type": "Ungültiger Bildtyp",
"group-name-too-short": "Gruppenname zu kurz",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 hat dir geschrieben.",
"chat.see_all": "Alle Chats anzeigen",
"composer.user_said_in": "%1 sagte in %2:\n",
"composer.user_said": "%1 sagte:\n"
"composer.user_said": "%1 sagte:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,19 +2,20 @@
"title": "Benachrichtigungen",
"no_notifs": "Du hast keine neuen Benachrichtigungen",
"see_all": "Alle Benachrichtigungen ansehen",
"back_to_home": "Zurück zur Startseite",
"back_to_home": "Back to %1",
"outgoing_link": "Externer Link",
"outgoing_link_message": "Du verlässt nun",
"continue_to": "Gehe weiter zu",
"return_to": "Kehre zurück zu",
"new_notification": "Neue Benachrichtigung",
"you_have_unread_notifications": "Du hast ungelesene Benarichtigungen.",
"you_have_unread_notifications": "Du hast ungelesene Benachrichtigungen.",
"user_made_post": "<strong>%1</strong> hat einen Beitrag erstellt.",
"new_message_from": "Neue Nachricht von <strong>%1</strong>",
"upvoted_your_post": "<strong>%1</strong> hat deinen Beitrag positiv bewertet.",
"favourited_your_post": "<strong>%1</strong> favorisiert deinen Beitrag.",
"user_flagged_post": "<strong>%1</strong> hat einen Beitrag markiert.",
"user_posted_to": "<strong>%1</strong> hat auf <strong>%2</strong> geantwortet.",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "E-Mail bestätigt",
"email-confirmed-message": "Vielen Dank für Ihre E-Mail-Validierung. Ihr Konto ist nun vollständig aktiviert.",
"email-confirm-error": "Es ist ein Fehler aufgetreten ...",

@ -14,6 +14,7 @@
"reply": "antworten",
"edit": "bearbeiten",
"delete": "löschen",
"purge": "Purge",
"restore": "Wiederherstellen",
"move": "verschieben",
"fork": "Aufspalten",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Sind Sie sicher, dass Sie dieses Thema löschen möchten?",
"thread_tools.restore": "Thema wiederherstellen",
"thread_tools.restore_confirm": "Sind Sie sicher, dass Sie dieses Thema wiederherstellen möchten?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Das Thema wurde erfolgreich gesperrt.",
"topic_unlock_success": "Das Thema wurde erfolgreich entsperrt.",
"topic_pin_success": "Thema wurde efolgreich angepinnt.",
@ -54,8 +57,7 @@
"topic_move_success": "Thema wurde erfolgreich zu %1 verschoben.",
"post_delete_confirm": "Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?",
"post_restore_confirm": "Sind Sie sicher, dass Sie diesen Beitrag wiederherstellen möchten?",
"post_delete_error": "Beitrag konnte nicht gelöscht werden!",
"post_restore_error": "Beitrag konnte nicht wiederhergestellt werden!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Kategorien laden",
"disabled_categories_note": "Deaktivierte Kategorien sind ausgegraut.",
"confirm_move": "Verschieben",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Zum Hochladen Bilder hier reinziehen.",
"more_users_and_guests": "%1 weitere(r) Nutzer und %2 Gäste",
"more_users": "%1 weitere(r) Nutzer",
"more_guests": "%1 weitere Gäste"
"more_guests": "%1 weitere Gäste",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "höchstes Ansehen",
"search": "Suchen",
"enter_username": "Benutzer durchsuchen",
"load_more": "mehr laden"
"load_more": "mehr laden",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Invalid Data",
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
@ -15,7 +16,7 @@
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "User banned",
"no-category": "Category doesn't exist",
"no-topic": "Topic doesn't exist",
@ -34,7 +35,7 @@
"file-too-big": "Maximum allowed file size is %1 kbs",
"cant-vote-self-post": "You cannot vote for your own post",
"already-favourited": "You already favourited this post",
"already-unfavourited": "You alread unfavourited this post",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "You can't ban other admins!",
"invalid-image-type": "Invalid image type",
"group-name-too-short": "Group name too short",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Notifications",
"no_notifs": "You have no new notifications",
"see_all": "Spy wit' ye eye all ye notifications",
"back_to_home": "Take me back!",
"back_to_home": "Back to %1",
"outgoing_link": "Go offshore",
"outgoing_link_message": "Ye be goin' offshore",
"continue_to": "Continue to",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
"user_flagged_post": "<strong>%1</strong> flagged a post.",
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "Reply",
"edit": "Edit",
"delete": "Delete",
"purge": "Purge",
"restore": "Restore",
"move": "Move",
"fork": "Fork",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
"thread_tools.restore": "Restore Topic",
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Topic has been successfully locked.",
"topic_unlock_success": "Topic has been successfully unlocked.",
"topic_pin_success": "Topic has been successfully pinned.",
@ -54,8 +57,7 @@
"topic_move_success": "This topic has been successfully moved to %1",
"post_delete_confirm": "Are you sure you want to delete this post?",
"post_restore_confirm": "Are you sure you want to restore this post?",
"post_delete_error": "Could not delete this post!",
"post_restore_error": "Could not restore this post!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Loading Categories",
"disabled_categories_note": "Disabled Categories are greyed out",
"confirm_move": "Move",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Upload images by dragging & dropping them.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Most Reputation",
"search": "Search",
"enter_username": "Gimme y'er handle",
"load_more": "Load More"
"load_more": "Load More",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Invalid Data",
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
@ -15,7 +16,7 @@
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "User banned",
"no-category": "Category doesn't exist",
"no-topic": "Topic doesn't exist",
@ -34,7 +35,7 @@
"file-too-big": "Maximum allowed file size is %1 kbs",
"cant-vote-self-post": "You cannot vote for your own post",
"already-favourited": "You already favorited this post",
"already-unfavourited": "You already unfavorited this post",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "You can't ban other admins!",
"invalid-image-type": "Invalid image type",
"group-name-too-short": "Group name too short",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Notifications",
"no_notifs": "You have no new notifications",
"see_all": "See all Notifications",
"back_to_home": "Back to NodeBB",
"back_to_home": "Back to %1",
"outgoing_link": "Outgoing Link",
"outgoing_link_message": "You are now leaving",
"continue_to": "Continue to",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> has favorited your post.",
"user_flagged_post": "<strong>%1</strong> flagged a post.",
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "Reply",
"edit": "Edit",
"delete": "Delete",
"purge": "Purge",
"restore": "Restore",
"move": "Move",
"fork": "Fork",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
"thread_tools.restore": "Restore Topic",
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Topic has been successfully locked.",
"topic_unlock_success": "Topic has been successfully unlocked.",
"topic_pin_success": "Topic has been successfully pinned.",
@ -54,8 +57,7 @@
"topic_move_success": "This topic has been successfully moved to %1",
"post_delete_confirm": "Are you sure you want to delete this post?",
"post_restore_confirm": "Are you sure you want to restore this post?",
"post_delete_error": "Could not delete this post!",
"post_restore_error": "Could not restore this post!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Loading Categories",
"disabled_categories_note": "Disabled Categories are greyed out",
"confirm_move": "Move",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Upload images by dragging & dropping them.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Most Reputation",
"search": "Search",
"enter_username": "Enter a username to search",
"load_more": "Load More"
"load_more": "Load More",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Datos no válidos",
"not-logged-in": "No has iniciado sesión.",
"account-locked": "Tu cuenta ha sido bloqueada temporalmente.",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Identificador de categoría no válido",
"invalid-tid": "Identificador de tema no válido",
"invalid-pid": "Identificador de publicación no válido",
@ -15,7 +16,7 @@
"username-taken": "Nombre de usuario ya escogido",
"email-taken": "El correo electrónico ya está escogido.",
"email-not-confirmed": "Tu correo electrónico no está confirmado",
"username-too-short": "Nombre de usuario demasiado corto",
"username-too-short": "Username too short",
"user-banned": "Usuario expulsado",
"no-category": "La categoría no existe",
"no-topic": "El tema no existe.",
@ -34,7 +35,7 @@
"file-too-big": "El tamaño máximo de archivo es de %1 KBs",
"cant-vote-self-post": "No puedes votar tus propios posts",
"already-favourited": "Ya has marcado esa publicación como favorita.",
"already-unfavourited": "Ya has desmarcado esta publicación como favorita.",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "No puedes expulsar a otros administradores!",
"invalid-image-type": "Tipo de imagen no válido.",
"group-name-too-short": "Nombre del grupo es demasiado corto.",

@ -5,7 +5,8 @@
"chat.no_active": "No tiene conversaciones activas.",
"chat.user_typing": "%1 está escribiendo ...",
"chat.user_has_messaged_you": "%1 te ha enviado un mensaje.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"chat.see_all": "Ver todas las conversaciones",
"composer.user_said_in": "%1 dijo en: %2:\n",
"composer.user_said": "%1 dijo:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Notificaciones",
"no_notifs": "No tiene nuevas notificaciones",
"see_all": "Ver todas las notificaciones",
"back_to_home": "Volver al Inicio",
"back_to_home": "Back to %1",
"outgoing_link": "Enlace Externo",
"outgoing_link_message": "Estas saliendo del sitio",
"continue_to": "Continuar",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> ha marcado como favorita tu respuesta.",
"user_flagged_post": "<strong>%1</strong> ha marcado como indebida una respuesta.",
"user_posted_to": "<strong>%1</strong> ha publicado una respuesta a: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Correo electrónico confirmado",
"email-confirmed-message": "Gracias por validar tu correo electrónico. Tu cuenta ya está completamente activa.",
"email-confirm-error": "Un error ocurrió...",

@ -14,6 +14,7 @@
"reply": "Responder",
"edit": "Editar",
"delete": "Borrar",
"purge": "Purge",
"restore": "Restaurar",
"move": "Mover",
"fork": "Bifurcar",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Estás seguro de que quieres eliminar este hilo?",
"thread_tools.restore": "Restaurar Tema",
"thread_tools.restore_confirm": "Estás seguro de que quieres restaurar este hilo?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "El tema ha sido bloqueado correctamente.",
"topic_unlock_success": "El tema ha sido desbloqueado correctamente.",
"topic_pin_success": "Topic has been successfully pinned.",
@ -54,8 +57,7 @@
"topic_move_success": "El tema ha sido movido correctamente a %1",
"post_delete_confirm": "Estás seguro de que quieres eliminar esta respuesta?",
"post_restore_confirm": "Estás seguro de que quieres restaurar esta respuesta?",
"post_delete_error": "No se pudo borrar esta respuesta!",
"post_restore_error": "No se pudo restaurar esta respuesta!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Cargando Categorías",
"disabled_categories_note": "Las categorías deshabilitadas estan en gris",
"confirm_move": "Mover",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Carga tus imagenes con solo arrastrarlas aqui.",
"more_users_and_guests": "%1 usuario(s) y %2 invitado(s) más",
"more_users": "%1 usuario(s) más",
"more_guests": "%1 invitado(s) más"
"more_guests": "%1 invitado(s) más",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Mayor Reputación",
"search": "Buscar",
"enter_username": "Ingresa el nombre de usuario que quieres buscar",
"load_more": "Cargar más"
"load_more": "Cargar más",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Vigased andmed",
"not-logged-in": "Sa ei ole sisse logitud",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Vigane kategooria ID",
"invalid-tid": "Vigane teema ID",
"invalid-pid": "Vigane postituse ID",
@ -15,7 +16,7 @@
"username-taken": "Kasutajanimi on juba võetud",
"email-taken": "Email on võetud",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "Kasutaja bannitud",
"no-category": "Kategooriat ei eksisteeri",
"no-topic": "Teemat ei eksisteeri",
@ -34,7 +35,7 @@
"file-too-big": "Maksimaalne üleslaetava faili suurus on %1 kb",
"cant-vote-self-post": "Sa ei saa hääletada enda postituse poolt",
"already-favourited": "Sa juba märkisid selle postituse lemmikuks",
"already-unfavourited": "Sa juba eemaldasid selle postituse lemmikutest",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "Sa ei saa bannida teisi administraatoreid!",
"invalid-image-type": "Vigane pildi formaat",
"group-name-too-short": "Grupi nimi liiga lühike",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Teated",
"no_notifs": "Sul pole uusi teateid",
"see_all": "Vaata kõiki teateid",
"back_to_home": "Tagasi foorumisse",
"back_to_home": "Back to %1",
"outgoing_link": "Väljaminev link",
"outgoing_link_message": "Lahkud foorumist",
"continue_to": "Jätka",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> märkis sinu postituse lemmikuks.",
"user_flagged_post": "<strong>%1</strong> märgistas postituse.",
"user_posted_to": "Kasutaja <strong>%1</strong> postitas vastuse teemasse <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "Vasta",
"edit": "Muuda",
"delete": "Kustuta",
"purge": "Purge",
"restore": "Taasta",
"move": "Liiguta",
"fork": "Fork",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Oled kindel, et soovid kustutada antud teema?",
"thread_tools.restore": "Taasta teema",
"thread_tools.restore_confirm": "Oled kindel, et soovid taastada antud teema?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Teema edukalt lukustatud.",
"topic_unlock_success": "Teema edukalt avatud.",
"topic_pin_success": "Teema edukalt sticky'ks tehtud.",
@ -54,8 +57,7 @@
"topic_move_success": "Teema liigutatud kategooriasse %1",
"post_delete_confirm": "Oled kindel, et soovid kustutada selle postituse?",
"post_restore_confirm": "Oled kindel, et soovid taastada antud postituse?",
"post_delete_error": "Ei saa kahjuks antud postitust kustutada!",
"post_restore_error": "Ei saa kahjuks antud postitust taastada!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Laen kategooriaid",
"disabled_categories_note": "Kinnised kategooriad on hallid",
"confirm_move": "Liiguta",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Lae üles pilte lohistades need siia.",
"more_users_and_guests": "%1 kasutaja(t) ja %2 külalist",
"more_users": "veel %1 kasutaja(t)",
"more_guests": "veel %1 külalist"
"more_guests": "veel %1 külalist",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Kõige rohkem reputatsiooni",
"search": "Otsi",
"enter_username": "Sisesta kasutajanimi, keda soovid otsida",
"load_more": "Lae veel"
"load_more": "Lae veel",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "به نظر نمی‌رسد که درون آمده باشید",
"not-logged-in": "به نظر نمی‌رسد که درون آمده باشید.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "شناسهٔ (ID) دسته نامعتبر است",
"invalid-tid": "شناسهٔ (ID) جستار نامعتبر است",
"invalid-pid": "شناسهٔ (ID) دیدگاه نامعتبر است",
@ -15,7 +16,7 @@
"username-taken": "این نام کاربری گرفته شده",
"email-taken": "این رایانامه گرفته شده",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "کاربر محروم شد",
"no-category": "چنین دسته‌ای نداریم",
"no-topic": "چنین جستاری نداریم",
@ -34,7 +35,7 @@
"file-too-big": "بیشنیهٔ اندازهٔ مجاز پرونده %1 کیلوبایت است.",
"cant-vote-self-post": "شما نمی‌توانید به دیدگاه خود رای بدهید.",
"already-favourited": "این دیدگاه را پیش از این پسندیده‌اید.",
"already-unfavourited": "این دیدگاه را پیش از رد پسند کرده‌اید.",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "شما نمی‌توانید دیگر مدیران را محروم کنید.",
"invalid-image-type": "گونهٔ تصویر نامعتبر است",
"group-name-too-short": "نام گروه خیلی کوتاه است.",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "آگاه‌سازی‌ها",
"no_notifs": "هیچ آگاه‌سازی تازه‌ای ندارید",
"see_all": "دیدن همهٔ آگاه‌سازی‌ها",
"back_to_home": "بازگشت به NodeBB",
"back_to_home": "Back to %1",
"outgoing_link": "پیوند برون‌رو",
"outgoing_link_message": "شما در حال ترک اینجایید",
"continue_to": "رفتن به",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> دیدگاه شما را پسندیده است.",
"user_flagged_post": "پرچم خوردن یک دیدگاه از سوی <strong>%1</strong>",
"user_posted_to": "پاسخ دادن به <strong>%2</strong> از سوی <strong>%1</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "پاسخ",
"edit": "ویرایش",
"delete": "پاک کردن",
"purge": "Purge",
"restore": "برگرداندن",
"move": "جابه‌جا کردن",
"fork": "شاخه ساختن",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "آیا از پاک کردن این جستار اطمینان دارید؟",
"thread_tools.restore": "برگرداندن جستار",
"thread_tools.restore_confirm": "آیا از بازگردانی این جستار اطمینان دارید؟",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "جستار باموفقیت بسته شده است.",
"topic_unlock_success": "جستار باموفقیت باز شده است.",
"topic_pin_success": "جستار باموفقیت سنجاق شده است.",
@ -54,8 +57,7 @@
"topic_move_success": "جابه‌جایی این جستار به %1 باموفقیت انجام شد.",
"post_delete_confirm": "آیا از پاک کردن این دیدگاه اطمینان دارید؟",
"post_restore_confirm": "آیا از بازگردانی این دیدگاه اطمینان دارید؟",
"post_delete_error": "ناتوانی در پاک کردن این دیدگاه!",
"post_restore_error": "ناتوانی در بازگردانی این دیدگاه!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "بارگذاری دسته‌ها",
"disabled_categories_note": "دسته‌های از کار افتاده به رنگ خاکستری در می‌آیند",
"confirm_move": "جابه‌جا کردن",
@ -91,5 +93,9 @@
"composer.upload_instructions": "با کشیدن و رها کردن تصویرها، آن‌ها را بار بگذارید.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "بیش‌ترین اعتبار",
"search": "جستجو",
"enter_username": "یک نام کاربری برای جستجو وارد کنید",
"load_more": "بارگذاری بیش‌تر"
"load_more": "بارگذاری بیش‌تر",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Virheellinen data",
"not-logged-in": "Et taida olla kirjautuneena sisään.",
"account-locked": "Käyttäjätilisi on lukittu väliaikaisesti",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Virheellinen kategorian ID",
"invalid-tid": "Virheellinen aiheen ID",
"invalid-pid": "Virheellinen viestin ID",
@ -15,7 +16,7 @@
"username-taken": "Käyttäjänimi varattu",
"email-taken": "Sähköpostiosoite varattu",
"email-not-confirmed": "Sähköpostiosoitettasi ei ole vahvistettu",
"username-too-short": "Käyttäjänimi on liian lyhyt",
"username-too-short": "Username too short",
"user-banned": "Käyttäjä on estetty",
"no-category": "Kategoriaa ei ole olemassa",
"no-topic": "Aihetta ei ole olemassa",
@ -34,7 +35,7 @@
"file-too-big": "Suurin sallittu tiedostokoko on %1 kb",
"cant-vote-self-post": "Et voi antaa ääntä omalle viestillesi",
"already-favourited": "Tämä viesti on jo suosikeissasi",
"already-unfavourited": "Olet jo poistanut tämän viestin suosikeistasi",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "Et voi estää muita ylläpitäjiä!",
"invalid-image-type": "Virheellinen kuvatiedosto",
"group-name-too-short": "Ryhmän nimi on liian lyhyt",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 lähetti sinulle viestin.",
"chat.see_all": "Näytä kaikki keskustelut",
"composer.user_said_in": "%1 sanoi — %2:\n",
"composer.user_said": "%1 sanoi:\n"
"composer.user_said": "%1 sanoi:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Ilmoitukset",
"no_notifs": "Sinulla ei ole uusia ilmoituksia",
"see_all": "Katso kaikki ilmoitukset",
"back_to_home": "Takaisin NodeBB:hen",
"back_to_home": "Back to %1",
"outgoing_link": "Ulkopuolinen linkki",
"outgoing_link_message": "Olet nyt poistumassa",
"continue_to": "Jatka",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> lisäsi viestisi suosikkeihinsa.",
"user_flagged_post": "<strong>%1</strong> flagged a post.",
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Sähköpostiosoite vahvistettu",
"email-confirmed-message": "Kiitos sähköpostiosoitteesi vahvistamisesta. Käyttäjätilisi on nyt täysin aktivoitu.",
"email-confirm-error": "Tapahtui virhe...",

@ -14,6 +14,7 @@
"reply": "Vastaa",
"edit": "Muokkaa",
"delete": "Poista",
"purge": "Purge",
"restore": "Restore",
"move": "Siirrä",
"fork": "Haaroita",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
"thread_tools.restore": "Palauta aihe",
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Topic has been successfully locked.",
"topic_unlock_success": "Topic has been successfully unlocked.",
"topic_pin_success": "Topic has been successfully pinned.",
@ -54,8 +57,7 @@
"topic_move_success": "This topic has been successfully moved to %1",
"post_delete_confirm": "Are you sure you want to delete this post?",
"post_restore_confirm": "Are you sure you want to restore this post?",
"post_delete_error": "Could not delete this post!",
"post_restore_error": "Could not restore this post!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Ladataan aihealueita",
"disabled_categories_note": "Käytöstä poistetut aihealueet ovat harmaina",
"confirm_move": "Siirrä",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Lataa kuvia vetämällä & pudottamalla ne.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Eniten mainetta",
"search": "Hae",
"enter_username": "Syötä käyttäjätunnus hakeaksesi",
"load_more": "Lataa lisää"
"load_more": "Lataa lisää",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Données invalides",
"not-logged-in": "Vous ne semblez pas être connecté.",
"account-locked": "Votre compte a été temporairement suspendu",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "ID de catégorie invalide",
"invalid-tid": "ID de sujet invalide",
"invalid-pid": "ID de message invalide",
@ -15,7 +16,7 @@
"username-taken": "Nom dutilisateur déjà utilisé",
"email-taken": "Email déjà utilisé",
"email-not-confirmed": "Votre email n'est pas vérifié",
"username-too-short": "Votre nom d'utilisateur est trop court",
"username-too-short": "Username too short",
"user-banned": "Utilisateur banni",
"no-category": "Cette catégorie n'existe pas",
"no-topic": "Ce sujet n'existe pas",
@ -34,7 +35,7 @@
"file-too-big": "La taille maximum des fichiers est de %1 kbs.",
"cant-vote-self-post": "Vous ne pouvez pas voter pour vos propres messages",
"already-favourited": "Vous avez déjà mis ce message en favoris",
"already-unfavourited": "Vous avez déjà enlevé ce message des favoris",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "Vous ne pouvez pas bannir les autres administrateurs !",
"invalid-image-type": "Type dimage invalide",
"group-name-too-short": "Nom de groupe trop court",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 vous a envoyé un message.",
"chat.see_all": "Voir tous les chats",
"composer.user_said_in": "%1 a envoyé dans %2 :\n",
"composer.user_said": "%1 a envoyé :\n"
"composer.user_said": "%1 a envoyé :\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Notifications",
"no_notifs": "Vous n'avez aucune notification",
"see_all": "Voir toutes les notifications.",
"back_to_home": "Retour à NodeBB",
"back_to_home": "Back to %1",
"outgoing_link": "Lien sortant",
"outgoing_link_message": "Vous quittez le forum",
"continue_to": "Continuer vers",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> a mis votre message en favoris.",
"user_flagged_post": "<strong>%1</strong> a signalé un message.",
"user_posted_to": "<strong>%1</strong> a répondu à : <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email vérifié",
"email-confirmed-message": "Merci pour la validation de votre adresse email. Votre compte est désormais activé.",
"email-confirm-error": "Un erreur est survenue ...",

@ -14,6 +14,7 @@
"reply": "Répondre",
"edit": "ßditer",
"delete": "Supprimer",
"purge": "Purge",
"restore": "Restaurer",
"move": "Déplacer",
"fork": "Scinder",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Êtes-vous sûr de bien vouloir supprimer ce sujet ?",
"thread_tools.restore": "Restaurer le sujet",
"thread_tools.restore_confirm": "Êtes-vous sûr de bien vouloir restaurer ce sujet ?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Le sujet a bien été verrouillé.",
"topic_unlock_success": "Le sujet a bien été déverrouillé.",
"topic_pin_success": "Le sujet a bien été épinglé.",
@ -54,8 +57,7 @@
"topic_move_success": "Ce sujet a bien été déplacé vers %1.",
"post_delete_confirm": "Êtes-vous sûr de bien vouloir supprimer ce message ?",
"post_restore_confirm": "Êtes-vous sûr de bien vouloir restaurer ce message ?",
"post_delete_error": "Impossible de supprimer ce message !",
"post_restore_error": "Impossible de restaurer ce message !",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Chargement des catégories en cours",
"disabled_categories_note": "Les catégories désactivées sont grisées",
"confirm_move": "Déplacer",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Uploader des images par glisser-déposer.",
"more_users_and_guests": "%1 autre(s) utilisateur(s) et %2 invité(s)",
"more_users": "%1 autre(s) utilisateur(s)",
"more_guests": "%1 autre(s) invité(s)"
"more_guests": "%1 autre(s) invité(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Réputés",
"search": "Rechercher",
"enter_username": "Entrer un nom d'utilisateur pour rechercher",
"load_more": "Charger la suite"
"load_more": "Charger la suite",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Invalid Data",
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
@ -15,7 +16,7 @@
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "User banned",
"no-category": "Category doesn't exist",
"no-topic": "Topic doesn't exist",
@ -34,7 +35,7 @@
"file-too-big": "Maximum allowed file size is %1 kbs",
"cant-vote-self-post": "You cannot vote for your own post",
"already-favourited": "You already favourited this post",
"already-unfavourited": "You alread unfavourited this post",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "You can't ban other admins!",
"invalid-image-type": "Invalid image type",
"group-name-too-short": "Group name too short",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "התראות",
"no_notifs": "אין התראות",
"see_all": "צפה בכל ההתראות",
"back_to_home": "חזרה ל NodeBB",
"back_to_home": "Back to %1",
"outgoing_link": "לינק",
"outgoing_link_message": "אתה כעת עוזב",
"continue_to": "המשך ל",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
"user_flagged_post": "<strong>%1</strong> flagged a post.",
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "תגובה",
"edit": "עריכה",
"delete": "מחק",
"purge": "Purge",
"restore": "Restore",
"move": "הזז",
"fork": "פורק",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
"thread_tools.restore": "שחזר נושא",
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Topic has been successfully locked.",
"topic_unlock_success": "Topic has been successfully unlocked.",
"topic_pin_success": "Topic has been successfully pinned.",
@ -54,8 +57,7 @@
"topic_move_success": "This topic has been successfully moved to %1",
"post_delete_confirm": "Are you sure you want to delete this post?",
"post_restore_confirm": "Are you sure you want to restore this post?",
"post_delete_error": "Could not delete this post!",
"post_restore_error": "Could not restore this post!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "טוען קטגוריות",
"disabled_categories_note": "קטגוריות מבוטלות צבועות באפור",
"confirm_move": "הזז",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Upload images by dragging & dropping them.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "המוניטין הגבוה ביותר",
"search": "חיפוש",
"enter_username": "הכנס שם משתמש לחיפוש",
"load_more": "טען עוד"
"load_more": "טען עוד",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Invalid Data",
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
@ -15,7 +16,7 @@
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "User banned",
"no-category": "Category doesn't exist",
"no-topic": "Topic doesn't exist",
@ -34,7 +35,7 @@
"file-too-big": "Maximum allowed file size is %1 kbs",
"cant-vote-self-post": "You cannot vote for your own post",
"already-favourited": "You already favourited this post",
"already-unfavourited": "You alread unfavourited this post",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "You can't ban other admins!",
"invalid-image-type": "Invalid image type",
"group-name-too-short": "Group name too short",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Értesítések",
"no_notifs": "Nincs új értesítés",
"see_all": "Összes értesítés megtekintése",
"back_to_home": "Vissza a NodeBB-re",
"back_to_home": "Back to %1",
"outgoing_link": "Külső Link",
"outgoing_link_message": "Most távozol",
"continue_to": "Folytatás",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
"user_flagged_post": "<strong>%1</strong> flagged a post.",
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "Válasz",
"edit": "Szerkeszt",
"delete": "Töröl",
"purge": "Purge",
"restore": "Visszaállít",
"move": "Áthelyez",
"fork": "Szétszedés",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
"thread_tools.restore": "Topik visszaállítása",
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Topic has been successfully locked.",
"topic_unlock_success": "Topic has been successfully unlocked.",
"topic_pin_success": "Topic has been successfully pinned.",
@ -54,8 +57,7 @@
"topic_move_success": "This topic has been successfully moved to %1",
"post_delete_confirm": "Are you sure you want to delete this post?",
"post_restore_confirm": "Are you sure you want to restore this post?",
"post_delete_error": "Could not delete this post!",
"post_restore_error": "Could not restore this post!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Kategóriák betöltése",
"disabled_categories_note": "Kikapcsolt kategóriák kiszürkülve",
"confirm_move": "Áthelyezés",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Upload images by dragging & dropping them.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Legnépszerűbbek",
"search": "Keresés",
"enter_username": "Írj be egy nicknevet a kereséshez",
"load_more": "Több betöltése"
"load_more": "Több betöltése",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Invalid Data",
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
@ -15,7 +16,7 @@
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "User banned",
"no-category": "Category doesn't exist",
"no-topic": "Topic doesn't exist",
@ -34,7 +35,7 @@
"file-too-big": "Maximum allowed file size is %1 kbs",
"cant-vote-self-post": "You cannot vote for your own post",
"already-favourited": "You already favourited this post",
"already-unfavourited": "You alread unfavourited this post",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "You can't ban other admins!",
"invalid-image-type": "Invalid image type",
"group-name-too-short": "Group name too short",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Notifiche",
"no_notifs": "Non hai nuove notifiche",
"see_all": "Vedi tutte le Notifiche",
"back_to_home": "Torna alla pagina iniziale",
"back_to_home": "Back to %1",
"outgoing_link": "Link in uscita",
"outgoing_link_message": "Stai lasciando",
"continue_to": "Continua verso",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
"user_flagged_post": "<strong>%1</strong> flagged a post.",
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "Rispondi",
"edit": "Modifica",
"delete": "Cancella",
"purge": "Purge",
"restore": "Ripristina",
"move": "Muovi",
"fork": "Dividi",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Sei sicuro di voler cancellare questa discussione?",
"thread_tools.restore": "Ripristina Discussione",
"thread_tools.restore_confirm": "Sei sicuro di voler ripristinare questa discussione?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Topic has been successfully locked.",
"topic_unlock_success": "Topic has been successfully unlocked.",
"topic_pin_success": "Topic has been successfully pinned.",
@ -54,8 +57,7 @@
"topic_move_success": "This topic has been successfully moved to %1",
"post_delete_confirm": "Sei sicuro di voler cancellare questo post?",
"post_restore_confirm": "Sei sicuro di voler ripristinare questo post?",
"post_delete_error": "Impossibile eliminare questo post!",
"post_restore_error": "Impossibile ripristinare questo post!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Caricamento Categorie",
"disabled_categories_note": "Le Categorie disabilitate sono in grigio",
"confirm_move": "Sposta",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Carica immagini trascinandole e rilasciandole.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Reputazione più alta",
"search": "Cerca",
"enter_username": "Inserisci il nome utente da cercare",
"load_more": "Carica altri"
"load_more": "Carica altri",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "無効なデータ",
"not-logged-in": "ログインしていていないようです。",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "無効な板ID",
"invalid-tid": "無効なスレッドID",
"invalid-pid": "無効なポストID",
@ -15,7 +16,7 @@
"username-taken": "ユーザー名が取られた",
"email-taken": "メールアドレスが使用された",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "ユーザーが停止された",
"no-category": "板が存在しない",
"no-topic": "スレッドが存在しない",
@ -34,7 +35,7 @@
"file-too-big": "最大ファイルサイズは %1 kbs",
"cant-vote-self-post": "自分のポストに評価することはできません。",
"already-favourited": "このポストはすでにお気に入りに追加されました。",
"already-unfavourited": "このポストはすでにお気に入りから削除されました。",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "ほかの管理者を停止することはできません!",
"invalid-image-type": "無効なユーザータイプ",
"group-name-too-short": "グループ名は短すぎます。",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "通知センター",
"no_notifs": "新しい通知はありません",
"see_all": "すべての通知を確認",
"back_to_home": "NodeBBへ戻る",
"back_to_home": "Back to %1",
"outgoing_link": "外部サイトへのリンク",
"outgoing_link_message": "リービング",
"continue_to": "続き",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong>はあなたのポストをお気に入りにしました。",
"user_flagged_post": "<strong>%1</strong> ポストを報告しました。",
"user_posted_to": "<strong>%1</strong> は <strong>%2</strong> への返事を作成しました。",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "返答",
"edit": "編集",
"delete": "削除",
"purge": "Purge",
"restore": "リストア",
"move": "移動",
"fork": "フォーク",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "本当にスレッドを削除しますか?",
"thread_tools.restore": "スレッドをリストア",
"thread_tools.restore_confirm": "本当にスレッドをリストアしますか?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "スレッドはロックされました。",
"topic_unlock_success": "スレッドはアンロックされました。",
"topic_pin_success": "スレッドは上部に固定されました。",
@ -54,8 +57,7 @@
"topic_move_success": "このスレッドを %1 に移動しました。",
"post_delete_confirm": "本当にポストを削除しますか?",
"post_restore_confirm": "本当にポストをリストアしますか?",
"post_delete_error": "ポストを削除できませんでした!",
"post_restore_error": "ポストをリストアできませんでした!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "板をローディング中...",
"disabled_categories_note": "使用不可の板はグレーに表示されます。",
"confirm_move": "移動",
@ -91,5 +93,9 @@
"composer.upload_instructions": "ドラッグ&ドロップで画像をアップロードすることができます。",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "最も評価されたユーザー",
"search": "検索",
"enter_username": "検索するユーザー名を入力してください",
"load_more": "もっと表示"
"load_more": "もっと表示",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "올바르지 않은 정보입니다.",
"not-logged-in": "로그인하지 않았습니다.",
"account-locked": "임시로 잠긴 계정입니다.",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "올바르지 않은 카테고리 ID입니다.",
"invalid-tid": "올바르지 않은 주제 ID입니다.",
"invalid-pid": "올바르지 않은 게시물 ID입니다.",
@ -15,7 +16,7 @@
"username-taken": "이미 사용 중인 사용자 이름입니다.",
"email-taken": "이미 사용 중인 이메일입니다.",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "차단된 사용자입니다.",
"no-category": "존재하지 않는 카테고리입니다.",
"no-topic": "존재하지 않는 주제입니다.",
@ -34,7 +35,7 @@
"file-too-big": "파일의 크기는 최대 %1KB로 제한됩니다.",
"cant-vote-self-post": "자신의 게시물은 추천할 수 없습니다.",
"already-favourited": "이미 이 게시물을 좋아하는 중입니다.",
"already-unfavourited": "이미 이 게시물을 좋아하고 있지 않습니다.",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "다른 관리자를 차단할 수 없습니다.",
"invalid-image-type": "올바르지 않은 이미지입니다.",
"group-name-too-short": "그룹 이름이 너무 짧습니다.",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1님이 메시지를 보냈습니다.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "알림",
"no_notifs": "새 알림이 없습니다.",
"see_all": "모든 알림 보기",
"back_to_home": "홈으로 돌아가기",
"back_to_home": "Back to %1",
"outgoing_link": "외부 링크",
"outgoing_link_message": "다른 사이트로 이동합니다.",
"continue_to": "계속",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong>님이 내 게시물을 관심글로 등록했습니다.",
"user_flagged_post": "<strong>%1</strong>님이 게시물을 신고했습니다.",
"user_posted_to": "<strong>%1</strong>님이 <strong>%2</strong>님의 게시물에 답글을 작성했습니다.",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "답글",
"edit": "수정",
"delete": "삭제",
"purge": "Purge",
"restore": "복원",
"move": "이동",
"fork": "복제",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "이 주제를 삭제하시겠습니까?",
"thread_tools.restore": "복원",
"thread_tools.restore_confirm": "이 주제를 복원하시겠습니까?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "성공적으로 주제를 잠갔습니다.",
"topic_unlock_success": "성공적으로 주제가 잠금 해제되었습니다.",
"topic_pin_success": "성공적으로 주제가 상단에 고정되었습니다.",
@ -54,8 +57,7 @@
"topic_move_success": "성공적으로 이 주제를 %1로 이동했습니다.",
"post_delete_confirm": "이 게시물을 삭제하시겠습니까?",
"post_restore_confirm": "이 게시물을 복원하시겠습니까?",
"post_delete_error": "이 게시물을 삭제하는 데 실패했습니다.",
"post_restore_error": "이 게시물을 복원하는 데 실패했습니다.",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "카테고리 로딩 중",
"disabled_categories_note": "비활성화된 카테고리는 회색으로 표시됩니다.",
"confirm_move": "이동",
@ -79,7 +81,7 @@
"composer.help": "도움말",
"composer.discard": "취소",
"composer.submit": "등록",
"composer.replying_to": "%1에 대한 답글",
"composer.replying_to": "'%1'에 대한 답글",
"composer.new_topic": "새 주제 생성",
"composer.uploading": "업로드 중",
"composer.thumb_url_label": "섬네일 URL",
@ -91,5 +93,9 @@
"composer.upload_instructions": "이미지를 드래그&드롭해서 업로드",
"more_users_and_guests": "%1명 이상의 회원과 %2명의 익명 사용자",
"more_users": "%1명 이상의 회원",
"more_guests": "%1명 이상의 익명 사용자"
"more_guests": "%1명 이상의 익명 사용자",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "인기도",
"search": "검색",
"enter_username": "검색할 사용자 이름을 입력하세요.",
"load_more": "더 보기"
"load_more": "더 보기",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Klaidingi duomenys",
"not-logged-in": "Atrodo, kad jūs neesate prisijungęs.",
"account-locked": "Jūsų paskyra buvo laikinai užrakinta",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Klaidingas kategorijos ID",
"invalid-tid": "Klaidingas temos ID",
"invalid-pid": "Klaidingas pranešimo ID",
@ -15,7 +16,7 @@
"username-taken": "Vartotojo vardas jau užimtas",
"email-taken": "El. pašto adresas jau užimtas",
"email-not-confirmed": "Jūsų el. pašto adresas nėra patvirtintas",
"username-too-short": "Slapyvardis per trumpas",
"username-too-short": "Username too short",
"user-banned": "Vartotojas užblokuotas",
"no-category": "Kategorija neegzistuoja",
"no-topic": "Tema neegzistuoja",
@ -34,7 +35,7 @@
"file-too-big": "Maksimalus leistinas failo dydis %1 kb",
"cant-vote-self-post": "Jūs negalite balsuoti už savo pranešimą",
"already-favourited": "Jūs jau esate pamėgę šį pranešimą",
"already-unfavourited": "Jūs jau esate pašalinę šį pranešimą iš mėgiamų sąrašo",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "Jūs negalite užblokuoti kitų administratorių!",
"invalid-image-type": "Klaidingas paveikslėlio tipas",
"group-name-too-short": "Grupės pavadinimas per trumpas",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 parašė jums.",
"chat.see_all": "Žiūrėti visus susirašynėjimus",
"composer.user_said_in": "%1 parašė %2:\n",
"composer.user_said": "%1 parašė:\n"
"composer.user_said": "%1 parašė:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Pranešimai",
"no_notifs": "Jūs neturite naujų pranešimų",
"see_all": "Peržiūrėti visus pranešimus",
"back_to_home": "Grįžti į NodeBB",
"back_to_home": "Back to %1",
"outgoing_link": "Išeinanti nuoroda",
"outgoing_link_message": "Dabar jūs išeinate",
"continue_to": "Tęsti",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> pamėgo jūsų pranešimą.",
"user_flagged_post": "<strong>%1</strong> pažymėjo pranešimą moderavimui.",
"user_posted_to": "<strong>%1</strong> parašė atsaką <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "El. paštas patvirtintas",
"email-confirmed-message": "Dėkojame už el. pašto patvirtinimą. Jūsų paskyra pilnai aktyvuota.",
"email-confirm-error": "Įvyko klaida...",

@ -4,16 +4,17 @@
"topic_id_placeholder": "Įrašykite temos ID",
"no_topics_found": "Temų nerasta!",
"no_posts_found": "Įrašų nerasta!",
"post_is_deleted": "This post is deleted!",
"post_is_deleted": "Šis įrašas ištrintas!",
"profile": "Profilis",
"posted_by": "Posted by %1",
"posted_by_guest": "Posted by Guest",
"posted_by": "Parašė %1",
"posted_by_guest": "Parašė svečias",
"chat": "Susirašinėti",
"notify_me": "Gauti pranešimus apie naujus atsakymus šioje temoje",
"quote": "Cituoti",
"reply": "Atsakyti",
"edit": "Redaguoti",
"delete": "Ištrinti",
"purge": "Purge",
"restore": "Atkurti",
"move": "Perkelti",
"fork": "Išskaidyti",
@ -41,12 +42,14 @@
"thread_tools.lock": "Užrakinti temą",
"thread_tools.unlock": "Atrakinti temą",
"thread_tools.move": "Perkelti temą",
"thread_tools.move_all": "Move All",
"thread_tools.move_all": "Perkelti visus",
"thread_tools.fork": "Išskaidyti temą",
"thread_tools.delete": "Ištrinti temą",
"thread_tools.delete_confirm": "Ar jūs tikrai norite ištrinti šią temą?",
"thread_tools.restore": "Atkurti temą",
"thread_tools.restore_confirm": "Ar jūs tikrai norite atkurti šią temą?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Tema sėkmingai užrakinta.",
"topic_unlock_success": "Tema sėkmingai atrakinta.",
"topic_pin_success": "Tema sėkmingai prisegta.",
@ -54,8 +57,7 @@
"topic_move_success": "Ši tema buvo sėkmingai perkelta į %1",
"post_delete_confirm": "Ar jūs tikrai norite ištrinti šį įrašą?",
"post_restore_confirm": "Ar jūs tikrai norite atkurti šį įrašą?",
"post_delete_error": "Nepavyko ištrinti šio įrašo!",
"post_restore_error": "Nepavyko atkurti šio įrašo!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Įkeliamos kategorijos",
"disabled_categories_note": "Neaktyvios kategorijos pažymėtos pilkai",
"confirm_move": "Perkelti",
@ -65,7 +67,7 @@
"favourites.has_no_favourites": "Neturite jokių mėgiamų pranešimų. Įtraukite pranešimą į mėgiamų sąrašą, kad pamatytumėte juos čia!",
"loading_more_posts": "Įkeliama daugiau įrašų",
"move_topic": "Perkelti temą",
"move_topics": "Move Topics",
"move_topics": "Perkelti temas",
"move_post": "Perkelti įrašą",
"post_moved": "Pranešimas perkeltas!",
"fork_topic": "Išskaidyti temą",
@ -89,7 +91,11 @@
"composer.thumb_remove": "Ištuštinti laukus",
"composer.drag_and_drop_images": "Nutempkite paveikslėlius čia",
"composer.upload_instructions": "Įkelkite paveikslėlius nutempdami juos.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_users_and_guests": "dar %1 vartotojai(-ų) ir %2 svečiai(-ių)",
"more_users": "dar %1 vartotojai(-ų)",
"more_guests": "dar %1 svečiai(-ių)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Didžiausia reputacija",
"search": "Ieškoti",
"enter_username": "Įrašykite vartotojo vardą paieškai",
"load_more": "Įkelti daugiau"
"load_more": "Įkelti daugiau",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Invalid Data",
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
@ -15,7 +16,7 @@
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "User banned",
"no-category": "Category doesn't exist",
"no-topic": "Topic doesn't exist",
@ -34,7 +35,7 @@
"file-too-big": "Maximum allowed file size is %1 kbs",
"cant-vote-self-post": "You cannot vote for your own post",
"already-favourited": "You already favourited this post",
"already-unfavourited": "You alread unfavourited this post",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "You can't ban other admins!",
"invalid-image-type": "Invalid image type",
"group-name-too-short": "Group name too short",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "pemberitahuan",
"no_notifs": "Anda tiada pemberitahuan baru",
"see_all": "LIhat semua pemberitahuan",
"back_to_home": "Kembali ke NodeBB",
"back_to_home": "Back to %1",
"outgoing_link": "Sambungan luar",
"outgoing_link_message": "Anda sedang keluar",
"continue_to": "Teruskan ke",
@ -15,6 +15,7 @@
"favourited_your_post": "strong>%1</strong> telah menggemari posting anda",
"user_flagged_post": "<strong>%1</strong> menandakan posting",
"user_posted_to": "<strong>%1</strong> telah membalas posting kepada: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "Balas",
"edit": "Edit",
"delete": "Padamkan",
"purge": "Purge",
"restore": "Pulihkan",
"move": "Pindahkan",
"fork": "Fork",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Adakah anda pasti untuk memadamkan thread ini?",
"thread_tools.restore": "Pulihkan topik",
"thread_tools.restore_confirm": "Adakah anda pasti untuk memulihkan threa ini?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Topik telah dikunci",
"topic_unlock_success": "Topik telah dibuka",
"topic_pin_success": "Topik telah di pinkan",
@ -54,8 +57,7 @@
"topic_move_success": "Topik telah dipindahkan ke %1",
"post_delete_confirm": "Adakah anda pasti untuk memadam kiriman ini?",
"post_restore_confirm": "Adakah anda pasti untuk memulihkan kiriman ini?",
"post_delete_error": "Gagal memadamkan kiriman ini!",
"post_restore_error": "Gagal memulihkan kiriman ini!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Memuatkan kategori",
"disabled_categories_note": "Kategori yang disekat diwarnakan kelabu",
"confirm_move": "Pindahkan",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Muatnaik imej dengan menyeret dan melepaskanya",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Reputasi terbaik",
"search": "Cari",
"enter_username": "Masukkan nama pengguna untuk carian",
"load_more": "Muat lagi"
"load_more": "Muat lagi",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Invalid Data",
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
@ -15,7 +16,7 @@
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "User banned",
"no-category": "Category doesn't exist",
"no-topic": "Topic doesn't exist",
@ -34,7 +35,7 @@
"file-too-big": "Maximum allowed file size is %1 kbs",
"cant-vote-self-post": "You cannot vote for your own post",
"already-favourited": "You already favourited this post",
"already-unfavourited": "You alread unfavourited this post",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "You can't ban other admins!",
"invalid-image-type": "Invalid image type",
"group-name-too-short": "Group name too short",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Varsler",
"no_notifs": "Du har ingen nye varsler",
"see_all": "Se alle varsler",
"back_to_home": "Tilbake til NodeBB",
"back_to_home": "Back to %1",
"outgoing_link": "Utgående link",
"outgoing_link_message": "Du forlatter nå",
"continue_to": "Fortsett til",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> har favorittmerket ditt innlegg.",
"user_flagged_post": "<strong>%1</strong> flagget ett innlegg.",
"user_posted_to": "<strong>%1</strong> har skrevet et svar til: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "Svar",
"edit": "Endre",
"delete": "Slett",
"purge": "Purge",
"restore": "Gjenopprett",
"move": "Flytt",
"fork": "Del",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Er du sikker på at du vil slette denne tråden?",
"thread_tools.restore": "Gjenopprett tråd",
"thread_tools.restore_confirm": "Er du sikker på at du vil gjenopprette denne tråden?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Emnet har blitt låst.",
"topic_unlock_success": "Emnet har blitt låst opp.",
"topic_pin_success": "Emnet har blitt stiftet.",
@ -54,8 +57,7 @@
"topic_move_success": "Emnet har blitt flyttet til %1",
"post_delete_confirm": "Er du sikker på at du vil slette dette innlegget?",
"post_restore_confirm": "Er du sikker på at du vil gjenopprette dette innlegget?",
"post_delete_error": "Kunne ikke slette dette innlegget!",
"post_restore_error": "Kunne ikke gjenopprette dette innlegget!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Laster kategorier",
"disabled_categories_note": "Deaktiverte kategorier er grået ut",
"confirm_move": "Flytt",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Last opp bilder ved å dra og slippe dem.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Best rykte",
"search": "Søk",
"enter_username": "Skriv ett brukernavn for å søke",
"load_more": "Last flere"
"load_more": "Last flere",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Invalid Data",
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
@ -15,7 +16,7 @@
"username-taken": "Username taken",
"email-taken": "Email taken",
"email-not-confirmed": "Your email is not confirmed",
"username-too-short": "User name too short",
"username-too-short": "Username too short",
"user-banned": "User banned",
"no-category": "Category doesn't exist",
"no-topic": "Topic doesn't exist",
@ -34,7 +35,7 @@
"file-too-big": "Maximum allowed file size is %1 kbs",
"cant-vote-self-post": "You cannot vote for your own post",
"already-favourited": "You already favourited this post",
"already-unfavourited": "You alread unfavourited this post",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "You can't ban other admins!",
"invalid-image-type": "Invalid image type",
"group-name-too-short": "Group name too short",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 has messaged you.",
"chat.see_all": "See all Chats",
"composer.user_said_in": "%1 said in %2:\n",
"composer.user_said": "%1 said:\n"
"composer.user_said": "%1 said:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Notificaties",
"no_notifs": "Je hebt geen nieuwe notificaties",
"see_all": "Bekijk alle Notificaties",
"back_to_home": "Terug naar NodeBB",
"back_to_home": "Back to %1",
"outgoing_link": "Uitgaande Link",
"outgoing_link_message": "Je verlaat nu",
"continue_to": "Doorgaan naar",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> has favourited your post.",
"user_flagged_post": "<strong>%1</strong> flagged a post.",
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error": "An error occurred...",

@ -14,6 +14,7 @@
"reply": "Reageren",
"edit": "Aanpassen",
"delete": "Verwijderen",
"purge": "Purge",
"restore": "Herstellen",
"move": "Verplaatsen",
"fork": "Fork",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Are you sure you want to delete this thread?",
"thread_tools.restore": "Onderwerp Herstellen",
"thread_tools.restore_confirm": "Are you sure you want to restore this thread?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Topic has been successfully locked.",
"topic_unlock_success": "Topic has been successfully unlocked.",
"topic_pin_success": "Topic has been successfully pinned.",
@ -54,8 +57,7 @@
"topic_move_success": "This topic has been successfully moved to %1",
"post_delete_confirm": "Are you sure you want to delete this post?",
"post_restore_confirm": "Are you sure you want to restore this post?",
"post_delete_error": "Could not delete this post!",
"post_restore_error": "Could not restore this post!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Categorieën Laden",
"disabled_categories_note": "Uitgeschakelde Categorieën zijn grijs",
"confirm_move": "Verplaatsen",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Upload afbeeldingen door ze te slepen.",
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
"more_users": "%1 more user(s)",
"more_guests": "%1 more guest(s)"
"more_guests": "%1 more guest(s)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Meeste Reputatie",
"search": "Zoeken",
"enter_username": "Vul een gebruikersnaam in om te zoeken",
"load_more": "Meer Laden"
"load_more": "Meer Laden",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

@ -2,6 +2,7 @@
"invalid-data": "Błędne dane",
"not-logged-in": "Nie jesteś zalogowany/a.",
"account-locked": "Twoje konto zostało tymczasowo zablokowane.",
"search-requires-login": "Searching requires an account! Please login or register!",
"invalid-cid": "Błędne ID kategorii.",
"invalid-tid": "Błędne ID tematu",
"invalid-pid": "Błędne ID postu",
@ -15,7 +16,7 @@
"username-taken": "Login zajęty.",
"email-taken": "E-mail zajęty.",
"email-not-confirmed": "Twój e-mail nie jest potwierdzony",
"username-too-short": "Login jest za krótki",
"username-too-short": "Username too short",
"user-banned": "Użytkownik zbanowany",
"no-category": "Kategoria nie istnieje.",
"no-topic": "Temat nie istnieje",
@ -34,7 +35,7 @@
"file-too-big": "Maksymalna wielkość pliku to %1 kilobajtów.",
"cant-vote-self-post": "Nie możesz głosować na własny post.",
"already-favourited": "Już polubiłeś/aś ten post.",
"already-unfavourited": "Odlajkowałeś/aś post.",
"already-unfavourited": "You already unfavourited this post",
"cant-ban-other-admins": "Nie możesz zbanować innych adminów!",
"invalid-image-type": "Błędny typ pliku",
"group-name-too-short": "Nazwa grupy za krótka",

@ -7,5 +7,6 @@
"chat.user_has_messaged_you": "%1 napisał do Ciebie",
"chat.see_all": "Pokaż wszystkie czaty",
"composer.user_said_in": "%1 powiedział w %2\n",
"composer.user_said": "%1 powiedział:\n"
"composer.user_said": "%1 powiedział:\n",
"composer.discard": "Are you sure you wish to discard this post?"
}

@ -2,7 +2,7 @@
"title": "Powiadomienia",
"no_notifs": "Nie masz nowych powiadomień",
"see_all": "Zobacz wszystkie powiadomienia",
"back_to_home": "Wróć do forum",
"back_to_home": "Back to %1",
"outgoing_link": "Łącze wychodzące",
"outgoing_link_message": "Opuszczasz",
"continue_to": "Kontynuuj do",
@ -15,6 +15,7 @@
"favourited_your_post": "<strong>%1</strong> polubił/a Twój post.",
"user_flagged_post": "<strong>%1</strong> oznaczył/a Twój post",
"user_posted_to": "<strong>%1</strong> dodał odpowiedź do <strong>%2</strong>",
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
"email-confirmed": "E-mail potwierdzony",
"email-confirmed-message": "Dziękujemy za potwierdzenie maila. Twoje konto zostało aktywowane.",
"email-confirm-error": "Wystąpił błąd.",

@ -14,6 +14,7 @@
"reply": "Odpowiedz",
"edit": "Edytuj",
"delete": "Usuń",
"purge": "Purge",
"restore": "Przywróć",
"move": "Przenieś",
"fork": "Skopiuj",
@ -47,6 +48,8 @@
"thread_tools.delete_confirm": "Na pewno chcesz usunąć ten wątek?",
"thread_tools.restore": "Przywróć wątek",
"thread_tools.restore_confirm": "Na pewno chcesz przywrócić ten wątek?",
"thread_tools.purge": "Purge Topic",
"thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
"topic_lock_success": "Temat został zamknięty",
"topic_unlock_success": "Temat został otwarty",
"topic_pin_success": "Temat został przypiety",
@ -54,8 +57,7 @@
"topic_move_success": "Temat przeniesiono do %1",
"post_delete_confirm": "Na pewno chcesz usunąć ten post?",
"post_restore_confirm": "Na pewno chcesz przywrócić ten post?",
"post_delete_error": "Nie można usunąć tego posta!",
"post_restore_error": "Nie można przywrócić tego posta!",
"post_purge_confirm": "Are you you want to purge this post?",
"load_categories": "Ładowanie kategorii",
"disabled_categories_note": "Zablokowane kategorie zostały wyszarzone.",
"confirm_move": "Przenieś",
@ -91,5 +93,9 @@
"composer.upload_instructions": "Prześlij obrazki przeciągając i upuszczając je.",
"more_users_and_guests": "%1 więcej użytkownik(ów) i %2 gośc(i)",
"more_users": "%1 więcej użytkownik(ów)",
"more_guests": "%1 więcej gośc(i)"
"more_guests": "%1 więcej gośc(i)",
"sort_by": "Sort by",
"oldest_to_newest": "Oldest to Newest",
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most votes"
}

@ -4,5 +4,7 @@
"most_reputation": "Największa reputacja",
"search": "Szukaj",
"enter_username": "Wpisz nazwę użytkownika",
"load_more": "Więcej"
"load_more": "Więcej",
"user-not-found": "User not found!",
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save