mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/0.5.1' into hashtalk
This commit is contained in:
		| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>لا توجد مواضيع في هذه الفئة</strong>لماذا لا تحاول نشر موضوع؟<br />", |     "no_topics": "<strong>لا توجد مواضيع في هذه الفئة</strong>لماذا لا تحاول نشر موضوع؟<br />", | ||||||
|     "browsing": "تصفح", |     "browsing": "تصفح", | ||||||
|     "no_replies": "لم يرد أحد", |     "no_replies": "لم يرد أحد", | ||||||
|     "share_this_category": "انشر هذه الفئة" |     "share_this_category": "انشر هذه الفئة", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Invalid title!", |     "invalid-title": "Invalid title!", | ||||||
|     "invalid-user-data": "Invalid User Data", |     "invalid-user-data": "Invalid User Data", | ||||||
|     "invalid-password": "كلمة السر غير مقبولة", |     "invalid-password": "كلمة السر غير مقبولة", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Invalid pagination value", |     "invalid-pagination-value": "Invalid pagination value", | ||||||
|     "username-taken": "اسم المستخدم ماخوذ", |     "username-taken": "اسم المستخدم ماخوذ", | ||||||
|     "email-taken": "البريد الالكتروني ماخوذ", |     "email-taken": "البريد الالكتروني ماخوذ", | ||||||
|     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", |     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", | ||||||
|     "username-too-short": "Username too short", |     "username-too-short": "Username too short", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "المستخدم محظور", |     "user-banned": "المستخدم محظور", | ||||||
|     "no-category": "Category doesn't exist", |     "no-category": "Category doesn't exist", | ||||||
|     "no-topic": "Topic doesn't exist", |     "no-topic": "Topic doesn't exist", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "مشكلة في الرفع: 1%", |     "upload-error": "مشكلة في الرفع: 1%", | ||||||
|     "signature-too-long": "Signature can't be longer than %1 characters!", |     "signature-too-long": "Signature can't be longer than %1 characters!", | ||||||
|     "cant-chat-with-yourself": "You can't chat with yourself!", |     "cant-chat-with-yourself": "You can't chat with yourself!", | ||||||
|     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "New Notification", |     "new_notification": "New Notification", | ||||||
|     "you_have_unread_notifications": "You have unread notifications.", |     "you_have_unread_notifications": "You have unread notifications.", | ||||||
|     "new_message_from": "New message from <strong>%1</strong>", |     "new_message_from": "New message from <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> has upvoted your post.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> has favourited your post.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> flagged a post.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>", |     "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>", |     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Email Confirmed", |     "email-confirmed": "Email Confirmed", | ||||||
|     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", |     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", | ||||||
|     "email-confirm-error": "An error occurred...", |     "email-confirm-error": "An error occurred...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "أسبوع", |     "week": "أسبوع", | ||||||
|     "month": "شهر", |     "month": "شهر", | ||||||
|     "year": "Year", |     "year": "Year", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "There are no recent topics." |     "no_recent_topics": "There are no recent topics." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "إسم المستخدم", |     "username": "إسم المستخدم", | ||||||
|     "email": "البريد الإلكتروني", |     "email": "البريد الإلكتروني", | ||||||
|     "confirm_email": "Confirm Email", |     "confirm_email": "Confirm Email", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "الاسم الكامل", |     "fullname": "الاسم الكامل", | ||||||
|     "website": "الموقع الإلكتروني", |     "website": "الموقع الإلكتروني", | ||||||
|     "location": "موقع", |     "location": "موقع", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "Posts per Page", |     "posts_per_page": "Posts per Page", | ||||||
|     "notification_sounds": "Play a sound when you receive a notification.", |     "notification_sounds": "Play a sound when you receive a notification.", | ||||||
|     "browsing": "Browsing Settings", |     "browsing": "Browsing Settings", | ||||||
|     "open_links_in_new_tab": "Open outgoing links in new tab?" |     "open_links_in_new_tab": "Open outgoing links in new tab?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>V této kategorii zatím nejsou žádné příspěvky.</strong><br />Můžeš být první!", |     "no_topics": "<strong>V této kategorii zatím nejsou žádné příspěvky.</strong><br />Můžeš být první!", | ||||||
|     "browsing": "prohlíží", |     "browsing": "prohlíží", | ||||||
|     "no_replies": "Nikdo ještě neodpověděl", |     "no_replies": "Nikdo ještě neodpověděl", | ||||||
|     "share_this_category": "Share this category" |     "share_this_category": "Share this category", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Invalid title!", |     "invalid-title": "Invalid title!", | ||||||
|     "invalid-user-data": "Invalid User Data", |     "invalid-user-data": "Invalid User Data", | ||||||
|     "invalid-password": "Invalid Password", |     "invalid-password": "Invalid Password", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Invalid pagination value", |     "invalid-pagination-value": "Invalid pagination value", | ||||||
|     "username-taken": "Username taken", |     "username-taken": "Username taken", | ||||||
|     "email-taken": "Email taken", |     "email-taken": "Email taken", | ||||||
|     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", |     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", | ||||||
|     "username-too-short": "Username too short", |     "username-too-short": "Username too short", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "User banned", |     "user-banned": "User banned", | ||||||
|     "no-category": "Category doesn't exist", |     "no-category": "Category doesn't exist", | ||||||
|     "no-topic": "Topic doesn't exist", |     "no-topic": "Topic doesn't exist", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Upload Error : %1", |     "upload-error": "Upload Error : %1", | ||||||
|     "signature-too-long": "Signature can't be longer than %1 characters!", |     "signature-too-long": "Signature can't be longer than %1 characters!", | ||||||
|     "cant-chat-with-yourself": "You can't chat with yourself!", |     "cant-chat-with-yourself": "You can't chat with yourself!", | ||||||
|     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "New Notification", |     "new_notification": "New Notification", | ||||||
|     "you_have_unread_notifications": "You have unread notifications.", |     "you_have_unread_notifications": "You have unread notifications.", | ||||||
|     "new_message_from": "New message from <strong>%1</strong>", |     "new_message_from": "New message from <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> has upvoted your post.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> has favourited your post.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> flagged a post.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>", |     "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>", |     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Email Confirmed", |     "email-confirmed": "Email Confirmed", | ||||||
|     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", |     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", | ||||||
|     "email-confirm-error": "An error occurred...", |     "email-confirm-error": "An error occurred...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "Týden", |     "week": "Týden", | ||||||
|     "month": "Měsíc", |     "month": "Měsíc", | ||||||
|     "year": "Year", |     "year": "Year", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "There are no recent topics." |     "no_recent_topics": "There are no recent topics." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "Uživatelské jméno", |     "username": "Uživatelské jméno", | ||||||
|     "email": "Email", |     "email": "Email", | ||||||
|     "confirm_email": "Confirm Email", |     "confirm_email": "Confirm Email", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "Jméno a příjmení", |     "fullname": "Jméno a příjmení", | ||||||
|     "website": "Webové stránky", |     "website": "Webové stránky", | ||||||
|     "location": "Poloha", |     "location": "Poloha", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "Posts per Page", |     "posts_per_page": "Posts per Page", | ||||||
|     "notification_sounds": "Play a sound when you receive a notification.", |     "notification_sounds": "Play a sound when you receive a notification.", | ||||||
|     "browsing": "Browsing Settings", |     "browsing": "Browsing Settings", | ||||||
|     "open_links_in_new_tab": "Open outgoing links in new tab?" |     "open_links_in_new_tab": "Open outgoing links in new tab?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>Es gibt noch keine Themen in dieser Kategorie.</strong><br />Warum beginnst du nicht das erste?", |     "no_topics": "<strong>Es gibt noch keine Themen in dieser Kategorie.</strong><br />Warum beginnst du nicht das erste?", | ||||||
|     "browsing": "Aktiv", |     "browsing": "Aktiv", | ||||||
|     "no_replies": "Niemand hat geantwortet", |     "no_replies": "Niemand hat geantwortet", | ||||||
|     "share_this_category": "Teile diese Kategorie" |     "share_this_category": "Teile diese Kategorie", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Ungültiger Titel", |     "invalid-title": "Ungültiger Titel", | ||||||
|     "invalid-user-data": "Ungültige Benutzerdaten", |     "invalid-user-data": "Ungültige Benutzerdaten", | ||||||
|     "invalid-password": "Ungültiges Passwort", |     "invalid-password": "Ungültiges Passwort", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Die Nummerierung ist ungültig", |     "invalid-pagination-value": "Die Nummerierung ist ungültig", | ||||||
|     "username-taken": "Der Benutzername ist bereits vergeben", |     "username-taken": "Der Benutzername ist bereits vergeben", | ||||||
|     "email-taken": "Die E-Mail-Adresse ist bereits vergeben", |     "email-taken": "Die E-Mail-Adresse ist bereits vergeben", | ||||||
|     "email-not-confirmed": "Deine E-Mail wurde noch nicht bestätigt. Bitte klicke hier, um deine E-Mail zu bestätigen.", |     "email-not-confirmed": "Deine E-Mail wurde noch nicht bestätigt. Bitte klicke hier, um deine E-Mail zu bestätigen.", | ||||||
|     "username-too-short": "Benutzername ist zu kurz", |     "username-too-short": "Benutzername ist zu kurz", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "Der Benutzer ist gesperrt", |     "user-banned": "Der Benutzer ist gesperrt", | ||||||
|     "no-category": "Die Kategorie existiert nicht", |     "no-category": "Die Kategorie existiert nicht", | ||||||
|     "no-topic": "Das Thema existiert nicht", |     "no-topic": "Das Thema existiert nicht", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Upload-Fehler: %1", |     "upload-error": "Upload-Fehler: %1", | ||||||
|     "signature-too-long": "Die Signatur darf maximal %1 Zeichen enthalten!", |     "signature-too-long": "Die Signatur darf maximal %1 Zeichen enthalten!", | ||||||
|     "cant-chat-with-yourself": "Du kannst nicht mit dir selber chatten!", |     "cant-chat-with-yourself": "Du kannst nicht mit dir selber chatten!", | ||||||
|     "not-enough-reputation-to-downvote": "Deine Reputation ist zu niedrig, um diesen Beitrag negativ zu bewerten." |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "Deine Reputation ist zu niedrig, um diesen Beitrag negativ zu bewerten.", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "Neue Benachrichtigung", |     "new_notification": "Neue Benachrichtigung", | ||||||
|     "you_have_unread_notifications": "Du hast ungelesene Benachrichtigungen.", |     "you_have_unread_notifications": "Du hast ungelesene Benachrichtigungen.", | ||||||
|     "new_message_from": "Neue Nachricht von <strong>%1</strong>", |     "new_message_from": "Neue Nachricht von <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> hat deinen Beitrag positiv bewertet.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> favorisiert deinen Beitrag.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> hat einen Beitrag markiert.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> hat auf <strong>%2</strong> geantwortet.", |     "user_posted_to": "<strong>%1</strong> hat auf <strong>%2</strong> geantwortet.", | ||||||
|     "user_mentioned_you_in": "<strong>%1</strong> erwähnte dich in <strong>%2</strong>", |     "user_mentioned_you_in": "<strong>%1</strong> erwähnte dich in <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "E-Mail bestätigt", |     "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-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 ...", |     "email-confirm-error": "Es ist ein Fehler aufgetreten ...", | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|     "recent": "Neueste Themen", |     "recent": "Neueste Themen", | ||||||
|     "users": "Registrierte User", |     "users": "Registrierte User", | ||||||
|     "notifications": "Benachrichtigungen", |     "notifications": "Benachrichtigungen", | ||||||
|     "tags": "Topics tagged under \"%1\"", |     "tags": "Themen markiert unter \"%1\"", | ||||||
|     "user.edit": "Bearbeite \"%1\"", |     "user.edit": "Bearbeite \"%1\"", | ||||||
|     "user.following": "Nutzer, die %1 folgt", |     "user.following": "Nutzer, die %1 folgt", | ||||||
|     "user.followers": "Nutzer, die %1 folgen", |     "user.followers": "Nutzer, die %1 folgen", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "Woche", |     "week": "Woche", | ||||||
|     "month": "Monat", |     "month": "Monat", | ||||||
|     "year": "Jahr", |     "year": "Jahr", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "Es gibt keine aktuellen Themen." |     "no_recent_topics": "Es gibt keine aktuellen Themen." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 Ergebniss(e) stimmen mit \"%2\" überein, (%3 Sekunden)" |     "results_matching": "%1 Ergebniss(e) stimmen mit \"%2\" überein, (%3 Sekunden)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -87,7 +87,7 @@ | |||||||
|     "more_users_and_guests": "%1 weitere(r) Nutzer und %2 Gäste", |     "more_users_and_guests": "%1 weitere(r) Nutzer und %2 Gäste", | ||||||
|     "more_users": "%1 weitere(r) Nutzer", |     "more_users": "%1 weitere(r) Nutzer", | ||||||
|     "more_guests": "%1 weitere Gäste", |     "more_guests": "%1 weitere Gäste", | ||||||
|     "users_and_others": "%1 and %2 others", |     "users_and_others": "%1 und %2 andere", | ||||||
|     "sort_by": "Sortieren nach", |     "sort_by": "Sortieren nach", | ||||||
|     "oldest_to_newest": "Älteste zuerst", |     "oldest_to_newest": "Älteste zuerst", | ||||||
|     "newest_to_oldest": "Neuster zuerst", |     "newest_to_oldest": "Neuster zuerst", | ||||||
|   | |||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "Nutzername", |     "username": "Nutzername", | ||||||
|     "email": "E-Mail", |     "email": "E-Mail", | ||||||
|     "confirm_email": "E-Mail bestätigen", |     "confirm_email": "E-Mail bestätigen", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "Kompletter Name", |     "fullname": "Kompletter Name", | ||||||
|     "website": "Homepage", |     "website": "Homepage", | ||||||
|     "location": "Wohnort", |     "location": "Wohnort", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "Beiträge pro Seite", |     "posts_per_page": "Beiträge pro Seite", | ||||||
|     "notification_sounds": "Ton abspielen, wenn ich eine Benachrichtigung erhalte.", |     "notification_sounds": "Ton abspielen, wenn ich eine Benachrichtigung erhalte.", | ||||||
|     "browsing": "Browser Einstellungen", |     "browsing": "Browser Einstellungen", | ||||||
|     "open_links_in_new_tab": "Externe Links in neuem Tab öffnen?" |     "open_links_in_new_tab": "Externe Links in neuem Tab öffnen?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>Thar be no topics in 'tis category.</strong><br />Why don't ye give a go' postin' one?", |     "no_topics": "<strong>Thar be no topics in 'tis category.</strong><br />Why don't ye give a go' postin' one?", | ||||||
|     "browsing": "browsin'", |     "browsing": "browsin'", | ||||||
|     "no_replies": "No one has replied to ye message", |     "no_replies": "No one has replied to ye message", | ||||||
|     "share_this_category": "Share this category" |     "share_this_category": "Share this category", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Invalid title!", |     "invalid-title": "Invalid title!", | ||||||
|     "invalid-user-data": "Invalid User Data", |     "invalid-user-data": "Invalid User Data", | ||||||
|     "invalid-password": "Invalid Password", |     "invalid-password": "Invalid Password", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Invalid pagination value", |     "invalid-pagination-value": "Invalid pagination value", | ||||||
|     "username-taken": "Username taken", |     "username-taken": "Username taken", | ||||||
|     "email-taken": "Email taken", |     "email-taken": "Email taken", | ||||||
|     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", |     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", | ||||||
|     "username-too-short": "Username too short", |     "username-too-short": "Username too short", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "User banned", |     "user-banned": "User banned", | ||||||
|     "no-category": "Category doesn't exist", |     "no-category": "Category doesn't exist", | ||||||
|     "no-topic": "Topic doesn't exist", |     "no-topic": "Topic doesn't exist", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Upload Error : %1", |     "upload-error": "Upload Error : %1", | ||||||
|     "signature-too-long": "Signature can't be longer than %1 characters!", |     "signature-too-long": "Signature can't be longer than %1 characters!", | ||||||
|     "cant-chat-with-yourself": "You can't chat with yourself!", |     "cant-chat-with-yourself": "You can't chat with yourself!", | ||||||
|     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "New Notification", |     "new_notification": "New Notification", | ||||||
|     "you_have_unread_notifications": "You have unread notifications.", |     "you_have_unread_notifications": "You have unread notifications.", | ||||||
|     "new_message_from": "New message from <strong>%1</strong>", |     "new_message_from": "New message from <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> has upvoted your post.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> has favourited your post.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> flagged a post.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>", |     "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>", |     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Email Confirmed", |     "email-confirmed": "Email Confirmed", | ||||||
|     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", |     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", | ||||||
|     "email-confirm-error": "An error occurred...", |     "email-confirm-error": "An error occurred...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "Week", |     "week": "Week", | ||||||
|     "month": "Month", |     "month": "Month", | ||||||
|     "year": "Year", |     "year": "Year", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "There be no recent topics." |     "no_recent_topics": "There be no recent topics." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "User Name", |     "username": "User Name", | ||||||
|     "email": "Email", |     "email": "Email", | ||||||
|     "confirm_email": "Confirm Email", |     "confirm_email": "Confirm Email", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "Full Name", |     "fullname": "Full Name", | ||||||
|     "website": "Website", |     "website": "Website", | ||||||
|     "location": "Location", |     "location": "Location", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "Posts per Page", |     "posts_per_page": "Posts per Page", | ||||||
|     "notification_sounds": "Play a sound when you receive a notification.", |     "notification_sounds": "Play a sound when you receive a notification.", | ||||||
|     "browsing": "Browsing Settings", |     "browsing": "Browsing Settings", | ||||||
|     "open_links_in_new_tab": "Open outgoing links in new tab?" |     "open_links_in_new_tab": "Open outgoing links in new tab?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>There are no topics in this category.</strong><br />Why don't you try posting one?", |     "no_topics": "<strong>There are no topics in this category.</strong><br />Why don't you try posting one?", | ||||||
|     "browsing": "browsing", |     "browsing": "browsing", | ||||||
|     "no_replies": "No one has replied", |     "no_replies": "No one has replied", | ||||||
|     "share_this_category": "Share this category" |     "share_this_category": "Share this category", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Invalid title!", |     "invalid-title": "Invalid title!", | ||||||
|     "invalid-user-data": "Invalid User Data", |     "invalid-user-data": "Invalid User Data", | ||||||
|     "invalid-password": "Invalid Password", |     "invalid-password": "Invalid Password", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Invalid pagination value", |     "invalid-pagination-value": "Invalid pagination value", | ||||||
|     "username-taken": "Username taken", |     "username-taken": "Username taken", | ||||||
|     "email-taken": "Email taken", |     "email-taken": "Email taken", | ||||||
|     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", |     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", | ||||||
|     "username-too-short": "Username too short", |     "username-too-short": "Username too short", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "User banned", |     "user-banned": "User banned", | ||||||
|     "no-category": "Category doesn't exist", |     "no-category": "Category doesn't exist", | ||||||
|     "no-topic": "Topic doesn't exist", |     "no-topic": "Topic doesn't exist", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Upload Error : %1", |     "upload-error": "Upload Error : %1", | ||||||
|     "signature-too-long": "Signature can't be longer than %1 characters!", |     "signature-too-long": "Signature can't be longer than %1 characters!", | ||||||
|     "cant-chat-with-yourself": "You can't chat with yourself!", |     "cant-chat-with-yourself": "You can't chat with yourself!", | ||||||
|     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "New Notification", |     "new_notification": "New Notification", | ||||||
|     "you_have_unread_notifications": "You have unread notifications.", |     "you_have_unread_notifications": "You have unread notifications.", | ||||||
|     "new_message_from": "New message from <strong>%1</strong>", |     "new_message_from": "New message from <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> has upvoted your post.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> has favorited your post.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> flagged a post.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>", |     "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>", |     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Email Confirmed", |     "email-confirmed": "Email Confirmed", | ||||||
|     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", |     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", | ||||||
|     "email-confirm-error": "An error occurred...", |     "email-confirm-error": "An error occurred...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "Week", |     "week": "Week", | ||||||
|     "month": "Month", |     "month": "Month", | ||||||
|     "year": "Year", |     "year": "Year", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "There are no recent topics." |     "no_recent_topics": "There are no recent topics." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "User Name", |     "username": "User Name", | ||||||
|     "email": "Email", |     "email": "Email", | ||||||
|     "confirm_email": "Confirm Email", |     "confirm_email": "Confirm Email", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "Full Name", |     "fullname": "Full Name", | ||||||
|     "website": "Website", |     "website": "Website", | ||||||
|     "location": "Location", |     "location": "Location", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "Posts per Page", |     "posts_per_page": "Posts per Page", | ||||||
|     "notification_sounds": "Play a sound when you receive a notification.", |     "notification_sounds": "Play a sound when you receive a notification.", | ||||||
|     "browsing": "Browsing Settings", |     "browsing": "Browsing Settings", | ||||||
|     "open_links_in_new_tab": "Open outgoing links in new tab?" |     "open_links_in_new_tab": "Open outgoing links in new tab?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>No hay temas en esta categoría.</strong><br />¿Por que no te animas y publicas uno?", |     "no_topics": "<strong>No hay temas en esta categoría.</strong><br />¿Por que no te animas y publicas uno?", | ||||||
|     "browsing": "viendo ahora", |     "browsing": "viendo ahora", | ||||||
|     "no_replies": "Nadie ha respondido aún", |     "no_replies": "Nadie ha respondido aún", | ||||||
|     "share_this_category": "Compartir esta categoría" |     "share_this_category": "Compartir esta categoría", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -1,20 +1,20 @@ | |||||||
| { | { | ||||||
|     "password-reset-requested": "Password Reset Requested - %1!", |     "password-reset-requested": "Reinicio de contraseña solicitado - %1!", | ||||||
|     "welcome-to": "Welcome to %1", |     "welcome-to": "Bienvenido a %1", | ||||||
|     "greeting_no_name": "Hello", |     "greeting_no_name": "Hola", | ||||||
|     "greeting_with_name": "Hello %1", |     "greeting_with_name": "Hola %1", | ||||||
|     "welcome.text1": "Thank you for registering with %1!", |     "welcome.text1": "Gracias por registrarte con %1!", | ||||||
|     "welcome.text2": "To fully activate your account, we need to verify that you own the email address you registered with.", |     "welcome.text2": "Para activar completamente tu cuenta, necesitamos verificar que la dirección email con la que te registraste te pertenece.", | ||||||
|     "welcome.cta": "Click here to confirm your email address", |     "welcome.cta": "Cliquea aquí para confirmar tu dirección email.", | ||||||
|     "reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.", |     "reset.text1": "Recibimos una solicitud para reiniciar tu contraseña, posiblemente porque la olvidaste. Si no es así, por favor ignora este email.", | ||||||
|     "reset.text2": "To continue with the password reset, please click on the following link:", |     "reset.text2": "Para continuar con el reinicio de contraseña, por favor cliquea en el siguiente vínculo:", | ||||||
|     "reset.cta": "Click here to reset your password", |     "reset.cta": "Cliquea aquí para reiniciar tu contraseña", | ||||||
|     "digest.notifications": "You have some unread notifications from %1:", |     "digest.notifications": "Tienes algunas notificaciónes de %1 sin leer:", | ||||||
|     "digest.latest_topics": "Latest topics from %1", |     "digest.latest_topics": "Últimos temas de %1", | ||||||
|     "digest.cta": "Click here to visit %1", |     "digest.cta": "Cliquea aquí para visitar %1", | ||||||
|     "digest.unsub.info": "This digest was sent to you due to your subscription settings.", |     "digest.unsub.info": "Este compendio te fue enviado debido a tus ajustes de subscripción.", | ||||||
|     "digest.unsub.cta": "Click here to alter those settings", |     "digest.unsub.cta": "Cliquea aquí para alterar estos ajustes", | ||||||
|     "digest.daily.no_topics": "There have been no active topics in the past day", |     "digest.daily.no_topics": "No han habido temas activos en el día pasado", | ||||||
|     "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", |     "test.text1": "Este es un email de prueba para verificar que el envío de email está ajustado correctamente para tu NodeBB", | ||||||
|     "closing": "Thanks!" |     "closing": "¡Gracias!" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Título no válido!", |     "invalid-title": "Título no válido!", | ||||||
|     "invalid-user-data": "Datos de Usuario no válidos", |     "invalid-user-data": "Datos de Usuario no válidos", | ||||||
|     "invalid-password": "Contraseña no válida", |     "invalid-password": "Contraseña no válida", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Valor de paginación no válido.", |     "invalid-pagination-value": "Valor de paginación no válido.", | ||||||
|     "username-taken": "Nombre de usuario ya escogido", |     "username-taken": "Nombre de usuario ya escogido", | ||||||
|     "email-taken": "El correo electrónico ya está escogido.", |     "email-taken": "El correo electrónico ya está escogido.", | ||||||
|     "email-not-confirmed": "Tu correo electrónico está sin confirmar, por favor haz click aquí para confirmar tu email.", |     "email-not-confirmed": "Tu correo electrónico está sin confirmar, por favor haz click aquí para confirmar tu email.", | ||||||
|     "username-too-short": "El nombre de usuario es demasiado corto", |     "username-too-short": "El nombre de usuario es demasiado corto", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "Usuario expulsado", |     "user-banned": "Usuario expulsado", | ||||||
|     "no-category": "La categoría no existe", |     "no-category": "La categoría no existe", | ||||||
|     "no-topic": "El tema no existe.", |     "no-topic": "El tema no existe.", | ||||||
| @@ -25,7 +27,7 @@ | |||||||
|     "no-user": "El usuario no existe", |     "no-user": "El usuario no existe", | ||||||
|     "no-teaser": "El extracto del tema no existe.", |     "no-teaser": "El extracto del tema no existe.", | ||||||
|     "no-privileges": "No tienes los privilegios necesarios para esa acción.", |     "no-privileges": "No tienes los privilegios necesarios para esa acción.", | ||||||
|     "no-emailers-configured": "No email plugins were loaded, so a test email could not be sent", |     "no-emailers-configured": "Ningún plugin para email fue cargado, así que no se pudo enviar email de prueba.", | ||||||
|     "category-disabled": "Categoría deshabilitada.", |     "category-disabled": "Categoría deshabilitada.", | ||||||
|     "topic-locked": "Tema bloqueado.", |     "topic-locked": "Tema bloqueado.", | ||||||
|     "still-uploading": "Por favor, espera a que terminen las subidas.", |     "still-uploading": "Por favor, espera a que terminen las subidas.", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Error de subida: %1", |     "upload-error": "Error de subida: %1", | ||||||
|     "signature-too-long": "Las firmas no pueden ser más largas de %1 caracteres!", |     "signature-too-long": "Las firmas no pueden ser más largas de %1 caracteres!", | ||||||
|     "cant-chat-with-yourself": "No puedes conversar contigo mismo!", |     "cant-chat-with-yourself": "No puedes conversar contigo mismo!", | ||||||
|     "not-enough-reputation-to-downvote": "No tienes suficiente reputación para votar negativo este post" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "No tienes suficiente reputación para votar negativo este post", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -1,7 +1,7 @@ | |||||||
| { | { | ||||||
|     "view_group": "View Group", |     "view_group": "Ver Grupo", | ||||||
|     "details.title": "Group Details", |     "details.title": "Detalles de Grupo", | ||||||
|     "details.members": "Member List", |     "details.members": "Lista de Miembros", | ||||||
|     "details.has_no_posts": "This group's members have not made any posts.", |     "details.has_no_posts": "Los miembros de este grupo no han hecho ninguna publicación.", | ||||||
|     "details.latest_posts": "Latest Posts" |     "details.latest_posts": "Últimas Publicaciones" | ||||||
| } | } | ||||||
| @@ -4,17 +4,20 @@ | |||||||
|     "see_all": "Ver todas las notificaciones", |     "see_all": "Ver todas las notificaciones", | ||||||
|     "back_to_home": "Volver a %1", |     "back_to_home": "Volver a %1", | ||||||
|     "outgoing_link": "Enlace Externo", |     "outgoing_link": "Enlace Externo", | ||||||
|     "outgoing_link_message": "You are now leaving %1.", |     "outgoing_link_message": "Ahora estás saliendo %1.", | ||||||
|     "continue_to": "Continue to %1", |     "continue_to": "Continuar a %1", | ||||||
|     "return_to": "Return to %1", |     "return_to": "Regresar a %1", | ||||||
|     "new_notification": "Nueva Notificación", |     "new_notification": "Nueva Notificación", | ||||||
|     "you_have_unread_notifications": "Tienes notificaciones sin leer.", |     "you_have_unread_notifications": "Tienes notificaciones sin leer.", | ||||||
|     "new_message_from": "Nuevo mensaje de <strong>%1</strong>", |     "new_message_from": "Nuevo mensaje de <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> ha marcado como favorita tu respuesta.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> ha marcado como favorita tu respuesta.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> ha marcado como indebida una respuesta.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> ha publicado una respuesta a: <strong>%2</strong>", |     "user_posted_to": "<strong>%1</strong> ha publicado una respuesta a: <strong>%2</strong>", | ||||||
|     "user_mentioned_you_in": "<strong>%1</strong> te mencionó en <strong>%2</strong>", |     "user_mentioned_you_in": "<strong>%1</strong> te mencionó en <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Correo electrónico confirmado", |     "email-confirmed": "Correo electrónico confirmado", | ||||||
|     "email-confirmed-message": "Gracias por validar tu correo electrónico. Tu cuenta ya está completamente activa.", |     "email-confirmed-message": "Gracias por validar tu correo electrónico. Tu cuenta ya está completamente activa.", | ||||||
|     "email-confirm-error": "Un error ocurrió...", |     "email-confirm-error": "Un error ocurrió...", | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|     "recent": "Temas Recientes", |     "recent": "Temas Recientes", | ||||||
|     "users": "Usuarios Registrado", |     "users": "Usuarios Registrado", | ||||||
|     "notifications": "Notificaciones", |     "notifications": "Notificaciones", | ||||||
|     "tags": "Topics tagged under \"%1\"", |     "tags": "Temas etiquetados bajo \"%1\"", | ||||||
|     "user.edit": "Editando \"%1\"", |     "user.edit": "Editando \"%1\"", | ||||||
|     "user.following": "Gente que sigue %1 ", |     "user.following": "Gente que sigue %1 ", | ||||||
|     "user.followers": "Seguidores de %1", |     "user.followers": "Seguidores de %1", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "Semana", |     "week": "Semana", | ||||||
|     "month": "Mes", |     "month": "Mes", | ||||||
|     "year": "Año", |     "year": "Año", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "No hay publicaciones recientes" |     "no_recent_topics": "No hay publicaciones recientes" | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 resuldado(s) coinciden con \"%2\". (%3 segundos)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -87,7 +87,7 @@ | |||||||
|     "more_users_and_guests": "%1 usuario(s) y %2 invitado(s) más", |     "more_users_and_guests": "%1 usuario(s) y %2 invitado(s) más", | ||||||
|     "more_users": "%1 usuario(s) más", |     "more_users": "%1 usuario(s) más", | ||||||
|     "more_guests": "%1 invitado(s) más", |     "more_guests": "%1 invitado(s) más", | ||||||
|     "users_and_others": "%1 and %2 others", |     "users_and_others": "%1 y otros %2", | ||||||
|     "sort_by": "Ordenar por", |     "sort_by": "Ordenar por", | ||||||
|     "oldest_to_newest": "Más antiguo a más nuevo", |     "oldest_to_newest": "Más antiguo a más nuevo", | ||||||
|     "newest_to_oldest": "Más nuevo a más antiguo", |     "newest_to_oldest": "Más nuevo a más antiguo", | ||||||
|   | |||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "Nombre de usuario", |     "username": "Nombre de usuario", | ||||||
|     "email": "Correo Electrónico", |     "email": "Correo Electrónico", | ||||||
|     "confirm_email": "Repetir correo electrónico", |     "confirm_email": "Repetir correo electrónico", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "Nombre completo", |     "fullname": "Nombre completo", | ||||||
|     "website": "Sitio Web", |     "website": "Sitio Web", | ||||||
|     "location": "Ubicación", |     "location": "Ubicación", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "Post por página", |     "posts_per_page": "Post por página", | ||||||
|     "notification_sounds": "Reproducir un sonido al recibir una notificación", |     "notification_sounds": "Reproducir un sonido al recibir una notificación", | ||||||
|     "browsing": "Preferencias de navegación.", |     "browsing": "Preferencias de navegación.", | ||||||
|     "open_links_in_new_tab": "Abrir los enlaces externos en una nueva pestaña?" |     "open_links_in_new_tab": "Abrir los enlaces externos en una nueva pestaña?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>Kahjuks ei leidu siin kategoorias ühtegi teemat.</strong><br />Soovid postitada?", |     "no_topics": "<strong>Kahjuks ei leidu siin kategoorias ühtegi teemat.</strong><br />Soovid postitada?", | ||||||
|     "browsing": "vaatab", |     "browsing": "vaatab", | ||||||
|     "no_replies": "Keegi pole vastanud", |     "no_replies": "Keegi pole vastanud", | ||||||
|     "share_this_category": "Jaga seda kategooriat" |     "share_this_category": "Jaga seda kategooriat", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Vigane pealkiri!", |     "invalid-title": "Vigane pealkiri!", | ||||||
|     "invalid-user-data": "Vigased kasutaja andmed", |     "invalid-user-data": "Vigased kasutaja andmed", | ||||||
|     "invalid-password": "Vigane parool", |     "invalid-password": "Vigane parool", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Vigane lehe väärtus", |     "invalid-pagination-value": "Vigane lehe väärtus", | ||||||
|     "username-taken": "Kasutajanimi on juba võetud", |     "username-taken": "Kasutajanimi on juba võetud", | ||||||
|     "email-taken": "Email on võetud", |     "email-taken": "Email on võetud", | ||||||
|     "email-not-confirmed": "Su emaili aadress ei ole kinnitatud, vajuta siia et kinnitada.", |     "email-not-confirmed": "Su emaili aadress ei ole kinnitatud, vajuta siia et kinnitada.", | ||||||
|     "username-too-short": "Kasutajanimi on liiga lühike", |     "username-too-short": "Kasutajanimi on liiga lühike", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "Kasutaja bannitud", |     "user-banned": "Kasutaja bannitud", | ||||||
|     "no-category": "Kategooriat ei eksisteeri", |     "no-category": "Kategooriat ei eksisteeri", | ||||||
|     "no-topic": "Teemat ei eksisteeri", |     "no-topic": "Teemat ei eksisteeri", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Üleslaadimise viga: %1", |     "upload-error": "Üleslaadimise viga: %1", | ||||||
|     "signature-too-long": "Allkiri ei saa olla pikem kui %1 tähemärki!", |     "signature-too-long": "Allkiri ei saa olla pikem kui %1 tähemärki!", | ||||||
|     "cant-chat-with-yourself": "Sa ei saa endaga vestelda!", |     "cant-chat-with-yourself": "Sa ei saa endaga vestelda!", | ||||||
|     "not-enough-reputation-to-downvote": "Sul ei ole piisavalt reputatsiooni, et anda negatiivset hinnangut sellele postitusele." |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "Sul ei ole piisavalt reputatsiooni, et anda negatiivset hinnangut sellele postitusele.", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "Uus teade", |     "new_notification": "Uus teade", | ||||||
|     "you_have_unread_notifications": "Sul ei ole lugemata teateid.", |     "you_have_unread_notifications": "Sul ei ole lugemata teateid.", | ||||||
|     "new_message_from": "Uus sõnum kasutajalt <strong>%1</strong>", |     "new_message_from": "Uus sõnum kasutajalt <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> hääletas sinu postituse poolt.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> märkis sinu postituse lemmikuks.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> märgistas postituse.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "Kasutaja <strong>%1</strong> postitas vastuse teemasse <strong>%2</strong>", |     "user_posted_to": "Kasutaja <strong>%1</strong> postitas vastuse teemasse <strong>%2</strong>", | ||||||
|     "user_mentioned_you_in": "<strong>%1</strong> mainis sind postituses <strong>%2</strong>", |     "user_mentioned_you_in": "<strong>%1</strong> mainis sind postituses <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Emaili aadress kinnitatud", |     "email-confirmed": "Emaili aadress kinnitatud", | ||||||
|     "email-confirmed-message": "Täname, et kinnitasite oma emaili aadressi. Teie kasutaja omn nüüd täielikult aktiveeritud.", |     "email-confirmed-message": "Täname, et kinnitasite oma emaili aadressi. Teie kasutaja omn nüüd täielikult aktiveeritud.", | ||||||
|     "email-confirm-error": "Süsteemis tekkis viga...", |     "email-confirm-error": "Süsteemis tekkis viga...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "Nädal", |     "week": "Nädal", | ||||||
|     "month": "Kuu", |     "month": "Kuu", | ||||||
|     "year": "Aasta", |     "year": "Aasta", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "Hetkel ei ole hiljutisi teemasid." |     "no_recent_topics": "Hetkel ei ole hiljutisi teemasid." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "Kasutajanimi", |     "username": "Kasutajanimi", | ||||||
|     "email": "Email", |     "email": "Email", | ||||||
|     "confirm_email": "Kinnita email", |     "confirm_email": "Kinnita email", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "Täisnimi", |     "fullname": "Täisnimi", | ||||||
|     "website": "Koduleht", |     "website": "Koduleht", | ||||||
|     "location": "Asukoht", |     "location": "Asukoht", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "Postitusi ühe lehekülje kohta", |     "posts_per_page": "Postitusi ühe lehekülje kohta", | ||||||
|     "notification_sounds": "Tee häält, kui saabub teade.", |     "notification_sounds": "Tee häält, kui saabub teade.", | ||||||
|     "browsing": "Sirvimis sätted", |     "browsing": "Sirvimis sätted", | ||||||
|     "open_links_in_new_tab": "Ava väljaminevad lingid uues vaheaknas?" |     "open_links_in_new_tab": "Ava väljaminevad lingid uues vaheaknas?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>هیچ جستاری در این دسته نیست.</strong><br />چرا شما یکی نفرستید؟", |     "no_topics": "<strong>هیچ جستاری در این دسته نیست.</strong><br />چرا شما یکی نفرستید؟", | ||||||
|     "browsing": "بینندهها", |     "browsing": "بینندهها", | ||||||
|     "no_replies": "هیچ کسی پاسخ نداده است.", |     "no_replies": "هیچ کسی پاسخ نداده است.", | ||||||
|     "share_this_category": "به اشتراکگذاری این دسته" |     "share_this_category": "به اشتراکگذاری این دسته", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "عنوان نامعتبر است!", |     "invalid-title": "عنوان نامعتبر است!", | ||||||
|     "invalid-user-data": "دادههای کاربری نامعتبر است.", |     "invalid-user-data": "دادههای کاربری نامعتبر است.", | ||||||
|     "invalid-password": "گذرواژه نامعتبر است.", |     "invalid-password": "گذرواژه نامعتبر است.", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "عدد صفحهبندی نامعتبر است.", |     "invalid-pagination-value": "عدد صفحهبندی نامعتبر است.", | ||||||
|     "username-taken": "این نام کاربری گرفته شده است.", |     "username-taken": "این نام کاربری گرفته شده است.", | ||||||
|     "email-taken": "این رایانامه گرفته شده است.", |     "email-taken": "این رایانامه گرفته شده است.", | ||||||
|     "email-not-confirmed": "رایانامه شما تأیید نشده است، لطفاً برای تأیید رایانامهتان اینجا را بفشارید.", |     "email-not-confirmed": "رایانامه شما تأیید نشده است، لطفاً برای تأیید رایانامهتان اینجا را بفشارید.", | ||||||
|     "username-too-short": "نام کاربری خیلی کوتاه است.", |     "username-too-short": "نام کاربری خیلی کوتاه است.", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "کاربر محروم شد.", |     "user-banned": "کاربر محروم شد.", | ||||||
|     "no-category": "چنین دستهای وجود ندارد.", |     "no-category": "چنین دستهای وجود ندارد.", | ||||||
|     "no-topic": "چنین جستاری وجود ندارد.", |     "no-topic": "چنین جستاری وجود ندارد.", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "خطای بارگذاری: %1", |     "upload-error": "خطای بارگذاری: %1", | ||||||
|     "signature-too-long": "امضا نمیتواند بیشتر از %1 نویسه داشته باشد.", |     "signature-too-long": "امضا نمیتواند بیشتر از %1 نویسه داشته باشد.", | ||||||
|     "cant-chat-with-yourself": "شما نمیتوانید با خودتان گفتگو کنید!", |     "cant-chat-with-yourself": "شما نمیتوانید با خودتان گفتگو کنید!", | ||||||
|     "not-enough-reputation-to-downvote": "شما اعتبار کافی برای دادن رای منفی به این دیدگاه را ندارید." |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "شما اعتبار کافی برای دادن رای منفی به این دیدگاه را ندارید.", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "آکاهسازی تازه", |     "new_notification": "آکاهسازی تازه", | ||||||
|     "you_have_unread_notifications": "شما آگاهسازیهای نخوانده دارید.", |     "you_have_unread_notifications": "شما آگاهسازیهای نخوانده دارید.", | ||||||
|     "new_message_from": "پیام تازه از <strong>%1</strong>", |     "new_message_from": "پیام تازه از <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> به دیدگاه شما رای داده است.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> دیدگاه شما را پسندیده است.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "پرچم خوردن یک دیدگاه از سوی <strong>%1</strong>", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "پاسخ دادن به <strong>%2</strong> از سوی <strong>%1</strong>", |     "user_posted_to": "پاسخ دادن به <strong>%2</strong> از سوی <strong>%1</strong>", | ||||||
|     "user_mentioned_you_in": "%1 در %2 به شما اشاره کرد", |     "user_mentioned_you_in": "%1 در %2 به شما اشاره کرد", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "رایانامه تایید شد", |     "email-confirmed": "رایانامه تایید شد", | ||||||
|     "email-confirmed-message": "بابت تایید ایمیلتان سپاسگزاریم. حساب کاربری شما اکنون به صورت کامل فعال شده است.", |     "email-confirmed-message": "بابت تایید ایمیلتان سپاسگزاریم. حساب کاربری شما اکنون به صورت کامل فعال شده است.", | ||||||
|     "email-confirm-error": "خطایی پیش آمده است...", |     "email-confirm-error": "خطایی پیش آمده است...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "هفته", |     "week": "هفته", | ||||||
|     "month": "ماه", |     "month": "ماه", | ||||||
|     "year": "سال", |     "year": "سال", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "هیچ جستار تازهای نیست." |     "no_recent_topics": "هیچ جستار تازهای نیست." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "نام کاربری", |     "username": "نام کاربری", | ||||||
|     "email": "رایانامه", |     "email": "رایانامه", | ||||||
|     "confirm_email": "تأیید رایانامه", |     "confirm_email": "تأیید رایانامه", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "نام کامل", |     "fullname": "نام کامل", | ||||||
|     "website": "تارنما", |     "website": "تارنما", | ||||||
|     "location": "محل سکونت", |     "location": "محل سکونت", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "شمار دیدگاهها در هر برگه", |     "posts_per_page": "شمار دیدگاهها در هر برگه", | ||||||
|     "notification_sounds": "پخش صدا هنگامی که شما یک آگاهسازی دریافت میکنید.", |     "notification_sounds": "پخش صدا هنگامی که شما یک آگاهسازی دریافت میکنید.", | ||||||
|     "browsing": "تنظیمات مرور", |     "browsing": "تنظیمات مرور", | ||||||
|     "open_links_in_new_tab": "بازکردن لینکهای خارجی در تب جدید؟" |     "open_links_in_new_tab": "بازکردن لینکهای خارجی در تب جدید؟", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>Tällä aihealueella ei ole yhtään aihetta.</strong><br />Miksi et aloittaisi uutta?", |     "no_topics": "<strong>Tällä aihealueella ei ole yhtään aihetta.</strong><br />Miksi et aloittaisi uutta?", | ||||||
|     "browsing": "selaamassa", |     "browsing": "selaamassa", | ||||||
|     "no_replies": "Kukaan ei ole vastannut", |     "no_replies": "Kukaan ei ole vastannut", | ||||||
|     "share_this_category": "Jaa tämä kategoria" |     "share_this_category": "Jaa tämä kategoria", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Virheellinen otsikko!", |     "invalid-title": "Virheellinen otsikko!", | ||||||
|     "invalid-user-data": "Virheellinen käyttäjätieto", |     "invalid-user-data": "Virheellinen käyttäjätieto", | ||||||
|     "invalid-password": "Virheellinen salasana", |     "invalid-password": "Virheellinen salasana", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Virheellinen taittoarvo", |     "invalid-pagination-value": "Virheellinen taittoarvo", | ||||||
|     "username-taken": "Käyttäjänimi varattu", |     "username-taken": "Käyttäjänimi varattu", | ||||||
|     "email-taken": "Sähköpostiosoite varattu", |     "email-taken": "Sähköpostiosoite varattu", | ||||||
|     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", |     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", | ||||||
|     "username-too-short": "Käyttäjänimi on liian lyhyt", |     "username-too-short": "Käyttäjänimi on liian lyhyt", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "Käyttäjä on estetty", |     "user-banned": "Käyttäjä on estetty", | ||||||
|     "no-category": "Kategoriaa ei ole olemassa", |     "no-category": "Kategoriaa ei ole olemassa", | ||||||
|     "no-topic": "Aihetta ei ole olemassa", |     "no-topic": "Aihetta ei ole olemassa", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Lähetysvirhe: %1", |     "upload-error": "Lähetysvirhe: %1", | ||||||
|     "signature-too-long": "Allekirjoitus ei voi olla pidempi kuin %1 merkkiä!", |     "signature-too-long": "Allekirjoitus ei voi olla pidempi kuin %1 merkkiä!", | ||||||
|     "cant-chat-with-yourself": "Et voi keskustella itsesi kanssa!", |     "cant-chat-with-yourself": "Et voi keskustella itsesi kanssa!", | ||||||
|     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "Uusi ilmoitus", |     "new_notification": "Uusi ilmoitus", | ||||||
|     "you_have_unread_notifications": "Sinulla on lukemattomia ilmoituksia.", |     "you_have_unread_notifications": "Sinulla on lukemattomia ilmoituksia.", | ||||||
|     "new_message_from": "Uusi viesti käyttäjältä <strong>%1</strong>", |     "new_message_from": "Uusi viesti käyttäjältä <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> has upvoted your post.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> lisäsi viestisi suosikkeihinsa.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> flagged a post.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>", |     "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>", |     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Sähköpostiosoite vahvistettu", |     "email-confirmed": "Sähköpostiosoite vahvistettu", | ||||||
|     "email-confirmed-message": "Kiitos sähköpostiosoitteesi vahvistamisesta. Käyttäjätilisi on nyt täysin aktivoitu.", |     "email-confirmed-message": "Kiitos sähköpostiosoitteesi vahvistamisesta. Käyttäjätilisi on nyt täysin aktivoitu.", | ||||||
|     "email-confirm-error": "Tapahtui virhe...", |     "email-confirm-error": "Tapahtui virhe...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "Viikko", |     "week": "Viikko", | ||||||
|     "month": "Kuukausi", |     "month": "Kuukausi", | ||||||
|     "year": "Year", |     "year": "Year", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "Ei viimeisimpiä aiheita." |     "no_recent_topics": "Ei viimeisimpiä aiheita." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "Käyttäjän nimi", |     "username": "Käyttäjän nimi", | ||||||
|     "email": "Sähköposti", |     "email": "Sähköposti", | ||||||
|     "confirm_email": "Confirm Email", |     "confirm_email": "Confirm Email", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "Koko nimi", |     "fullname": "Koko nimi", | ||||||
|     "website": "Kotisivu", |     "website": "Kotisivu", | ||||||
|     "location": "Sijainti", |     "location": "Sijainti", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "Viestiä per sivu", |     "posts_per_page": "Viestiä per sivu", | ||||||
|     "notification_sounds": "Soita merkkiääni ilmoituksen saapuessa.", |     "notification_sounds": "Soita merkkiääni ilmoituksen saapuessa.", | ||||||
|     "browsing": "Browsing Settings", |     "browsing": "Browsing Settings", | ||||||
|     "open_links_in_new_tab": "Open outgoing links in new tab?" |     "open_links_in_new_tab": "Open outgoing links in new tab?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>Il n'y a aucun sujet dans cette catégorie.</strong><br />Pourquoi ne pas en créer un ?", |     "no_topics": "<strong>Il n'y a aucun sujet dans cette catégorie.</strong><br />Pourquoi ne pas en créer un ?", | ||||||
|     "browsing": "parcouru par", |     "browsing": "parcouru par", | ||||||
|     "no_replies": "Personne n'a répondu", |     "no_replies": "Personne n'a répondu", | ||||||
|     "share_this_category": "Partager cette catégorie" |     "share_this_category": "Partager cette catégorie", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Titre invalide !", |     "invalid-title": "Titre invalide !", | ||||||
|     "invalid-user-data": "Données utilisateur invalides", |     "invalid-user-data": "Données utilisateur invalides", | ||||||
|     "invalid-password": "Mot de passe invalide", |     "invalid-password": "Mot de passe invalide", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Valeur de pagination invalide", |     "invalid-pagination-value": "Valeur de pagination invalide", | ||||||
|     "username-taken": "Nom d’utilisateur déjà utilisé", |     "username-taken": "Nom d’utilisateur déjà utilisé", | ||||||
|     "email-taken": "Email déjà utilisé", |     "email-taken": "Email déjà utilisé", | ||||||
|     "email-not-confirmed": "Votre adresse email n'est pas confirmée, cliquez ici pour la valider.", |     "email-not-confirmed": "Votre adresse email n'est pas confirmée, cliquez ici pour la valider.", | ||||||
|     "username-too-short": "Nom d'utilisateur trop court", |     "username-too-short": "Nom d'utilisateur trop court", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "Utilisateur banni", |     "user-banned": "Utilisateur banni", | ||||||
|     "no-category": "Cette catégorie n'existe pas", |     "no-category": "Cette catégorie n'existe pas", | ||||||
|     "no-topic": "Ce sujet n'existe pas", |     "no-topic": "Ce sujet n'existe pas", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Erreur d'envoi : %1", |     "upload-error": "Erreur d'envoi : %1", | ||||||
|     "signature-too-long": "La signature ne peut dépasser %1 caractères !", |     "signature-too-long": "La signature ne peut dépasser %1 caractères !", | ||||||
|     "cant-chat-with-yourself": "Vous ne pouvez chatter avec vous même !", |     "cant-chat-with-yourself": "Vous ne pouvez chatter avec vous même !", | ||||||
|     "not-enough-reputation-to-downvote": "Vous n'avez pas une réputation assez élevée pour noter négativement ce message" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "Vous n'avez pas une réputation assez élevée pour noter négativement ce message", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "Nouvelle notification", |     "new_notification": "Nouvelle notification", | ||||||
|     "you_have_unread_notifications": "Vous avez des notifications non-lues", |     "you_have_unread_notifications": "Vous avez des notifications non-lues", | ||||||
|     "new_message_from": "Nouveau message de <strong>%1</strong>", |     "new_message_from": "Nouveau message de <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> a voté pour votre message.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> a mis votre message en favoris.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> a signalé un message.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> a répondu à : <strong>%2</strong>", |     "user_posted_to": "<strong>%1</strong> a répondu à : <strong>%2</strong>", | ||||||
|     "user_mentioned_you_in": "<strong>%1</strong> vous a mentionné dans <strong>%2</strong>", |     "user_mentioned_you_in": "<strong>%1</strong> vous a mentionné dans <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Email vérifié", |     "email-confirmed": "Email vérifié", | ||||||
|     "email-confirmed-message": "Merci pour la validation de votre adresse email. Votre compte est désormais activé.", |     "email-confirmed-message": "Merci pour la validation de votre adresse email. Votre compte est désormais activé.", | ||||||
|     "email-confirm-error": "Un erreur est survenue ...", |     "email-confirm-error": "Un erreur est survenue ...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "Semaine", |     "week": "Semaine", | ||||||
|     "month": "Mois", |     "month": "Mois", | ||||||
|     "year": "An", |     "year": "An", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "Il n'y a aucun sujet récent." |     "no_recent_topics": "Il n'y a aucun sujet récent." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 résultat(s) correspondant(s) à \"%2\", (%3 secondes)" |     "results_matching": "%1 résultat(s) correspondant(s) à \"%2\", (%3 secondes)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "Nom d'utilisateur", |     "username": "Nom d'utilisateur", | ||||||
|     "email": "Email", |     "email": "Email", | ||||||
|     "confirm_email": "Confirmer l'adresse email", |     "confirm_email": "Confirmer l'adresse email", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "Nom", |     "fullname": "Nom", | ||||||
|     "website": "Site web", |     "website": "Site web", | ||||||
|     "location": "Emplacement", |     "location": "Emplacement", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "Messages par page", |     "posts_per_page": "Messages par page", | ||||||
|     "notification_sounds": "Émettre un son lors de la réception de notifications.", |     "notification_sounds": "Émettre un son lors de la réception de notifications.", | ||||||
|     "browsing": "Paramètres de navigation", |     "browsing": "Paramètres de navigation", | ||||||
|     "open_links_in_new_tab": "Ouvrir les liens externes dans un nouvel onglet ?" |     "open_links_in_new_tab": "Ouvrir les liens externes dans un nouvel onglet ?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>קטגוריה זו ריקה מנושאים.</strong><br />למה שלא תנסה להוסיף נושא חדש?", |     "no_topics": "<strong>קטגוריה זו ריקה מנושאים.</strong><br />למה שלא תנסה להוסיף נושא חדש?", | ||||||
|     "browsing": "צופים בנושא זה כעת", |     "browsing": "צופים בנושא זה כעת", | ||||||
|     "no_replies": "אין תגובות", |     "no_replies": "אין תגובות", | ||||||
|     "share_this_category": "שתף קטגוריה זו" |     "share_this_category": "שתף קטגוריה זו", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "כותרת שגויה", |     "invalid-title": "כותרת שגויה", | ||||||
|     "invalid-user-data": "מידע משתמש שגוי", |     "invalid-user-data": "מידע משתמש שגוי", | ||||||
|     "invalid-password": "סיסמא שגויה", |     "invalid-password": "סיסמא שגויה", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "ערך דפדוף שגוי", |     "invalid-pagination-value": "ערך דפדוף שגוי", | ||||||
|     "username-taken": "שם משתמש תפוס", |     "username-taken": "שם משתמש תפוס", | ||||||
|     "email-taken": "כתובת אימייל תפוסה", |     "email-taken": "כתובת אימייל תפוסה", | ||||||
|     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", |     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", | ||||||
|     "username-too-short": "שם משתמש קצר מדי", |     "username-too-short": "שם משתמש קצר מדי", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "המשתמש חסום", |     "user-banned": "המשתמש חסום", | ||||||
|     "no-category": "קטגוריה אינה קיימת", |     "no-category": "קטגוריה אינה קיימת", | ||||||
|     "no-topic": "נושא אינו קיים", |     "no-topic": "נושא אינו קיים", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "שגיאה בהעלאה : %1", |     "upload-error": "שגיאה בהעלאה : %1", | ||||||
|     "signature-too-long": "חתימה אינה יכולה להיות ארוכה מ %1 תווים!", |     "signature-too-long": "חתימה אינה יכולה להיות ארוכה מ %1 תווים!", | ||||||
|     "cant-chat-with-yourself": "לא ניתן לעשות צ'אט עם עצמך!", |     "cant-chat-with-yourself": "לא ניתן לעשות צ'אט עם עצמך!", | ||||||
|     "not-enough-reputation-to-downvote": "אין לך מספיק מוניטין כדי להוריד את הדירוג של פוסט זה" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "אין לך מספיק מוניטין כדי להוריד את הדירוג של פוסט זה", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "New Notification", |     "new_notification": "New Notification", | ||||||
|     "you_have_unread_notifications": "You have unread notifications.", |     "you_have_unread_notifications": "You have unread notifications.", | ||||||
|     "new_message_from": "New message from <strong>%1</strong>", |     "new_message_from": "New message from <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> has upvoted your post.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> has favourited your post.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> flagged a post.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>", |     "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>", |     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Email Confirmed", |     "email-confirmed": "Email Confirmed", | ||||||
|     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", |     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", | ||||||
|     "email-confirm-error": "An error occurred...", |     "email-confirm-error": "An error occurred...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "שבוע", |     "week": "שבוע", | ||||||
|     "month": "חודש", |     "month": "חודש", | ||||||
|     "year": "Year", |     "year": "Year", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "אין נושאים חדשים" |     "no_recent_topics": "אין נושאים חדשים" | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "שם משתמש", |     "username": "שם משתמש", | ||||||
|     "email": "כתובת אימייל", |     "email": "כתובת אימייל", | ||||||
|     "confirm_email": "Confirm Email", |     "confirm_email": "Confirm Email", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "שם מלא", |     "fullname": "שם מלא", | ||||||
|     "website": "אתר", |     "website": "אתר", | ||||||
|     "location": "מיקום", |     "location": "מיקום", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "כמות פוסטים בעמוד", |     "posts_per_page": "כמות פוסטים בעמוד", | ||||||
|     "notification_sounds": "השמע צליל כאשר מתקבלת הודעה עבורך.", |     "notification_sounds": "השמע צליל כאשר מתקבלת הודעה עבורך.", | ||||||
|     "browsing": "הגדרות צפייה", |     "browsing": "הגדרות צפייה", | ||||||
|     "open_links_in_new_tab": "Open outgoing links in new tab?" |     "open_links_in_new_tab": "Open outgoing links in new tab?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>Még nincs nyitva egy téma sem ebben a kategóriában.</strong>Miért nem hozol létre egyet?", |     "no_topics": "<strong>Még nincs nyitva egy téma sem ebben a kategóriában.</strong>Miért nem hozol létre egyet?", | ||||||
|     "browsing": "jelenlévők", |     "browsing": "jelenlévők", | ||||||
|     "no_replies": "Senki sem válaszolt még", |     "no_replies": "Senki sem válaszolt még", | ||||||
|     "share_this_category": "Hozzászólás megosztása" |     "share_this_category": "Hozzászólás megosztása", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Invalid title!", |     "invalid-title": "Invalid title!", | ||||||
|     "invalid-user-data": "Invalid User Data", |     "invalid-user-data": "Invalid User Data", | ||||||
|     "invalid-password": "Invalid Password", |     "invalid-password": "Invalid Password", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Invalid pagination value", |     "invalid-pagination-value": "Invalid pagination value", | ||||||
|     "username-taken": "Username taken", |     "username-taken": "Username taken", | ||||||
|     "email-taken": "Email taken", |     "email-taken": "Email taken", | ||||||
|     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", |     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", | ||||||
|     "username-too-short": "Username too short", |     "username-too-short": "Username too short", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "User banned", |     "user-banned": "User banned", | ||||||
|     "no-category": "Category doesn't exist", |     "no-category": "Category doesn't exist", | ||||||
|     "no-topic": "Topic doesn't exist", |     "no-topic": "Topic doesn't exist", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Upload Error : %1", |     "upload-error": "Upload Error : %1", | ||||||
|     "signature-too-long": "Signature can't be longer than %1 characters!", |     "signature-too-long": "Signature can't be longer than %1 characters!", | ||||||
|     "cant-chat-with-yourself": "You can't chat with yourself!", |     "cant-chat-with-yourself": "You can't chat with yourself!", | ||||||
|     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "New Notification", |     "new_notification": "New Notification", | ||||||
|     "you_have_unread_notifications": "You have unread notifications.", |     "you_have_unread_notifications": "You have unread notifications.", | ||||||
|     "new_message_from": "New message from <strong>%1</strong>", |     "new_message_from": "New message from <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> has upvoted your post.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> has favourited your post.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> flagged a post.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>", |     "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>", |     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Email Confirmed", |     "email-confirmed": "Email Confirmed", | ||||||
|     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", |     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", | ||||||
|     "email-confirm-error": "An error occurred...", |     "email-confirm-error": "An error occurred...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "Hét", |     "week": "Hét", | ||||||
|     "month": "Hónap", |     "month": "Hónap", | ||||||
|     "year": "Year", |     "year": "Year", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "Nincs friss topik." |     "no_recent_topics": "Nincs friss topik." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "Felhasználónév", |     "username": "Felhasználónév", | ||||||
|     "email": "E-mail", |     "email": "E-mail", | ||||||
|     "confirm_email": "Confirm Email", |     "confirm_email": "Confirm Email", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "Teljes Név", |     "fullname": "Teljes Név", | ||||||
|     "website": "Weboldal", |     "website": "Weboldal", | ||||||
|     "location": "Lakhely", |     "location": "Lakhely", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "Hozzászólás oldalanként", |     "posts_per_page": "Hozzászólás oldalanként", | ||||||
|     "notification_sounds": "Hang lejátszása ha értesítés érkezett.", |     "notification_sounds": "Hang lejátszása ha értesítés érkezett.", | ||||||
|     "browsing": "Browsing Settings", |     "browsing": "Browsing Settings", | ||||||
|     "open_links_in_new_tab": "Open outgoing links in new tab?" |     "open_links_in_new_tab": "Open outgoing links in new tab?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>Non ci sono discussioni in questa categoria.</strong><br />Perché non ne inizi una?", |     "no_topics": "<strong>Non ci sono discussioni in questa categoria.</strong><br />Perché non ne inizi una?", | ||||||
|     "browsing": "visualizzando", |     "browsing": "visualizzando", | ||||||
|     "no_replies": "Nessuno ha risposto", |     "no_replies": "Nessuno ha risposto", | ||||||
|     "share_this_category": "Share this category" |     "share_this_category": "Share this category", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Invalid title!", |     "invalid-title": "Invalid title!", | ||||||
|     "invalid-user-data": "Invalid User Data", |     "invalid-user-data": "Invalid User Data", | ||||||
|     "invalid-password": "Invalid Password", |     "invalid-password": "Invalid Password", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Invalid pagination value", |     "invalid-pagination-value": "Invalid pagination value", | ||||||
|     "username-taken": "Username taken", |     "username-taken": "Username taken", | ||||||
|     "email-taken": "Email taken", |     "email-taken": "Email taken", | ||||||
|     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", |     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", | ||||||
|     "username-too-short": "Username too short", |     "username-too-short": "Username too short", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "User banned", |     "user-banned": "User banned", | ||||||
|     "no-category": "Category doesn't exist", |     "no-category": "Category doesn't exist", | ||||||
|     "no-topic": "Topic doesn't exist", |     "no-topic": "Topic doesn't exist", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Upload Error : %1", |     "upload-error": "Upload Error : %1", | ||||||
|     "signature-too-long": "Signature can't be longer than %1 characters!", |     "signature-too-long": "Signature can't be longer than %1 characters!", | ||||||
|     "cant-chat-with-yourself": "You can't chat with yourself!", |     "cant-chat-with-yourself": "You can't chat with yourself!", | ||||||
|     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "Nuove Notifiche", |     "new_notification": "Nuove Notifiche", | ||||||
|     "you_have_unread_notifications": "Hai notifiche non lette.", |     "you_have_unread_notifications": "Hai notifiche non lette.", | ||||||
|     "new_message_from": "Nuovo messaggio da <strong>%1</strong>", |     "new_message_from": "Nuovo messaggio da <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> has upvoted your post.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> has favourited your post.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> flagged a post.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>", |     "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>", |     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Email Confirmed", |     "email-confirmed": "Email Confirmed", | ||||||
|     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", |     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", | ||||||
|     "email-confirm-error": "An error occurred...", |     "email-confirm-error": "An error occurred...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "Settimana", |     "week": "Settimana", | ||||||
|     "month": "Mese", |     "month": "Mese", | ||||||
|     "year": "Year", |     "year": "Year", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "Non ci sono discussioni recenti." |     "no_recent_topics": "Non ci sono discussioni recenti." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "Nome Utente", |     "username": "Nome Utente", | ||||||
|     "email": "Email", |     "email": "Email", | ||||||
|     "confirm_email": "Confirm Email", |     "confirm_email": "Confirm Email", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "Nome e Cognome", |     "fullname": "Nome e Cognome", | ||||||
|     "website": "Sito Internet", |     "website": "Sito Internet", | ||||||
|     "location": "Località", |     "location": "Località", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "Post per Pagina", |     "posts_per_page": "Post per Pagina", | ||||||
|     "notification_sounds": "Play a sound when you receive a notification.", |     "notification_sounds": "Play a sound when you receive a notification.", | ||||||
|     "browsing": "Browsing Settings", |     "browsing": "Browsing Settings", | ||||||
|     "open_links_in_new_tab": "Open outgoing links in new tab?" |     "open_links_in_new_tab": "Open outgoing links in new tab?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>まだスレッドはありません.</strong><br />一番目のスレッドを書いてみないか?", |     "no_topics": "<strong>まだスレッドはありません.</strong><br />一番目のスレッドを書いてみないか?", | ||||||
|     "browsing": "閲覧中", |     "browsing": "閲覧中", | ||||||
|     "no_replies": "返事はまだありません", |     "no_replies": "返事はまだありません", | ||||||
|     "share_this_category": "この板を共有" |     "share_this_category": "この板を共有", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Invalid title!", |     "invalid-title": "Invalid title!", | ||||||
|     "invalid-user-data": "無効なユーザーデータ", |     "invalid-user-data": "無効なユーザーデータ", | ||||||
|     "invalid-password": "無効なパスワード", |     "invalid-password": "無効なパスワード", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "無効な改ページ設定値", |     "invalid-pagination-value": "無効な改ページ設定値", | ||||||
|     "username-taken": "ユーザー名が取られた", |     "username-taken": "ユーザー名が取られた", | ||||||
|     "email-taken": "メールアドレスが使用された", |     "email-taken": "メールアドレスが使用された", | ||||||
|     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", |     "email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.", | ||||||
|     "username-too-short": "Username too short", |     "username-too-short": "Username too short", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "ユーザーが停止された", |     "user-banned": "ユーザーが停止された", | ||||||
|     "no-category": "板が存在しない", |     "no-category": "板が存在しない", | ||||||
|     "no-topic": "スレッドが存在しない", |     "no-topic": "スレッドが存在しない", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Upload Error : %1", |     "upload-error": "Upload Error : %1", | ||||||
|     "signature-too-long": "署名は最大%1文字までです!", |     "signature-too-long": "署名は最大%1文字までです!", | ||||||
|     "cant-chat-with-yourself": "自分にチャットすることはできません!", |     "cant-chat-with-yourself": "自分にチャットすることはできません!", | ||||||
|     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "新しい通知", |     "new_notification": "新しい通知", | ||||||
|     "you_have_unread_notifications": "未読の通知があります。", |     "you_have_unread_notifications": "未読の通知があります。", | ||||||
|     "new_message_from": "<strong>%1</strong>からの新しいメッセージ", |     "new_message_from": "<strong>%1</strong>からの新しいメッセージ", | ||||||
|     "upvoted_your_post": "<strong>%1</strong>はあなたのポストを評価しました。", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong>はあなたのポストをお気に入りにしました。", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> ポストを報告しました。", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> は <strong>%2</strong> への返事を作成しました。", |     "user_posted_to": "<strong>%1</strong> は <strong>%2</strong> への返事を作成しました。", | ||||||
|     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", |     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Email Confirmed", |     "email-confirmed": "Email Confirmed", | ||||||
|     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", |     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", | ||||||
|     "email-confirm-error": "An error occurred...", |     "email-confirm-error": "An error occurred...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "最近 1 週", |     "week": "最近 1 週", | ||||||
|     "month": "最近 1 ヶ月", |     "month": "最近 1 ヶ月", | ||||||
|     "year": "Year", |     "year": "Year", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "最近のスレッドはありません。" |     "no_recent_topics": "最近のスレッドはありません。" | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "ユーザー名", |     "username": "ユーザー名", | ||||||
|     "email": "メール", |     "email": "メール", | ||||||
|     "confirm_email": "Confirm Email", |     "confirm_email": "Confirm Email", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "フルネーム", |     "fullname": "フルネーム", | ||||||
|     "website": "ウェブサイト", |     "website": "ウェブサイト", | ||||||
|     "location": "ロケーション", |     "location": "ロケーション", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "ページ毎のポスト数", |     "posts_per_page": "ページ毎のポスト数", | ||||||
|     "notification_sounds": "通知が来たとき音を流す", |     "notification_sounds": "通知が来たとき音を流す", | ||||||
|     "browsing": "Browsing Settings", |     "browsing": "Browsing Settings", | ||||||
|     "open_links_in_new_tab": "Open outgoing links in new tab?" |     "open_links_in_new_tab": "Open outgoing links in new tab?", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>이 카테고리에는 생성된 주제가 없습니다.</strong><br />먼저 주제를 생성해 보세요.", |     "no_topics": "<strong>이 카테고리에는 생성된 주제가 없습니다.</strong><br />먼저 주제를 생성해 보세요.", | ||||||
|     "browsing": "이 주제를 읽고 있는 사용자", |     "browsing": "이 주제를 읽고 있는 사용자", | ||||||
|     "no_replies": "답글이 없습니다.", |     "no_replies": "답글이 없습니다.", | ||||||
|     "share_this_category": "이 카테고리를 공유" |     "share_this_category": "이 카테고리를 공유", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "올바르지 않은 제목입니다.", |     "invalid-title": "올바르지 않은 제목입니다.", | ||||||
|     "invalid-user-data": "올바르지 않은 사용자 정보입니다.", |     "invalid-user-data": "올바르지 않은 사용자 정보입니다.", | ||||||
|     "invalid-password": "올바르지 않은 비밀번호입니다.", |     "invalid-password": "올바르지 않은 비밀번호입니다.", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "올바르지 않은 페이지입니다.", |     "invalid-pagination-value": "올바르지 않은 페이지입니다.", | ||||||
|     "username-taken": "이미 사용 중인 사용자 이름입니다.", |     "username-taken": "이미 사용 중인 사용자 이름입니다.", | ||||||
|     "email-taken": "이미 사용 중인 이메일입니다.", |     "email-taken": "이미 사용 중인 이메일입니다.", | ||||||
|     "email-not-confirmed": "아직 이메일이 인증되지 않았습니다. 여기를 누르면 인증 메일을 발송할 수 있습니다.", |     "email-not-confirmed": "아직 이메일이 인증되지 않았습니다. 여기를 누르면 인증 메일을 발송할 수 있습니다.", | ||||||
|     "username-too-short": "사용자 이름이 너무 짧습니다.", |     "username-too-short": "사용자 이름이 너무 짧습니다.", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "차단된 사용자입니다.", |     "user-banned": "차단된 사용자입니다.", | ||||||
|     "no-category": "존재하지 않는 카테고리입니다.", |     "no-category": "존재하지 않는 카테고리입니다.", | ||||||
|     "no-topic": "존재하지 않는 주제입니다.", |     "no-topic": "존재하지 않는 주제입니다.", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "업로드 오류가 발생했습니다. : %1", |     "upload-error": "업로드 오류가 발생했습니다. : %1", | ||||||
|     "signature-too-long": "서명은 최대 %1자로 제한됩니다.", |     "signature-too-long": "서명은 최대 %1자로 제한됩니다.", | ||||||
|     "cant-chat-with-yourself": "자신과는 채팅할 수 없습니다.", |     "cant-chat-with-yourself": "자신과는 채팅할 수 없습니다.", | ||||||
|     "not-enough-reputation-to-downvote": "인기도가 낮아 이 게시물에 반대할 수 없습니다." |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "인기도가 낮아 이 게시물에 반대할 수 없습니다.", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "새 알림", |     "new_notification": "새 알림", | ||||||
|     "you_have_unread_notifications": "읽지 않은 알림이 있습니다.", |     "you_have_unread_notifications": "읽지 않은 알림이 있습니다.", | ||||||
|     "new_message_from": "<strong>%1</strong>님이 메시지를 보냈습니다.", |     "new_message_from": "<strong>%1</strong>님이 메시지를 보냈습니다.", | ||||||
|     "upvoted_your_post": "<strong>%1</strong>님이 내 게시물을 추천했습니다.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong>님이 내 게시물을 관심글로 등록했습니다.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong>님이 게시물을 신고했습니다.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong>님이 <strong>%2</strong>님의 게시물에 답글을 작성했습니다.", |     "user_posted_to": "<strong>%1</strong>님이 <strong>%2</strong>님의 게시물에 답글을 작성했습니다.", | ||||||
|     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", |     "user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "Email Confirmed", |     "email-confirmed": "Email Confirmed", | ||||||
|     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", |     "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", | ||||||
|     "email-confirm-error": "An error occurred...", |     "email-confirm-error": "An error occurred...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "주간", |     "week": "주간", | ||||||
|     "month": "월간", |     "month": "월간", | ||||||
|     "year": "Year", |     "year": "Year", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "최근 생성된 주제가 없습니다." |     "no_recent_topics": "최근 생성된 주제가 없습니다." | ||||||
| } | } | ||||||
| @@ -1,3 +1,4 @@ | |||||||
| { | { | ||||||
|     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)" |     "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", | ||||||
|  |     "no-matches": "No posts found" | ||||||
| } | } | ||||||
| @@ -4,6 +4,8 @@ | |||||||
|     "username": "사용자 이름", |     "username": "사용자 이름", | ||||||
|     "email": "이메일", |     "email": "이메일", | ||||||
|     "confirm_email": "이메일 확인", |     "confirm_email": "이메일 확인", | ||||||
|  |     "delete_account": "Delete Account", | ||||||
|  |     "delete_account_confirm": "Are you sure you want to delete your account?", | ||||||
|     "fullname": "이름", |     "fullname": "이름", | ||||||
|     "website": "웹 사이트", |     "website": "웹 사이트", | ||||||
|     "location": "거주지", |     "location": "거주지", | ||||||
| @@ -61,5 +63,7 @@ | |||||||
|     "posts_per_page": "페이지 당 게시물 수", |     "posts_per_page": "페이지 당 게시물 수", | ||||||
|     "notification_sounds": "알림을 수신하면 알림음을 재생", |     "notification_sounds": "알림을 수신하면 알림음을 재생", | ||||||
|     "browsing": "페이지 열기", |     "browsing": "페이지 열기", | ||||||
|     "open_links_in_new_tab": "외부 링크를 새 탭에서 열기" |     "open_links_in_new_tab": "외부 링크를 새 탭에서 열기", | ||||||
|  |     "follow_topics_you_reply_to": "Follow topics that you reply to.", | ||||||
|  |     "follow_topics_you_create": "Follow topics you create." | ||||||
| } | } | ||||||
| @@ -3,5 +3,6 @@ | |||||||
|     "no_topics": "<strong>Šioje kategorijoje temų nėra.</strong><br/>Kodėl gi jums nesukūrus naujos?", |     "no_topics": "<strong>Šioje kategorijoje temų nėra.</strong><br/>Kodėl gi jums nesukūrus naujos?", | ||||||
|     "browsing": "naršo", |     "browsing": "naršo", | ||||||
|     "no_replies": "Niekas dar neatsakė", |     "no_replies": "Niekas dar neatsakė", | ||||||
|     "share_this_category": "Pasidalinti šią kategoriją" |     "share_this_category": "Pasidalinti šią kategoriją", | ||||||
|  |     "ignore": "Ignore" | ||||||
| } | } | ||||||
| @@ -12,11 +12,13 @@ | |||||||
|     "invalid-title": "Neteisingas pavadinimas!", |     "invalid-title": "Neteisingas pavadinimas!", | ||||||
|     "invalid-user-data": "Klaidingi vartotojo duomenys", |     "invalid-user-data": "Klaidingi vartotojo duomenys", | ||||||
|     "invalid-password": "Klaidingas slaptažodis", |     "invalid-password": "Klaidingas slaptažodis", | ||||||
|  |     "invalid-username-or-password": "Please specify both a username and password", | ||||||
|     "invalid-pagination-value": "Klaidinga puslapiavimo reikšmė", |     "invalid-pagination-value": "Klaidinga puslapiavimo reikšmė", | ||||||
|     "username-taken": "Vartotojo vardas jau užimtas", |     "username-taken": "Vartotojo vardas jau užimtas", | ||||||
|     "email-taken": "El. pašto adresas jau užimtas", |     "email-taken": "El. pašto adresas jau užimtas", | ||||||
|     "email-not-confirmed": "Jūsų el. paštas nepatvirtintas, prašome paspausti čia norint jį patvirtinti.", |     "email-not-confirmed": "Jūsų el. paštas nepatvirtintas, prašome paspausti čia norint jį patvirtinti.", | ||||||
|     "username-too-short": "Slapyvardis per trumpas", |     "username-too-short": "Slapyvardis per trumpas", | ||||||
|  |     "username-too-long": "Username too long", | ||||||
|     "user-banned": "Vartotojas užblokuotas", |     "user-banned": "Vartotojas užblokuotas", | ||||||
|     "no-category": "Kategorija neegzistuoja", |     "no-category": "Kategorija neegzistuoja", | ||||||
|     "no-topic": "Tema neegzistuoja", |     "no-topic": "Tema neegzistuoja", | ||||||
| @@ -52,5 +54,9 @@ | |||||||
|     "upload-error": "Įkėlimo klaida: %1", |     "upload-error": "Įkėlimo klaida: %1", | ||||||
|     "signature-too-long": "Parašas negali būti ilgesnis negu %1 simboliai!", |     "signature-too-long": "Parašas negali būti ilgesnis negu %1 simboliai!", | ||||||
|     "cant-chat-with-yourself": "Jūs negalite susirašinėti su savimi!", |     "cant-chat-with-yourself": "Jūs negalite susirašinėti su savimi!", | ||||||
|     "not-enough-reputation-to-downvote": "Jūs neturite pakankamai reputacijos balsuoti prieš šį pranešimą" |     "reputation-system-disabled": "Reputation system is disabled.", | ||||||
|  |     "downvoting-disabled": "Downvoting is disabled", | ||||||
|  |     "not-enough-reputation-to-downvote": "Jūs neturite pakankamai reputacijos balsuoti prieš šį pranešimą", | ||||||
|  |     "not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post", | ||||||
|  |     "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading." | ||||||
| } | } | ||||||
| @@ -10,11 +10,14 @@ | |||||||
|     "new_notification": "Naujas pranešimas", |     "new_notification": "Naujas pranešimas", | ||||||
|     "you_have_unread_notifications": "Jūs turite neperskaitytų pranešimų.", |     "you_have_unread_notifications": "Jūs turite neperskaitytų pranešimų.", | ||||||
|     "new_message_from": "Nauja žinutė nuo <strong>%1</strong>", |     "new_message_from": "Nauja žinutė nuo <strong>%1</strong>", | ||||||
|     "upvoted_your_post": "<strong>%1</strong> teigiamai įvertino jūsų pranešimą.", |     "upvoted_your_post_in": "<strong>%1</strong> has upvoted your post in <strong>%2</strong>.", | ||||||
|     "favourited_your_post": "<strong>%1</strong> pamėgo jūsų pranešimą.", |     "moved_your_post": "<strong>%1<strong> has moved your post.", | ||||||
|     "user_flagged_post": "<strong>%1</strong> pažymėjo pranešimą moderavimui.", |     "moved_your_topic": "<strong>%1<strong> has moved your topic.", | ||||||
|  |     "favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.", | ||||||
|  |     "user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>", | ||||||
|     "user_posted_to": "<strong>%1</strong> parašė atsaką <strong>%2</strong>", |     "user_posted_to": "<strong>%1</strong> parašė atsaką <strong>%2</strong>", | ||||||
|     "user_mentioned_you_in": "<strong>%1</strong> paminėjo Jus <strong>%2</strong>", |     "user_mentioned_you_in": "<strong>%1</strong> paminėjo Jus <strong>%2</strong>", | ||||||
|  |     "user_started_following_you": "<strong>%1</strong> started following you.", | ||||||
|     "email-confirmed": "El. paštas patvirtintas", |     "email-confirmed": "El. paštas patvirtintas", | ||||||
|     "email-confirmed-message": "Dėkojame už el. pašto patvirtinimą. Jūsų paskyra pilnai aktyvuota.", |     "email-confirmed-message": "Dėkojame už el. pašto patvirtinimą. Jūsų paskyra pilnai aktyvuota.", | ||||||
|     "email-confirm-error": "Įvyko klaida...", |     "email-confirm-error": "Įvyko klaida...", | ||||||
|   | |||||||
| @@ -4,5 +4,6 @@ | |||||||
|     "week": "Savaitė", |     "week": "Savaitė", | ||||||
|     "month": "Mėnesis", |     "month": "Mėnesis", | ||||||
|     "year": "Metai", |     "year": "Metai", | ||||||
|  |     "alltime": "All Time", | ||||||
|     "no_recent_topics": "Paskutinių temų nėra" |     "no_recent_topics": "Paskutinių temų nėra" | ||||||
| } | } | ||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user