diff --git a/.editorconfig b/.editorconfig index 71340c4063..71cf54ef4d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.js, *.css, *.tpl, *.json] +[{*.js, *.css, *.tpl, *.json}] indent_style = tab end_of_line = lf charset = utf-8 diff --git a/nodebb.bat b/nodebb.bat new file mode 100644 index 0000000000..d432dd3143 --- /dev/null +++ b/nodebb.bat @@ -0,0 +1,122 @@ +@echo off + +rem %1 action +rem %2 subaction + +setlocal enabledelayedexpansion +2>nul call :CASE_%1 +if ERRORLEVEL 1 call :DEFAULT_CASE + +exit /B + +:CASE_start + echo Starting NodeBB + echo "nodebb.bat stop" to stop the NodeBB server + echo "nodebb.bat log" to view server output + + rem Start the loader daemon + node loader %* + + goto END_CASE + +:CASE_stop + call :pidexists + if %_result%==0 ( + echo NodeBB is already stopped. + ) else ( + echo Stopping NodeBB. Goodbye! + + rem Doing this forcefully is probably not the best method + taskkill /PID !_pid! /f>nul + ) + + goto END_CASE + +:CASE_restart + echo Unsupported + + goto END_CASE + +:CASE_reload + echo Unsupported + + goto END_CASE + +:CASE_status + call :pidexists + if %_result%==0 ( + echo NodeBB is not running + echo "nodebb.bat start" to launch the NodeBB server + ) else ( + echo NodeBB Running ^(pid !_pid!^) + echo "nodebb.bat stop" to stop the NodeBB server + echo "nodebb.bat log" to view server output + echo "nodebb.bat restart" to restart NodeBB + ) + + goto END_CASE + +:CASE_log + cls + type .\logs\output.log + + goto END_CASE + +:CASE_upgrade + call npm install + call npm i nodebb-theme-vanilla nodebb-theme-lavender nodebb-widget-essentials + node app --upgrade + copy /b package.json +,,>nul + + goto END_CASE + +:CASE_setup + node app --setup %* + + goto END_CASE + +:CASE_reset + node app --reset --%2 + + goto END_CASE + +:CASE_dev + echo Launching NodeBB in "development" mode. + echo To run the production build of NodeBB, please use "forever". + echo More Information: https://docs.nodebb.org/en/latest/running/index.html + set NODE_ENV=development + node loader --no-daemon %* + + goto END_CASE + +:CASE_watch + echo Not supported + + goto END_CASE + +:DEFAULT_CASE + echo Welcome to NodeBB + echo Usage: nodebb.bat ^{start^|stop^|reload^|restart^|log^|setup^|reset^|upgrade^|dev^|watch^} + + goto END_CASE + +:END_CASE + endlocal + VER > NUL + goto :EOF + +:pidexists +if exist %~dp0pidfile ( + set /p _pid= تسجيل الدخول ", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "لم يتم العثور", - "404.message": "يبدو أنك قد تعثرت على صفحة غير موجودة. عودة إلى الصفحة الرئيسية.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "خطأ داخلي.", "500.message": "عفوا! يبدو وكأنه شيء ذهب على نحو خاطئ!", "register": "تسجيل", @@ -26,6 +27,7 @@ "header.tags": "وسم", "header.popular": "الأكثر شهرة", "header.users": "المستخدمين", + "header.groups": "Groups", "header.chats": "المحادثات", "header.notifications": "التنبيهات", "header.search": "بحث", @@ -73,5 +75,7 @@ "updated.title": "تم تحديث المنتدى", "updated.message": "لقد تم تحديث المنتدى إلى آخر نسخة للتو. المرجو إعادة تحميل الصفحة.", "privacy": "الخصوصية", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "حذف الكل" } \ No newline at end of file diff --git a/public/language/ar/groups.json b/public/language/ar/groups.json index 9cc78c49e8..5ca494a696 100644 --- a/public/language/ar/groups.json +++ b/public/language/ar/groups.json @@ -1,8 +1,21 @@ { "groups": "المجموعات", "view_group": "معاينة المجموعة", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "تفاصيل المجموعة", "details.members": "لائحة الأعضاء", + "details.pending": "Pending Members", "details.has_no_posts": "أعضاء هذه المجموعة لم يضيفوا أية مشاركة", - "details.latest_posts": "آخر المشاركات" + "details.latest_posts": "آخر المشاركات", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/ar/recent.json b/public/language/ar/recent.json index 12b5140260..41da45d951 100644 --- a/public/language/ar/recent.json +++ b/public/language/ar/recent.json @@ -5,5 +5,14 @@ "month": "شهر", "year": "سنة", "alltime": "دائمًا", - "no_recent_topics": "لاوجود لمشاركات جديدة" + "no_recent_topics": "لاوجود لمشاركات جديدة", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/ar/search.json b/public/language/ar/search.json index 3321c45835..581a791905 100644 --- a/public/language/ar/search.json +++ b/public/language/ar/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 نتيجة (نتائج) موافقة ل \"%2\", (%3 ثواني)", - "no-matches": "لم يتم إيجاد أية مشاركات" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json index 6df5a6018f..256a6d2b0c 100644 --- a/public/language/ar/topic.json +++ b/public/language/ar/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "لم تختر أي مشاركة", "fork_success": "تم إنشاء فرع للموضوع بنجاح! إضغط هنا لمعاينة الفرع.", "composer.title_placeholder": "أدخل عنوان موضوعك هنا...", + "composer.handle_placeholder": "Name", "composer.discard": "نبذ التغييرات", "composer.submit": "حفظ", "composer.replying_to": "الرد على %1", @@ -92,5 +93,6 @@ "sort_by": "ترتيب حسب", "oldest_to_newest": "من الأقدم إلى الأحدث", "newest_to_oldest": "من الأحدث إلى الأقدم", - "most_votes": "الأكثر تصويتًا" + "most_votes": "الأكثر تصويتًا", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/ar/user.json b/public/language/ar/user.json index ff95cadcb6..29094b2d39 100644 --- a/public/language/ar/user.json +++ b/public/language/ar/user.json @@ -2,6 +2,8 @@ "banned": "محظور", "offline": "ليس موجود حالياً", "username": "إسم المستخدم", + "joindate": "Join Date", + "postcount": "Post Count", "email": "البريد الإلكتروني", "confirm_email": "تأكيد عنوان البريد الإلكتروني", "delete_account": "حذف الحساب", @@ -16,6 +18,7 @@ "profile_views": "عدد مشاهدات الملف الشخصي", "reputation": "السمعة", "favourites": "المفضلات", + "watched": "Watched", "followers": "المتابعون", "following": "يتابع", "signature": "توقيع", @@ -56,10 +59,12 @@ "digest_weekly": "أسبوعيًّا", "digest_monthly": "شهريًّا", "send_chat_notifications": "استلام رسالة إلكترونية عند ورود محادثة وأنا غير متصل.", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "هذا المستخدم ليس لديه أي متابع :(", "follows_no_one": "هذا المستخدم لا يتابع أحد :(", "has_no_posts": "هذا المستخدم لم يكتب أي شيء بعد.", "has_no_topics": "هذا المستخدم لم ينشئ أي موضوع بعد.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "البريد الإلكتروني مخفي", "hidden": "مخفي", "paginate_description": "عرض المواضيع والردود موزعة على صفحات عوض صفحة واحدة.", diff --git a/public/language/ar/users.json b/public/language/ar/users.json index bd81c8d5ba..b37bca619f 100644 --- a/public/language/ar/users.json +++ b/public/language/ar/users.json @@ -5,5 +5,8 @@ "search": "بحث", "enter_username": "أدخل اسم مستخدم للبحث", "load_more": "حمل المزيد", - "users-found-search-took": "تم إيجاد %1 مستخدمـ(ين)! استغرق البحث %2 ميليثانية." + "users-found-search-took": "تم إيجاد %1 مستخدمـ(ين)! استغرق البحث %2 ميليثانية.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/bn/email.json b/public/language/bn/email.json index a0f40d8218..b151164f2f 100644 --- a/public/language/bn/email.json +++ b/public/language/bn/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "%1 এর থেকে নতুন মেসেজ এসেছে।", "notif.chat.cta": "কথপোকথন চালিয়ে যেতে এখানে ক্লিক করুন", "notif.chat.unsub.info": "আপনার সাবস্ক্রীপশন সেটিংসের কারনে আপনার এই নোটিফিকেশন পাঠানো হয়েছে", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "আপনি সঠিকভাবে নোডবিবির জন্য মেইলার সেটাপ করেছেন কিনা নিশ্চিত করার জন্য এই টেষ্ট ইমেইল পাঠানো হয়েছে", "unsub.cta": "সেটিংসগুলো পরিবর্তন করতে এখানে ক্লিক করুন", "closing": "ধন্যবাদ!" diff --git a/public/language/bn/error.json b/public/language/bn/error.json index 79980346d3..83aa15b6b5 100644 --- a/public/language/bn/error.json +++ b/public/language/bn/error.json @@ -18,6 +18,7 @@ "username-taken": "ইউজারনেম আগেই ব্যবহৃত", "email-taken": "ইমেইল আগেই ব্যবহৃত", "email-not-confirmed": "আপনার ইমেইল এড্রেস নিশ্চিত করা হয় নি, নিশ্চিত করতে এখানে ক্লিক করুন।", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "খুব ছোট ইউজারনেম", "username-too-long": "ইউজারনেম বড় হয়ে গিয়েছে", "user-banned": "ব্যবহারকারী নিষিদ্ধ", @@ -43,10 +44,13 @@ "already-favourited": "আপনি ইতিমধ্যে এই পোষ্টটি পছন্দের তালিকায় যোগ করেছেন", "already-unfavourited": "আপনি ইতিমধ্যে এই পোষ্টটি আপনার পছন্দের তালিকা থেকে সরিয়ে ফেলেছেন", "cant-ban-other-admins": "আপনি অন্য এ্যাডমিনদের নিষিদ্ধ করতে পারেন না!", - "invalid-image-type": "ভুল ছবির টাইপ", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "গ্রুপের নাম খুব ছোট", "group-already-exists": "গ্রুপ ইতিমধ্যেই বিদ্যমান", "group-name-change-not-allowed": "গ্রুপের নাম পরিবর্তনের অনুমতি নেই", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "এই পোস্টটি ইতিমধ্যে ডিলিট করা হয়ে গিয়েছে", "post-already-restored": "এই পোষ্টটি ইতিমধ্যে পুনরোদ্ধার করা হয়েছে", "topic-already-deleted": "এই টপিকটি ইতিমধ্যে ডিলিট করা হয়েছে", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "আপনার এই পোস্ট downvote করার জন্য পর্যাপ্ত সম্মাননা নেই", "not-enough-reputation-to-flag": "এই পোষ্টকে ফ্লাগ করার জন্য আপনার পর্যাপ্ত সম্মাননা নেই", "reload-failed": "\"%1\" রিলোড করতে সমস্যা হয়েছে। রিলোডের পূর্বে যা করা হয়েছিল সেটি আনডু করা সমীচীন। ", - "registration-error": "নিবন্ধন এরর!" + "registration-error": "নিবন্ধন এরর!", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/bn/global.json b/public/language/bn/global.json index 760766d189..64d9b71ff3 100644 --- a/public/language/bn/global.json +++ b/public/language/bn/global.json @@ -3,9 +3,10 @@ "search": "অনুসন্ধান", "buttons.close": "বন্ধ", "403.title": "প্রবেশাধিকার প্রত্যাখ্যাত", - "403.message": "আপনি এমন একটি পাতায় যাওয়ার চেষ্টা করছেন যেখানে আপনার প্রবেশাধিকার নেই। আপনি কি প্রবেশ করে আবার চেষ্টা করবেন?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "পাওয়া যায়নি", - "404.message": "আপনি এমন একটি পাতায় যাওয়ার চেষ্টা করছেন যার অস্তিত্ব নেই। নীড়পাতায় ফিরে যান। ", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "অভ্যন্তরীণ ত্রুটি।", "500.message": "ওহো! কিছু ভুল হয়েছে মনে হচ্ছে!", "register": "নিবন্ধন", @@ -26,6 +27,7 @@ "header.tags": "ট্যাগ", "header.popular": "জনপ্রিয়", "header.users": "ব্যবহারকারীগণ", + "header.groups": "Groups", "header.chats": "কথোপকথন", "header.notifications": "বিজ্ঞপ্তি", "header.search": "অনুসন্ধান", @@ -73,5 +75,7 @@ "updated.title": "ফোরাম আপডেট করা হয়েছে", "updated.message": "এই ফোরামে এইমাত্র সর্বশেষ সংস্করণে আপডেট করা হয়েছে। পৃষ্ঠাটি রিফ্রেশ করতে এখানে ক্লিক করুন।", "privacy": "নিরাপত্তা", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "সব মুছে ফেলুন" } \ No newline at end of file diff --git a/public/language/bn/groups.json b/public/language/bn/groups.json index 09ce10916c..a9f9207a2f 100644 --- a/public/language/bn/groups.json +++ b/public/language/bn/groups.json @@ -1,8 +1,21 @@ { "groups": "গ্রুপসমূহ", "view_group": "গ্রুপ দেখুন", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "গ্রুপের বিস্তারিত", "details.members": "সদস্য তালিকা", + "details.pending": "Pending Members", "details.has_no_posts": "এই গ্রুপের সদস্যরা এখনো কোন পোষ্ট করেন নি", - "details.latest_posts": "সর্বশেষ পোষ্টসমূহ" + "details.latest_posts": "সর্বশেষ পোষ্টসমূহ", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/bn/recent.json b/public/language/bn/recent.json index 248267756e..518b443560 100644 --- a/public/language/bn/recent.json +++ b/public/language/bn/recent.json @@ -5,5 +5,14 @@ "month": "মাস", "year": "বছর", "alltime": "সবসময় ", - "no_recent_topics": "কোন সাম্প্রতিক টপিক নেই। " + "no_recent_topics": "কোন সাম্প্রতিক টপিক নেই। ", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/bn/search.json b/public/language/bn/search.json index daf27f87ac..eafce184ec 100644 --- a/public/language/bn/search.json +++ b/public/language/bn/search.json @@ -1,4 +1,7 @@ { "results_matching": "\"%2\" এর সাথে মিলিয়ে %1 ফলাফল পাওয়া গেছে, ( %3 seconds সময় লেগেছে )", - "no-matches": "কোন পোষ্ট খুঁজে পাওয়া যায় নি" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/bn/topic.json b/public/language/bn/topic.json index b8729242fb..e7a0b35aa0 100644 --- a/public/language/bn/topic.json +++ b/public/language/bn/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "কোন পোষ্ট সিলেক্ট করা হয় নি", "fork_success": "টপিক ফর্ক করা হয়েছে। ফর্ক করা টপিকে যেতে এখানে ক্লিক করুন", "composer.title_placeholder": "আপনার টপিকের শিরোনাম দিন", + "composer.handle_placeholder": "Name", "composer.discard": "বাতিল", "composer.submit": "সাবমিট", "composer.replying_to": "%1 এর উত্তরে:", @@ -92,5 +93,6 @@ "sort_by": "সাজানোর ভিত্তি:", "oldest_to_newest": "পুরাতন থেকে নতুন", "newest_to_oldest": "নতুন থেকে পুরাতন", - "most_votes": "সর্বোচ্চ ভোট" + "most_votes": "সর্বোচ্চ ভোট", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/bn/user.json b/public/language/bn/user.json index 939ca6b33c..98f94c7936 100644 --- a/public/language/bn/user.json +++ b/public/language/bn/user.json @@ -2,6 +2,8 @@ "banned": "নিষিদ্ধ", "offline": "অফলাইন", "username": "সদস্যের নাম", + "joindate": "Join Date", + "postcount": "Post Count", "email": "ইমেইল", "confirm_email": "ইমেইল নিশ্চিত করুন", "delete_account": "একাউন্ট মুছে ফেলুন", @@ -16,6 +18,7 @@ "profile_views": "প্রোফাইল দেখেছেন", "reputation": "সন্মাননা", "favourites": "পছন্দের তালিকা", + "watched": "Watched", "followers": "যাদের অনুসরণ করছেন", "following": "যারা আপনাকে অনুসরণ করছে", "signature": "স্বাক্ষর", @@ -56,10 +59,12 @@ "digest_weekly": "সাপ্তাহিক", "digest_monthly": "মাসিক", "send_chat_notifications": "যদি আমি অনলাইনে না থাকি, সেক্ষেত্রে নতুন চ্যাট মেসেজ আসলে আমাকে ইমেইল করুন", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "এই সদস্যের কোন ফলোয়ার নেই :(", "follows_no_one": "এই সদস্য কাউকে ফলো করছেন না :(", "has_no_posts": "এই সদস্য এখনো কোন পোষ্ট করেন নি", "has_no_topics": "এই সদস্য এখনো কোন টপিক পোষ্ট করেন নি", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "ইমেইল গোপন রাখা হয়েছে", "hidden": "গোপন করা হয়েছে", "paginate_description": "ইনফাইনাইট স্ক্রলের বদলে টপিক এবং পোষ্টের জন্য পেজিনেশন ব্যাবহার করুন", diff --git a/public/language/bn/users.json b/public/language/bn/users.json index 923718a0f7..5d7dbd5cec 100644 --- a/public/language/bn/users.json +++ b/public/language/bn/users.json @@ -5,5 +5,8 @@ "search": "খুঁজুন", "enter_username": "ইউজারনেম এর ভিত্তিতে সার্চ করুন", "load_more": "আরো লোড করুন", - "users-found-search-took": "%1 সদস্য(দের) খুঁজে পাওয়া গিয়েছে! সময় লেগেছে %2 ms." + "users-found-search-took": "%1 সদস্য(দের) খুঁজে পাওয়া গিয়েছে! সময় লেগেছে %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/cs/email.json b/public/language/cs/email.json index 2702ddcc83..27a2f06198 100644 --- a/public/language/cs/email.json +++ b/public/language/cs/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Nová zpráva z chatu od %1", "notif.chat.cta": "Chcete-li pokračovat v konverzaci, klikněte zde.", "notif.chat.unsub.info": "Toto oznámení z chatu vám bylo zasláno, protože jste si to nastavili ve vašich odběrech.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Tento testovací email slouží k ověření, že mailer je správně nastaven. NodeBB.", "unsub.cta": "Chcete-li změnit tyto nastavení, klikněte zde.", "closing": "Díky!" diff --git a/public/language/cs/error.json b/public/language/cs/error.json index 7583f801b7..d9d20cdf64 100644 --- a/public/language/cs/error.json +++ b/public/language/cs/error.json @@ -18,6 +18,7 @@ "username-taken": "Uživatelské jméno je již použito", "email-taken": "Email je již použit", "email-not-confirmed": "Vaše emailová adresa zatím nebyla potvrzena. Kliknutím zde svůj email potvrdíte.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Uživatelské jméno je příliš krátké", "username-too-long": "Uživatelské jméno je příliš dlouhé", "user-banned": "Uživatel byl zakázán", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "Nemůžete zakazovat ostatní administrátory!", - "invalid-image-type": "Neplatný typ obrázku", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Název skupiny je příliš krátký", "group-already-exists": "Skupina už exstuje", "group-name-change-not-allowed": "Změna názvu skupiny není povolena", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Tento příspěvek byl již vymazán", "post-already-restored": "Tento příspěvek byl již obnoven", "topic-already-deleted": "Toto téma bylo již vymazáno", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Chyba při registraci" + "registration-error": "Chyba při registraci", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/cs/global.json b/public/language/cs/global.json index 026a981f2d..8fa5d860bb 100644 --- a/public/language/cs/global.json +++ b/public/language/cs/global.json @@ -3,9 +3,10 @@ "search": "Hledat", "buttons.close": "Zavřít", "403.title": "Přístup odepřen", - "403.message": "K této stránce nemáte přístup. Zkuste se přihlásit?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Stránka nenalezena", - "404.message": "Tato stránka bohužel neexistuje. Vraťte se na domovskou stránku.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Neznámá chyba", "500.message": "Jejda, vypadá to, že se něco pokazilo.", "register": "Registrovat", @@ -26,6 +27,7 @@ "header.tags": "Tagy", "header.popular": "Populární", "header.users": "Uživatelé", + "header.groups": "Groups", "header.chats": "Chats", "header.notifications": "Oznámení", "header.search": "Hledat", @@ -73,5 +75,7 @@ "updated.title": "Fórum zaktualizováno", "updated.message": "Toto fórum bylo právě aktualizováno na poslední verzi. Klikněte zde a obnovte tuto stránku.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Vymazat vše" } \ No newline at end of file diff --git a/public/language/cs/groups.json b/public/language/cs/groups.json index b777659938..980b41e1b7 100644 --- a/public/language/cs/groups.json +++ b/public/language/cs/groups.json @@ -1,8 +1,21 @@ { "groups": "Skupiny", "view_group": "Prohlédnout skupinu", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "podrobnosti skupiny", "details.members": "Seznam členů", + "details.pending": "Pending Members", "details.has_no_posts": "Členové této skupiny dosud neodeslali ani jeden příspěvek.", - "details.latest_posts": "Nejnovější příspěvky" + "details.latest_posts": "Nejnovější příspěvky", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/cs/recent.json b/public/language/cs/recent.json index d769997c6f..9432ffeac8 100644 --- a/public/language/cs/recent.json +++ b/public/language/cs/recent.json @@ -5,5 +5,14 @@ "month": "Měsíc", "year": "Year", "alltime": "All Time", - "no_recent_topics": "There are no recent topics." + "no_recent_topics": "There are no recent topics.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/cs/search.json b/public/language/cs/search.json index e9eef4632a..c89241d382 100644 --- a/public/language/cs/search.json +++ b/public/language/cs/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json index 89b3bea7bb..9b18a9ba03 100644 --- a/public/language/cs/topic.json +++ b/public/language/cs/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Žádné příspěvky nebyly vybrány!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "Enter your topic title here...", + "composer.handle_placeholder": "Name", "composer.discard": "Discard", "composer.submit": "Submit", "composer.replying_to": "Replying to %1", @@ -92,5 +93,6 @@ "sort_by": "Sort by", "oldest_to_newest": "Oldest to Newest", "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most votes" + "most_votes": "Most votes", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/cs/user.json b/public/language/cs/user.json index 63cea57e2b..55c22b5b0b 100644 --- a/public/language/cs/user.json +++ b/public/language/cs/user.json @@ -2,6 +2,8 @@ "banned": "Banned", "offline": "Offline", "username": "Uživatelské jméno", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Potvrdit email", "delete_account": "Vymazat účet", @@ -16,6 +18,7 @@ "profile_views": "Zobrazení profilu", "reputation": "Reputace", "favourites": "Oblíbené", + "watched": "Watched", "followers": "Sledují ho", "following": "Sleduje", "signature": "Podpis", @@ -56,10 +59,12 @@ "digest_weekly": "Weekly", "digest_monthly": "Monthly", "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Tohoto uživatele nikdo nesleduje :(", "follows_no_one": "Tento uživatel nikoho nesleduje :(", "has_no_posts": "This user didn't post anything yet.", "has_no_topics": "This user didn't post any topics yet.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Skrytý email", "hidden": "skrytý", "paginate_description": "Paginate topics and posts instead of using infinite scroll.", diff --git a/public/language/cs/users.json b/public/language/cs/users.json index b3bc661463..fe3e7cb9b7 100644 --- a/public/language/cs/users.json +++ b/public/language/cs/users.json @@ -5,5 +5,8 @@ "search": "Vyhledávat", "enter_username": "Zadej uživatelské jméno k hledání", "load_more": "Načíst další", - "users-found-search-took": "Nazelezeno: %1 uživetel(ů)! Vyhledání trvalo %2 ms." + "users-found-search-took": "Nazelezeno: %1 uživetel(ů)! Vyhledání trvalo %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/de/email.json b/public/language/de/email.json index 1b874b2276..408c511c84 100644 --- a/public/language/de/email.json +++ b/public/language/de/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Neue Chatnachricht von %1 erhalten", "notif.chat.cta": "Klicke hier, um die Unterhaltung fortzusetzen", "notif.chat.unsub.info": "Diese Chat-Benachrichtigung wurde dir aufgrund deiner Abonnement-Einstellungen gesendet.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Dies ist eine Test-E-Mail, um zu überprüfen, ob der E-Mailer deines NodeBB korrekt eingestellt wurde.", "unsub.cta": "Klicke hier, um diese Einstellungen zu ändern.", "closing": "Danke!" diff --git a/public/language/de/error.json b/public/language/de/error.json index 23026bcba2..67cf44ca9c 100644 --- a/public/language/de/error.json +++ b/public/language/de/error.json @@ -18,6 +18,7 @@ "username-taken": "Der Benutzername 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-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Benutzername ist zu kurz", "username-too-long": "Der Benutzername ist zu lang", "user-banned": "Der Benutzer ist gesperrt", @@ -43,10 +44,13 @@ "already-favourited": "Dieser Beitrag ist bereits in deinen Favoriten enthalten", "already-unfavourited": "Du hast diesen Beitrag bereits aus deinen Favoriten entfernt", "cant-ban-other-admins": "Du kannst andere Administratoren nicht sperren!", - "invalid-image-type": "Ungültiger Bildtyp", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Gruppenname zu kurz", "group-already-exists": "Gruppe existiert bereits", "group-name-change-not-allowed": "Du kannst den Namen der Gruppe nicht ändern", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Dieser Beitrag ist bereits gelöscht worden", "post-already-restored": "Dieser Beitrag ist bereits wiederhergestellt worden", "topic-already-deleted": "Dieses Thema ist bereits gelöscht worden", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Deine Reputation ist zu niedrig, um diesen Beitrag negativ zu bewerten.", "not-enough-reputation-to-flag": "Deine Reputation ist nicht gut genug, um diesen Beitrag zu melden", "reload-failed": "Es ist ein Problem während des Reloads von NodeBB aufgetreten: \"%1\". NodeBB wird weiterhin clientseitige Assets bereitstellen, allerdings solltest du das, was du vor dem Reload gemacht hast, rückgängig machen.", - "registration-error": "Registrierungsfehler" + "registration-error": "Registrierungsfehler", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/de/global.json b/public/language/de/global.json index 8dfcd1f009..3f4242ea16 100644 --- a/public/language/de/global.json +++ b/public/language/de/global.json @@ -3,9 +3,10 @@ "search": "Suche", "buttons.close": "Schließen", "403.title": "Zugriff verweigert", - "403.message": "Du bist nicht dazu berechtigt, diese Seite aufzurufen. Logge dich ein und versuche es erneut.", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": " Nicht Gefunden", - "404.message": "Die angeforderte Seite wurde nicht gefunden. Zurück zur Übersicht.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Interner Fehler.", "500.message": "Ups! Scheint als wäre etwas schief gelaufen!", "register": "Registrieren", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "Beliebt", "header.users": "Benutzer", + "header.groups": "Groups", "header.chats": "Chats", "header.notifications": "Benachrichtigungen", "header.search": "Suche", @@ -73,5 +75,7 @@ "updated.title": "Forum aktualisiert", "updated.message": "Dieses Forum wurde gerade auf die neueste Version aktualisiert. Klicke hier, um die Seite neuzuladen.", "privacy": "Privatsphäre", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Alles löschen" } \ No newline at end of file diff --git a/public/language/de/groups.json b/public/language/de/groups.json index abd292d21c..28138f6426 100644 --- a/public/language/de/groups.json +++ b/public/language/de/groups.json @@ -1,8 +1,21 @@ { "groups": "Gruppen", "view_group": "Gruppe betrachten", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Gruppendetails", "details.members": "Mitgliederliste", + "details.pending": "Pending Members", "details.has_no_posts": "Die Mitglieder dieser Gruppe haben keine Beiträge verfasst.", - "details.latest_posts": "Aktuelle Beiträge" + "details.latest_posts": "Aktuelle Beiträge", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/de/recent.json b/public/language/de/recent.json index dfed232f64..86cdfa5713 100644 --- a/public/language/de/recent.json +++ b/public/language/de/recent.json @@ -5,5 +5,14 @@ "month": "Monat", "year": "Jahr", "alltime": "Gesamter Zeitraum", - "no_recent_topics": "Es gibt keine aktuellen Themen." + "no_recent_topics": "Es gibt keine aktuellen Themen.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/de/search.json b/public/language/de/search.json index 4141710537..3cdafdd487 100644 --- a/public/language/de/search.json +++ b/public/language/de/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 Ergebniss(e) stimmen mit \"%2\" überein, (%3 Sekunden)", - "no-matches": "Keine Beiträge gefunden" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/de/topic.json b/public/language/de/topic.json index d1f1bc7e88..23d6b0771e 100644 --- a/public/language/de/topic.json +++ b/public/language/de/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Keine Beiträge ausgewählt!", "fork_success": "Thema erfolgreich abgespalten! Klicke hier, um zum abgespalteten Thema zu gelangen.", "composer.title_placeholder": "Hier den Titel des Themas eingeben...", + "composer.handle_placeholder": "Name", "composer.discard": "Verwerfen", "composer.submit": "Absenden", "composer.replying_to": "Antworte auf %1", @@ -92,5 +93,6 @@ "sort_by": "Sortieren nach", "oldest_to_newest": "Älteste zuerst", "newest_to_oldest": "Neuster zuerst", - "most_votes": "Die meisten Stimmen" + "most_votes": "Die meisten Stimmen", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/de/user.json b/public/language/de/user.json index ea42845779..8e320bcb85 100644 --- a/public/language/de/user.json +++ b/public/language/de/user.json @@ -2,6 +2,8 @@ "banned": "Gebannt", "offline": "offline", "username": "Nutzername", + "joindate": "Join Date", + "postcount": "Post Count", "email": "E-Mail", "confirm_email": "E-Mail bestätigen", "delete_account": "Konto löschen", @@ -16,6 +18,7 @@ "profile_views": "Profilaufrufe", "reputation": "Reputation", "favourites": "Favoriten", + "watched": "Watched", "followers": "Folger", "following": "Folgt", "signature": "Signatur", @@ -56,10 +59,12 @@ "digest_weekly": "Wöchentlich", "digest_monthly": "Monatlich", "send_chat_notifications": "Sende eine E-Mail, wenn eine neue Chat-Nachricht eingeht und ich nicht online bin", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Dieser User hat noch keine Follower.", "follows_no_one": "Dieser User folgt noch niemandem :(", "has_no_posts": "Dieser Nutzer hat noch nichts gepostet.", "has_no_topics": "Dieser Nutzer hat noch keine Themen gepostet.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "E-Mail Adresse versteckt", "hidden": "versteckt", "paginate_description": "Themen und Beiträge auf Seiten aufteilen statt unendliches Scrollen verwenden.", diff --git a/public/language/de/users.json b/public/language/de/users.json index d00001e0f4..1e0bf2eb01 100644 --- a/public/language/de/users.json +++ b/public/language/de/users.json @@ -5,5 +5,8 @@ "search": "Suchen", "enter_username": "Benutzer durchsuchen", "load_more": "mehr laden", - "users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 ms." + "users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/el/email.json b/public/language/el/email.json index 7831ba8562..6563d675d5 100644 --- a/public/language/el/email.json +++ b/public/language/el/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Νέο μήνυμα συνομιλίας από τον/την %1", "notif.chat.cta": "Κάνε κλικ εδώ για να πας στην συνομιλία", "notif.chat.unsub.info": "Αυτή η ειδοποίηση για συνομιλία σου στάλθηκε λόγω των ρυθμίσεών σου. ", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Αυτό είναι ένα δοκιμαστικό email για να επιβεβαιώσουμε ότι ο emailer έχει στηθεί σωστά για το NodeBB.", "unsub.cta": "Κάνε κλικ εδώ για να αλλάξεις αυτές τις ρυθμίσεις", "closing": "Ευχαριστούμε!" diff --git a/public/language/el/error.json b/public/language/el/error.json index 1af21d0aad..ce1173a11d 100644 --- a/public/language/el/error.json +++ b/public/language/el/error.json @@ -18,6 +18,7 @@ "username-taken": "Το όνομα χρήστη είναι πιασμένο", "email-taken": "Το email είναι πιασμένο", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Το όνομα χρήστη είναι πολύ μικρό", "username-too-long": "Το όνομα χρήστη είναι πολύ μεγάλο", "user-banned": "Ο Χρήστης είναι αποκλεισμένος/η", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "Δεν μπορείς να αποκλείσεις άλλους διαχειριστές!", - "invalid-image-type": "Άκυρος τύπος εικόνας", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Το όνομα της ομάδας είναι πολύ μικρό", "group-already-exists": "Το όνομα της ομάδας υπάρχει ήδη", "group-name-change-not-allowed": "Αλλαγή του ονόματος της ομάδας δεν επιτρέπεται", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Δεν έχεις αρκετή φήμη για να καταψηφίσεις αυτή την δημοσίευση", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", "reload-failed": "Το NodeBB συνάντησε ένα πρόβλημα καθώς γινόταν η ανανέωση: \"%1\". Το NodeBB θα συνεχίσει να προσφέρει τα στοιχεία του χρήστη, αν και θα ήταν καλή ιδέα να επαναφέρεις ότι έκανες πριν την ανανέωση.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/el/global.json b/public/language/el/global.json index 9ec5c25a11..e7ce30b6a7 100644 --- a/public/language/el/global.json +++ b/public/language/el/global.json @@ -3,9 +3,10 @@ "search": "Αναζήτηση", "buttons.close": "Κλείσιμο", "403.title": "Δεν επιτρέπεται η πρόσβαση", - "403.message": "Φαίνεται πως βρέθηκες σε κάποια σελίδα στην οποία δεν έχεις πρόσβαση. Ίσως πρέπει να συνδεθείς;", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Δεν βρέθηκε", - "404.message": "Φαίνεται πως βρέθηκες σε κάποια σελίδα στην οποία δεν έχεις πρόσβαση. Επιστροφή στην κεντρική σελίδα.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Εσωτερικό σφάλμα.", "500.message": "Ουπς! Φαίνεται πως κάτι πήγε στραβά!", "register": "Εγγραφή", @@ -26,6 +27,7 @@ "header.tags": "Ετικέτες", "header.popular": "Δημοφιλή", "header.users": "Χρήστες", + "header.groups": "Groups", "header.chats": "Συνομιλίες", "header.notifications": "Ειδοποιήσεις", "header.search": "Αναζήτηση", @@ -73,5 +75,7 @@ "updated.title": "Το φόρουμ αναβαθμίστηκε", "updated.message": "Το φόρουμ μόλις αναβαθμίστηκε στην πιο πρόσφατη έκδοση. Κάνε κλικ εδώ για να ανανεώσεις την σελίδα.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/el/groups.json b/public/language/el/groups.json index b531e8ebe0..5fa5a25877 100644 --- a/public/language/el/groups.json +++ b/public/language/el/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "Προβολή Ομάδας", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Λεπτομέρειες Ομάδας", "details.members": "Λίστα Μελών", + "details.pending": "Pending Members", "details.has_no_posts": "Τα μέλη αυτής της ομάδας δεν έχουν δημοσιεύσει τίποτα.", - "details.latest_posts": "Τελευταίες δημοσιεύσεις." + "details.latest_posts": "Τελευταίες δημοσιεύσεις.", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/el/recent.json b/public/language/el/recent.json index 6ec70d2c53..d5ca1ec34f 100644 --- a/public/language/el/recent.json +++ b/public/language/el/recent.json @@ -5,5 +5,14 @@ "month": "Μήνας", "year": "Έτος", "alltime": "Όλο το Ιστορικό", - "no_recent_topics": "Δεν υπάρχουν πρόσφατα θέματα." + "no_recent_topics": "Δεν υπάρχουν πρόσφατα θέματα.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/el/search.json b/public/language/el/search.json index 38171d7953..fd5d9fa97e 100644 --- a/public/language/el/search.json +++ b/public/language/el/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 αποτελεσμα(τα) για \"%2\", (%3 δευτερόλεπτα)", - "no-matches": "Δεν βρέθηκαν δημοσιεύσεις" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/el/topic.json b/public/language/el/topic.json index 063f4ac2a0..c8df981fa3 100644 --- a/public/language/el/topic.json +++ b/public/language/el/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Δεν έχουν επιλεχθεί δημοσιεύσεις!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "Εισαγωγή του τίτλου του θέματος εδώ...", + "composer.handle_placeholder": "Name", "composer.discard": "Πέταγμα", "composer.submit": "Υποβολή", "composer.replying_to": "Απάντηση στο %1", @@ -92,5 +93,6 @@ "sort_by": "Ταξινόμηση κατά", "oldest_to_newest": "Παλαιότερο προς Νεότερο", "newest_to_oldest": "Νεότερο προς Παλαιότερο", - "most_votes": "Περισσότερες ψήφοι" + "most_votes": "Περισσότερες ψήφοι", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/el/user.json b/public/language/el/user.json index 17206384d9..306604b44d 100644 --- a/public/language/el/user.json +++ b/public/language/el/user.json @@ -2,6 +2,8 @@ "banned": "Αποκλεισμένος/η", "offline": "Εκτός Σύνδεσης", "username": "Όνομα Χρήστη", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Emai", "confirm_email": "Επιβεβαίωση Email", "delete_account": "Διαγραφή Λογαριασμού", @@ -16,6 +18,7 @@ "profile_views": "Views του προφίλ", "reputation": "Φήμη", "favourites": "Αγαπημένα", + "watched": "Watched", "followers": "Ακόλουθοι", "following": "Ακολουθά", "signature": "Υπογραφή", @@ -56,10 +59,12 @@ "digest_weekly": "Εβδομαδιαίως", "digest_monthly": "Μηνιαία", "send_chat_notifications": "Αποστολή email αν μου έρθει μήνυμα συνομιλίας και δεν είμαι συνδεδεμένος", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Αυτός ο χρήστης δεν έχει κανέναν ακόλουθο :(", "follows_no_one": "Αυτός ο χρήστης δεν ακολουθεί κανέναν :(", "has_no_posts": "Αυτός ο χρήστης δεν έχει δημοσιεύσει τίποτα ακόμη.", "has_no_topics": "Αυτός ο χρήστης δεν έχει δημοσιεύσει κανένα θέμα ακόμη.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Κρυμμένο Emai", "hidden": "κρυμμένο", "paginate_description": "Σελιδοποίηση των θεμάτων και των δημοσιεύσεων αντί για χρήση άπειρου scroll.", diff --git a/public/language/el/users.json b/public/language/el/users.json index aa0c1479dd..7a668b12a8 100644 --- a/public/language/el/users.json +++ b/public/language/el/users.json @@ -5,5 +5,8 @@ "search": "Αναζήτηση", "enter_username": "Γράψε ένα όνομα χρήστη προς αναζήτηση", "load_more": "Φόρτωση περισσότερων", - "users-found-search-took": "%1 χρήστης(ες) βρέθηκαν! Η αναζήτηση πήρε %2 ms." + "users-found-search-took": "%1 χρήστης(ες) βρέθηκαν! Η αναζήτηση πήρε %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/en@pirate/email.json b/public/language/en@pirate/email.json index fdbfb006c6..e3199a9b14 100644 --- a/public/language/en@pirate/email.json +++ b/public/language/en@pirate/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Click here to alter those settings", "closing": "Thanks!" diff --git a/public/language/en@pirate/error.json b/public/language/en@pirate/error.json index 27de09631f..a40a628042 100644 --- a/public/language/en@pirate/error.json +++ b/public/language/en@pirate/error.json @@ -18,6 +18,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Username too short", "username-too-long": "Username too long", "user-banned": "User banned", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "You can't ban other admins!", - "invalid-image-type": "Invalid image type", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Group name too short", "group-already-exists": "Group already exists", "group-name-change-not-allowed": "Group name change not allowed", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/en@pirate/global.json b/public/language/en@pirate/global.json index 98626005f5..f331b79472 100644 --- a/public/language/en@pirate/global.json +++ b/public/language/en@pirate/global.json @@ -3,9 +3,10 @@ "search": "Finderer", "buttons.close": "Shoot down", "403.title": "Not Enough Booty Power", - "403.message": "Ye seem to have stumbled upon a page that ye do not have access to. Perhaps ye give a go' loggin' in?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "T'ere be nut'in 'ere", - "404.message": "Ye seem to have stumbled upon a page that does not exist. Return to th' home page", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Broken beam.", "500.message": "Looks like we've got somethin' in th' sails.", "register": "Register", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "Famous", "header.users": "Mates", + "header.groups": "Groups", "header.chats": "Yik-Yaks", "header.notifications": "Parrot Calls", "header.search": "Finderer", @@ -73,5 +75,7 @@ "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/en@pirate/groups.json b/public/language/en@pirate/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/en@pirate/groups.json +++ b/public/language/en@pirate/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/en@pirate/recent.json b/public/language/en@pirate/recent.json index bb4318cb39..065b6dc6a5 100644 --- a/public/language/en@pirate/recent.json +++ b/public/language/en@pirate/recent.json @@ -5,5 +5,14 @@ "month": "Month", "year": "Year", "alltime": "All Time", - "no_recent_topics": "There be no recent topics." + "no_recent_topics": "There be no recent topics.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/en@pirate/search.json b/public/language/en@pirate/search.json index e9eef4632a..c89241d382 100644 --- a/public/language/en@pirate/search.json +++ b/public/language/en@pirate/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/en@pirate/topic.json b/public/language/en@pirate/topic.json index 058ba68d99..eb06a391c8 100644 --- a/public/language/en@pirate/topic.json +++ b/public/language/en@pirate/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "No posts selected!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "Enter your topic title here...", + "composer.handle_placeholder": "Name", "composer.discard": "Discard", "composer.submit": "Submit", "composer.replying_to": "Replying to %1", @@ -92,5 +93,6 @@ "sort_by": "Sort by", "oldest_to_newest": "Oldest to Newest", "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most votes" + "most_votes": "Most votes", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/en@pirate/user.json b/public/language/en@pirate/user.json index 9d17d3fdc6..5fb6a30da2 100644 --- a/public/language/en@pirate/user.json +++ b/public/language/en@pirate/user.json @@ -2,6 +2,8 @@ "banned": "Blackmarked", "offline": "Asleep at the wheel", "username": "User Name", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Confirm Email", "delete_account": "Delete Account", @@ -16,6 +18,7 @@ "profile_views": "Profile views", "reputation": "Reputation", "favourites": "Favourites", + "watched": "Watched", "followers": "Followers", "following": "Following", "signature": "Signature", @@ -56,10 +59,12 @@ "digest_weekly": "Weekly", "digest_monthly": "Monthly", "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "This user doesn't have any followers :(", "follows_no_one": "This user isn't following anyone :(", "has_no_posts": "This user didn't post anything yet.", "has_no_topics": "This user didn't post any topics yet.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Email Hidden", "hidden": "hidden", "paginate_description": "Paginate topics and posts instead of using infinite scroll.", diff --git a/public/language/en@pirate/users.json b/public/language/en@pirate/users.json index 58caf6e9cf..adbfee83cc 100644 --- a/public/language/en@pirate/users.json +++ b/public/language/en@pirate/users.json @@ -5,5 +5,8 @@ "search": "Search", "enter_username": "Gimme y'er handle", "load_more": "Load More", - "users-found-search-took": "%1 user(s) found! Search took %2 ms." + "users-found-search-took": "%1 user(s) found! Search took %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/en_US/email.json b/public/language/en_US/email.json index fdbfb006c6..e3199a9b14 100644 --- a/public/language/en_US/email.json +++ b/public/language/en_US/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Click here to alter those settings", "closing": "Thanks!" diff --git a/public/language/en_US/error.json b/public/language/en_US/error.json index 27de09631f..a40a628042 100644 --- a/public/language/en_US/error.json +++ b/public/language/en_US/error.json @@ -18,6 +18,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Username too short", "username-too-long": "Username too long", "user-banned": "User banned", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "You can't ban other admins!", - "invalid-image-type": "Invalid image type", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Group name too short", "group-already-exists": "Group already exists", "group-name-change-not-allowed": "Group name change not allowed", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/en_US/global.json b/public/language/en_US/global.json index 6e533e73be..6de9e8b364 100644 --- a/public/language/en_US/global.json +++ b/public/language/en_US/global.json @@ -3,9 +3,10 @@ "search": "Search", "buttons.close": "Close", "403.title": "Access Denied", - "403.message": "You seem to have stumbled upon a page that you do not have access to. Perhaps you should try logging in?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Not Found", - "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Internal error.", "500.message": "Oops! Looks like something went wrong!", "register": "Register", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "Popular", "header.users": "Users", + "header.groups": "Groups", "header.chats": "Chats", "header.notifications": "Notifications", "header.search": "Search", @@ -73,5 +75,7 @@ "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/en_US/groups.json b/public/language/en_US/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/en_US/groups.json +++ b/public/language/en_US/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/en_US/recent.json b/public/language/en_US/recent.json index d683cce436..5e105ace78 100644 --- a/public/language/en_US/recent.json +++ b/public/language/en_US/recent.json @@ -5,5 +5,14 @@ "month": "Month", "year": "Year", "alltime": "All Time", - "no_recent_topics": "There are no recent topics." + "no_recent_topics": "There are no recent topics.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/en_US/search.json b/public/language/en_US/search.json index e9eef4632a..c89241d382 100644 --- a/public/language/en_US/search.json +++ b/public/language/en_US/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/en_US/topic.json b/public/language/en_US/topic.json index f657ad4ef3..6a2e3d93c7 100644 --- a/public/language/en_US/topic.json +++ b/public/language/en_US/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "No posts selected!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "Enter your topic title here...", + "composer.handle_placeholder": "Name", "composer.discard": "Discard", "composer.submit": "Submit", "composer.replying_to": "Replying to %1", @@ -92,5 +93,6 @@ "sort_by": "Sort by", "oldest_to_newest": "Oldest to Newest", "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most votes" + "most_votes": "Most votes", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/en_US/user.json b/public/language/en_US/user.json index 3ebf12c20b..825cc3acae 100644 --- a/public/language/en_US/user.json +++ b/public/language/en_US/user.json @@ -2,6 +2,8 @@ "banned": "Banned", "offline": "Offline", "username": "User Name", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Confirm Email", "delete_account": "Delete Account", @@ -16,6 +18,7 @@ "profile_views": "Profile views", "reputation": "Reputation", "favourites": "Favorites", + "watched": "Watched", "followers": "Followers", "following": "Following", "signature": "Signature", @@ -56,10 +59,12 @@ "digest_weekly": "Weekly", "digest_monthly": "Monthly", "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "This user doesn't have any followers :(", "follows_no_one": "This user isn't following anyone :(", "has_no_posts": "This user didn't post anything yet.", "has_no_topics": "This user didn't post any topics yet.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Email Hidden", "hidden": "hidden", "paginate_description": "Paginate topics and posts instead of using infinite scroll.", diff --git a/public/language/en_US/users.json b/public/language/en_US/users.json index e12967eeda..a06aee2734 100644 --- a/public/language/en_US/users.json +++ b/public/language/en_US/users.json @@ -5,5 +5,8 @@ "search": "Search", "enter_username": "Enter a username to search", "load_more": "Load More", - "users-found-search-took": "%1 user(s) found! Search took %2 ms." + "users-found-search-took": "%1 user(s) found! Search took %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/es/email.json b/public/language/es/email.json index 14e85c608c..cff3a5d025 100644 --- a/public/language/es/email.json +++ b/public/language/es/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Nuevo mensaje de chat recibido de %1", "notif.chat.cta": "Haz click aquí para continuar la conversación", "notif.chat.unsub.info": "Esta notificación de chat se te envió debido a tus ajustes de suscripción.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Este es un email de prueba para verificar que el envío de email está ajustado correctamente para tu NodeBB", "unsub.cta": "Haz click aquí para modificar los ajustes.", "closing": "¡Gracias!" diff --git a/public/language/es/error.json b/public/language/es/error.json index 67471699df..d656a309f6 100644 --- a/public/language/es/error.json +++ b/public/language/es/error.json @@ -10,58 +10,63 @@ "invalid-username": "Nombre de usuario no válido", "invalid-email": "Correo electrónico 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-username-or-password": "Por favor especifica tanto un usuario como contraseña", "invalid-search-term": "Término de búsqueda inválido", "invalid-pagination-value": "Valor de paginación no válido.", - "username-taken": "Nombre de usuario ya escogido", - "email-taken": "El correo electrónico ya está escogido.", + "username-taken": "Nombre de usuario ocupado", + "email-taken": "Correo electrónico ocupado", "email-not-confirmed": "Su cuenta de correo electrónico no ha sido confirmada aún, por favor haga click aquí para confirmarla.", - "username-too-short": "El nombre de usuario es demasiado corto", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", + "username-too-short": "Nombre de usuario es demasiado corto", "username-too-long": "Nombre de usuario demasiado largo", - "user-banned": "Usuario expulsado", - "user-too-new": "Lo sentimos, es necesario que espere %1 segudos antes de que pueda hacer su primera publicación", + "user-banned": "Usuario baneado", + "user-too-new": "Lo sentimos, es necesario que esperes %1 segudos antes poder hacer tu primera publicación", "no-category": "La categoría no existe", "no-topic": "El tema no existe", "no-post": "La publicación no existe", "no-group": "El grupo no existe", "no-user": "El usuario no existe", "no-teaser": "El resumen no existe", - "no-privileges": "No tiene suficientes privilegios para realizar esta acción.", - "no-emailers-configured": "Ningún plugin para email fue cargado, así que no se pudo enviar email de prueba.", - "category-disabled": "Categoría deshabilitada.", - "topic-locked": "Tema bloqueado.", + "no-privileges": "No tienes suficientes privilegios para realizar esta acción.", + "no-emailers-configured": "No se ha cargado ningún plugin de email, así que no se pudo enviar el email de prueba.", + "category-disabled": "Categoría deshabilitada", + "topic-locked": "Tema bloqueado", "still-uploading": "Por favor, espera a que terminen las subidas.", "content-too-short": "Por favor introduzca una publicación más larga. Las publicaciones deben contener al menos %1 caracteres.", "title-too-short": "Por favor introduzca un título más largo. Los títulos deben contener al menos %1 caracteres.", "title-too-long": "Por favor, introduce un título más corto, que no sobrepase los %1 caracteres.", - "too-many-posts": "Solo puede publicar una vez cada %1 segundos - por favor espere antes de volver a publicar", - "too-many-posts-newbie": "Como nuevo usuario, usted solo puede publicar una vez cada %1 segundos hasta que haya ganada una reputación de %2 - por favor espere antes de volver a publicar", - "file-too-big": "El tamaño de fichero máximo es de %1 kbs - por favor cargue un fichero más pequeño", + "too-many-posts": "Solo puedes publicar una vez cada %1 segundos - por favor espere antes de volver a publicar", + "too-many-posts-newbie": "Como nuevo usuario, solo puedes publicar una vez cada %1 segundos hasta hayas ganado una reputación de %2 - por favor espere antes de volver a publicar", + "file-too-big": "El tamaño de fichero máximo es de %1 kbs - por favor, suba un fichero más pequeño", "cant-vote-self-post": "No puedes votar tus propios posts", "already-favourited": "Ya ha marcado esta publicación como favorita", "already-unfavourited": "Ya ha desmarcado esta publicación como favorita", - "cant-ban-other-admins": "No puedes expulsar a otros administradores!", - "invalid-image-type": "Tipo de imagen no válido.", + "cant-ban-other-admins": "¡No puedes expulsar a otros administradores!", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Nombre del grupo es demasiado corto.", "group-already-exists": "El grupo ya existe.", "group-name-change-not-allowed": "El nombre del grupo deseado no está permitido.", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Este publicación ya ha sido borrada", "post-already-restored": "Esta publicación ya ha sido restaurada", "topic-already-deleted": "Este tema ya ha sido borrado", "topic-already-restored": "Este tema ya ha sido restaurado", "topic-thumbnails-are-disabled": "Las miniaturas de los temas están deshabilitadas.", - "invalid-file": "Archivo no válido.", + "invalid-file": "Archivo no válido", "uploads-are-disabled": "Las subidas están deshabilitadas.", "upload-error": "Error de subida: %1", - "signature-too-long": "Lo sentimos, su firma no puede ser más larga de %1 caracteres", - "cant-chat-with-yourself": "No puedes conversar contigo mismo!", - "chat-restricted": "Este usuario tiene restringidos los mensajes de chat. Los usuarios deben seguirle antes de que pueda charlar con ellos", + "signature-too-long": "Lo sentimos, pero tu firma no puede ser más larga de %1 caracteres.", + "cant-chat-with-yourself": "¡No puedes conversar contigo mismo!", + "chat-restricted": "Este usuario tiene restringidos los mensajes de chat. Los usuarios deben seguirte antes de que pueda charlar con ellos", "reputation-system-disabled": "El sistema de reputación está deshabilitado.", "downvoting-disabled": "La votación negativa está deshabilitada.", "not-enough-reputation-to-downvote": "No tienes suficiente reputación para votar negativo este post", - "not-enough-reputation-to-flag": "No tiene suficiente reputación para poner una bandera a esta publicación", + "not-enough-reputation-to-flag": "No tiene suficiente reputación para poner reportar esta publicación", "reload-failed": "NodeBB encontró un problema al refrescar: \"%1\". NodeBB intentará cargar el resto de contenido, aunque deberías deshacer lo que hiciste justo antes.", - "registration-error": "Error de registro" + "registration-error": "Error de registro", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/es/global.json b/public/language/es/global.json index 36f7d9eff4..b452d2a26f 100644 --- a/public/language/es/global.json +++ b/public/language/es/global.json @@ -3,44 +3,46 @@ "search": "Buscar", "buttons.close": "Cerrar", "403.title": "Acceso denegado", - "403.message": "Al parecer no tienes premisos necesarios para estar en este lugar. ¿Tal vez quieras intentar conectarte?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "No encontrado", - "404.message": "Al parecer lo que estas buscando no existe. Volver a la página principal.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Error Interno.", "500.message": "¡Ooops! ¡Parece que algo salió mal! No te preocupes, ¡nuestros simios hiperinteligentes lo solucionarán!", "register": "Registrarse", "login": "Conectarse", - "please_log_in": "Por favor conectate.", + "please_log_in": "Por favor, identifíquese.", "logout": "Salir", - "posting_restriction_info": "Para publicar debes ser miembro, registrate o conectate.", - "welcome_back": "Bienvenido de nuevo!", - "you_have_successfully_logged_in": "Te has conectado!", - "save_changes": "Guardar Cambios", + "posting_restriction_info": "Publicar requiere ser usuario registrado, conéctate o regístrate.", + "welcome_back": "¡Bienvenido de nuevo!", + "you_have_successfully_logged_in": "Identificado satisfactoriamente", + "save_changes": "Guardar cambios", "close": "Cerrar", "pagination": "Paginación", "pagination.out_of": "%1 de %2", - "pagination.enter_index": "Ingrese índice", + "pagination.enter_index": "Introduzca el número", "header.admin": "Administración", "header.recent": "Recientes", "header.unread": "No leídos", "header.tags": "Etiquetas", "header.popular": "Popular", - "header.users": "Miembros", + "header.users": "Usuarios", + "header.groups": "Groups", "header.chats": "Chats", "header.notifications": "Notificaciones", "header.search": "Buscar", "header.profile": "Perfil", - "notifications.loading": "Cargando Notificaciones", - "chats.loading": "Cargando Chats", + "notifications.loading": "Cargando notificaciones", + "chats.loading": "Cargando chats", "motd.welcome": "Bienvenido a NodeBB, la plataforma de debate del el futuro.", - "previouspage": "Página Anterior", - "nextpage": "Siguente Página", - "alert.success": "Éxito!", + "previouspage": "Página anterior", + "nextpage": "Página siguiente", + "alert.success": "¡Éxito!", "alert.error": "Error", "alert.banned": "Baneado", - "alert.banned.message": "Acabas de ser expulsado, a continuación tu sesión se desconectará.", + "alert.banned.message": "Has sido expulsado y se procederá a tu desconexión.", "alert.unfollow": "Ya no estás siguiendo a %1!", - "alert.follow": "Estás siguiendo a %1!", + "alert.follow": "Ahora sigues a %1!", "online": "Conectado", "users": "Usuarios", "topics": "Temas", @@ -49,29 +51,31 @@ "reputation": "Reputación", "read_more": "leer más", "posted_ago_by_guest": "publicado %1 por Invitado", - "posted_ago_by": "publicado hace %1 por %2", - "posted_ago": "publicado hace %1", + "posted_ago_by": "publicado %1 por %2", + "posted_ago": "publicado %1", "posted_in_ago_by_guest": "publicado en %1 %2 por", - "posted_in_ago_by": "publicado en %1 hace %2 por %3", - "posted_in_ago": "publicado en %1 hace %2", - "replied_ago": "contestado hace %1", + "posted_in_ago_by": "publicado en %1 %2 por %3", + "posted_in_ago": "publicado en %1 %2", + "replied_ago": "contestado %1", "user_posted_ago": "%1 publicó %2", "guest_posted_ago": "Invitado publicó %1", - "last_edited_by_ago": "última edición por %1 el %2", + "last_edited_by_ago": "última edición por %1 %2", "norecentposts": "No hay publicaciones recientes", "norecenttopics": "No hay temas recientes", - "recentposts": "Publicaciones Recientes", - "recentips": "Conexions recientes de estas IP's", - "away": "No disponible", + "recentposts": "Publicaciones recientes", + "recentips": "IP's conectadas recientemente", + "away": "Ausente", "dnd": "No molestar", "invisible": "Invisible", "offline": "Desconectado", "email": "Email", - "language": "Lenguaje", + "language": "Idioma", "guest": "Invitado", "guests": "Invitados", "updated.title": "Foro actualizado", "updated.message": "El foro acaba de ser actualizado a la última versión. Haz click aquí para refrescar la página.", "privacy": "Privacidad", - "delete_all": "Borrar todo" + "follow": "Follow", + "unfollow": "Unfollow", + "delete_all": "Eliminar todo" } \ No newline at end of file diff --git a/public/language/es/groups.json b/public/language/es/groups.json index 6f253f1dfb..92be20f80a 100644 --- a/public/language/es/groups.json +++ b/public/language/es/groups.json @@ -1,8 +1,21 @@ { "groups": "Grupos", "view_group": "Ver Grupo", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Detalles de Grupo", "details.members": "Lista de Miembros", + "details.pending": "Pending Members", "details.has_no_posts": "Los miembros de este grupo no han hecho ninguna publicación.", - "details.latest_posts": "Últimas Publicaciones" + "details.latest_posts": "Últimas Publicaciones", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/es/notifications.json b/public/language/es/notifications.json index f28a53f4a8..36cc975006 100644 --- a/public/language/es/notifications.json +++ b/public/language/es/notifications.json @@ -3,25 +3,25 @@ "no_notifs": "No tiene nuevas notificaciones", "see_all": "Ver todas las notificaciones", "back_to_home": "Volver a %1", - "outgoing_link": "Enlace Externo", - "outgoing_link_message": "Ahora estás saliendo %1.", + "outgoing_link": "Enlace externo", + "outgoing_link_message": "Ahora estás saliendo de %1.", "continue_to": "Continuar a %1", "return_to": "Regresar a %1", - "new_notification": "Nueva Notificación", + "new_notification": "Nueva notificación", "you_have_unread_notifications": "Tienes notificaciones sin leer.", "new_message_from": "Nuevo mensaje de %1", - "upvoted_your_post_in": "%1 ha votado como relevante tu respuesta en %2.", - "moved_your_post": "%1 ha movido su publicación.", + "upvoted_your_post_in": "%1 ha votado positivamente tu respuesta en %2.", + "moved_your_post": "%1 ha movido su mensaje.", "moved_your_topic": "%1 ha movido su tema.", "favourited_your_post_in": "%1 ha marcado como favorito su publicación en %2.", - "user_flagged_post_in": "%1 ha marcado como indebida una respuesta en %2", - "user_posted_to": "%1 ha publicado una respuesta a: %2", + "user_flagged_post_in": "%1 ha reportado una respuesta en %2", + "user_posted_to": "%1 ha respondido a: %2", "user_posted_topic": "%1 ha publicado un nuevo tema: %2", "user_mentioned_you_in": "%1 te mencionó en %2", "user_started_following_you": "%1 comenzó a seguirte.", "email-confirmed": "Correo electrónico confirmado", "email-confirmed-message": "Gracias por validar tu correo electrónico. Tu cuenta ya está completamente activa.", - "email-confirm-error": "Un error ocurrió...", - "email-confirm-error-message": "Hubo un problema al validar tu cuenta de correo electrónico. Quizá el código era erróneo o expiró.", + "email-confirm-error": "Ha ocurrido un error...", + "email-confirm-error-message": "Hubo un problema al validar tu cuenta de correo electrónico. Quizá el código era erróneo o expiró...", "email-confirm-sent": "Correo de confirmación enviado." } \ No newline at end of file diff --git a/public/language/es/pages.json b/public/language/es/pages.json index 1d5d38342c..27d9ca8f67 100644 --- a/public/language/es/pages.json +++ b/public/language/es/pages.json @@ -1,18 +1,18 @@ { "home": "Inicio", - "unread": "Temas No Leídos", - "popular": "Temas Populares", - "recent": "Temas Recientes", - "users": "Usuarios Registrado", + "unread": "Temas no leídos", + "popular": "Temas populares", + "recent": "Temas recientes", + "users": "Usuarios registrados", "notifications": "Notificaciones", "tags": "Temas etiquetados bajo \"%1\"", "user.edit": "Editando \"%1\"", "user.following": "Gente que sigue %1 ", "user.followers": "Seguidores de %1", - "user.posts": "Posteos de %1", + "user.posts": "Mensajes de %1", "user.topics": "Temas creados por %1", "user.favourites": "Publicaciones favoritas de %1 ", - "user.settings": "Preferencias del Usuario", + "user.settings": "Preferencias de usuario", "maintenance.text": "%1 está en mantenimiento actualmente. Por favor vuelva en otro momento.", - "maintenance.messageIntro": "Adicionalmente, el administrador ha dejado este mensaje:" + "maintenance.messageIntro": "Adicionalmente, la administración ha dejado este mensaje:" } \ No newline at end of file diff --git a/public/language/es/recent.json b/public/language/es/recent.json index e0188789af..6c8600afec 100644 --- a/public/language/es/recent.json +++ b/public/language/es/recent.json @@ -5,5 +5,14 @@ "month": "Mes", "year": "Año", "alltime": "Siempre", - "no_recent_topics": "No hay publicaciones recientes." + "no_recent_topics": "No hay publicaciones recientes.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/es/search.json b/public/language/es/search.json index 5cd357b2e9..add13e50c1 100644 --- a/public/language/es/search.json +++ b/public/language/es/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 resuldado(s) coinciden con \"%2\". (%3 segundos)", - "no-matches": "No se encontraron publicaciones" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/es/tags.json b/public/language/es/tags.json index ba43b1a939..2b41cc48c5 100644 --- a/public/language/es/tags.json +++ b/public/language/es/tags.json @@ -1,7 +1,7 @@ { "no_tag_topics": "No hay temas con esta etiqueta.", "tags": "Etiquetas", - "enter_tags_here": "Introduce las etiquetas aquí. Pulsa intro desde de cada una.", - "enter_tags_here_short": "Introduzca etiquetas...", + "enter_tags_here": "Introduce las etiquetas aquí. Pulsa Intro después de introducir cada una.", + "enter_tags_here_short": "Introduzca las etiquetas...", "no_tags": "Aún no hay etiquetas." } \ No newline at end of file diff --git a/public/language/es/topic.json b/public/language/es/topic.json index 2dd31c13d2..30563b67ae 100644 --- a/public/language/es/topic.json +++ b/public/language/es/topic.json @@ -2,7 +2,7 @@ "topic": "Tema", "topic_id": "ID de Tema", "topic_id_placeholder": "Introducir ID del tema", - "no_topics_found": "No se encontraron temas!", + "no_topics_found": "¡No se encontraron temas!", "no_posts_found": "¡No se encontraron publicaciones!", "post_is_deleted": "¡Esta publicación está eliminada!", "profile": "Perfil", @@ -17,72 +17,73 @@ "purge": "Purgar", "restore": "Restaurar", "move": "Mover", - "fork": "Bifurcar", + "fork": "Dividir", "link": "Link", "share": "Compartir", "tools": "Herramientas", "flag": "Reportar", "locked": "Cerrado", "bookmark_instructions": "Haz click aquí para volver al último post que viste o ciérralo para ocultarlo.", - "flag_title": "Reportar esta publicación a los moderadores", - "flag_confirm": "¿Estás seguro de que quieres marcar como indebido este mensaje?", - "flag_success": "Este mensaje ha sido marcado para la moderación.", + "flag_title": "Reportar este mensaje", + "flag_confirm": "¿Estás seguro de que quieres reportar este mensaje?", + "flag_success": "Este mensaje ha sido reportado para moderación.", "deleted_message": "Este tema ha sido borrado. Solo los usuarios que tengan privilegios de administración de temas pueden verlo.", "following_topic.message": "Ahora recibiras notificaciones cuando alguien publique en este tema.", "not_following_topic.message": "No recibiras notificaciones de este tema.", - "login_to_subscribe": "Por favor, conectate para subscribirte a este tema.", + "login_to_subscribe": "Por favor, conéctate para subscribirte a este tema.", "markAsUnreadForAll.success": "Publicación marcada como no leída para todos.", "watch": "Seguir", "unwatch": "Dejar de seguir", "watch.title": "Serás notificado cuando haya nuevas respuestas en este tema", "unwatch.title": "Dejar de seguir este tema", "share_this_post": "Compartir este post", - "thread_tools.title": "Herramientas para Temas", + "thread_tools.title": "Herramientas del tema", "thread_tools.markAsUnreadForAll": "Marcar como no leído", - "thread_tools.pin": "Tema Importante", - "thread_tools.unpin": "Quitar Importante", - "thread_tools.lock": "Cerrar Tema", - "thread_tools.unlock": "Abrir Tema", - "thread_tools.move": "Mover Tema", + "thread_tools.pin": "Adherir tema", + "thread_tools.unpin": "Despegar tema", + "thread_tools.lock": "Cerrar tema", + "thread_tools.unlock": "Reabrir tema", + "thread_tools.move": "Mover tema", "thread_tools.move_all": "Mover todo", - "thread_tools.fork": "Bifurcar Tema", - "thread_tools.delete": "Borrar Tema", - "thread_tools.delete_confirm": "¿Está seguro que desea eliminar este tema?", - "thread_tools.restore": "Restaurar Tema", - "thread_tools.restore_confirm": "¿Está seguro que desea restaurar este tema?", - "thread_tools.purge": "Purgar publicación", + "thread_tools.fork": "Dividir tema", + "thread_tools.delete": "Borrar tema", + "thread_tools.delete_confirm": "¿Estás seguro que deseas eliminar este tema?", + "thread_tools.restore": "Restaurar tema", + "thread_tools.restore_confirm": "¿Estás seguro que deseas restaurar este tema?", + "thread_tools.purge": "Purgar tema", "thread_tools.purge_confirm": "¿Está seguro que desea eliminar definitivamente (purgar) este tema?", "topic_move_success": "El tema ha sido movido correctamente a %1", "post_delete_confirm": "¿Estás seguro de que quieres eliminar esta respuesta?", "post_restore_confirm": "¿Estás seguro de que quieres restaurar esta respuesta?", - "post_purge_confirm": "Estás seguro de que quieres limpiar esta publicación?", - "load_categories": "Cargando Categorías", - "disabled_categories_note": "Las categorías deshabilitadas estan en gris", + "post_purge_confirm": "¡Estás seguro de que quieres purgar esta publicación?", + "load_categories": "Cargando categorías", + "disabled_categories_note": "Las categorías deshabilitadas están en gris", "confirm_move": "Mover", - "confirm_fork": "Bifurcar", + "confirm_fork": "Dividir", "favourite": "Favorito", "favourites": "Favoritos", - "favourites.has_no_favourites": "No tienes favoritos, puedes agregar alguno y volver a verlos aquí!", + "favourites.has_no_favourites": "No tienes favoritos, ¡puedes agregar alguno y volver a verlos aquí!", "loading_more_posts": "Cargando más publicaciones", - "move_topic": "Mover Tema", - "move_topics": "Mover Temas", - "move_post": "Mover Publicación", + "move_topic": "Mover tema", + "move_topics": "Mover temas", + "move_post": "Mover publicación", "post_moved": "¡Publicación movida correctamente!", - "fork_topic": "Bifurcar Tema", + "fork_topic": "Dividir tema", "topic_will_be_moved_to": "Este tema será movido a la categoría", - "fork_topic_instruction": "Click en las publicaciones que quieres bifurcar", - "fork_no_pids": "¡No seleccionaste publicaciones!", - "fork_success": "¡Se ha creado un nuevo tema a partir del tema padre! Haga click aquí para ir al nuevo tema.", - "composer.title_placeholder": "Ingresa el titulo de tu tema", + "fork_topic_instruction": "Pulsa en los mensajes que quieres dividir", + "fork_no_pids": "¡No has seleccionado ningún mensaje!", + "fork_success": "¡Se ha creado un nuevo tema a partir del original! Haz click aquí para ir al nuevo tema.", + "composer.title_placeholder": "Ingresa el título de tu tema...", + "composer.handle_placeholder": "Name", "composer.discard": "Descartar", "composer.submit": "Enviar", "composer.replying_to": "En respuesta a %1", - "composer.new_topic": "Nuevo Tema", + "composer.new_topic": "Nuevo tema", "composer.uploading": "subiendo...", - "composer.thumb_url_label": "Agregar imagen destacada a este tema", + "composer.thumb_url_label": "Agrega una URL de miniatura para el hilo", "composer.thumb_title": "Agregar miniatura a este tema", - "composer.thumb_url_placeholder": "http://ejemplo.com/mini.png", - "composer.thumb_file_label": "Subir un fichero", + "composer.thumb_url_placeholder": "http://example.com/thumb.png", + "composer.thumb_file_label": "O subir un fichero", "composer.thumb_remove": "Limpiar campos", "composer.drag_and_drop_images": "Arrastra las imagenes aqui", "more_users_and_guests": "%1 usuario(s) y %2 invitado(s) más", @@ -92,5 +93,6 @@ "sort_by": "Ordenar por", "oldest_to_newest": "Más antiguo a más nuevo", "newest_to_oldest": "Más nuevo a más antiguo", - "most_votes": "Mayor número de votos" + "most_votes": "Mayor número de votos", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/es/user.json b/public/language/es/user.json index b46c82cccd..23976718fb 100644 --- a/public/language/es/user.json +++ b/public/language/es/user.json @@ -2,12 +2,14 @@ "banned": "Baneado", "offline": "Desconectado", "username": "Nombre de usuario", - "email": "Correo Electrónico", - "confirm_email": "Repetir correo electrónico", + "joindate": "Join Date", + "postcount": "Post Count", + "email": "Correo electrónico", + "confirm_email": "Confirmar correo electrónico", "delete_account": "Eliminar cuenta", - "delete_account_confirm": "Estás seguro de que quieres eliminar tu cuenta?
Esta acción es irreversible y no podrás recuperar tus datos

Introduce tu nombre de usuario para confirmar la eliminación de la cuenta.", + "delete_account_confirm": "¿Estás seguro de que quieres eliminar tu cuenta?
Esta acción es irreversible y no podrás recuperar ninguno de tus datos.

Introduce tu nombre de usuario para confirmar la eliminación de la cuenta.", "fullname": "Nombre completo", - "website": "Sitio Web", + "website": "Sitio web", "location": "Ubicación", "age": "Edad", "joined": "Registrado", @@ -16,60 +18,63 @@ "profile_views": "Visitas", "reputation": "Reputación", "favourites": "Favoritos", + "watched": "Watched", "followers": "Seguidores", - "following": "Sigue", + "following": "Siguiendo", "signature": "Firma", "gravatar": "Gravatar", "birthday": "Cumpleaños", - "chat": "Chat!", + "chat": "Chat", "follow": "Seguir", - "unfollow": "Dejar de Seguir", - "profile_update_success": "El perfil ha sido actualizado correctamente!", - "change_picture": "Cambiar Foto", + "unfollow": "Dejar de seguir", + "profile_update_success": "¡El perfil ha sido actualizado correctamente!", + "change_picture": "Cambiar imágen", "edit": "Editar", - "uploaded_picture": "Fotos subidas", - "upload_new_picture": "Subir Nueva Foto", - "upload_new_picture_from_url": "Cargar Nueva Imagen desde una URL", + "uploaded_picture": "Imágen subida", + "upload_new_picture": "Subir nueva imágen", + "upload_new_picture_from_url": "Cargar imágen desde una URL", "current_password": "Contraseña actual", - "change_password": "Cambiar Contraseña", - "change_password_error": "Contraseña no válida!", - "change_password_error_wrong_current": "Su contraseña actual no es correcta!", - "change_password_error_length": "La contraseña es demasiado corta!", - "change_password_error_match": "Las contraseñas deben coincidir!", + "change_password": "Cambiar contraseña", + "change_password_error": "¡Contraseña no válida!", + "change_password_error_wrong_current": "¡Su contraseña actual no es correcta!", + "change_password_error_length": "¡La contraseña es demasiado corta!", + "change_password_error_match": "¡Las contraseñas deben coincidir!", "change_password_error_privileges": "No tienes los permisos suficientes para cambiar esta contraseña.", - "change_password_success": "La contraseña ha sido actualizada correctamente!", - "confirm_password": "Confirmar Contraseña", + "change_password_success": "¡Tu contraseña ha sido actualizada!", + "confirm_password": "Confirmar contraseña", "password": "Contraseña", - "username_taken_workaround": "El nombre de usuario que has solicitada ya está escogido, por tanto lo hemos alterado ligeramente. Ahora eres conocido como %1", + "username_taken_workaround": "El nombre de usuario que has solicitada ya está siendo usado, por tanto lo hemos alterado ligeramente. Ahora eres conocido como %1.", "upload_picture": "Subir foto", "upload_a_picture": "Subir una foto", "image_spec": "Sólo puedes subir imágenes en formato PNG, JPG o GIF.", "max": "máx.", "settings": "Opciones", - "show_email": "Mostrar mi Correo electrónico", - "show_fullname": "Mostrar Mi Nombre Completo", - "restrict_chats": "Permitir mensajes de chat sólo de usuarios a los que sigo", - "digest_label": "Suscribirse a Resumen", + "show_email": "Mostrar mi correo electrónico", + "show_fullname": "Mostrar mi nombre completo", + "restrict_chats": "Solo permitir mensajes de chat de usuarios a los que sigo", + "digest_label": "Suscribirse al resumen", "digest_description": "Suscribirse a actualizaciones por correo electrónico a este foro (nuevas notificaciones y temas) de acuerdo a una recurrencia definida", "digest_off": "Apagado", "digest_daily": "Diariamente", "digest_weekly": "Semanalmente", "digest_monthly": "Mensualmente", - "send_chat_notifications": "Envía un correo electrónico si recibes un mensaje de chat cuando no estás en línea.", - "has_no_follower": "Este miembro no tiene seguidores. :(", - "follows_no_one": "Este miembro no sigue a nadie. :(", + "send_chat_notifications": "Enviar un email si recibo un mensaje de chat cuando no esté en línea.", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", + "has_no_follower": "Este usuario no tiene seguidores :(", + "follows_no_one": "Este miembro no sigue a nadie :(", "has_no_posts": "Este usuario aún no ha publicado nada.", "has_no_topics": "Este usuario aún no ha publicado nada.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Correo electrónico oculto", "hidden": "oculto", - "paginate_description": "La paginación de los temas no es por página, ya que tiene scroll infinito.", + "paginate_description": "Paginar hilos y mensajes en lugar de usar desplazamiento infinito.", "topics_per_page": "Temas 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.", - "open_links_in_new_tab": "Abrir los enlaces externos en una nueva pestaña?", - "enable_topic_searching": "Activar la búsqueda \"In-Topic\"", + "open_links_in_new_tab": "¿Abrir los enlaces externos en una nueva pestaña?", + "enable_topic_searching": "Activar la búsqueda \"in-topic\"", "topic_search_help": "Si está activada, la búsqueda 'in-topic' invalidará el comportamiento por defecto del navegador de buscar sólo en la página mostrada y le permitirá entonces buscar en el tema al completo, en vez de hacer una búsqueda únicamente sobre el contenido de la pantalla.", - "follow_topics_you_reply_to": "Seguir publicaciones en las que respondes.", + "follow_topics_you_reply_to": "Seguir los temas en las que respondes.", "follow_topics_you_create": "Seguir publicaciones que creas." } \ No newline at end of file diff --git a/public/language/es/users.json b/public/language/es/users.json index e92d9ca48a..18b783a6c1 100644 --- a/public/language/es/users.json +++ b/public/language/es/users.json @@ -5,5 +5,8 @@ "search": "Buscar", "enter_username": "Ingresa el nombre de usuario que quieres buscar", "load_more": "Cargar más", - "users-found-search-took": "¡%1 usuario(s) encontrados! La búsqueda tardó %2 ms." + "users-found-search-took": "¡%1 usuario(s) encontrados! La búsqueda tardó %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/et/email.json b/public/language/et/email.json index fdbfb006c6..e3199a9b14 100644 --- a/public/language/et/email.json +++ b/public/language/et/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Click here to alter those settings", "closing": "Thanks!" diff --git a/public/language/et/error.json b/public/language/et/error.json index 8a3b6f0c56..0cbb8ea85f 100644 --- a/public/language/et/error.json +++ b/public/language/et/error.json @@ -18,6 +18,7 @@ "username-taken": "Kasutajanimi on juba võetud", "email-taken": "Email on võetud", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Kasutajanimi on liiga lühike", "username-too-long": "Username too long", "user-banned": "Kasutaja bannitud", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "Sa ei saa bannida teisi administraatoreid!", - "invalid-image-type": "Vigane pildi formaat", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Grupi nimi liiga lühike", "group-already-exists": "Grupp juba eksisteerib", "group-name-change-not-allowed": "Grupi nimevahetus ei ole lubatud", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Sul ei ole piisavalt reputatsiooni, et anda negatiivset hinnangut sellele postitusele.", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/et/global.json b/public/language/et/global.json index 80f06373ad..5e14fb2623 100644 --- a/public/language/et/global.json +++ b/public/language/et/global.json @@ -3,9 +3,10 @@ "search": "Otsi", "buttons.close": "Sulge", "403.title": "Ligipääs puudub", - "403.message": "Tundub, et sul pole piisvalt õigusi selle lehe vaatamiseks. Äkki peaksid sisse logima?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Ei leitud", - "404.message": "Tundub, et lehte mida otsid, ei eksisteeri. Mine tagasi avalehele.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Süsteemi viga", "500.message": "Oih! Midagi läks valesti!", "register": "Registreeri", @@ -26,6 +27,7 @@ "header.tags": "Märksõnad", "header.popular": "Populaarne", "header.users": "Kasutajad", + "header.groups": "Groups", "header.chats": "Vestlused", "header.notifications": "Teated", "header.search": "Otsi", @@ -73,5 +75,7 @@ "updated.title": "Foorum on uuendatud", "updated.message": "See foorum uuendati just kõige uuemale versioonile. Vajuta siia et värskendada veebilehte.", "privacy": "Privaatsus", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Kustuta kõik" } \ No newline at end of file diff --git a/public/language/et/groups.json b/public/language/et/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/et/groups.json +++ b/public/language/et/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/et/recent.json b/public/language/et/recent.json index 4de6812ea2..4c35d7484b 100644 --- a/public/language/et/recent.json +++ b/public/language/et/recent.json @@ -5,5 +5,14 @@ "month": "Kuu", "year": "Aasta", "alltime": "Kogu aja vältel", - "no_recent_topics": "Hetkel ei ole hiljutisi teemasid." + "no_recent_topics": "Hetkel ei ole hiljutisi teemasid.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/et/search.json b/public/language/et/search.json index adc6fdbaf6..840538a793 100644 --- a/public/language/et/search.json +++ b/public/language/et/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 tulemus(t) mis vastavad otsingule \"%2\", (%3 sekundit)", - "no-matches": "Postitusi ei leitud" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/et/topic.json b/public/language/et/topic.json index 629ea945a2..2fdc0d8bf0 100644 --- a/public/language/et/topic.json +++ b/public/language/et/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Sa ei ole postitusi valinud!", "fork_success": "Edukalt ''forkisid'' teema! Vajuta siia, et vaadata loodud teemat.", "composer.title_placeholder": "Sisesta teema pealkiri siia...", + "composer.handle_placeholder": "Name", "composer.discard": "Katkesta", "composer.submit": "Postita", "composer.replying_to": "Vastad %1'le", @@ -92,5 +93,6 @@ "sort_by": "Sorteeri", "oldest_to_newest": "Vanematest uuemateni", "newest_to_oldest": "Uuematest vanemateni", - "most_votes": "Kõige rohkem hääli" + "most_votes": "Kõige rohkem hääli", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/et/user.json b/public/language/et/user.json index 0e171d62ff..ebf69619dc 100644 --- a/public/language/et/user.json +++ b/public/language/et/user.json @@ -2,6 +2,8 @@ "banned": "Banned", "offline": "Väljas", "username": "Kasutajanimi", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Kinnita email", "delete_account": "Kustuta kasutaja", @@ -16,6 +18,7 @@ "profile_views": "Vaatamisi", "reputation": "Reputatsioon", "favourites": "Lemmikud", + "watched": "Watched", "followers": "Jälgijad", "following": "Jälgimised", "signature": "Allkiri", @@ -56,10 +59,12 @@ "digest_weekly": "Iga nädal", "digest_monthly": "Iga kuu", "send_chat_notifications": "Saada mulle email kui mulle saabub uus sõnum ja ma ei ole antud hetkel online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Sellel kasutajal pole ühtegi jälgijat :(", "follows_no_one": "See kasutaja ei jälgi kedagi :(", "has_no_posts": "See kasutaja pole midagi postitanud veel.", "has_no_topics": "See kasutaja pole vele ühtegi teemat postitanud.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Peidetud email", "hidden": "peidetud", "paginate_description": "Nummerda leheküljed ja postitused ning ära kasuta ''lõputut scrolli''.", diff --git a/public/language/et/users.json b/public/language/et/users.json index c56e4f1e63..4782d131f5 100644 --- a/public/language/et/users.json +++ b/public/language/et/users.json @@ -5,5 +5,8 @@ "search": "Otsi", "enter_username": "Sisesta kasutajanimi, keda soovid otsida", "load_more": "Lae veel", - "users-found-search-took": "%1kasutaja(t) leiti! Otsing kestis %2 ms." + "users-found-search-took": "%1kasutaja(t) leiti! Otsing kestis %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/fa_IR/email.json b/public/language/fa_IR/email.json index 8e5bc5c20c..79cf1e91cf 100644 --- a/public/language/fa_IR/email.json +++ b/public/language/fa_IR/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "برای ادامه‌ی گفتگو اینجا کلیک کنید", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "برای ویرایش آن تنظیمات اینجا کلیک کنید", "closing": "سپاس!" diff --git a/public/language/fa_IR/error.json b/public/language/fa_IR/error.json index 3de8ab77e1..8657d58d7d 100644 --- a/public/language/fa_IR/error.json +++ b/public/language/fa_IR/error.json @@ -18,6 +18,7 @@ "username-taken": "این نام کاربری گرفته شده است.", "email-taken": "این رایانامه گرفته شده است.", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "نام کاربری خیلی کوتاه است.", "username-too-long": "Username too long", "user-banned": "کاربر محروم شد.", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "شما نمی‌توانید دیگر مدیران را محروم کنید!", - "invalid-image-type": "نوع تصویر نامعتبر است.", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "نام گروه خیلی کوتاه است.", "group-already-exists": "این گروه از پیش وجود دارد.", "group-name-change-not-allowed": "تغیر نام گروه نیاز به دسترسی دارد.", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "شما اعتبار کافی برای دادن رای منفی به این دیدگاه را ندارید.", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/fa_IR/global.json b/public/language/fa_IR/global.json index fe840a8495..6ef5ffe217 100644 --- a/public/language/fa_IR/global.json +++ b/public/language/fa_IR/global.json @@ -3,9 +3,10 @@ "search": "جستجو", "buttons.close": "بستن", "403.title": "دسترسی ندارید", - "403.message": "شما برگه‌ای را فراخوانده‌اید که دسترسی به آن ندارید. شاید باید به درون بیایید؟", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "یافت نشد", - "404.message": "شما برگه‌ای را فراخوانده‌اید که وجود ندارد. به برگهٔ خانه برگردید.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "خطای درونی.", "500.message": "اوه! گویا اشتباهی رخ داده!", "register": "نام‌نویسی", @@ -26,6 +27,7 @@ "header.tags": "برچسب‌ها", "header.popular": "دوست‌داشتنی‌ها", "header.users": "کاربران", + "header.groups": "Groups", "header.chats": "گفتگوها", "header.notifications": "آگاه‌سازی‌ها", "header.search": "جستجو", @@ -73,5 +75,7 @@ "updated.title": "انجمن بروزرسانی شد", "updated.message": "این انجمن به آخرین نسخه بروزرسانی شد. برای بارگزاری مجدد صفحه اینجا کلیک کنید.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/fa_IR/groups.json b/public/language/fa_IR/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/fa_IR/groups.json +++ b/public/language/fa_IR/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/fa_IR/recent.json b/public/language/fa_IR/recent.json index 5a07722464..19fff6a7a7 100644 --- a/public/language/fa_IR/recent.json +++ b/public/language/fa_IR/recent.json @@ -5,5 +5,14 @@ "month": "ماه", "year": "سال", "alltime": "All Time", - "no_recent_topics": "There are no recent topics." + "no_recent_topics": "There are no recent topics.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/fa_IR/search.json b/public/language/fa_IR/search.json index e9eef4632a..c89241d382 100644 --- a/public/language/fa_IR/search.json +++ b/public/language/fa_IR/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/fa_IR/topic.json b/public/language/fa_IR/topic.json index 8026773ca1..793af1e7cb 100644 --- a/public/language/fa_IR/topic.json +++ b/public/language/fa_IR/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "هیچ دیدگاهی انتخاب نشده!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "سرنویس جستارتان را اینجا بنویسید...", + "composer.handle_placeholder": "Name", "composer.discard": "دور بیانداز", "composer.submit": "بفرست", "composer.replying_to": "پاسخ به %1", @@ -92,5 +93,6 @@ "sort_by": "مرتب‌سازی بر اساس", "oldest_to_newest": "قدیمی‌ترین به جدید‌ترین", "newest_to_oldest": "جدید‌ترین به قدیمی‌ترین", - "most_votes": "بیشترین رای‌ها" + "most_votes": "بیشترین رای‌ها", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/fa_IR/user.json b/public/language/fa_IR/user.json index 799f5a71ae..0b2a48667f 100644 --- a/public/language/fa_IR/user.json +++ b/public/language/fa_IR/user.json @@ -2,6 +2,8 @@ "banned": "مسدود", "offline": "آفلاین", "username": "نام کاربری", + "joindate": "Join Date", + "postcount": "Post Count", "email": "رایانامه", "confirm_email": "تأیید رایانامه", "delete_account": "Delete Account", @@ -16,6 +18,7 @@ "profile_views": "بازدیدهای نمایه", "reputation": "اعتبار", "favourites": "پسندها", + "watched": "Watched", "followers": "دنبال‌کننده‌ها", "following": "دنبال‌شونده‌ها", "signature": "امضا", @@ -56,10 +59,12 @@ "digest_weekly": "هفتگی", "digest_monthly": "ماهانه", "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "این کاربر هیچ دنبال‌کننده‌ای ندارد :(", "follows_no_one": "این کاربر هیچ کسی را دنبال نمی‌کند :(", "has_no_posts": "این کاربر هنوز هیچ دیدگاهی نگذاشته است.", "has_no_topics": "این کاربر هنوز هیچ جستاری نفرستاده است.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "رایانامه پنهان شده", "hidden": "پنهان", "paginate_description": "محدود کردن شمار جستارها و دیدگاه‌ها در هر برگه به جای مرور بی‌پایان برگه‌ها", diff --git a/public/language/fa_IR/users.json b/public/language/fa_IR/users.json index 5b1ea539af..aec64b6020 100644 --- a/public/language/fa_IR/users.json +++ b/public/language/fa_IR/users.json @@ -5,5 +5,8 @@ "search": "جستجو", "enter_username": "یک نام کاربری برای جستجو وارد کنید", "load_more": "بارگذاری بیش‌تر", - "users-found-search-took": "%1 کاربر() در مدت زمان %2 میلی ثانیه یافت شد!" + "users-found-search-took": "%1 کاربر() در مدت زمان %2 میلی ثانیه یافت شد!", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/fi/email.json b/public/language/fi/email.json index fdbfb006c6..e3199a9b14 100644 --- a/public/language/fi/email.json +++ b/public/language/fi/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Click here to alter those settings", "closing": "Thanks!" diff --git a/public/language/fi/error.json b/public/language/fi/error.json index 0328632c95..0b28c1f98b 100644 --- a/public/language/fi/error.json +++ b/public/language/fi/error.json @@ -18,6 +18,7 @@ "username-taken": "Käyttäjänimi varattu", "email-taken": "Sähköpostiosoite varattu", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Käyttäjänimi on liian lyhyt", "username-too-long": "Username too long", "user-banned": "Käyttäjä on estetty", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "Et voi estää muita ylläpitäjiä!", - "invalid-image-type": "Virheellinen kuvatiedosto", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Ryhmän nimi on liian lyhyt", "group-already-exists": "Ryhmä on jo olemassa", "group-name-change-not-allowed": "Et voi vaihtaa ryhmän nimeä", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/fi/global.json b/public/language/fi/global.json index 58ba3a2945..7e0be437c7 100644 --- a/public/language/fi/global.json +++ b/public/language/fi/global.json @@ -3,9 +3,10 @@ "search": "Hae", "buttons.close": "Sulje", "403.title": "Pääsy kielletty", - "403.message": "Olet päätynyt sivulle, johon sinulla ei ole tarvittavia oikeuksia. Sinun pitäisi kai kirjautua sisään.", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Ei löydy", - "404.message": "Olet päätynyt sivulle, jota ei ole olemassa. Palaa etusivulle.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Sisäinen virhe.", "500.message": "Oho! Jotain meni pieleen!", "register": "Rekisteröidy", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "Suositut", "header.users": "Käyttäjät", + "header.groups": "Groups", "header.chats": "Keskustelut", "header.notifications": "Ilmoitukset", "header.search": "Hae", @@ -73,5 +75,7 @@ "updated.title": "Foorumi päivitetty", "updated.message": "Tämä foorumi on juuri päivitetty uusimpaan versioon. Paina tästä päivittääksesi sivun.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/fi/groups.json b/public/language/fi/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/fi/groups.json +++ b/public/language/fi/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/fi/recent.json b/public/language/fi/recent.json index b2bff39da7..b28b1cddbb 100644 --- a/public/language/fi/recent.json +++ b/public/language/fi/recent.json @@ -5,5 +5,14 @@ "month": "Kuukausi", "year": "Year", "alltime": "All Time", - "no_recent_topics": "Ei viimeisimpiä aiheita." + "no_recent_topics": "Ei viimeisimpiä aiheita.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/fi/search.json b/public/language/fi/search.json index e9eef4632a..c89241d382 100644 --- a/public/language/fi/search.json +++ b/public/language/fi/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json index 4417ef2613..194d414e56 100644 --- a/public/language/fi/topic.json +++ b/public/language/fi/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Ei valittuja viestejä!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "Syötä aiheesi otsikko tähän...", + "composer.handle_placeholder": "Name", "composer.discard": "Hylkää", "composer.submit": "Lähetä", "composer.replying_to": "Replying to %1", @@ -92,5 +93,6 @@ "sort_by": "Sort by", "oldest_to_newest": "Oldest to Newest", "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most votes" + "most_votes": "Most votes", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/fi/user.json b/public/language/fi/user.json index 75ccdad3e3..4942b2d587 100644 --- a/public/language/fi/user.json +++ b/public/language/fi/user.json @@ -2,6 +2,8 @@ "banned": "Bannattu", "offline": "Offline", "username": "Käyttäjän nimi", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Sähköposti", "confirm_email": "Confirm Email", "delete_account": "Delete Account", @@ -16,6 +18,7 @@ "profile_views": "Profiilia katsottu", "reputation": "Maine", "favourites": "Suosikit", + "watched": "Watched", "followers": "Seuraajat", "following": "Seuratut", "signature": "Allekirjoitus", @@ -56,10 +59,12 @@ "digest_weekly": "Weekly", "digest_monthly": "Monthly", "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Kukaan ei seuraa tätä käyttäjää :(", "follows_no_one": "Tämä käyttäjä ei seuraa ketään :(", "has_no_posts": "Tämä käyttäjä ei ole kirjoittanut vielä mitään.", "has_no_topics": "Tämä käyttäjä ei ole kirjoittanut vielä yhtään aihetta.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Sähköposti piilotettu", "hidden": "piilotettu", "paginate_description": "Sivuta aiheet ja viestit loputtoman vierittämisen sijaan.", diff --git a/public/language/fi/users.json b/public/language/fi/users.json index 2451c1a4dd..67556152ae 100644 --- a/public/language/fi/users.json +++ b/public/language/fi/users.json @@ -5,5 +5,8 @@ "search": "Hae", "enter_username": "Syötä käyttäjätunnus hakeaksesi", "load_more": "Lataa lisää", - "users-found-search-took": "%1 user(s) found! Search took %2 ms." + "users-found-search-took": "%1 user(s) found! Search took %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/fr/email.json b/public/language/fr/email.json index 03d1face80..1ed4d80cac 100644 --- a/public/language/fr/email.json +++ b/public/language/fr/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Nouveau message de chat reçu de %1", "notif.chat.cta": "Cliquez ici pour continuer la conversation", "notif.chat.unsub.info": "Cette notification de chat a été envoyé en raison de vos paramètres d'abonnement.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Ceci est un email de test pour vérifier que l'emailer est correctement configuré pour NodeBB.", "unsub.cta": "Cliquez ici pour modifier ces paramètres", "closing": "Merci !" diff --git a/public/language/fr/error.json b/public/language/fr/error.json index ed18ca989b..28ab5566f6 100644 --- a/public/language/fr/error.json +++ b/public/language/fr/error.json @@ -18,6 +18,7 @@ "username-taken": "Nom d’utilisateur déjà utilisé", "email-taken": "Email déjà utilisé", "email-not-confirmed": "Votre adresse email n'est pas confirmée, cliquer ici pour la valider.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Nom d'utilisateur trop court", "username-too-long": "Nom d'utilisateur trop long", "user-banned": "Utilisateur banni", @@ -43,10 +44,13 @@ "already-favourited": "Vous avez déjà mis ce message en favoris", "already-unfavourited": "Vous avez déjà retiré ce message des favoris", "cant-ban-other-admins": "Vous ne pouvez pas bannir les autres administrateurs !", - "invalid-image-type": "Type d’image invalide", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Nom de groupe trop court", "group-already-exists": "Ce groupe existe déjà", "group-name-change-not-allowed": "Modification du nom de groupe non permise", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Message déjà supprimé", "post-already-restored": "Message déjà restauré", "topic-already-deleted": "Sujet déjà supprimé", @@ -63,5 +67,6 @@ "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": "Vous n'avez pas une réputation assez élevée pour signaler ce message", "reload-failed": "NodeBB a rencontré un problème lors du rechargement : \"% 1\" . NodeBB continuera de fonctionner côté client, même si vous devez annuler ce que vous avez fait juste avant de recharger .", - "registration-error": "Erreur d'enregistrement" + "registration-error": "Erreur d'enregistrement", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/fr/global.json b/public/language/fr/global.json index ad4008e6b5..1937e5faad 100644 --- a/public/language/fr/global.json +++ b/public/language/fr/global.json @@ -3,9 +3,10 @@ "search": "Recherche", "buttons.close": "Fermer", "403.title": "Accès refusé", - "403.message": "Il semble que vous vous soyez retrouvé sur une page à laquelle vous n'avez pas accès. Vous devriez peut-être essayer de vous connecter ?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Introuvable", - "404.message": "Il semble que vous vous soyez retrouvés sur une page qui n'existe pas. Retourner à l'accueil.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Erreur interne.", "500.message": "Oops ! Il semblerait que quelque chose se soit mal passé !", "register": "S'inscrire", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "Populaire", "header.users": "Utilisateurs", + "header.groups": "Groups", "header.chats": "Chats", "header.notifications": "Notifications", "header.search": "Recherche", @@ -73,5 +75,7 @@ "updated.title": "Forum mis à jour", "updated.message": "Ce forum a été mis à jour à la dernière version. Cliquez ici pour recharger la page.", "privacy": "Vie privée", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Supprimer Tout" } \ No newline at end of file diff --git a/public/language/fr/groups.json b/public/language/fr/groups.json index 723db5ebb5..c61f42e068 100644 --- a/public/language/fr/groups.json +++ b/public/language/fr/groups.json @@ -1,8 +1,21 @@ { "groups": "Groupes", "view_group": "Voir le groupe", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Informations du groupe", "details.members": "Liste des membres", + "details.pending": "Pending Members", "details.has_no_posts": "Ce membre du groupe n'a envoyé aucun message.", - "details.latest_posts": "Derniers messages" + "details.latest_posts": "Derniers messages", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/fr/recent.json b/public/language/fr/recent.json index defd933cfb..f244b31c35 100644 --- a/public/language/fr/recent.json +++ b/public/language/fr/recent.json @@ -5,5 +5,14 @@ "month": "Mois", "year": "An", "alltime": "Toujours", - "no_recent_topics": "Il n'y a aucun sujet récent." + "no_recent_topics": "Il n'y a aucun sujet récent.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/fr/search.json b/public/language/fr/search.json index 02179757c4..63e5537663 100644 --- a/public/language/fr/search.json +++ b/public/language/fr/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 résultat(s) correspondant(s) à \"%2\", (%3 secondes)", - "no-matches": "Aucun message trouvé!" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json index 1473a37136..b20ef314eb 100644 --- a/public/language/fr/topic.json +++ b/public/language/fr/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Aucun post sélectionné !", "fork_success": "Sujet copié avec succès! Cliquez ici pour aller au sujet copié.", "composer.title_placeholder": "Entrer le titre du sujet ici ...", + "composer.handle_placeholder": "Name", "composer.discard": "Abandonner", "composer.submit": "Envoyer", "composer.replying_to": "Réponse à %1", @@ -92,5 +93,6 @@ "sort_by": "Trier", "oldest_to_newest": "Du plus ancien au plus récent", "newest_to_oldest": "Du plus récent au plus ancien", - "most_votes": "Les mieux notés" + "most_votes": "Les mieux notés", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/fr/user.json b/public/language/fr/user.json index 8ac19c92bf..83bb6f5d9e 100644 --- a/public/language/fr/user.json +++ b/public/language/fr/user.json @@ -2,6 +2,8 @@ "banned": "Banni", "offline": "Hors-ligne", "username": "Nom d'utilisateur", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Confirmer l'adresse email", "delete_account": "Supprimer le compte", @@ -16,6 +18,7 @@ "profile_views": "Vues", "reputation": "Réputation", "favourites": "Favoris", + "watched": "Watched", "followers": "Abonnés", "following": "Abonnements", "signature": "Signature", @@ -56,10 +59,12 @@ "digest_weekly": "Hebdomadaire", "digest_monthly": "Mensuel", "send_chat_notifications": "Envoyer un e-mail si un nouveau message de chat arrive lorsque je ne suis pas en ligne", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Cet utilisateur n'est suivi par personne :(", "follows_no_one": "Cet utilisateur ne suit personne :(", "has_no_posts": "Ce membre n'a rien posté pour le moment", "has_no_topics": "L’utilisateur n'a pas encore créé de sujet.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Email masqué", "hidden": "masqué", "paginate_description": "Utiliser la pagination des sujets et des messages au lieu du défilement infini.", diff --git a/public/language/fr/users.json b/public/language/fr/users.json index e6c64004b4..3cd259f2c5 100644 --- a/public/language/fr/users.json +++ b/public/language/fr/users.json @@ -5,5 +5,8 @@ "search": "Rechercher", "enter_username": "Entrer un nom d'utilisateur pour rechercher", "load_more": "Charger la suite", - "users-found-search-took": "%1 utilisateur(s) trouvé(s) ! Recherche effectuée en %2 ms." + "users-found-search-took": "%1 utilisateur(s) trouvé(s) ! Recherche effectuée en %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/he/email.json b/public/language/he/email.json index fdbfb006c6..e3199a9b14 100644 --- a/public/language/he/email.json +++ b/public/language/he/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Click here to alter those settings", "closing": "Thanks!" diff --git a/public/language/he/error.json b/public/language/he/error.json index 2a57b2e78d..28483df65e 100644 --- a/public/language/he/error.json +++ b/public/language/he/error.json @@ -18,6 +18,7 @@ "username-taken": "שם משתמש תפוס", "email-taken": "כתובת אימייל תפוסה", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "שם משתמש קצר מדי", "username-too-long": "Username too long", "user-banned": "המשתמש חסום", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "אינך יכול לחסום מנהלים אחרים!", - "invalid-image-type": "סוג תמונה לא תקין", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "שם הקבוצה קצר מדי", "group-already-exists": "הקבוצה כבר קיימת", "group-name-change-not-allowed": "לא ניתן לשנות את שם הקבוצה", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "אין לך מספיק מוניטין כדי להוריד את הדירוג של פוסט זה", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/he/global.json b/public/language/he/global.json index d916ce7dca..7a5d014492 100644 --- a/public/language/he/global.json +++ b/public/language/he/global.json @@ -3,9 +3,10 @@ "search": "חיפוש", "buttons.close": "סגור", "403.title": "גישה נדחתה", - "403.message": "נראה שהגעת לעמוד שאין לך הרשאה לצפות בו. נסה להתחבר?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "לא נמצא", - "404.message": "נראה שהגעת לעמוד שאינו קיים. חזור לדף הבית.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "שגיאה פנימית.", "500.message": "אופס! נראה שמשהו השתבש!", "register": "הרשמה", @@ -26,6 +27,7 @@ "header.tags": "תגיות", "header.popular": "פופולרי", "header.users": "משתמשים", + "header.groups": "Groups", "header.chats": "צ'אטים", "header.notifications": "התראות", "header.search": "חיפוש", @@ -73,5 +75,7 @@ "updated.title": "הפורום עודכן", "updated.message": "הפורום עודכן לגרסא האחרונה. נא ללחוץ כאן לעדכון הדף.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/he/groups.json b/public/language/he/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/he/groups.json +++ b/public/language/he/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/he/recent.json b/public/language/he/recent.json index 0a20c6301a..6e1cd5f811 100644 --- a/public/language/he/recent.json +++ b/public/language/he/recent.json @@ -5,5 +5,14 @@ "month": "חודש", "year": "Year", "alltime": "All Time", - "no_recent_topics": "אין נושאים חדשים" + "no_recent_topics": "אין נושאים חדשים", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/he/search.json b/public/language/he/search.json index e9eef4632a..c89241d382 100644 --- a/public/language/he/search.json +++ b/public/language/he/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/he/topic.json b/public/language/he/topic.json index d69bb6036b..2e0d4a0d2e 100644 --- a/public/language/he/topic.json +++ b/public/language/he/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "לא בחרת אף פוסט!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "הכנס את כותרת הנושא כאן...", + "composer.handle_placeholder": "Name", "composer.discard": "מחק", "composer.submit": "שלח", "composer.replying_to": "Replying to %1", @@ -92,5 +93,6 @@ "sort_by": "Sort by", "oldest_to_newest": "Oldest to Newest", "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most votes" + "most_votes": "Most votes", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/he/user.json b/public/language/he/user.json index 332e6d18b7..ec3d0e5b7a 100644 --- a/public/language/he/user.json +++ b/public/language/he/user.json @@ -2,6 +2,8 @@ "banned": "מורחק", "offline": "לא מחובר", "username": "שם משתמש", + "joindate": "Join Date", + "postcount": "Post Count", "email": "כתובת אימייל", "confirm_email": "Confirm Email", "delete_account": "Delete Account", @@ -16,6 +18,7 @@ "profile_views": "צפיות בפרופיל", "reputation": "מוניטין", "favourites": "מועדפים", + "watched": "Watched", "followers": "עוקבים", "following": "עוקב אחרי", "signature": "חתימה", @@ -56,10 +59,12 @@ "digest_weekly": "שבועי", "digest_monthly": "חודשי", "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "למשתמש זה אין עוקבים :(", "follows_no_one": "משתמש זה אינו עוקב אחרי אחרים :(", "has_no_posts": "המשתמש הזה עוד לא פרסם כלום.", "has_no_topics": "המשתמש טרם יצר נושאים כלשהם.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "כתובת אימייל מוסתרת", "hidden": "מוסתר", "paginate_description": "צור עימוד לנושאים במקום לטעון את כל התוכן בעמוד אחד.", diff --git a/public/language/he/users.json b/public/language/he/users.json index f9ec1bad9d..c37d6e3609 100644 --- a/public/language/he/users.json +++ b/public/language/he/users.json @@ -5,5 +5,8 @@ "search": "חיפוש", "enter_username": "הכנס שם משתמש לחיפוש", "load_more": "טען עוד", - "users-found-search-took": "נמצאו %1 משתמש(ים)! החיפוש ארך %2 מילי שניות." + "users-found-search-took": "נמצאו %1 משתמש(ים)! החיפוש ארך %2 מילי שניות.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/hu/email.json b/public/language/hu/email.json index 921ee6218f..eaf8595c79 100644 --- a/public/language/hu/email.json +++ b/public/language/hu/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Új chat üzenet érkezett a következőtől: %1", "notif.chat.cta": "Kattints ide a beszélgetés folytatásához", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Kattintson ide megváltoztatni ezeket a beállításokat", "closing": "Köszönjük!" diff --git a/public/language/hu/error.json b/public/language/hu/error.json index d5819d7aa0..c0bab322ee 100644 --- a/public/language/hu/error.json +++ b/public/language/hu/error.json @@ -18,6 +18,7 @@ "username-taken": "Foglalt felhasználónév", "email-taken": "Foglalt e-mail", "email-not-confirmed": "Az e-mail címed még nem lett ellenőrizve, kérlek kattints ide az e-mail címed ellenőrzéséhez!", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Túl rövid felhasználónév", "username-too-long": "Túl hosszú felhasználónév", "user-banned": "Kitiltott felhasználó", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "You can't ban other admins!", - "invalid-image-type": "Érvénytelen kép típus", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "A csoport név túl rövid", "group-already-exists": "A csoport nem létezik", "group-name-change-not-allowed": "A csoport névváltoztatás nem engedélyezett", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Ez a bejegyzés mát törlésre került", "post-already-restored": "Ez a bejegyzés már visszaállításra került", "topic-already-deleted": "Ezt a témakör már törlésre került", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Regisztrációs hiba" + "registration-error": "Regisztrációs hiba", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/hu/global.json b/public/language/hu/global.json index 9e4854b8d4..6f3926d6a5 100644 --- a/public/language/hu/global.json +++ b/public/language/hu/global.json @@ -3,9 +3,10 @@ "search": "Keresés", "buttons.close": "Mégsem", "403.title": "Hozzáférés megtagadva", - "403.message": "Úgy tűnik egy olyan oldalt szeretnénk elérni, amihez nincs hozzáférés. Talán be kellene jelentkezni", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Nincs találat", - "404.message": "Úgy tűnik egy olyan oldalt szeretnénk elérni, ami nem létezik. Visszatérés a kezdőlapra.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Belső hiba.", "500.message": "Hoppá! Úgy tűnik valami hiba történt!", "register": "Regisztráció", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "Népszerű", "header.users": "Felhasználók", + "header.groups": "Groups", "header.chats": "Chat", "header.notifications": "Értesítések", "header.search": "Keresés", @@ -73,5 +75,7 @@ "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/hu/groups.json b/public/language/hu/groups.json index d1157bd711..3d8cddf1c1 100644 --- a/public/language/hu/groups.json +++ b/public/language/hu/groups.json @@ -1,8 +1,21 @@ { "groups": "Csoportok", "view_group": "Csoport megtekintés", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Csoport részletek", "details.members": "Felhasználók", + "details.pending": "Pending Members", "details.has_no_posts": "A csoport felhasználói nem tettek még közzé bejegyzést.", - "details.latest_posts": "Legújabb bejegyzések" + "details.latest_posts": "Legújabb bejegyzések", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/hu/recent.json b/public/language/hu/recent.json index beecad4e2e..f749b684d9 100644 --- a/public/language/hu/recent.json +++ b/public/language/hu/recent.json @@ -5,5 +5,14 @@ "month": "Hónap", "year": "Év", "alltime": "Minden idők", - "no_recent_topics": "Nincs friss topik." + "no_recent_topics": "Nincs friss topik.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/hu/search.json b/public/language/hu/search.json index 467ff8729e..f5df223660 100644 --- a/public/language/hu/search.json +++ b/public/language/hu/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 eredmény(ek) erre \"%2\" (%3 másodperc alatt)", - "no-matches": "Nincs bejegyzés" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json index 61c0f40024..0de62def8d 100644 --- a/public/language/hu/topic.json +++ b/public/language/hu/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Nincs hozzászólás kiválasztva!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "Írd be a témanevet...", + "composer.handle_placeholder": "Name", "composer.discard": "Elvet", "composer.submit": "Küldés", "composer.replying_to": "Replying to %1", @@ -92,5 +93,6 @@ "sort_by": "Sort by", "oldest_to_newest": "Oldest to Newest", "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most votes" + "most_votes": "Most votes", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/hu/user.json b/public/language/hu/user.json index c4b4cea86a..c673eaee36 100644 --- a/public/language/hu/user.json +++ b/public/language/hu/user.json @@ -2,6 +2,8 @@ "banned": "Kitíltva", "offline": "Nem elérhető", "username": "Felhasználónév", + "joindate": "Join Date", + "postcount": "Post Count", "email": "E-mail", "confirm_email": "E-mail megerősítése", "delete_account": "Fiók törlése", @@ -16,6 +18,7 @@ "profile_views": "Megtekintések", "reputation": "Hírnév", "favourites": "Kedvencek", + "watched": "Watched", "followers": "Követők", "following": "Követve", "signature": "Aláírás", @@ -56,10 +59,12 @@ "digest_weekly": "Weekly", "digest_monthly": "Monthly", "send_chat_notifications": "E-mail küldése, amennyiben chat üzenetem érkezett és nem vagyok aktív", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Ezt a felhasználót nem követi senki :(", "follows_no_one": "Ez a felhasználó nem követ senkit :(", "has_no_posts": "Ennek a felhasználónak még nincsen hozzászólása.", "has_no_topics": "This user didn't post any topics yet.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "E-mail rejtett", "hidden": "rejtett", "paginate_description": "Oldalszámok használata a témáknál és hozzászólásoknál a végtelen görgetés helyett.", diff --git a/public/language/hu/users.json b/public/language/hu/users.json index b637800995..2f992c73b2 100644 --- a/public/language/hu/users.json +++ b/public/language/hu/users.json @@ -5,5 +5,8 @@ "search": "Keresés", "enter_username": "Írj be egy nicknevet a kereséshez", "load_more": "Több betöltése", - "users-found-search-took": "%1 user(s) found! Search took %2 ms." + "users-found-search-took": "%1 user(s) found! Search took %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/id/email.json b/public/language/id/email.json index cddffe26df..86557a5832 100644 --- a/public/language/id/email.json +++ b/public/language/id/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Pesan yang baru diterima dari %1", "notif.chat.cta": "Klik di sini untuk melanjutkan percakapan", "notif.chat.unsub.info": "Sesuai pengaturan langganan anda, notifikasi obrolan ini dikirmkan kepada anda", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Ini hanya email percobaan untuk menverifkasi pengiriman email telah diatur oleh NodeBB secara benar", "unsub.cta": "Klik di sini untuk mengubah pengaturan-pengaturan tersebut.", "closing": "Terima kasih!" diff --git a/public/language/id/error.json b/public/language/id/error.json index 58d37de6cb..7b1413a957 100644 --- a/public/language/id/error.json +++ b/public/language/id/error.json @@ -18,6 +18,7 @@ "username-taken": "Username sudah terdaftar", "email-taken": "Email sudah terdaftar", "email-not-confirmed": "Email kamu belum dikonfirmasi, klik disini untuk mengkonfirmasi email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Username terlalu pendek", "username-too-long": "Username terlalu panjang", "user-banned": "Pengguna dibanned", @@ -43,10 +44,13 @@ "already-favourited": "Post ini sudah kamu favorit", "already-unfavourited": "Postingan ini sudah kamu unfavorit", "cant-ban-other-admins": "Kamu tidak dapat ban admin lainnya!", - "invalid-image-type": "Tipe gambar salah", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Nama grup terlalu pendek", "group-already-exists": "Grup sudah ada", "group-name-change-not-allowed": "Perubahan nama grup tidak dibolehkan", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Postingan ini sudah dihapus", "post-already-restored": "Postingan ini sudah direstore", "topic-already-deleted": "Topik ini sudah dihapus", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Tidak cukup reputation untuk downvote post ini", "not-enough-reputation-to-flag": "Tidak cukup reputation untuk flag post ini", "reload-failed": "NodeBB mengalami masalah saat memuat \"%1\". NodeBB akan melanjutkan pemuatan, kamu harus membatalkan tindakanmu sebelum pemuatan kembali dilakukan.", - "registration-error": "Registrasti Error" + "registration-error": "Registrasti Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/id/global.json b/public/language/id/global.json index de13ab0ca3..738fa81207 100644 --- a/public/language/id/global.json +++ b/public/language/id/global.json @@ -3,9 +3,10 @@ "search": "Cari", "buttons.close": "Tutup", "403.title": "Akses ditolak", - "403.message": "Kamu terlihat masuk ke halaman yang kamu tidak punya akses untuk melakukannya. Coba login terlebih dulu.", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Tidak ditemukan", - "404.message": "Kamu terlihat masuk ke halaman yang sudah tidak ada. Silakan kembali ke Halaman Depan.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Kesalahan internal", "500.message": "Oops! Terjadi kesalahan", "register": "Daftar", @@ -26,6 +27,7 @@ "header.tags": "Tag", "header.popular": "Populer", "header.users": "Pengguna", + "header.groups": "Groups", "header.chats": "Chat", "header.notifications": "Pemberitahuan", "header.search": "Cari", @@ -73,5 +75,7 @@ "updated.title": "Forum telah diupdate", "updated.message": "Forum ini telah diupdate ke versi terbaru. Klik disini untuk memuat halaman.", "privacy": "Privasi", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Hapus Semua" } \ No newline at end of file diff --git a/public/language/id/groups.json b/public/language/id/groups.json index 6b2f27c348..bca990761d 100644 --- a/public/language/id/groups.json +++ b/public/language/id/groups.json @@ -1,8 +1,21 @@ { "groups": "Grup", "view_group": "Tampilkan Grup", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Rincian Grup", "details.members": "Daftar Anggota", + "details.pending": "Pending Members", "details.has_no_posts": "Anggota grup ini belum membuat posting satupun.", - "details.latest_posts": "Posting Terkini" + "details.latest_posts": "Posting Terkini", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/id/recent.json b/public/language/id/recent.json index a68a649504..75c621983d 100644 --- a/public/language/id/recent.json +++ b/public/language/id/recent.json @@ -5,5 +5,14 @@ "month": "Bulan", "year": "Tahun", "alltime": "Sepanjang Waktu", - "no_recent_topics": "Tidak ada topik terbaru." + "no_recent_topics": "Tidak ada topik terbaru.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/id/search.json b/public/language/id/search.json index b296b8ef1b..af974065ab 100644 --- a/public/language/id/search.json +++ b/public/language/id/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 hasil yang sesuai dengan \"%2\", (%3 detik)", - "no-matches": "Hasil pencarian tidak ditemukan" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/id/topic.json b/public/language/id/topic.json index 9536cbc46c..cd8f9052b2 100644 --- a/public/language/id/topic.json +++ b/public/language/id/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Tidak ada posting yang dipilih!", "fork_success": "Topik berhasil dicabangkan! Klik disini untuk menuju topik yang telah dicabangkan.", "composer.title_placeholder": "Masukkan judul topik di sini...", + "composer.handle_placeholder": "Name", "composer.discard": "Buang", "composer.submit": "Kirim", "composer.replying_to": "Membalas ke %1", @@ -92,5 +93,6 @@ "sort_by": "Urutkan berdasakan", "oldest_to_newest": "Terlama ke Terbaru", "newest_to_oldest": "Terbaru ke Terlama", - "most_votes": "Vote terbanyak" + "most_votes": "Vote terbanyak", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/id/user.json b/public/language/id/user.json index 8b5734bc09..ce82e7888f 100644 --- a/public/language/id/user.json +++ b/public/language/id/user.json @@ -2,6 +2,8 @@ "banned": "Banned", "offline": "Offline", "username": "Nama Pengguna", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Konfirmasi Email", "delete_account": "Hapus Akun", @@ -16,6 +18,7 @@ "profile_views": "Tampilan profil", "reputation": "Reputasi", "favourites": "Favorit", + "watched": "Watched", "followers": "Pengikut", "following": "Mengikuti", "signature": "Tanda Pengenal", @@ -56,10 +59,12 @@ "digest_weekly": "Mingguan", "digest_monthly": "Bulanan", "send_chat_notifications": "Kirimkan email jika menerima pesan percakapan dan saya sedang tidak online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "User ini tidak memiliki pengikut :(", "follows_no_one": "User ini tidak mengikuti seorangpun :(", "has_no_posts": "User ini belum pernah membuat posting.", "has_no_topics": "User ini belum pernah membuat topik.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Email Disembunyikan", "hidden": "disembunyikan", "paginate_description": "Gunakan halaman topik dan posting sebagai ganti penggunaan gulungan tanpa batas.", diff --git a/public/language/id/users.json b/public/language/id/users.json index c313a8760f..4f7636a9c3 100644 --- a/public/language/id/users.json +++ b/public/language/id/users.json @@ -5,5 +5,8 @@ "search": "Pencarian", "enter_username": "Masukkan nama pengguna untuk mencari", "load_more": "Tampilkan Lebih Banyak", - "users-found-search-took": "%1 pengguna ditemukan! Pencarian butuh waktu %2 ms." + "users-found-search-took": "%1 pengguna ditemukan! Pencarian butuh waktu %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/it/email.json b/public/language/it/email.json index 40ab3484a1..8c0a1666c2 100644 --- a/public/language/it/email.json +++ b/public/language/it/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Nuovo messaggio in chat da %1", "notif.chat.cta": "Clicca qui per continuare la conversazione", "notif.chat.unsub.info": "Questa notifica di chat ti è stata inviata perché l'hai scelta nelle impostazioni.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Questa è una email di test per verificare che il servizio di invio email è configurato correttamente sul tuo NodeBB.", "unsub.cta": "Clicca qui per modificare queste impostazioni", "closing": "Grazie!" diff --git a/public/language/it/error.json b/public/language/it/error.json index d81c2c1312..12ebc50080 100644 --- a/public/language/it/error.json +++ b/public/language/it/error.json @@ -18,6 +18,7 @@ "username-taken": "Nome utente già preso", "email-taken": "Email già esistente", "email-not-confirmed": "La tua Email deve essere ancora confermata, per favore clicca qui per confermare la tua Email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Nome utente troppo corto", "username-too-long": "Nome utente troppo lungo", "user-banned": "Utente bannato", @@ -43,10 +44,13 @@ "already-favourited": "Hai già inserito tra i preferiti questo post", "already-unfavourited": "Hai già inserito tra i Non Preferiti questo post", "cant-ban-other-admins": "Non puoi bannare altri amministratori!", - "invalid-image-type": "Tipo di immagine invalido", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Nome del Gruppo troppo corto", "group-already-exists": "Il Gruppo esiste già", "group-name-change-not-allowed": "Il cambio di nome al Gruppo non è consentito", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Questo Post è già stato cancellato", "post-already-restored": "Questo Post è già stato ripristinato", "topic-already-deleted": "Questo Topic è già stato cancellato", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Non hai i privilegi per votare negativamente questo post", "not-enough-reputation-to-flag": "Tu non hai abbastanza reputazione per segnalare questo Post", "reload-failed": "NodeBB ha incontrato un problema durante il ricaricamento: \"%1\". NodeBB continuerà a servire gli assets esistenti lato client, così puoi annullare quello che hai fatto prima di ricaricare.", - "registration-error": "Errore nella registrazione" + "registration-error": "Errore nella registrazione", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/it/global.json b/public/language/it/global.json index ce0bcbfe31..35d1244d7f 100644 --- a/public/language/it/global.json +++ b/public/language/it/global.json @@ -3,9 +3,10 @@ "search": "Cerca", "buttons.close": "Chiudi", "403.title": "Accesso Proibito", - "403.message": "Non hai accesso alla pagina che stavi cercando di aprire. Probabilmente devi effettuare il log in?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Non trovato", - "404.message": "La pagina che stavi cercando di aprire non esiste. Ritorna alla pagina iniziale.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Errore interno.", "500.message": "Oops! Qualcosa non funziona come si deve!", "register": "Registrazione", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "Popolare", "header.users": "Utenti", + "header.groups": "Groups", "header.chats": "Messaggi", "header.notifications": "Notifiche", "header.search": "Cerca", @@ -73,5 +75,7 @@ "updated.title": "Forum Aggiornato", "updated.message": "Questo forum è stato aggiornato all'ultima versione. Clicca qui per ricaricare la pagina.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Elimina Tutto" } \ No newline at end of file diff --git a/public/language/it/groups.json b/public/language/it/groups.json index 97a2c0cbc6..51f67ec593 100644 --- a/public/language/it/groups.json +++ b/public/language/it/groups.json @@ -1,8 +1,21 @@ { "groups": "Gruppi", "view_group": "Vedi Gruppo", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Dettagli Gruppo", "details.members": "Lista Membri", + "details.pending": "Pending Members", "details.has_no_posts": "I membri di questo gruppo non hanno ancora postato.", - "details.latest_posts": "Ultimi Post" + "details.latest_posts": "Ultimi Post", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/it/recent.json b/public/language/it/recent.json index fb552194e3..f7d5f4d624 100644 --- a/public/language/it/recent.json +++ b/public/language/it/recent.json @@ -5,5 +5,14 @@ "month": "Mese", "year": "Anno", "alltime": "Sempre", - "no_recent_topics": "Non ci sono discussioni recenti." + "no_recent_topics": "Non ci sono discussioni recenti.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/it/search.json b/public/language/it/search.json index 957b7557b1..6b1250cf39 100644 --- a/public/language/it/search.json +++ b/public/language/it/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 risultato(i) corrispondente(i) \"%2\", (%3 secondi)", - "no-matches": "Nessun post trovato" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/it/topic.json b/public/language/it/topic.json index c4c75dd5d8..ba1beedc77 100644 --- a/public/language/it/topic.json +++ b/public/language/it/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Nessun post selezionato!", "fork_success": "Topic Diviso con successo ! Clicca qui per andare al Topic Diviso.", "composer.title_placeholder": "Inserisci qui il titolo della discussione...", + "composer.handle_placeholder": "Name", "composer.discard": "Annulla", "composer.submit": "Invia", "composer.replying_to": "Rispondendo a %1", @@ -92,5 +93,6 @@ "sort_by": "Ordina per", "oldest_to_newest": "Da Vecchi a Nuovi", "newest_to_oldest": "Da Nuovi a Vecchi", - "most_votes": "Più votati" + "most_votes": "Più votati", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/it/user.json b/public/language/it/user.json index 032ccea5df..ddbc35be12 100644 --- a/public/language/it/user.json +++ b/public/language/it/user.json @@ -2,6 +2,8 @@ "banned": "Bannato", "offline": "Non in linea", "username": "Nome Utente", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Conferma Email", "delete_account": "Elimina Account", @@ -16,6 +18,7 @@ "profile_views": "Visite al profilo", "reputation": "Reputazione", "favourites": "Favoriti", + "watched": "Watched", "followers": "Da chi è seguito", "following": "Chi segue", "signature": "Firma", @@ -56,10 +59,12 @@ "digest_weekly": "Settimanale", "digest_monthly": "Mensile", "send_chat_notifications": "Invia una email se arriva un nuovo messaggio di chat e non sono online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Questo utente non è seguito da nessuno :(", "follows_no_one": "Questo utente non segue nessuno :(", "has_no_posts": "Questo utente non ha ancora postato nulla.", "has_no_topics": "Questo utente non ha ancora avviato discussioni.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Email Nascosta", "hidden": "nascosta", "paginate_description": "Dividi discussioni e post in pagine anziché usare lo scroll infinito.", diff --git a/public/language/it/users.json b/public/language/it/users.json index e8fda0d3a8..3faed8adbb 100644 --- a/public/language/it/users.json +++ b/public/language/it/users.json @@ -5,5 +5,8 @@ "search": "Cerca", "enter_username": "Inserisci il nome utente da cercare", "load_more": "Carica altri", - "users-found-search-took": "%1 utente(i) trovati! La ricerca ha impiegato %2 ms." + "users-found-search-took": "%1 utente(i) trovati! La ricerca ha impiegato %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/ja/email.json b/public/language/ja/email.json index fdbfb006c6..e3199a9b14 100644 --- a/public/language/ja/email.json +++ b/public/language/ja/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Click here to alter those settings", "closing": "Thanks!" diff --git a/public/language/ja/error.json b/public/language/ja/error.json index 62e49edc51..b55c713676 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -18,6 +18,7 @@ "username-taken": "ユーザー名が取られた", "email-taken": "メールアドレスが使用された", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Username too short", "username-too-long": "Username too long", "user-banned": "ユーザーが停止された", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "ほかの管理者を停止することはできません!", - "invalid-image-type": "無効なユーザータイプ", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "グループ名は短すぎます。", "group-already-exists": "グループ名はすでに存在しています", "group-name-change-not-allowed": "グループ名の修正はできません", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/ja/global.json b/public/language/ja/global.json index fa13085f7d..f0f54776bb 100644 --- a/public/language/ja/global.json +++ b/public/language/ja/global.json @@ -3,9 +3,10 @@ "search": "検索", "buttons.close": "閉じる", "403.title": "アクセス拒否", - "403.message": "アクセスが拒否されました.ログインしますか?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "見つかりません", - "404.message": "アクセスしようとしていたページは存在しません.ホームへ", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "内部エラー", "500.message": "何とも言えない障害が発生しているようです.m(_ _)m", "register": "登録", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "人気", "header.users": "ユーザー", + "header.groups": "Groups", "header.chats": "チャット", "header.notifications": "通知", "header.search": "検索", @@ -73,5 +75,7 @@ "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/ja/groups.json b/public/language/ja/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/ja/groups.json +++ b/public/language/ja/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/ja/recent.json b/public/language/ja/recent.json index 35cdd2b23f..1aa2f932f3 100644 --- a/public/language/ja/recent.json +++ b/public/language/ja/recent.json @@ -5,5 +5,14 @@ "month": "最近 1 ヶ月", "year": "Year", "alltime": "All Time", - "no_recent_topics": "最近のスレッドはありません。" + "no_recent_topics": "最近のスレッドはありません。", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/ja/search.json b/public/language/ja/search.json index e9eef4632a..c89241d382 100644 --- a/public/language/ja/search.json +++ b/public/language/ja/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json index d759a07e46..fd6c7d911b 100644 --- a/public/language/ja/topic.json +++ b/public/language/ja/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "ポストが選択されていません!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "スレッドのタイトルを入力して...", + "composer.handle_placeholder": "Name", "composer.discard": "破棄する", "composer.submit": "保存する", "composer.replying_to": "%1へ返答中", @@ -92,5 +93,6 @@ "sort_by": "Sort by", "oldest_to_newest": "Oldest to Newest", "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most votes" + "most_votes": "Most votes", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/ja/user.json b/public/language/ja/user.json index d73f31b7da..0b2b065a94 100644 --- a/public/language/ja/user.json +++ b/public/language/ja/user.json @@ -2,6 +2,8 @@ "banned": "停止された", "offline": "オフライン", "username": "ユーザー名", + "joindate": "Join Date", + "postcount": "Post Count", "email": "メール", "confirm_email": "Confirm Email", "delete_account": "Delete Account", @@ -16,6 +18,7 @@ "profile_views": "閲覧数", "reputation": "評価", "favourites": "お気に入り", + "watched": "Watched", "followers": "フォロワー", "following": "フォロー中", "signature": "署名", @@ -56,10 +59,12 @@ "digest_weekly": "ウィークリー", "digest_monthly": "マンスリー", "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "フォロワーはまだいません :(", "follows_no_one": "フォロー中のユーザーはまだいません :(", "has_no_posts": "まだポストを投稿したことありません。", "has_no_topics": "まだスレッドを作成したありません。", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "メールアドレスを非表示", "hidden": "非表示", "paginate_description": "スクロールでのページ自動ロードはしない", diff --git a/public/language/ja/users.json b/public/language/ja/users.json index ac5553dbb9..9bf3d7a0d9 100644 --- a/public/language/ja/users.json +++ b/public/language/ja/users.json @@ -5,5 +5,8 @@ "search": "検索", "enter_username": "検索するユーザー名を入力してください", "load_more": "もっと表示", - "users-found-search-took": "%1 user(s) found! Search took %2 ms." + "users-found-search-took": "%1 user(s) found! Search took %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/ko/email.json b/public/language/ko/email.json index 0142a60205..a7e4ea2cfc 100644 --- a/public/language/ko/email.json +++ b/public/language/ko/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "%1님이 채팅 메시지를 보냈습니다.", "notif.chat.cta": "대화를 계속하려면 여기를 클릭하세요.", "notif.chat.unsub.info": "이 채팅 알림은 사용자 설정에 따라 전송되었습니다.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "이 메일은 NodeBB에 메일러가 정상적으로 설치되었는지 확인할 테스트 용도로 발송되었습니다.", "unsub.cta": "설정을 변경하려면 여기를 클릭하세요.", "closing": "감사합니다!" diff --git a/public/language/ko/error.json b/public/language/ko/error.json index 196a067318..9ce8f5dd42 100644 --- a/public/language/ko/error.json +++ b/public/language/ko/error.json @@ -18,6 +18,7 @@ "username-taken": "이미 사용 중인 사용자 이름입니다.", "email-taken": "이미 사용 중인 이메일입니다.", "email-not-confirmed": "아직 이메일이 인증되지 않았습니다. 여기를 누르면 인증 메일을 발송할 수 있습니다.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "사용자 이름이 너무 짧습니다.", "username-too-long": "사용자 이름이 너무 깁니다.", "user-banned": "차단된 사용자입니다.", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "다른 관리자를 차단할 수 없습니다.", - "invalid-image-type": "올바르지 않은 이미지입니다.", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "그룹 이름이 너무 짧습니다.", "group-already-exists": "이미 존재하는 그룹입니다.", "group-name-change-not-allowed": "금지된 그룹 이름입니다.", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "이미 삭제된 게시물입니다.", "post-already-restored": "이미 복원된 게시물입니다.", "topic-already-deleted": "이미 삭제된 주제입니다.", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "인기도가 낮아 이 게시물에 반대할 수 없습니다.", "not-enough-reputation-to-flag": "인기도가 낮아 이 게시물을 신고할 수 없습니다.", "reload-failed": "NodeBB를 다시 읽어들이는 중 다음과 같은 문제가 발생했습니다. \"%1\" 다시 읽어들이기 직전에 했던 동작은 되돌리세요. 클라이언트측 자원은 문제없이 계속 전송됩니다.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/ko/global.json b/public/language/ko/global.json index d3659fd163..d5c5787e33 100644 --- a/public/language/ko/global.json +++ b/public/language/ko/global.json @@ -3,9 +3,10 @@ "search": "검색", "buttons.close": "닫기", "403.title": "접근이 거부되었습니다.", - "403.message": "접근 권한이 없는 페이지에 접근하였습니다. 로그인되어 있는지 확인해 주세요.", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "페이지를 찾을 수 없습니다.", - "404.message": "존재하지 않는 페이지에 접근하였습니다. 홈으로 돌아갈 수 있습니다.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "내부 오류가 발생했습니다.", "500.message": "알 수 없는 오류가 발생했습니다.", "register": "회원가입", @@ -26,6 +27,7 @@ "header.tags": "태그", "header.popular": "인기 주제", "header.users": "사용자", + "header.groups": "Groups", "header.chats": "채팅", "header.notifications": "알림", "header.search": "검색", @@ -73,5 +75,7 @@ "updated.title": "포럼이 업데이트 되었습니다.", "updated.message": "이 포럼은 지금 최신 버전으로 업데이트 되었습니다. 여기를 누르면 페이지를 새로고침합니다.", "privacy": "개인정보", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/ko/groups.json b/public/language/ko/groups.json index bf61efd9a0..8a788bebb2 100644 --- a/public/language/ko/groups.json +++ b/public/language/ko/groups.json @@ -1,8 +1,21 @@ { "groups": "그룹", "view_group": "그룹 보기", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "그룹 상세정보", "details.members": "구성원 목록", + "details.pending": "Pending Members", "details.has_no_posts": "이 그룹의 구성원이 작성한 게시물이 없습니다.", - "details.latest_posts": "최근 게시물" + "details.latest_posts": "최근 게시물", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/ko/recent.json b/public/language/ko/recent.json index 132e17f5c8..f05f6ff771 100644 --- a/public/language/ko/recent.json +++ b/public/language/ko/recent.json @@ -5,5 +5,14 @@ "month": "월간", "year": "연간", "alltime": "전체", - "no_recent_topics": "최근 생성된 주제가 없습니다." + "no_recent_topics": "최근 생성된 주제가 없습니다.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/ko/search.json b/public/language/ko/search.json index 2a523478a5..391a7477ee 100644 --- a/public/language/ko/search.json +++ b/public/language/ko/search.json @@ -1,4 +1,7 @@ { "results_matching": "\"%2\"와 일치하는 %1개의 결과를 찾았습니다 (검색시간: %3초)", - "no-matches": "게시물이 없습니다." + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json index a3cbbdc7e5..ed806c5882 100644 --- a/public/language/ko/topic.json +++ b/public/language/ko/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "게시물이 선택되지 않았습니다.", "fork_success": "주제가 분리되었습니다! 분리된 주제를 보려면 여기를 클릭하세요.", "composer.title_placeholder": "여기에 제목을 입력하세요.", + "composer.handle_placeholder": "Name", "composer.discard": "취소", "composer.submit": "등록", "composer.replying_to": "'%1'에 대한 답글", @@ -92,5 +93,6 @@ "sort_by": "정렬", "oldest_to_newest": "오래된 순으로 정렬", "newest_to_oldest": "최신 순으로 정렬", - "most_votes": "추천수 순으로 정렬" + "most_votes": "추천수 순으로 정렬", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/ko/user.json b/public/language/ko/user.json index c0f0d5d3dd..c656a64242 100644 --- a/public/language/ko/user.json +++ b/public/language/ko/user.json @@ -2,6 +2,8 @@ "banned": "차단됨", "offline": "오프라인", "username": "사용자 이름", + "joindate": "Join Date", + "postcount": "Post Count", "email": "이메일", "confirm_email": "이메일 확인", "delete_account": "계정 삭제", @@ -16,6 +18,7 @@ "profile_views": "프로필 조회 수", "reputation": "인기도", "favourites": "좋아요", + "watched": "Watched", "followers": "이 사용자를 팔로우", "following": "이 사용자가 팔로우", "signature": "서명", @@ -56,10 +59,12 @@ "digest_weekly": "매주", "digest_monthly": "매월", "send_chat_notifications": "오프라인일 때 채팅 메시지가 도착하면 알림 메일을 보냅니다.", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "아무도 이 사용자를 팔로우하지 않습니다.", "follows_no_one": "이 사용자는 아무도 팔로우하지 않습니다.", "has_no_posts": "이 사용자는 게시물을 작성하지 않았습니다.", "has_no_topics": "이 사용자는 주제를 생성하지 않았습니다.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "이메일 비공개", "hidden": "비공개", "paginate_description": "주제와 게시물을 여러 페이지로 나누어 표시", diff --git a/public/language/ko/users.json b/public/language/ko/users.json index 0f0d1bfe91..14f0b96551 100644 --- a/public/language/ko/users.json +++ b/public/language/ko/users.json @@ -5,5 +5,8 @@ "search": "검색", "enter_username": "검색할 사용자 이름을 입력하세요.", "load_more": "더 보기", - "users-found-search-took": "%1명의 사용자를 찾았습니다! 검색에 %2 ms가 소요되었습니다." + "users-found-search-took": "%1명의 사용자를 찾았습니다! 검색에 %2 ms가 소요되었습니다.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/lt/email.json b/public/language/lt/email.json index fdbfb006c6..e3199a9b14 100644 --- a/public/language/lt/email.json +++ b/public/language/lt/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Click here to alter those settings", "closing": "Thanks!" diff --git a/public/language/lt/error.json b/public/language/lt/error.json index 9b09bb6b87..deb7944e24 100644 --- a/public/language/lt/error.json +++ b/public/language/lt/error.json @@ -18,6 +18,7 @@ "username-taken": "Vartotojo vardas jau užimtas", "email-taken": "El. pašto adresas jau užimtas", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Slapyvardis per trumpas", "username-too-long": "Username too long", "user-banned": "Vartotojas užblokuotas", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "Jūs negalite užblokuoti kitų administratorių!", - "invalid-image-type": "Klaidingas paveikslėlio tipas", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Grupės pavadinimas per trumpas", "group-already-exists": "Tokia grupė jau egzistuoja", "group-name-change-not-allowed": "Grupės pavadinimas keitimas neleidžiamas", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Jūs neturite pakankamai reputacijos balsuoti prieš šį pranešimą", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/lt/global.json b/public/language/lt/global.json index dab0d48357..c4bf81cf4b 100644 --- a/public/language/lt/global.json +++ b/public/language/lt/global.json @@ -3,9 +3,10 @@ "search": "Ieškoti", "buttons.close": "Uždaryti", "403.title": "Prieiga negalima", - "403.message": "Atrodo, kad jūs bandote patekti į puslapį, kuriame jūsų prieiga negalima. Gal pabandykite prisijungti?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Nerasta", - "404.message": "Atrodo, kad jūs patekote į puslapį, kuris neegzistuoja. Grįžkite į namų puslapį", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Vidinė klaida.", "500.message": "Oops! Atrodo, kad kažkas nutiko!", "register": "Registruotis", @@ -26,6 +27,7 @@ "header.tags": "Žymos", "header.popular": "Populiarūs", "header.users": "Vartotojai", + "header.groups": "Groups", "header.chats": "Susirašinėjimai", "header.notifications": "Pranešimai", "header.search": "Ieškoti", @@ -73,5 +75,7 @@ "updated.title": "Forumas atnaujintas", "updated.message": "Forumas buvo atnaujintas iki naujausios versijos. Paspauskite čia norėdami perkrauti puslapį.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/lt/groups.json b/public/language/lt/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/lt/groups.json +++ b/public/language/lt/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/lt/recent.json b/public/language/lt/recent.json index 0ccdef0f8c..d9257022d6 100644 --- a/public/language/lt/recent.json +++ b/public/language/lt/recent.json @@ -5,5 +5,14 @@ "month": "Mėnesis", "year": "Metai", "alltime": "All Time", - "no_recent_topics": "Paskutinių temų nėra" + "no_recent_topics": "Paskutinių temų nėra", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/lt/search.json b/public/language/lt/search.json index e9eef4632a..c89241d382 100644 --- a/public/language/lt/search.json +++ b/public/language/lt/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json index 3ebdac9b97..2df888e5b7 100644 --- a/public/language/lt/topic.json +++ b/public/language/lt/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Nepasirinktas joks įrašas!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "Įrašykite temos pavadinimą...", + "composer.handle_placeholder": "Name", "composer.discard": "Atšaukti", "composer.submit": "Patvirtinti", "composer.replying_to": "Atsakymas %1", @@ -92,5 +93,6 @@ "sort_by": "Rūšiuoti pagal", "oldest_to_newest": "Nuo seniausių iki naujausių", "newest_to_oldest": "Nuo naujausių iki seniausių", - "most_votes": "Daugiausiai balsų" + "most_votes": "Daugiausiai balsų", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/lt/user.json b/public/language/lt/user.json index e4f7a27dd2..7ec5d24423 100644 --- a/public/language/lt/user.json +++ b/public/language/lt/user.json @@ -2,6 +2,8 @@ "banned": "Užblokuotas", "offline": "Atsijungęs", "username": "Vartotojo vardas", + "joindate": "Join Date", + "postcount": "Post Count", "email": "El. paštas", "confirm_email": "Patvirtinti el. paštą", "delete_account": "Delete Account", @@ -16,6 +18,7 @@ "profile_views": "Profilio peržiūros", "reputation": "Reputacija", "favourites": "Mėgstamiausi", + "watched": "Watched", "followers": "Sekėjai", "following": "Seka", "signature": "Parašas", @@ -56,10 +59,12 @@ "digest_weekly": "Kas savaitę", "digest_monthly": "Kas mėnesį", "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Šis vartotojas neturi jokių sekėjų :(", "follows_no_one": "Šis vartotojas nieko neseka :(", "has_no_posts": "Šis vartotojas dar neparašė nė vieno pranešimo.", "has_no_topics": "Šis vartotojas dar nesukūrė nė vienos temos.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "El. paštas paslėptas", "hidden": "paslėptas", "paginate_description": "Temose ir kategorijose naudoti numeraciją puslapiams vietoje begalinės slinkties.", diff --git a/public/language/lt/users.json b/public/language/lt/users.json index 66a9f76b1f..58f5d1793e 100644 --- a/public/language/lt/users.json +++ b/public/language/lt/users.json @@ -5,5 +5,8 @@ "search": "Ieškoti", "enter_username": "Įrašykite vartotojo vardą paieškai", "load_more": "Įkelti daugiau", - "users-found-search-took": "%1 paskyra(-os)! Paieška užtruko %2 ms." + "users-found-search-took": "%1 paskyra(-os)! Paieška užtruko %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/ms/email.json b/public/language/ms/email.json index 85de394b29..6e765e9f0b 100644 --- a/public/language/ms/email.json +++ b/public/language/ms/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Click here to alter those settings", "closing": "Terima Kasih!" diff --git a/public/language/ms/error.json b/public/language/ms/error.json index 6384d68eb1..336f7cd580 100644 --- a/public/language/ms/error.json +++ b/public/language/ms/error.json @@ -18,6 +18,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Nama pengunna terlalu pendek", "username-too-long": "Username too long", "user-banned": "User banned", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "You can't ban other admins!", - "invalid-image-type": "Invalid image type", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Group name too short", "group-already-exists": "Group already exists", "group-name-change-not-allowed": "Group name change not allowed", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/ms/global.json b/public/language/ms/global.json index ebda99a05f..438206d7ef 100644 --- a/public/language/ms/global.json +++ b/public/language/ms/global.json @@ -3,9 +3,10 @@ "search": "Cari", "buttons.close": "Tutup", "403.title": "Akses dinafikan", - "403.message": "Anda telah menemui ruangan anda tidak diberikan akses. Munkin anda sepatutnya cuba log masuk semula?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "tidak dijumpai", - "404.message": "Anda telah menemui ruangan yang tidak wujud. kembali kelama utama?", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "ralat dalaman", "500.message": "Oops! ada yang tidak kena", "register": "Daftar", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "popular", "header.users": "pengguna", + "header.groups": "Groups", "header.chats": "chats", "header.notifications": "makluman", "header.search": "Cari", @@ -73,5 +75,7 @@ "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/ms/groups.json b/public/language/ms/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/ms/groups.json +++ b/public/language/ms/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/ms/recent.json b/public/language/ms/recent.json index bface6de72..237ababd11 100644 --- a/public/language/ms/recent.json +++ b/public/language/ms/recent.json @@ -5,5 +5,14 @@ "month": "Bulan", "year": "Year", "alltime": "All Time", - "no_recent_topics": "Tiada topik terkini" + "no_recent_topics": "Tiada topik terkini", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/ms/search.json b/public/language/ms/search.json index e9eef4632a..c89241d382 100644 --- a/public/language/ms/search.json +++ b/public/language/ms/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json index d02259f03c..04be14258d 100644 --- a/public/language/ms/topic.json +++ b/public/language/ms/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Tiada kiriman yang dipilih", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "Masukkan tajuk topik disini", + "composer.handle_placeholder": "Name", "composer.discard": "Abaikan", "composer.submit": "Hantar", "composer.replying_to": "Replying to %1", @@ -92,5 +93,6 @@ "sort_by": "Sort by", "oldest_to_newest": "Oldest to Newest", "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most votes" + "most_votes": "Most votes", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/ms/user.json b/public/language/ms/user.json index 90a0baa313..5b44dfc707 100644 --- a/public/language/ms/user.json +++ b/public/language/ms/user.json @@ -2,6 +2,8 @@ "banned": "Diharamkan", "offline": "Tidak ditalian", "username": "Nama pengguna", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Emel", "confirm_email": "Confirm Email", "delete_account": "Delete Account", @@ -16,6 +18,7 @@ "profile_views": "Lihat profil", "reputation": "Reputasi", "favourites": "Kegemaran", + "watched": "Watched", "followers": "Pengikut", "following": "Mengikuti", "signature": "Tandatangan", @@ -56,10 +59,12 @@ "digest_weekly": "Mingguan", "digest_monthly": "Bulanan", "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Pengguna ini tiada pengikut :(", "follows_no_one": "Pengguna ini tidak mengikuti sesiapa :(", "has_no_posts": "Pengguna ini masih belum mengirim sebarang pos", "has_no_topics": "Pengguna ini masih belum menghantar sebarang kiriman", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Emel disembunyikan", "hidden": "disembunyikan", "paginate_description": "Pecahkan topik dan pesanan adalah lebih baik daripada menggunakan scroll berterusan", diff --git a/public/language/ms/users.json b/public/language/ms/users.json index ddb632d1dc..3e1a3f089b 100644 --- a/public/language/ms/users.json +++ b/public/language/ms/users.json @@ -5,5 +5,8 @@ "search": "Cari", "enter_username": "Masukkan nama pengguna untuk carian", "load_more": "Muat lagi", - "users-found-search-took": "%1 user(s) found! Search took %2 ms." + "users-found-search-took": "%1 user(s) found! Search took %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/nb/email.json b/public/language/nb/email.json index f9c1377ab0..c3c3e3f474 100644 --- a/public/language/nb/email.json +++ b/public/language/nb/email.json @@ -13,10 +13,12 @@ "digest.latest_topics": "Siste emner fra %1", "digest.cta": "Klikk her for å besøke %1", "digest.unsub.info": "Dette sammendraget er sendt til deg basert på dine innstillinger for abonnering.", - "digest.no_topics": "There have been no active topics in the past %1", + "digest.no_topics": "Det har ikke vært noen aktive tråder i det siste %1", "notif.chat.subject": "Ny chat-melding mottatt fra %1", "notif.chat.cta": "Klikk her for å fortsette samtalen", "notif.chat.unsub.info": "Denne chat-varselen er sendt til deg basert på dine innstillinger for abonnering.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Dette er en test-epost for å verifisere at epostsystemet i NodeBB fungerer som det skal.", "unsub.cta": "Klikk her for å endre disse innstillingene", "closing": "Takk!" diff --git a/public/language/nb/error.json b/public/language/nb/error.json index 45dd6f6853..ef6f1a20b0 100644 --- a/public/language/nb/error.json +++ b/public/language/nb/error.json @@ -18,6 +18,7 @@ "username-taken": "Brukernavn opptatt", "email-taken": "E-post opptatt", "email-not-confirmed": "E-posten din har ikke blitt bekreftet enda, vennligst klikk for å bekrefte din e-post.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Brukernavnet er for kort", "username-too-long": "Brukernavnet er for langt", "user-banned": "Bruker utestengt", @@ -43,10 +44,13 @@ "already-favourited": "Du har allerede favorittmerket dette innlegget", "already-unfavourited": "Du har allerede avfavorisert dette innlegget", "cant-ban-other-admins": "Du kan ikke utestenge andre administratorer!", - "invalid-image-type": "Ugyldig bildetype", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Gruppenavnet er for kort", "group-already-exists": "Gruppe eksisterer allerede", "group-name-change-not-allowed": "Gruppenavn ikke tillatt", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Dette innlegget har blitt slettet", "post-already-restored": "Dette innlegget har allerede blitt gjenopprettet", "topic-already-deleted": "Dette emnet har allerede blitt slettet", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Du har ikke nok rykte til å nedstemme det innlegget", "not-enough-reputation-to-flag": "Du har ikke nok rykte til å flagge dette innlegget", "reload-failed": "NodeBB støtte på et problem under lasting på nytt: \"%1\". NodeBB vil fortsette å servere eksisterende klientside ressureser, selv om du burde angre endringene du gjorde før du lastet på nytt.", - "registration-error": "Registration Error" + "registration-error": "Feil under registrering", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/nb/global.json b/public/language/nb/global.json index c1f1f40f39..34f3d08cc4 100644 --- a/public/language/nb/global.json +++ b/public/language/nb/global.json @@ -3,9 +3,10 @@ "search": "Søk", "buttons.close": "Steng", "403.title": "Adgang nektet", - "403.message": "Du har funnet en side du ikke har tilgang til. Kanskje du skal prøve å logge inn?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Ikke funnet", - "404.message": "Du har funnet en side som ikke eksisterer. Returner til startsiden?", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Intern feil.", "500.message": "Oops! Ser ut som noe gikk galt!", "register": "Registrer", @@ -26,6 +27,7 @@ "header.tags": "Tagger", "header.popular": "Populære", "header.users": "Brukere", + "header.groups": "Groups", "header.chats": "Chatter", "header.notifications": "Varsler", "header.search": "Søk", @@ -73,5 +75,7 @@ "updated.title": "Forum oppdatert", "updated.message": "Dette forumet har nettopp blitt oppdatert til den nyeste versjonen. Klikk her for å laste siden på nytt.", "privacy": "Personvern", - "delete_all": "Delete All" + "follow": "Follow", + "unfollow": "Unfollow", + "delete_all": "Slett alle" } \ No newline at end of file diff --git a/public/language/nb/groups.json b/public/language/nb/groups.json index 7762e5b3ad..3319bcb9a2 100644 --- a/public/language/nb/groups.json +++ b/public/language/nb/groups.json @@ -1,8 +1,21 @@ { "groups": "Grupper", "view_group": "Vis gruppe", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Gruppedetaljer", "details.members": "Medlemsliste", + "details.pending": "Pending Members", "details.has_no_posts": "Medlemmene i denne gruppen har ikke skrevet noen innlegg.", - "details.latest_posts": "Seneste innlegg" + "details.latest_posts": "Seneste innlegg", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/nb/recent.json b/public/language/nb/recent.json index 4b5611e8a8..4a77aab5ab 100644 --- a/public/language/nb/recent.json +++ b/public/language/nb/recent.json @@ -5,5 +5,14 @@ "month": "Måned", "year": "År", "alltime": "All tid", - "no_recent_topics": "Det er ingen nye tråder." + "no_recent_topics": "Det er ingen nye tråder.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/nb/search.json b/public/language/nb/search.json index d27adb6754..2e9ad3665c 100644 --- a/public/language/nb/search.json +++ b/public/language/nb/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 resultat(er) samsvarer med \"%2\", (%3 sekunder)", - "no-matches": "Ingen innlegg funnet" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json index 7b0156352c..7690cd7114 100644 --- a/public/language/nb/topic.json +++ b/public/language/nb/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Ingen innlegg valgt!", "fork_success": "Dette emnet ble delt! Klikk for å gå til delt emne.", "composer.title_placeholder": "Skriv din tråd-tittel her", + "composer.handle_placeholder": "Name", "composer.discard": "Forkast", "composer.submit": "Send", "composer.replying_to": "Svarer i %1", @@ -92,5 +93,6 @@ "sort_by": "Sorter etter", "oldest_to_newest": "Eldste til nyeste", "newest_to_oldest": "Nyeste til eldste", - "most_votes": "Flest stemmer" + "most_votes": "Flest stemmer", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/nb/user.json b/public/language/nb/user.json index 565dac3bae..b154436e80 100644 --- a/public/language/nb/user.json +++ b/public/language/nb/user.json @@ -2,6 +2,8 @@ "banned": "Utestengt", "offline": "Offline", "username": "Brukernavn", + "joindate": "Join Date", + "postcount": "Post Count", "email": "E-post", "confirm_email": "Bekfreft e-post", "delete_account": "Slett konto", @@ -16,6 +18,7 @@ "profile_views": "Profilvisninger", "reputation": "Rykte", "favourites": "Favoritter", + "watched": "Watched", "followers": "Følgere", "following": "Følger", "signature": "Signatur", @@ -56,10 +59,12 @@ "digest_weekly": "Ukentlig", "digest_monthly": "Månedlig", "send_chat_notifications": "Send en epost hvis jeg mottar en chat-melding når jeg ikke er pålogget", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Denne brukeren har ingen følgere :(", "follows_no_one": "Denne brukeren følger ingen :(", "has_no_posts": "Denne brukeren har ikke skrevet noe enda.", "has_no_topics": "Denne brukeren har ikke skrevet noen emner enda.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "E-post skjult", "hidden": "skjult", "paginate_description": "Paginer tråder og innlegg istedet for å bruke uendelig skrolling.", @@ -68,8 +73,8 @@ "notification_sounds": "Spill av en lyd når du mottar ett varsel.", "browsing": "Surfeinnstillinger", "open_links_in_new_tab": "Åpne utgående linker i en ny fane?", - "enable_topic_searching": "Enable In-Topic Searching", - "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", + "enable_topic_searching": "Aktiver søk-i-emne", + "topic_search_help": "Hvis aktivert, vil i-emne-søk overstyre nettleseren sin standard sidesøk-oppførsel og tillate deg å søke gjennom hele emnet, i stedet for bare det som vises på skjermen.", "follow_topics_you_reply_to": "Følg emner du svarer i.", "follow_topics_you_create": "Følg emner du oppretter." } \ No newline at end of file diff --git a/public/language/nb/users.json b/public/language/nb/users.json index f5a8de35de..e0f8363a64 100644 --- a/public/language/nb/users.json +++ b/public/language/nb/users.json @@ -5,5 +5,8 @@ "search": "Søk", "enter_username": "Skriv ett brukernavn for å søke", "load_more": "Last flere", - "users-found-search-took": "%1 bruker(e) funnet! Søk tok %2 ms." + "users-found-search-took": "%1 bruker(e) funnet! Søk tok %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/nl/email.json b/public/language/nl/email.json index 0ca1b08ba7..ec4296182c 100644 --- a/public/language/nl/email.json +++ b/public/language/nl/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "U heeft een chatbericht ontvangen van %1", "notif.chat.cta": "Klik hier om het gesprek te hervatten", "notif.chat.unsub.info": "Deze chat notificatie was verzonden naar jou vanwege je abbonement instellingen", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Dit is een test email om te verifiëren dat de email service correct is opgezet voor jou NodeBB", "unsub.cta": "Klik hier om u instellingen te wijzigen", "closing": "Bedankt!" diff --git a/public/language/nl/error.json b/public/language/nl/error.json index 160c838e0d..6e4553687a 100644 --- a/public/language/nl/error.json +++ b/public/language/nl/error.json @@ -18,6 +18,7 @@ "username-taken": "Gebruikersnaam is al bezet", "email-taken": "Email adres is al gebruikt", "email-not-confirmed": "U email adres is niet bevestigd, Klik hier om uw email adres te bevestigen", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Gebruikersnaam is te kort", "username-too-long": "Gebruikersnaam is te lang", "user-banned": "Gebruiker verbannen", @@ -43,10 +44,13 @@ "already-favourited": "U heeft al dit bericht in uw favorieten staan", "already-unfavourited": "U heeft al dit bericht uit uw favorieten gehaald", "cant-ban-other-admins": "U kunt niet de andere admins bannen!", - "invalid-image-type": "Ongeldig foto type", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "De groepsnaam is te kort", "group-already-exists": "Deze groep bestaat al", "group-name-change-not-allowed": "Het veranderen van de groepsnaam is niet toegestaan!", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Dit bericht is al verwijderd", "post-already-restored": "Dit bericht is al hersteld", "topic-already-deleted": "Deze topic is al verwijderd", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "U heeft niet de benodigde reputatie om dit bericht te downvoten", "not-enough-reputation-to-flag": "U heeft niet de benodigde reputatie om dit bericht te melden aan de admins", "reload-failed": "NodeBB heeft een probleem geconstateerd tijdens het laden van: \"%1\".\nNodeBB blijft verder draaien. Het is wel verstandig om de actie wat u daarvoor heeft gedaan ongedaan te maken door te herladen.", - "registration-error": "Registratie fout" + "registration-error": "Registratie fout", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/nl/global.json b/public/language/nl/global.json index 74459f5810..84899903b0 100644 --- a/public/language/nl/global.json +++ b/public/language/nl/global.json @@ -3,9 +3,10 @@ "search": "Zoeken", "buttons.close": "Sluiten", "403.title": "Toegang Geweigerd", - "403.message": "Het lijkt erop dat je op een pagina beland bent waar je geen toegang tot hebt. Misschien moet je inloggen?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Niet Gevonden", - "404.message": "Het lijkt erop dat je op een pagina beland bent die niet bestaat. Ga terug naar de home pagina.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Interne fout.", "500.message": "Oeps! Het lijkt erop dat iets is fout gegaan!", "register": "Registeren", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "Populair", "header.users": "Gebruikers", + "header.groups": "Groups", "header.chats": "Chats", "header.notifications": "Notificaties", "header.search": "Zoeken", @@ -73,5 +75,7 @@ "updated.title": "Forum geüpdatet", "updated.message": "Dit forum is zojuist geüpdatet naar de laatste versie. Klik hier om de pagina te verversen", "privacy": "Privé", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Alles verwijderen" } \ No newline at end of file diff --git a/public/language/nl/groups.json b/public/language/nl/groups.json index b0dccd48be..14a4023b74 100644 --- a/public/language/nl/groups.json +++ b/public/language/nl/groups.json @@ -1,8 +1,21 @@ { "groups": "Groepen", "view_group": "Bekijk Groep", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Groep Details", "details.members": "Ledenlijst", + "details.pending": "Pending Members", "details.has_no_posts": "Deze groepleden hebben nog geen berichten geplaatst", - "details.latest_posts": "Nieuwste Berichten" + "details.latest_posts": "Nieuwste Berichten", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/nl/recent.json b/public/language/nl/recent.json index fbbfaaeb52..56f3ca3288 100644 --- a/public/language/nl/recent.json +++ b/public/language/nl/recent.json @@ -5,5 +5,14 @@ "month": "Maand", "year": "Jaar", "alltime": "Intussen", - "no_recent_topics": "Er zijn geen recente reacties." + "no_recent_topics": "Er zijn geen recente reacties.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/nl/search.json b/public/language/nl/search.json index cb61065a4e..837a109e6f 100644 --- a/public/language/nl/search.json +++ b/public/language/nl/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 resulta(a)ten was een match \"%2\", (%3 seconds)", - "no-matches": "Geen berichten gevonden" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json index 76f174d10d..c5a7af6b2f 100644 --- a/public/language/nl/topic.json +++ b/public/language/nl/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Geen berichten geselecteerd!", "fork_success": "Met succes het onderwerp gesplitst. klik hier om naar het nieuwe onderwerp te gaan.", "composer.title_placeholder": "Vul de titel voor het onderwerp hier in...", + "composer.handle_placeholder": "Name", "composer.discard": "Annuleren", "composer.submit": "Opslaan", "composer.replying_to": "Reageren op %1", @@ -92,5 +93,6 @@ "sort_by": "gesorteerd op", "oldest_to_newest": "Oud naar Nieuw", "newest_to_oldest": "Nieuw naar Oud", - "most_votes": "Meeste stemmen" + "most_votes": "Meeste stemmen", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/nl/user.json b/public/language/nl/user.json index 6b99ab28c8..fccd6ac057 100644 --- a/public/language/nl/user.json +++ b/public/language/nl/user.json @@ -2,6 +2,8 @@ "banned": "Verbannen", "offline": "Offline", "username": "Gebruikersnaam", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Bevestig uw email adres", "delete_account": "Account Verwijderen", @@ -16,6 +18,7 @@ "profile_views": "Profiel weergaven", "reputation": "Reputatie", "favourites": "Favorieten", + "watched": "Watched", "followers": "Volgers", "following": "Volgend", "signature": "Handtekening", @@ -56,10 +59,12 @@ "digest_weekly": "Weekelijks", "digest_monthly": "Maandelijks", "send_chat_notifications": "Verstuur mij een email als iemand een chatbericht stuurt terwijl ik niet online ben", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Deze gebruiker heeft geen volgers :(", "follows_no_one": "Deze gebruiker volgt niemand :(", "has_no_posts": "Deze gebruiker heeft nog geen berichten geplaatst", "has_no_topics": "Deze gebruiker heeft nog geen berichten geplaatst", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Email Verborgen", "hidden": "verborgen", "paginate_description": "Blader door onderwerpen en berichten in plaats van oneindig scrollen.", diff --git a/public/language/nl/users.json b/public/language/nl/users.json index 7dd347b5c3..3f19d8316f 100644 --- a/public/language/nl/users.json +++ b/public/language/nl/users.json @@ -5,5 +5,8 @@ "search": "Zoeken", "enter_username": "Vul een gebruikersnaam in om te zoeken", "load_more": "Meer Laden", - "users-found-search-took": "%1 gebruiker(s) gevonden! Zoekactie duurde %2 ms." + "users-found-search-took": "%1 gebruiker(s) gevonden! Zoekactie duurde %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/pl/email.json b/public/language/pl/email.json index d6293baa43..04816f6185 100644 --- a/public/language/pl/email.json +++ b/public/language/pl/email.json @@ -13,10 +13,12 @@ "digest.latest_topics": "Ostatnie tematy z %1", "digest.cta": "Kliknij, by odwiedzić %1", "digest.unsub.info": "To podsumowanie zostało wysłane zgodnie z Twoimi ustawieniami.", - "digest.no_topics": "There have been no active topics in the past %1", - "notif.chat.subject": "Nowa wiadomość chatu od %1", + "digest.no_topics": "Nie było żadnych aktywnych wątków %1", + "notif.chat.subject": "Nowa wiadomość czatu od %1", "notif.chat.cta": "Kliknij tutaj, by kontynuować konwersację", - "notif.chat.unsub.info": "To powiadomienie o chacie zostało Ci wysłane zgodnie z ustawieniami Twojego konta.", + "notif.chat.unsub.info": "To powiadomienie o czacie zostało Ci wysłane zgodnie z ustawieniami Twojego konta.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "To jest e-mail testowy, aby sprawdzić, czy poprawnie skonfigurowałeś e-mailer w swoim NodeBB.", "unsub.cta": "Kliknij tutaj, by zmienić te ustawienia", "closing": "Dziękujemy!" diff --git a/public/language/pl/error.json b/public/language/pl/error.json index b2c1c94b7d..d35d020cc6 100644 --- a/public/language/pl/error.json +++ b/public/language/pl/error.json @@ -18,6 +18,7 @@ "username-taken": "Login zajęty.", "email-taken": "E-mail zajęty.", "email-not-confirmed": "Twój email nie został jeszcze potwierdzony. Proszę kliknąć tutaj by go potwierdzić.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Nazwa użytkownika za krótka.", "username-too-long": "Zbyt długa nazwa użytkownika", "user-banned": "Użytkownik zbanowany", @@ -43,10 +44,13 @@ "already-favourited": "Już polubiłeś ten post", "already-unfavourited": "Już przestałeś lubić ten post", "cant-ban-other-admins": "Nie możesz zbanować innych adminów!", - "invalid-image-type": "Błędny typ pliku", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Nazwa grupy za krótka", "group-already-exists": "Grupa już istnieje", "group-name-change-not-allowed": "Nie można zmieniać nazwy tej grupy.", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Ten post został już skasowany", "post-already-restored": "Ten post został już przywrócony", "topic-already-deleted": "Ten temat został już skasowany", @@ -56,12 +60,13 @@ "uploads-are-disabled": "Uploadowanie jest wyłączone", "upload-error": "Błąd uploadu: %1", "signature-too-long": "Przepraszamy, ale podpis nie może być dłuższy niż %1 znaków.", - "cant-chat-with-yourself": "Nie możesz czatować ze sobą", + "cant-chat-with-yourself": "Nie możesz rozmawiać ze sobą", "chat-restricted": "Ten użytkownik ograniczył swoje czaty. Musi Cię śledzić, zanim będziesz mógł z nim czatować.", "reputation-system-disabled": "System reputacji został wyłączony", "downvoting-disabled": "Ocena postów jest wyłączona", "not-enough-reputation-to-downvote": "Masz za mało reputacji by ocenić ten post.", "not-enough-reputation-to-flag": "Nie masz dość reputacji, by flagować ten post", "reload-failed": "NodeBB napotkał problem w czasie ładowania \"%1\". Forum będzie nadal dostarczać zasoby dostępne w kliencie, jednak powinieneś cofnąć ostatnią akcję.", - "registration-error": "Błąd rejestracji" + "registration-error": "Błąd rejestracji", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/pl/global.json b/public/language/pl/global.json index 38add8afba..a0c76caf7f 100644 --- a/public/language/pl/global.json +++ b/public/language/pl/global.json @@ -3,9 +3,10 @@ "search": "Szukaj", "buttons.close": "Zamknij", "403.title": "Dostęp zabroniony", - "403.message": "Natknąłeś się na stronę, do której nie masz dostępu. Może spróbuj się zalogować?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Nie znaleziono", - "404.message": "Natknąłeś się na nieistniejącą stronę. Wróć do strony głównej.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Błąd wewnętrzny", "500.message": "Ups! Coś poszło nie tak.", "register": "Zarejestruj się", @@ -26,6 +27,7 @@ "header.tags": "Tagi", "header.popular": "Popularne", "header.users": "Użytkownicy", + "header.groups": "Groups", "header.chats": "Rozmowy", "header.notifications": "Powiadomienia", "header.search": "Szukaj", @@ -73,5 +75,7 @@ "updated.title": "Forum zaktualizowane", "updated.message": "To forum zostało zaktualizowane do najnowszej wersji. Kliknij tutaj by odświeżyć stronę", "privacy": "Prywatność", - "delete_all": "Delete All" + "follow": "Follow", + "unfollow": "Unfollow", + "delete_all": "Usuń wszystko" } \ No newline at end of file diff --git a/public/language/pl/groups.json b/public/language/pl/groups.json index d618ade34b..9fdd6d6c79 100644 --- a/public/language/pl/groups.json +++ b/public/language/pl/groups.json @@ -1,8 +1,21 @@ { "groups": "Grupy", "view_group": "Obejrzyj grupę", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Szczegóły grupy", "details.members": "Lista członków", + "details.pending": "Pending Members", "details.has_no_posts": "Członkowie tej grupy nie napisali żadnych postów.", - "details.latest_posts": "Ostatnie posty" + "details.latest_posts": "Ostatnie posty", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/pl/modules.json b/public/language/pl/modules.json index aca4a95c56..af44c3ab51 100644 --- a/public/language/pl/modules.json +++ b/public/language/pl/modules.json @@ -1,16 +1,16 @@ { "chat.chatting_with": "Rozmawiaj z ", - "chat.placeholder": "Wpisz wiadomość czatu tutaj, naciśnij enter by wysłać.", + "chat.placeholder": "Wpisz wiadomość tutaj i naciśnij Enter aby wysłać.", "chat.send": "Wyślij", "chat.no_active": "Nie prowadzisz obecnie żadnych rozmów.", "chat.user_typing": "%1 pisze...", "chat.user_has_messaged_you": "%1 napisał do Ciebie", - "chat.see_all": "Pokaż wszystkie czaty", - "chat.no-messages": "Wybierz odbiorce by zobaczyć historię czatu.", - "chat.recent-chats": "Ostatnie czaty.", + "chat.see_all": "Pokaż wszystkie rozmowy", + "chat.no-messages": "Wybierz odbiorcę, by wyświetlić historię rozmów.", + "chat.recent-chats": "Ostatnie rozmowy", "chat.contacts": "Kontakty", "chat.message-history": "Historia wiadomości", - "chat.pop-out": "Pokaż czat", + "chat.pop-out": "Otwórz rozmowę w nowym oknie", "chat.maximize": "Maksymalizuj", "chat.seven_days": "7 dni", "chat.thirty_days": "30 dni", diff --git a/public/language/pl/recent.json b/public/language/pl/recent.json index 207d22a1d8..382c9d8095 100644 --- a/public/language/pl/recent.json +++ b/public/language/pl/recent.json @@ -5,5 +5,14 @@ "month": "Miesiąc", "year": "Rok", "alltime": "Od początku", - "no_recent_topics": "Brak ostatnich wątków." + "no_recent_topics": "Brak ostatnich wątków.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/pl/search.json b/public/language/pl/search.json index ed42681f15..472b6bf10c 100644 --- a/public/language/pl/search.json +++ b/public/language/pl/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 wyników pasujących do \"%2\", (%3 sekund)", - "no-matches": "Nie znaleziono postów" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/pl/success.json b/public/language/pl/success.json index d8633f5ccd..afef91d9a0 100644 --- a/public/language/pl/success.json +++ b/public/language/pl/success.json @@ -1,6 +1,6 @@ { "success": "Sukces!", - "topic-post": "Wysłałeś posta!", - "authentication-successful": "Autoryzacja przebiegła pomyślnie!", - "settings-saved": "Ustawienia zapisane!" + "topic-post": "Twój post został wysłany.", + "authentication-successful": "Zostałeś pomyślnie zalogowany.", + "settings-saved": "Ustawienia zostały zapisane." } \ No newline at end of file diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json index ded37cf3db..e5d3a154ae 100644 --- a/public/language/pl/topic.json +++ b/public/language/pl/topic.json @@ -14,7 +14,7 @@ "reply": "Odpowiedz", "edit": "Edytuj", "delete": "Usuń", - "purge": "Wyczyść", + "purge": "Wymaż", "restore": "Przywróć", "move": "Przenieś", "fork": "Skopiuj", @@ -50,8 +50,8 @@ "thread_tools.delete_confirm": "Na pewno chcesz skasować ten wątek?", "thread_tools.restore": "Przywróć wątek", "thread_tools.restore_confirm": "Na pewno chcesz przywrócić ten wątek?", - "thread_tools.purge": "Wyczyść wątek", - "thread_tools.purge_confirm": "Na pewno chcesz wyczyścić ten wątek?", + "thread_tools.purge": "Wymaż wątek", + "thread_tools.purge_confirm": "Na pewno chcesz wymazać ten wątek?", "topic_move_success": "Temat przeniesiono do %1", "post_delete_confirm": "Na pewno chcesz usunąć ten post?", "post_restore_confirm": "Na pewno chcesz przywrócić ten post?", @@ -72,8 +72,9 @@ "topic_will_be_moved_to": "Ten wątek zostanie przeniesiony do kategorii", "fork_topic_instruction": "Zaznacz posty, które chcesz sklonować", "fork_no_pids": "Nie zaznaczyłeś żadnych postów!", - "fork_success": "Successfully forked topic! Click here to go to the forked topic.", + "fork_success": "Udało się skopiować wątek. Kliknij tutaj, aby do niego przejść.", "composer.title_placeholder": "Wpisz tytuł wątku tutaj", + "composer.handle_placeholder": "Name", "composer.discard": "Odrzuć", "composer.submit": "Wyślij", "composer.replying_to": "Odpowiadanie na %1", @@ -89,8 +90,9 @@ "more_users": "%1 więcej użytkownik(ów)", "more_guests": "%1 więcej gośc(i)", "users_and_others": "%1 i %2 innych", - "sort_by": "Sortuj po", + "sort_by": "Sortuj według", "oldest_to_newest": "Najpierw najstarsze", "newest_to_oldest": "Najpierw najnowsze", - "most_votes": "Najwięcej głosów" + "most_votes": "Najwięcej głosów", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/pl/user.json b/public/language/pl/user.json index 8c11d5e145..b031c36d5a 100644 --- a/public/language/pl/user.json +++ b/public/language/pl/user.json @@ -2,6 +2,8 @@ "banned": "Zbanowany", "offline": "Offline", "username": "Nazwa użytkownika", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Adres e-mail", "confirm_email": "Potwierdź e-mail", "delete_account": "Skasuj konto", @@ -16,6 +18,7 @@ "profile_views": "wyświetleń", "reputation": "reputacji", "favourites": "Ulubione", + "watched": "Watched", "followers": "Obserwujących", "following": "Obserwowanych", "signature": "Sygnatura", @@ -48,18 +51,20 @@ "settings": "Ustawienia", "show_email": "Wyświetlaj mój adres e-mail", "show_fullname": "Wyświetlaj moją pełną nazwę", - "restrict_chats": "Pozwalaj tylko na czaty od użytkowników, których śledzę", + "restrict_chats": "Pozwalaj tylko na rozmowy z użytkownikami, których śledzę", "digest_label": "Przysyłaj okresowe podsumowanie wiadomości na forum", "digest_description": "Subskrybuj by dostawać maile z tego forum (nowe powiadomienia i tematy) zgodnie z ustalonym harmonogramem.", "digest_off": "Wyłączone", "digest_daily": "Codziennie", "digest_weekly": "Co tydzień", "digest_monthly": "Co miesiąc", - "send_chat_notifications": "Wyślij e-maila, jeśli dostanę nową wiadomość z chatu, a nie jestem on-line", + "send_chat_notifications": "Wyślij e-maila, jeśli dostanę nową wiadomość, a nie jestem on-line", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Ten użytkownik nie ma jeszcze żadnych obserwujących", "follows_no_one": "Użytkownik jeszcze nikogo nie obsweruje.", "has_no_posts": "Użytkownik nie napisał jeszcze żadnych postów.", "has_no_topics": "Ten użytkownik nie napisał jeszcze żadnego wątku.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Adres e-mail ukryty", "hidden": "ukryty", "paginate_description": "Użyj klasycznego trybu paginacji zamiast nieskończonego przewijania.", @@ -68,8 +73,8 @@ "notification_sounds": "Odtwórz dźwięk po otrzymaniu powiadomienia.", "browsing": "Ustawienia szukania", "open_links_in_new_tab": "Otwierać linki zewnętrzne w nowych kartach?", - "enable_topic_searching": "Enable In-Topic Searching", - "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", + "enable_topic_searching": "Odblokuj szukanie w wątku", + "topic_search_help": "Jeśli odblokowane, szukanie w wątku zastąpi domyślną funkcję szukania przeglądarki, pozwalając na wyszukiwanie fraz tylko w wątku, a nie na całej stronie.", "follow_topics_you_reply_to": "Śledź tematy, w których piszesz.", "follow_topics_you_create": "Śledź swoje tematy." } \ No newline at end of file diff --git a/public/language/pl/users.json b/public/language/pl/users.json index cd1d22696b..38ff75b928 100644 --- a/public/language/pl/users.json +++ b/public/language/pl/users.json @@ -5,5 +5,8 @@ "search": "Szukaj", "enter_username": "Wpisz nazwę użytkownika", "load_more": "Więcej", - "users-found-search-took": "Znaleziono %1 użytkowników. Szukanie zajęło %2 ms." + "users-found-search-took": "Znaleziono %1 użytkowników. Szukanie zajęło %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/pt_BR/email.json b/public/language/pt_BR/email.json index f42a4b4987..4465631a3e 100644 --- a/public/language/pt_BR/email.json +++ b/public/language/pt_BR/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Nova mensagem de chat recebida de %1", "notif.chat.cta": "Clique aqui para continuar a conversa", "notif.chat.unsub.info": "Esta notificação de chat foi enviada a você devido às suas configurações de assinatura.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Este é um e-mail de teste, para verificar que o enviador de emails está corretamente configurado no seu NodeBB.", "unsub.cta": "Clique aqui para alterar estas configurações", "closing": "Obrigado!" diff --git a/public/language/pt_BR/error.json b/public/language/pt_BR/error.json index e5b637d321..127303d653 100644 --- a/public/language/pt_BR/error.json +++ b/public/language/pt_BR/error.json @@ -18,6 +18,7 @@ "username-taken": "Nome de usuário já existe", "email-taken": "Email já cadastrado", "email-not-confirmed": "O seu email ainda não foi confirmado, por favor clique aqui para confirmar seu email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Nome de usuário muito curto", "username-too-long": "Nome de usuário muito longo", "user-banned": "Usuário banido", @@ -43,10 +44,13 @@ "already-favourited": "Você já adicionou este post aos favoritos", "already-unfavourited": "Você já removeu este post dos favoritos", "cant-ban-other-admins": "Você não pode banir outros administradores!", - "invalid-image-type": "Formato inválido de imagem", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Nome do grupo é muito curto", "group-already-exists": "O grupo já existe", "group-name-change-not-allowed": "Sem permissão para alterar nome do grupo", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Este post já foi deletado", "post-already-restored": "Este post já foi restaurado", "topic-already-deleted": "Esté tópico já foi deletado", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Você não possui reputação suficiente para negativar este post", "not-enough-reputation-to-flag": "Você não possui reputação suficiente para sinalizar este post", "reload-failed": "O NodeBB encontrou um problema ao recarregar: \"%1\". O NodeBB continuará a servir os assets existentes no lado do cliente, apesar de que você deve desfazer o que você fez antes de recarregar.", - "registration-error": "Erro de Cadastro" + "registration-error": "Erro de Cadastro", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/pt_BR/global.json b/public/language/pt_BR/global.json index 898092d10e..88a9d803e6 100644 --- a/public/language/pt_BR/global.json +++ b/public/language/pt_BR/global.json @@ -3,9 +3,10 @@ "search": "Procurar", "buttons.close": "Fechar", "403.title": "Acesso Negado", - "403.message": "Parece que você chegou à uma página que você não pode acessar. Talvez você devesse tentar logar?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Não Encontrado", - "404.message": "Parece que você chegou à uma página que não existe. Retorne para a página principal.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Erro interno.", "500.message": "Oops! Parece que algo deu errado!", "register": "Cadastrar", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "Popular", "header.users": "Usuários", + "header.groups": "Groups", "header.chats": "Chats", "header.notifications": "Notificações", "header.search": "Procurar", @@ -73,5 +75,7 @@ "updated.title": "Fórum Atualizado", "updated.message": "Este fórum foi atualizado para sua última versão. Clique aqui para atualizar a página.", "privacy": "Privacidade", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Deletar Tudo" } \ No newline at end of file diff --git a/public/language/pt_BR/groups.json b/public/language/pt_BR/groups.json index 21f637560b..1893fb87a5 100644 --- a/public/language/pt_BR/groups.json +++ b/public/language/pt_BR/groups.json @@ -1,8 +1,21 @@ { "groups": "Grupos", "view_group": "Ver Grupo", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Detalhes do Grupo", "details.members": "Lista de Membros", + "details.pending": "Pending Members", "details.has_no_posts": "Os membros deste grupo não fizeram quaisquer posts.", - "details.latest_posts": "Últimos Posts" + "details.latest_posts": "Últimos Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/pt_BR/recent.json b/public/language/pt_BR/recent.json index 3a90838f01..3c3551e0c1 100644 --- a/public/language/pt_BR/recent.json +++ b/public/language/pt_BR/recent.json @@ -5,5 +5,14 @@ "month": "Mês", "year": "Ano", "alltime": "Todos os Tempos", - "no_recent_topics": "Não há tópicos recentes." + "no_recent_topics": "Não há tópicos recentes.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/pt_BR/search.json b/public/language/pt_BR/search.json index 1b36858f11..9d1e425017 100644 --- a/public/language/pt_BR/search.json +++ b/public/language/pt_BR/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 resultado(s) contendo \"%2\", (%3 segundos)", - "no-matches": "Nenhum post encontrado" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/pt_BR/topic.json b/public/language/pt_BR/topic.json index 967836a09f..d93e414d45 100644 --- a/public/language/pt_BR/topic.json +++ b/public/language/pt_BR/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Nenhum post selecionado!", "fork_success": "Tópico clonado com sucesso! Clique aqui para ir ao tópico clonado.", "composer.title_placeholder": "Digite aqui o título para o seu tópico...", + "composer.handle_placeholder": "Name", "composer.discard": "Descartar", "composer.submit": "Enviar", "composer.replying_to": "Respondendo para %1", @@ -92,5 +93,6 @@ "sort_by": "Ordenar por", "oldest_to_newest": "Mais Antigo para Mais Recente", "newest_to_oldest": "Mais Recente para Mais Antigo", - "most_votes": "Mais votados" + "most_votes": "Mais votados", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/pt_BR/user.json b/public/language/pt_BR/user.json index 7fc6f2fa22..f4fe0a6602 100644 --- a/public/language/pt_BR/user.json +++ b/public/language/pt_BR/user.json @@ -2,6 +2,8 @@ "banned": "Banido", "offline": "Offline", "username": "Nome de Usuário", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Confirmar Email", "delete_account": "Deletar Conta", @@ -16,6 +18,7 @@ "profile_views": "Visualizações de perfil", "reputation": "Reputação", "favourites": "Favoritos", + "watched": "Watched", "followers": "Seguidores", "following": "Seguindo", "signature": "Assinatura", @@ -56,10 +59,12 @@ "digest_weekly": "Semanalmente", "digest_monthly": "Mensalmente", "send_chat_notifications": "Enviar-me um email se uma nova mensagem de chat chegar quando eu não estiver online.", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Este usuário não possui seguidores :(", "follows_no_one": "Este usuário não está seguindo ninguém :(", "has_no_posts": "Este usuário não postou nada ainda.", "has_no_topics": "Este usuário ainda não criou nenhum tópico.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Email Escondido", "hidden": "escondido", "paginate_description": "Paginação de tópicos e posts ao invés de usar \"rolagem infinita\".", diff --git a/public/language/pt_BR/users.json b/public/language/pt_BR/users.json index fc4058d07c..66ea217bd6 100644 --- a/public/language/pt_BR/users.json +++ b/public/language/pt_BR/users.json @@ -5,5 +5,8 @@ "search": "Procurar", "enter_username": "Digite um nome de usuário para procurar", "load_more": "Carregar Mais", - "users-found-search-took": "%1 usuário(s) encontrado(s)! A pesquisa demorou %2 ms." + "users-found-search-took": "%1 usuário(s) encontrado(s)! A pesquisa demorou %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/ro/email.json b/public/language/ro/email.json index 568d987407..0e3a1da8ab 100644 --- a/public/language/ro/email.json +++ b/public/language/ro/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Ai primit un mesaj de la %1", "notif.chat.cta": "Apasă aici pentru a continua conversația", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Acesta este un email de test pentru a verica dacă mailul este setat corect pentru NodeBB-ul tău.", "unsub.cta": "Apasă aici pentru a modifica acele setări", "closing": "Mulțumesc!" diff --git a/public/language/ro/error.json b/public/language/ro/error.json index e99d5e5b68..ce47fad775 100644 --- a/public/language/ro/error.json +++ b/public/language/ro/error.json @@ -18,6 +18,7 @@ "username-taken": "Numele de utilizator este deja folosit", "email-taken": "Adresa de email este deja folostă", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Numele de utilizator este prea scurt", "username-too-long": "Numele de utilizator este prea lung", "user-banned": "Utilizator banat", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "Nu poți bana alți administratori!", - "invalid-image-type": "Tip de imagine invalid", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Numele grupului este prea scurt", "group-already-exists": "Grupul deja există", "group-name-change-not-allowed": "Schimbarea numelui grupului este interzisă", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Nu ai destulă reputație pentru a vota negativ acest post.", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", "reload-failed": "NodeBB a întâmpinat o problemă la reîncarcare: \"%1\". NodeBB va continua să servească fișierele existente pentru partea-client, dar tu va trebuie să refaci modificările pe care le-ai facut înainte de reîncarcare.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/ro/global.json b/public/language/ro/global.json index 1a2b9382e7..45939015de 100644 --- a/public/language/ro/global.json +++ b/public/language/ro/global.json @@ -3,9 +3,10 @@ "search": "Căutare", "buttons.close": "Închide", "403.title": "Acces Interzis", - "403.message": "Se pare că ai ajuns pe o pagină la care nu ai acces. Poate ar trebui să te autentifici?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Nu a fost găsit", - "404.message": "Se pare că ai ajuns pe o pagină care nu există. Întoarce-te la prima pagină.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Eroare internă.", "500.message": "Oops! Se pare că ceva a mers greșit!", "register": "Înregistrare", @@ -26,6 +27,7 @@ "header.tags": "Taguri", "header.popular": "Populare", "header.users": "Utilizatori", + "header.groups": "Groups", "header.chats": "Conversații", "header.notifications": "Notificări", "header.search": "Căutare", @@ -73,5 +75,7 @@ "updated.title": "Forumul a fost actualizat", "updated.message": "Acest forum a fost actualizat la ultima version. Apasă aici pentru a reîmprospăta pagina.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/ro/groups.json b/public/language/ro/groups.json index cd8cba493f..816af582ea 100644 --- a/public/language/ro/groups.json +++ b/public/language/ro/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "Vezi Grup", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Detalii Grup", "details.members": "Listă Membrii", + "details.pending": "Pending Members", "details.has_no_posts": "Membrii acestui grup nu au facut nici o postare.", - "details.latest_posts": "Ultimele Mesaje" + "details.latest_posts": "Ultimele Mesaje", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/ro/recent.json b/public/language/ro/recent.json index 7c50bdd546..a630ebe91a 100644 --- a/public/language/ro/recent.json +++ b/public/language/ro/recent.json @@ -5,5 +5,14 @@ "month": "Lună", "year": "An", "alltime": "Tot Timpul", - "no_recent_topics": "Nu există subiecte recente." + "no_recent_topics": "Nu există subiecte recente.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/ro/search.json b/public/language/ro/search.json index ad586a1662..35c5b72b74 100644 --- a/public/language/ro/search.json +++ b/public/language/ro/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 rezultat(e) pentru \"%2\", (%3 secunde)", - "no-matches": "Nu a fost găsit nici un mesaj!" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/ro/topic.json b/public/language/ro/topic.json index 65e1b8e2cb..49803e1823 100644 --- a/public/language/ro/topic.json +++ b/public/language/ro/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Nu a fost selectat nici un mesaj!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "Introdu numele subiectului aici ...", + "composer.handle_placeholder": "Name", "composer.discard": "Renunță", "composer.submit": "Trimite", "composer.replying_to": "Îi raspunde lui %1", @@ -92,5 +93,6 @@ "sort_by": "Sortează de la", "oldest_to_newest": "Vechi la Noi", "newest_to_oldest": "Noi la Vechi", - "most_votes": "Cele mai votate" + "most_votes": "Cele mai votate", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/ro/user.json b/public/language/ro/user.json index 46c7873a7c..3fa30f4836 100644 --- a/public/language/ro/user.json +++ b/public/language/ro/user.json @@ -2,6 +2,8 @@ "banned": "Banat", "offline": "Deconectat", "username": "Nume utilizator", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Adresă Email", "confirm_email": "Confirmă Email", "delete_account": "Șterge Cont", @@ -16,6 +18,7 @@ "profile_views": "Vizualizări", "reputation": "Reputație", "favourites": "Favorite", + "watched": "Watched", "followers": "Urmărit de", "following": "Îi urmărește pe", "signature": "Semnătură", @@ -56,10 +59,12 @@ "digest_weekly": "Săptămânal", "digest_monthly": "Lunar", "send_chat_notifications": "Trimite-mi un email dacă primesc un mesaj în chat si eu nu sunt online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Pe acest utilizator nu îl urmărește nimeni :(", "follows_no_one": "Acest utilizator nu urmărește pe nimeni :(", "has_no_posts": "Acest utilizator nu a postat nici un mesaj până acuma.", "has_no_topics": "Acest utilizator nu a postat nici un subiect.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Adresă de email ascunsă", "hidden": "ascuns", "paginate_description": "Paginează subiectele și mesajele în loc să folosești scrollul interminabil.", diff --git a/public/language/ro/users.json b/public/language/ro/users.json index add3cf8873..065d2b07e2 100644 --- a/public/language/ro/users.json +++ b/public/language/ro/users.json @@ -5,5 +5,8 @@ "search": "Căutare", "enter_username": "Introdu un nume de utilizator pentru a căuta", "load_more": "Încarcă mai multe", - "users-found-search-took": "%1 utilizator(i) găsit! Căutarea a durat %2 ms." + "users-found-search-took": "%1 utilizator(i) găsit! Căutarea a durat %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/ru/email.json b/public/language/ru/email.json index 055a9ffe37..9b070ed2b2 100644 --- a/public/language/ru/email.json +++ b/public/language/ru/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Новое сообщение от %1", "notif.chat.cta": "Нажмите для продолжения диалога", "notif.chat.unsub.info": "Вы получили это уведомление в соответствии с настройками подписок.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Это тестовое сообщение для проверки почтового сервиса NodeBB.", "unsub.cta": "Изменить настройки", "closing": "Спасибо!" diff --git a/public/language/ru/error.json b/public/language/ru/error.json index cf83cf9c38..8570dcc524 100644 --- a/public/language/ru/error.json +++ b/public/language/ru/error.json @@ -18,6 +18,7 @@ "username-taken": "Имя пользователя занято", "email-taken": "Email занят", "email-not-confirmed": "Ваш email не подтвержден, нажмите для подтверждения.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Слишком короткое имя пользователя", "username-too-long": "Имя пользователя слишком длинное", "user-banned": "Пользователь заблокирован", @@ -43,10 +44,13 @@ "already-favourited": "Вы уже добавили этот пост в избранное", "already-unfavourited": "Вы уже удалили этот пост из избранного", "cant-ban-other-admins": "Вы не можете забанить других администраторов!", - "invalid-image-type": "Неверный формат изображения", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Название группы слишком короткое", "group-already-exists": "Группа уже существует", "group-name-change-not-allowed": "Изменение названия группы запрещено", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Этот пост уже удалён", "post-already-restored": "Этот пост уже восстановлен.", "topic-already-deleted": "Тема уже удалена", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "У Вас недостаточно репутации для понижения оценки поста", "not-enough-reputation-to-flag": "У Вас недостаточно репутации, чтобы пометить этот пост.", "reload-failed": "NodeBB обнаружил проблему при перезагрузке: \"%1\". NodeBB продолжит работать с существующими ресурсами клиента, но Вы должны отменить то, что сделали перед перезагрузкой.", - "registration-error": "Ошибка при регистрации" + "registration-error": "Ошибка при регистрации", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/ru/global.json b/public/language/ru/global.json index df74718dae..8a4e0ad0ec 100644 --- a/public/language/ru/global.json +++ b/public/language/ru/global.json @@ -3,9 +3,10 @@ "search": "Поиск", "buttons.close": "Закрыть", "403.title": "Доступ запрещен", - "403.message": "Похоже, вы наткнулись на страницу, к которой у вас нет доступа. Возможно, вам стоит попробовать войти?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Страница не найдена", - "404.message": "Похоже, вы наткнулись на несуществующую страницу. Вернитесь на главную.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Внутренняя ошибка.", "500.message": "Упс! Похоже, что-то пошло не так!", "register": "Зарегистрироваться", @@ -26,6 +27,7 @@ "header.tags": "Тэги", "header.popular": "Популярные", "header.users": "Пользователи", + "header.groups": "Groups", "header.chats": "Чаты", "header.notifications": "Уведомления", "header.search": "Поиск", @@ -73,5 +75,7 @@ "updated.title": "Форум обновлен", "updated.message": "Форум был обновлен до последней версии. Нажмите здесь, чтобы обновить страницу.", "privacy": "Безопасность", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Удалить все" } \ No newline at end of file diff --git a/public/language/ru/groups.json b/public/language/ru/groups.json index c60c0574a8..15bcdf5caa 100644 --- a/public/language/ru/groups.json +++ b/public/language/ru/groups.json @@ -1,8 +1,21 @@ { "groups": "Группы", "view_group": "Просмотр группы", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Информация о группе", "details.members": "Список пользователей", + "details.pending": "Pending Members", "details.has_no_posts": "Пользователями этой группы не публиковали никаких записей", - "details.latest_posts": "Последние записи" + "details.latest_posts": "Последние записи", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/ru/recent.json b/public/language/ru/recent.json index 0843d90a23..3926272aaa 100644 --- a/public/language/ru/recent.json +++ b/public/language/ru/recent.json @@ -5,5 +5,14 @@ "month": "Месяц", "year": "Год", "alltime": "За всё время", - "no_recent_topics": "Нет свежих тем." + "no_recent_topics": "Нет свежих тем.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/ru/search.json b/public/language/ru/search.json index c8c67c246b..aeb1235df2 100644 --- a/public/language/ru/search.json +++ b/public/language/ru/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 результатов по фразе \"%2\", (%3 секунды) ", - "no-matches": "Ничего не найдено" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json index 4a4361ec62..644b66d9ae 100644 --- a/public/language/ru/topic.json +++ b/public/language/ru/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Сообщения не отмечены!", "fork_success": "Готово! Нажмите для перехода в отделённую тему.", "composer.title_placeholder": "Введите название темы...", + "composer.handle_placeholder": "Name", "composer.discard": "Отменить", "composer.submit": "Подтвердить", "composer.replying_to": "Ответ %1", @@ -92,5 +93,6 @@ "sort_by": "Сортировать", "oldest_to_newest": "От Старых к Новым", "newest_to_oldest": "От Новых к Старым", - "most_votes": "По голосам" + "most_votes": "По голосам", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/ru/user.json b/public/language/ru/user.json index 5568f00464..d9f2cdc61e 100644 --- a/public/language/ru/user.json +++ b/public/language/ru/user.json @@ -2,6 +2,8 @@ "banned": "Заблокирован", "offline": "Не в сети", "username": "Имя пользователя", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Подтвердить Email", "delete_account": "Удалить Аккаунт", @@ -16,6 +18,7 @@ "profile_views": "Просмотров профиля", "reputation": "Репутация", "favourites": "Избранное", + "watched": "Watched", "followers": "Читателей", "following": "Читаемых", "signature": "Подпись", @@ -56,10 +59,12 @@ "digest_weekly": "За Неделю", "digest_monthly": "За Месяц", "send_chat_notifications": "Уведомлять на E-mail при поступлении нового сообщения чата, когда я оффлайн", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Этого пользователя никто не читает :(", "follows_no_one": "Этот пользователь никого не читает :(", "has_no_posts": "Это пользователь еще ничего не написал.", "has_no_topics": "Этот пользователь еще не создал ни одной темы", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Email Скрыт", "hidden": "скрыто", "paginate_description": "Использовать пагинацию тем и постов вместо бесконечной прокрутки", diff --git a/public/language/ru/users.json b/public/language/ru/users.json index dd06ac4e97..78251703d2 100644 --- a/public/language/ru/users.json +++ b/public/language/ru/users.json @@ -5,5 +5,8 @@ "search": "Поиск", "enter_username": "Введите имя пользователя для поиска", "load_more": "Загрузить еще", - "users-found-search-took": "Нашел %1 пользователя(ей)! Поиск занял %2 мс." + "users-found-search-took": "Нашел %1 пользователя(ей)! Поиск занял %2 мс.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/sc/email.json b/public/language/sc/email.json index fdbfb006c6..e3199a9b14 100644 --- a/public/language/sc/email.json +++ b/public/language/sc/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Click here to alter those settings", "closing": "Thanks!" diff --git a/public/language/sc/error.json b/public/language/sc/error.json index 27de09631f..a40a628042 100644 --- a/public/language/sc/error.json +++ b/public/language/sc/error.json @@ -18,6 +18,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Username too short", "username-too-long": "Username too long", "user-banned": "User banned", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "You can't ban other admins!", - "invalid-image-type": "Invalid image type", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Group name too short", "group-already-exists": "Group already exists", "group-name-change-not-allowed": "Group name change not allowed", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/sc/global.json b/public/language/sc/global.json index 784d271e34..6fa43c2623 100644 --- a/public/language/sc/global.json +++ b/public/language/sc/global.json @@ -3,9 +3,10 @@ "search": "Chirca", "buttons.close": "Serra", "403.title": "Intrada Blocada", - "403.message": "Paret chi ses incapitadu in una pàgina in ue tue non podes intrare. Forsis dias a dèpere provare a intrare?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "No Agatadu", - "404.message": "Paret chi ses imbruchinadu in una pàgina chi non s'agatat. Torra a sa domo.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Faddina interna.", "500.message": "Oops! Paret chi carchi cosa est andada male!", "register": "Registra·ti", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "Populare", "header.users": "Impitadores", + "header.groups": "Groups", "header.chats": "Tzarras", "header.notifications": "Notìficas", "header.search": "Chirca", @@ -73,5 +75,7 @@ "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/sc/groups.json b/public/language/sc/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/sc/groups.json +++ b/public/language/sc/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/sc/recent.json b/public/language/sc/recent.json index 2e2d9401c7..7c7d242a90 100644 --- a/public/language/sc/recent.json +++ b/public/language/sc/recent.json @@ -5,5 +5,14 @@ "month": "Mese", "year": "Year", "alltime": "All Time", - "no_recent_topics": "Non bi sunt ùrtimas arresonadas." + "no_recent_topics": "Non bi sunt ùrtimas arresonadas.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/sc/search.json b/public/language/sc/search.json index e9eef4632a..c89241d382 100644 --- a/public/language/sc/search.json +++ b/public/language/sc/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json index 719c1e43d5..e08b8e84ba 100644 --- a/public/language/sc/topic.json +++ b/public/language/sc/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Perunu arresonu seberadu!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "Pone su tìtulu de s'arresonada inoghe...", + "composer.handle_placeholder": "Name", "composer.discard": "Lassa a Pèrdere", "composer.submit": "Imbia", "composer.replying_to": "Replying to %1", @@ -92,5 +93,6 @@ "sort_by": "Sort by", "oldest_to_newest": "Oldest to Newest", "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most votes" + "most_votes": "Most votes", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/sc/user.json b/public/language/sc/user.json index 0ba6da8ed1..b083df5e52 100644 --- a/public/language/sc/user.json +++ b/public/language/sc/user.json @@ -2,6 +2,8 @@ "banned": "Blocadu", "offline": "Non in lìnia", "username": "Nùmene de Impitadore", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Confirm Email", "delete_account": "Delete Account", @@ -16,6 +18,7 @@ "profile_views": "Bìsitas a su perfilu", "reputation": "Nodidos", "favourites": "Preferidos", + "watched": "Watched", "followers": "Sighidores", "following": "Sighende", "signature": "Firma", @@ -56,10 +59,12 @@ "digest_weekly": "Weekly", "digest_monthly": "Monthly", "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Custu impitadore non tenet perunu sighidore :(", "follows_no_one": "Custu impitadore no est sighende nissunu :(", "has_no_posts": "Custu impitadore no at ancora publicadu nudda.", "has_no_topics": "This user didn't post any topics yet.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Email Cuada", "hidden": "cuadu", "paginate_description": "Partzi is arresonadas e arresonos in pàginas a su postu de impreare su iscorrimentu infinidu.", diff --git a/public/language/sc/users.json b/public/language/sc/users.json index bae4caa237..56b67f30f8 100644 --- a/public/language/sc/users.json +++ b/public/language/sc/users.json @@ -5,5 +5,8 @@ "search": "Chirca", "enter_username": "Pone unu nùmene de impitadore de chircare", "load_more": "Càrriga de prus", - "users-found-search-took": "%1 user(s) found! Search took %2 ms." + "users-found-search-took": "%1 user(s) found! Search took %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/sk/email.json b/public/language/sk/email.json index fdbfb006c6..e3199a9b14 100644 --- a/public/language/sk/email.json +++ b/public/language/sk/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Click here to alter those settings", "closing": "Thanks!" diff --git a/public/language/sk/error.json b/public/language/sk/error.json index 40c04517ed..b278526244 100644 --- a/public/language/sk/error.json +++ b/public/language/sk/error.json @@ -18,6 +18,7 @@ "username-taken": "Užívateľske meno je obsadené", "email-taken": "Email je obsadený", "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Username too short", "username-too-long": "Username too long", "user-banned": "Užívateľ je zakázaný", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "Nemožte zakázať druhých adminov.", - "invalid-image-type": "Neplatný typ obrázku ", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Názov skupiny je príliš krátky", "group-already-exists": "Skupina už existuje", "group-name-change-not-allowed": "Nepovolená zmena mena skupiny", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/sk/global.json b/public/language/sk/global.json index 7f42bd6694..d8d8a87509 100644 --- a/public/language/sk/global.json +++ b/public/language/sk/global.json @@ -3,9 +3,10 @@ "search": "Hľadať", "buttons.close": "Zavrieť", "403.title": "Prístup zamietnutý", - "403.message": "K tejto stránke nemáte prístup. Zkuste sa prihlásiť?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Stránka nenájdená", - "404.message": "Táto stránka bohužiaľ neexistuje. Vráťte sa na domovskú stránku.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Neznámá chyba", "500.message": "Jejda, vyzerá, že sa niečo pokazilo.", "register": "Registrovať", @@ -26,6 +27,7 @@ "header.tags": "tagy", "header.popular": "Populárne", "header.users": "Užívatelia", + "header.groups": "Groups", "header.chats": "Chaty", "header.notifications": "Notifikácie", "header.search": "Hľadať", @@ -73,5 +75,7 @@ "updated.title": "fórum bolo aktualizované", "updated.message": "Toto fórum bolo práve aktualizované k najnovšej verzii. Tu kliknite na aktualizáciu tejto stránky.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/sk/groups.json b/public/language/sk/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/sk/groups.json +++ b/public/language/sk/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/sk/recent.json b/public/language/sk/recent.json index 963740ba54..13fb11de81 100644 --- a/public/language/sk/recent.json +++ b/public/language/sk/recent.json @@ -5,5 +5,14 @@ "month": "Mesiac", "year": "Year", "alltime": "All Time", - "no_recent_topics": "Nie sú žiadne posledné témy" + "no_recent_topics": "Nie sú žiadne posledné témy", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/sk/search.json b/public/language/sk/search.json index e9eef4632a..c89241d382 100644 --- a/public/language/sk/search.json +++ b/public/language/sk/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json index a645271b1c..05ee94f28e 100644 --- a/public/language/sk/topic.json +++ b/public/language/sk/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Žiadne príspevky neboli vybrané!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "Vlož nadpis témy sem...", + "composer.handle_placeholder": "Name", "composer.discard": "Zahodiť", "composer.submit": "Poslať", "composer.replying_to": "Odpovedám užívateľovi %1", @@ -92,5 +93,6 @@ "sort_by": "Sort by", "oldest_to_newest": "Oldest to Newest", "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most votes" + "most_votes": "Most votes", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/sk/user.json b/public/language/sk/user.json index 3606c01233..48aa4ec144 100644 --- a/public/language/sk/user.json +++ b/public/language/sk/user.json @@ -2,6 +2,8 @@ "banned": "Zakázaný", "offline": "Offline", "username": "Uživateľské meno", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Confirm Email", "delete_account": "Delete Account", @@ -16,6 +18,7 @@ "profile_views": "Zobrazenie profilu", "reputation": "Reputácia", "favourites": "Obľúbené", + "watched": "Watched", "followers": "Nasledujú ho", "following": "Nasleduje", "signature": "Podpis", @@ -56,10 +59,12 @@ "digest_weekly": "Týždenne", "digest_monthly": "Mesačne", "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Tohoto užívatela nikto nesleduje :(", "follows_no_one": "Tento užívateľ nikoho nesleduje :(", "has_no_posts": "Tento používateľ ešte nespravil príspevok", "has_no_topics": "Tento užívateľ ešte nepublikoval žiadnu tému.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Skrytý email", "hidden": "skrytý", "paginate_description": "Stránkuj témy a príspevky miesto používania nekonečného posúvania.", diff --git a/public/language/sk/users.json b/public/language/sk/users.json index 64e8ea6860..56188b953e 100644 --- a/public/language/sk/users.json +++ b/public/language/sk/users.json @@ -5,5 +5,8 @@ "search": "Vyhľadávať", "enter_username": "Zadaj užívateľské meno k hľadaniu", "load_more": "Načítať dalšie", - "users-found-search-took": "%1 user(s) found! Search took %2 ms." + "users-found-search-took": "%1 user(s) found! Search took %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/sv/category.json b/public/language/sv/category.json index ff00a051b5..635f2c0ac4 100644 --- a/public/language/sv/category.json +++ b/public/language/sv/category.json @@ -1,6 +1,6 @@ { "new_topic_button": "Nytt ämne", - "no_topics": "Det finns inga ämnen i denna kategori.
Varför inte skapa ett?", + "no_topics": "Det finns inga ämnen i denna kategori.
Varför skapar inte du ett ämne?", "browsing": "läser", "no_replies": "Ingen har svarat", "share_this_category": "Dela den här kategorin", diff --git a/public/language/sv/email.json b/public/language/sv/email.json index 3b72de3280..b6ef31353f 100644 --- a/public/language/sv/email.json +++ b/public/language/sv/email.json @@ -4,9 +4,9 @@ "greeting_no_name": "Hej", "greeting_with_name": "Hej %1", "welcome.text1": "Tack för att du registerar dig på %1!", - "welcome.text2": "För att slutföra aktivering av ditt konto, behöver vi verifiera att du har tillgång till epostadressen du registererade.", + "welcome.text2": "För att slutföra aktiveringen av ditt konto, behöver vi verifiera att du har tillgång till den epostadress du registrerade dig med.", "welcome.cta": "Klicka här för att bekräfta din epostadress ", - "reset.text1": "Vi fick en förfrågan att återställa ditt lösenord, kanske för att du glömt det. Om det inte är så, så kan du ignorera det här epostmeddelandet. ", + "reset.text1": "Vi fick en förfrågan om att återställa ditt lösenord, möjligen för att du har glömt det. Om detta inte är fallet, så kan du bortse från det här epostmeddelandet. ", "reset.text2": "För att fortsätta med återställning av lösenordet så kan du klicka på följande länk:", "reset.cta": "Klicka här för att återställa ditt lösenord", "digest.notifications": "Du har olästa notiser från %1:", @@ -17,6 +17,8 @@ "notif.chat.subject": "Nytt chatt-meddelande från %1", "notif.chat.cta": "Klicka här för att fortsätta konversationen", "notif.chat.unsub.info": "Denna chatt-notifikation skickades till dig på grund av dina inställningar för prenumerationer.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "\nDet här är ett textmeddelande som verifierar att eposten är korrekt installerat för din NodeBB. ", "unsub.cta": "Klicka här för att ändra dom inställningarna", "closing": "Tack!" diff --git a/public/language/sv/error.json b/public/language/sv/error.json index 506f8f5a83..28e67f55cf 100644 --- a/public/language/sv/error.json +++ b/public/language/sv/error.json @@ -18,9 +18,10 @@ "username-taken": "Användarnamn upptaget", "email-taken": "Epostadress upptagen", "email-not-confirmed": "Din epostadress är ännu inte bekräftad. Klicka här för att bekräfta din epostadress.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Användarnamnet är för kort", "username-too-long": "Användarnamnet är för långt", - "user-banned": "Användare bannad", + "user-banned": "Användare bannlyst", "user-too-new": "Tyvärr, du måste vänta %1 sekunder innan du kan skapa ditt första inlägg", "no-category": "Kategorin hittades inte", "no-topic": "Ämnet hittades inte", @@ -39,14 +40,17 @@ "too-many-posts": "Du kan endast skapa inlägg var %1:e sekund - vänta ett tag innan du försöker skapa ett nytt inlägg", "too-many-posts-newbie": "Som en ny användare kan du endast skapa nya inlägg var %1:e sekund tills du har %2 förtroende - vänta ett tag innan du försöker skapa ett nytt inlägg", "file-too-big": "Maximal filstorlek är %1 kbs - var god ladda upp en mindre fil", - "cant-vote-self-post": "Du kan in rösta på ditt eget inlägg.", + "cant-vote-self-post": "Du kan inte rösta på ditt eget inlägg.", "already-favourited": "Du har redan favoriserat det här inlägget", "already-unfavourited": "Du har redan avfavoriserat det här inlägget", - "cant-ban-other-admins": "Du kan inte banna andra administratörer.", - "invalid-image-type": "Ogiltigt bildformat", + "cant-ban-other-admins": "Du kan inte bannlysa andra administratörer.", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Gruppnamnet är för kort", "group-already-exists": "Gruppen existerar redan", "group-name-change-not-allowed": "Gruppnamnet får inte ändras", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Inlägget är redan raderat", "post-already-restored": "Inlägget är redan återställt", "topic-already-deleted": "Ämnet är redan raderat", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Du har inte tillräckligt förtroende för att rösta ner det här meddelandet", "not-enough-reputation-to-flag": "Du har inte tillräckligt förtroende för att flagga det här inlägget.", "reload-failed": "NodeBB stötte på problem med att ladda om: \"%1\". NodeBB kommer fortsätta servera den befintliga resurser till klienten, men du borde återställa det du gjorde alldeles innan du försökte ladda om.", - "registration-error": "Registreringsfel" + "registration-error": "Registreringsfel", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/sv/global.json b/public/language/sv/global.json index 43cb2e1e79..ca623c2dbb 100644 --- a/public/language/sv/global.json +++ b/public/language/sv/global.json @@ -3,9 +3,10 @@ "search": "Sök", "buttons.close": "Stäng", "403.title": "Tillgång Nekad", - "403.message": "Du verkar ha hittat till en sida du inte har tillgång till. Kanske du ska testa att logga in?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Sidan saknas", - "404.message": "Du verkar ha hamnat på en sida som inte finns. Återgå till första sidan.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Internt fel.", "500.message": "Hoppsan! Verkar som att något gått snett!", "register": "Registrera", @@ -26,6 +27,7 @@ "header.tags": "Märkningar", "header.popular": "Populära", "header.users": "Användare", + "header.groups": "Groups", "header.chats": "Chattar", "header.notifications": "Notiser", "header.search": "Sök", @@ -38,7 +40,7 @@ "alert.success": "success", "alert.error": "Fel", "alert.banned": "Bannad", - "alert.banned.message": "Du har nu blivit bannad och kommer att loggas ut. ", + "alert.banned.message": "Du har blivit bannlyst och kommer nu att loggas ut. ", "alert.unfollow": "Du följer inte längre %1!", "alert.follow": "Du följer nu %1!", "online": "Online", @@ -73,5 +75,7 @@ "updated.title": "Forum uppdaterades", "updated.message": "Det här forumet har nu uppdaterats till senaste versionen. Klicka här för att ladda om sidan.", "privacy": "Integritet", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Ta bort Alla" } \ No newline at end of file diff --git a/public/language/sv/groups.json b/public/language/sv/groups.json index 03c57199f5..92a4eeb90b 100644 --- a/public/language/sv/groups.json +++ b/public/language/sv/groups.json @@ -1,8 +1,21 @@ { "groups": "Grupper", "view_group": "Visa grupp ", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Detaljer för gruppen ", "details.members": "Medlemmar", + "details.pending": "Pending Members", "details.has_no_posts": "Den här gruppens medlemmar har inte skrivit några inlägg.", - "details.latest_posts": "Senaste inlägg" + "details.latest_posts": "Senaste inlägg", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/sv/recent.json b/public/language/sv/recent.json index dc59877cf6..17de423337 100644 --- a/public/language/sv/recent.json +++ b/public/language/sv/recent.json @@ -5,5 +5,14 @@ "month": "Månad", "year": "År", "alltime": "Alltid", - "no_recent_topics": "Det finns inga olästa ämnen." + "no_recent_topics": "Det finns inga olästa ämnen.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/sv/search.json b/public/language/sv/search.json index 49e8bde9a0..193ea99480 100644 --- a/public/language/sv/search.json +++ b/public/language/sv/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 resultat matchar \"%2\", (%3 sekunder)", - "no-matches": "Inga inlägg hittades" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json index a49071f1b6..9d41afee2b 100644 --- a/public/language/sv/topic.json +++ b/public/language/sv/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Inga inlägg valda!", "fork_success": "Ämnet har blivit förgrenat. Klicka här för att gå till det förgrenade ämnet.", "composer.title_placeholder": "Skriv in ämnets titel här...", + "composer.handle_placeholder": "Name", "composer.discard": "Avbryt", "composer.submit": "Spara", "composer.replying_to": "Svarar till %1", @@ -92,5 +93,6 @@ "sort_by": "Sortera på", "oldest_to_newest": "Äldst till nyaste", "newest_to_oldest": "Nyaste till äldst", - "most_votes": "Mest röster" + "most_votes": "Mest röster", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/sv/user.json b/public/language/sv/user.json index b8727afa48..6a773c45b4 100644 --- a/public/language/sv/user.json +++ b/public/language/sv/user.json @@ -2,6 +2,8 @@ "banned": "Bannad", "offline": "Offline", "username": "Användarnamn", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Epost", "confirm_email": "Bekräfta epostadress ", "delete_account": "Ta bort ämne", @@ -16,6 +18,7 @@ "profile_views": "Profil-visningar", "reputation": "Rykte", "favourites": "Favoriter", + "watched": "Watched", "followers": "Följare", "following": "Följer", "signature": "Signatur", @@ -56,10 +59,12 @@ "digest_weekly": "Veckovis", "digest_monthly": "Månadsvis", "send_chat_notifications": "Skicka ett epostmeddelande om nya chatt-meddelanden tas emot när jag inte är online.", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Denna användare har inga följare :(", "follows_no_one": "Denna användare följer ingen :(", "has_no_posts": "Denna användare har inte gjort några inlägg än.", "has_no_topics": "Den här användaren har inte skrivit något inlägg ännu.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Epost dold", "hidden": "dold", "paginate_description": "Gör så att ämnen och inlägg visas som sidor istället för oändlig scroll.", diff --git a/public/language/sv/users.json b/public/language/sv/users.json index cc3a1f3c36..2b370c1146 100644 --- a/public/language/sv/users.json +++ b/public/language/sv/users.json @@ -5,5 +5,8 @@ "search": "Sök", "enter_username": "Ange ett användarnamn för att söka", "load_more": "Ladda fler", - "users-found-search-took": "%1 användare hittades! Sökningen tog %2 ms." + "users-found-search-took": "%1 användare hittades! Sökningen tog %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/th/email.json b/public/language/th/email.json index b211b5d00c..18bf7c5d1f 100644 --- a/public/language/th/email.json +++ b/public/language/th/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "กดตรงนี้เพื่อกลับไปยังบทสนทนา", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "นี่คืออีเมลทดสอบเพื่อยืนยันว่าระบบอีเมลมีการตั้งค่าที่ถูกต้องสำหรับ NodeBB ของคุณ", "unsub.cta": "กดตรงนี้เพื่อเปลี่ยนแปลงการตั้งค่า", "closing": "ขอบคุณ!" diff --git a/public/language/th/error.json b/public/language/th/error.json index f40e475c39..f65481696d 100644 --- a/public/language/th/error.json +++ b/public/language/th/error.json @@ -18,6 +18,7 @@ "username-taken": "ชื่อผู้ใช้นี้มีการใช้แล้ว", "email-taken": "อีเมลนี้มีการใช้แล้ว", "email-not-confirmed": "ยังไม่มีการยืนยันอีเมลของคุณ, โปรดกดยืนยันอีเมลของคุณตรงนี้", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "ชื่อบัญชีผู้ใช้ สั้นเกินไป", "username-too-long": "ชื่อบัญชีผู้ใช้ ยาวเกินไป", "user-banned": "User banned", @@ -43,10 +44,13 @@ "already-favourited": "You have already favourited this post", "already-unfavourited": "You have already unfavourited this post", "cant-ban-other-admins": "You can't ban other admins!", - "invalid-image-type": "Invalid image type", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Group name too short", "group-already-exists": "Group already exists", "group-name-change-not-allowed": "Group name change not allowed", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You 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.", - "registration-error": "Registration Error" + "registration-error": "Registration Error", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/th/global.json b/public/language/th/global.json index 1700c170b7..af4ff3bfd0 100644 --- a/public/language/th/global.json +++ b/public/language/th/global.json @@ -3,9 +3,10 @@ "search": "ค้นหา", "buttons.close": "ปิด", "403.title": "คุณถูกปฏิเสธการเข้าใช้", - "403.message": "ดูเหมือนว่าคุณจะสะดุดเข้ากับหน้าเว็บที่คุณไม่ได้มีสิทธิการเข้าถึง เข้าสู่ระบบ ?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "ไม่พบ", - "404.message": "ดูเหมือนว่าคุณจะสะดุดเข้ากับหน้าเว็บที่ไม่มีอยู่ กลับไปที่หน้าแรก", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "มีข้อผิดพลาดภายในระบบ", "500.message": "อุ่ย! มีสิ่งที่ไม่ถูกต้องเกิดขึ้น!", "register": "ลงทะเบียน", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "ฮิต", "header.users": "ผู้ใช้", + "header.groups": "Groups", "header.chats": "สนทนา", "header.notifications": "แจ้งเตือน", "header.search": "ค้นหา", @@ -73,5 +75,7 @@ "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", "privacy": "Privacy", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Delete All" } \ No newline at end of file diff --git a/public/language/th/groups.json b/public/language/th/groups.json index bf69c732b0..6dfd71256b 100644 --- a/public/language/th/groups.json +++ b/public/language/th/groups.json @@ -1,8 +1,21 @@ { "groups": "Groups", "view_group": "View Group", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", + "details.pending": "Pending Members", "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts" + "details.latest_posts": "Latest Posts", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/th/recent.json b/public/language/th/recent.json index 05eec4d503..369a88a1dc 100644 --- a/public/language/th/recent.json +++ b/public/language/th/recent.json @@ -5,5 +5,14 @@ "month": "เดือน", "year": "Year", "alltime": "All Time", - "no_recent_topics": "ไม่มีกระทู้ล่าสุด" + "no_recent_topics": "ไม่มีกระทู้ล่าสุด", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/th/search.json b/public/language/th/search.json index 965b5b59bf..973ff03e13 100644 --- a/public/language/th/search.json +++ b/public/language/th/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 ผลลัพธ์ ตรงตามที่ระบุ \"%2\", (%3 วินาที)", - "no-matches": "No posts found" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/th/topic.json b/public/language/th/topic.json index 4113fba9af..c7c9f4e944 100644 --- a/public/language/th/topic.json +++ b/public/language/th/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "ไม่มีโพสต์ที่เลือก!", "fork_success": "Successfully forked topic! Click here to go to the forked topic.", "composer.title_placeholder": "ป้อนชื่อกระทู้ของคุณที่นี่ ...", + "composer.handle_placeholder": "Name", "composer.discard": "ยกเลิก", "composer.submit": "ส่ง", "composer.replying_to": "Replying to %1", @@ -92,5 +93,6 @@ "sort_by": "Sort by", "oldest_to_newest": "Oldest to Newest", "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most votes" + "most_votes": "Most votes", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/th/user.json b/public/language/th/user.json index c408af39be..aaf5a74424 100644 --- a/public/language/th/user.json +++ b/public/language/th/user.json @@ -2,6 +2,8 @@ "banned": "เเบน", "offline": "ออฟไลน์", "username": "ชื่อผู้ใช้", + "joindate": "Join Date", + "postcount": "Post Count", "email": "อีเมล์", "confirm_email": "ยืนยันอีเมล", "delete_account": "ลบบัญชี", @@ -16,6 +18,7 @@ "profile_views": "ดูข้อมูลส่วนตัว", "reputation": "ชื่อเสียง", "favourites": "ชอบ", + "watched": "Watched", "followers": "คนติดตาม", "following": "ติดตาม", "signature": "ลายเซ็น", @@ -56,10 +59,12 @@ "digest_weekly": "รายสัปดาห์", "digest_monthly": "รายเดือน", "send_chat_notifications": "ส่งอีเมลเมื่อมีข้อความใหม่เข้ามาขณะที่ฉันไม่ได้ออนไลน์", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "ผู้ใช้รายนี้ไม่มีใครติดตาม :(", "follows_no_one": "ผู้ใช้รายนี้ไม่ติดตามใคร :(", "has_no_posts": "ผู้ใช้รายนี้ไม่ได้โพสต์อะไรเลย", "has_no_topics": "สมาชิกรายนี้ยังไม่ได้มีการโพสต์ข้อความ", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "ซ่อนอีเมล์", "hidden": "ซ่อน", "paginate_description": "ให้เลขหน้ากระทู้และโพสต์แทนการใช้สกรอลล์ที่ไม่สิ้นสุด", diff --git a/public/language/th/users.json b/public/language/th/users.json index a45aa14516..a3dddb41fd 100644 --- a/public/language/th/users.json +++ b/public/language/th/users.json @@ -5,5 +5,8 @@ "search": "ค้นหา", "enter_username": "ใส่ชื่อผู้ใช้เพื่อค้นหา", "load_more": "โหลดเพิ่มเติม", - "users-found-search-took": "%1 user(s) found! Search took %2 ms." + "users-found-search-took": "%1 user(s) found! Search took %2 ms.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/tr/email.json b/public/language/tr/email.json index d5242db872..c69e7d0c8f 100644 --- a/public/language/tr/email.json +++ b/public/language/tr/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "Okunmamış bazı iletileriniz var", "notif.chat.cta": "Sohbete devam etmek için buraya tıklayın", "notif.chat.unsub.info": "Bu bildirim şectiğiniz ayarlar yüzünden gönderildi.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "Bu ileti NodeBB e-posta ayarlarınızın doğru çalışıp çalışmadığını kontrol etmek için gönderildi.", "unsub.cta": "Buraya tıklayarak ayarlarınızı değiştirebilirsiniz.", "closing": "Teşekkürler!" diff --git a/public/language/tr/error.json b/public/language/tr/error.json index bd8a727725..4e509a438d 100644 --- a/public/language/tr/error.json +++ b/public/language/tr/error.json @@ -18,6 +18,7 @@ "username-taken": "Kullanıcı İsmi Alınmış", "email-taken": "E-posta Alınmış", "email-not-confirmed": "E-postanız onaylanmamış, onaylamak için lütfen buraya tıklayın.", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Kullanıcı ismi çok kısa", "username-too-long": "Kullanıcı ismi çok uzun.", "user-banned": "Kullanıcı Yasaklı", @@ -43,10 +44,13 @@ "already-favourited": "Bu iletiyi zaten favorilerinize eklediniz", "already-unfavourited": "Bu iletiyi zaten favorilerinizden çıkardınız", "cant-ban-other-admins": "Başka yöneticileri yasaklayamazsınız!", - "invalid-image-type": "Geçersiz resim türü", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Grup ismi çok kısa", "group-already-exists": "Grup zaten var", "group-name-change-not-allowed": "Grup ismini değiştiremezsiniz", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "İleti zaten silinmiş", "post-already-restored": "İleti zaten geri getirilmiş", "topic-already-deleted": "Başlık zaten silinmiş", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Bu iletiyi aşagı oylamak için yeterince saygınlığınız yok.", "not-enough-reputation-to-flag": "Bu iletiyi bayraklamak için yeterince saygınlığınız yok", "reload-failed": "NodeBB tekrar yüklenirken bir sorunla karşılaştı: “%1“. NodeBB varolan dosyaları servis etmeye devam edecek.", - "registration-error": "Kayıt Hatası" + "registration-error": "Kayıt Hatası", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/tr/global.json b/public/language/tr/global.json index bf13ffb581..152aba5d0e 100644 --- a/public/language/tr/global.json +++ b/public/language/tr/global.json @@ -3,9 +3,10 @@ "search": "Arama", "buttons.close": "Kapat", "403.title": "Erişim Engellendi", - "403.message": "Erişiminiz olmayan bir sayfaya ulaşmaya çalıştınız. Belki de href='/login'> < giriş yapmayı denemelisiniz ?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Bulunamadı", - "404.message": "Olmayan bir sayfayı ziyaret etmeye çalıştınız. Ana sayfa .", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Dahili hata.", "500.message": "Ups! Bir şeyler ters gitti sanki!", "register": "Kayıt Ol", @@ -26,6 +27,7 @@ "header.tags": "Etiketler", "header.popular": "Popüler", "header.users": "Kullanıcılar", + "header.groups": "Groups", "header.chats": "Sohbetler", "header.notifications": "Bildirimler", "header.search": "Arama", @@ -73,5 +75,7 @@ "updated.title": "Forum güncellendi", "updated.message": "Bu forum şu anda güncellendi. Sayfayı tekrar yüklemek için buraya tıklayın.", "privacy": "Gizlilik", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Hepsini Sil" } \ No newline at end of file diff --git a/public/language/tr/groups.json b/public/language/tr/groups.json index 664fb52509..d2c411228d 100644 --- a/public/language/tr/groups.json +++ b/public/language/tr/groups.json @@ -1,8 +1,21 @@ { "groups": "Guruplar", "view_group": "Grubu Gör", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Grup Detayları", "details.members": "Üye Listesi", + "details.pending": "Pending Members", "details.has_no_posts": "Bu grubun üyeleri henüz bir ileti göndermedi.", - "details.latest_posts": "En son iletiler" + "details.latest_posts": "En son iletiler", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/tr/recent.json b/public/language/tr/recent.json index 6ed65f7ae7..4773c22dfd 100644 --- a/public/language/tr/recent.json +++ b/public/language/tr/recent.json @@ -5,5 +5,14 @@ "month": "Ay", "year": "Yıl", "alltime": "Hepsi", - "no_recent_topics": "Güncel konular yok." + "no_recent_topics": "Güncel konular yok.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/tr/search.json b/public/language/tr/search.json index 330ae541d7..d3c5da5c91 100644 --- a/public/language/tr/search.json +++ b/public/language/tr/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 tane “%2“ bulundu (%3 saniye)", - "no-matches": "İleti bulunamadı" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json index a18769ce96..aa6aa90855 100644 --- a/public/language/tr/topic.json +++ b/public/language/tr/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Hiç bir ileti seçilmedi!", "fork_success": "Başlık başarıyla ayrıldı!", "composer.title_placeholder": "Başlık ismini buraya girin...", + "composer.handle_placeholder": "Name", "composer.discard": "Vazgeç", "composer.submit": "Gönder", "composer.replying_to": "Yanıtlanan Konu %1", @@ -92,5 +93,6 @@ "sort_by": "Sırala", "oldest_to_newest": "En eskiden en yeniye", "newest_to_oldest": "En yeniden en eskiye", - "most_votes": "En çok oy" + "most_votes": "En çok oy", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/tr/user.json b/public/language/tr/user.json index 9feaac81f8..90bd5eb06b 100644 --- a/public/language/tr/user.json +++ b/public/language/tr/user.json @@ -2,6 +2,8 @@ "banned": "Yasaklı", "offline": "Çevrimdışı", "username": "Kullanıcı Adı", + "joindate": "Join Date", + "postcount": "Post Count", "email": "E-posta", "confirm_email": "E-posta onayla", "delete_account": "Hesabı Sil", @@ -16,6 +18,7 @@ "profile_views": "Profil Görüntülemeleri", "reputation": "Saygınlık", "favourites": "Favoriler", + "watched": "Watched", "followers": "Takipçiler", "following": "Takip Ediyor", "signature": "İmza", @@ -56,10 +59,12 @@ "digest_weekly": "Haftalık", "digest_monthly": "Aylık", "send_chat_notifications": "Çevrimiçi değilken gelen iletileri e-posta olarak gönder", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Bu kullanıcının hiç takipçisi yok :(", "follows_no_one": "Bu kullanıcı kimseyi takip etmiyor :(", "has_no_posts": "Bu kullanıcı henüz birşey göndermedi.", "has_no_topics": "Bu kullanıcı henüz bir konu yaratmadı.", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "E-posta gizli", "hidden": "gizli", "paginate_description": "Sonsuz yükleme yerine konu ve iletileri sayfalara böl.", diff --git a/public/language/tr/users.json b/public/language/tr/users.json index 74624e0551..8858e75ddd 100644 --- a/public/language/tr/users.json +++ b/public/language/tr/users.json @@ -5,5 +5,8 @@ "search": "Ara", "enter_username": "Aramak için bir kullanıcı adı girin", "load_more": "Daha Fazla Yükle", - "users-found-search-took": "%1 kullanıcı bulundu! Arama %2 ms sürdü." + "users-found-search-took": "%1 kullanıcı bulundu! Arama %2 ms sürdü.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/vi/category.json b/public/language/vi/category.json index 36bb00d89b..6d2efb5e1b 100644 --- a/public/language/vi/category.json +++ b/public/language/vi/category.json @@ -1,6 +1,6 @@ { "new_topic_button": "Chủ đề mới", - "no_topics": "Không có bài viết trong danh mục.
Hãy đăng một bài viết mới?", + "no_topics": "Không có bài viết trong danh mục này.
Hãy đăng một bài viết mới.", "browsing": "đang xem", "no_replies": "Chưa có bình luận nào", "share_this_category": "Chia sẻ thư mục này", diff --git a/public/language/vi/email.json b/public/language/vi/email.json index 555e20e87e..97bd7549e8 100644 --- a/public/language/vi/email.json +++ b/public/language/vi/email.json @@ -3,11 +3,11 @@ "welcome-to": "Chào mừng đến với %1", "greeting_no_name": "Xin chào", "greeting_with_name": "Xin chào %1", - "welcome.text1": "Cảm ơn bạn đã đăng ký tài khoản tại %1!", + "welcome.text1": "Cảm ơn bạn đã đăng ký tại %1!", "welcome.text2": "Để kích hoạt đầy đủ tính năng của tài khoản, chúng tôi cần xác định bạn là chủ của địa chỉ email mà bạn đã đăng ký.", "welcome.cta": "Nhấn vào đây để xác nhận địa chỉ email", "reset.text1": "Chúng tôi nhận được yêu cầu khởi tạo lại mật khẩu của bạn, rất có thể vì bạn đã quên mất nó. Nếu bạn không gởi yêu cầu, hãy bỏ qua email này.", - "reset.text2": "Để khởi tạo lại mật khẩu, hãy click vào liên kết sau:", + "reset.text2": "Để đặt lại mật khẩu, hãy click vào liên kết sau:", "reset.cta": "Click vào đây để khởi tạo lại mật khẩu", "digest.notifications": "Bạn có thông báo chưa đọc từ %1", "digest.latest_topics": "Chủ đề mới nhất từ %1", @@ -17,7 +17,9 @@ "notif.chat.subject": "Bạn có tin nhắn mới từ %1", "notif.chat.cta": "Nhấn vào đây để tiếp tục cuộc hội thoại", "notif.chat.unsub.info": "Thông báo tin nhắn này được gửi tới dựa theo cài đặt theo dõi của bạn.", - "test.text1": "Đây là email kiểm tra để xác nhận rằng trình gửi email đã được cài đặt một cách chính xác cho NodeBB của bạn.", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", + "test.text1": "Đây là email kiểm tra xem chức năng gửi mail trên hệ thống NodeBB của bạn có hoạt động tốt hay không.", "unsub.cta": "Nhấn vào đây để thay đổi cài đặt.", "closing": "Xin cảm ơn!" } \ No newline at end of file diff --git a/public/language/vi/error.json b/public/language/vi/error.json index 7c91fcfb85..002f910fc4 100644 --- a/public/language/vi/error.json +++ b/public/language/vi/error.json @@ -18,6 +18,7 @@ "username-taken": "Tên đăng nhập đã tồn tại", "email-taken": "Email đã được đăng kí", "email-not-confirmed": "Email của bạn chưa được xác nhận, xin hãy nhấn vào đây để xác nhận địa chỉ này là của bạn", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "Tên đăng nhập quá ngắn", "username-too-long": "Tên đăng nhập quá dài", "user-banned": "Tài khoản bị ban", @@ -43,10 +44,13 @@ "already-favourited": "Bạn đã bấm yêu thích cho bài viết này rồi", "already-unfavourited": "Bạn đã bỏ thích bài này rồi", "cant-ban-other-admins": "Bạn không thể ban được các admin khác", - "invalid-image-type": "Kiểu hình ảnh không hợp lệ", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "Tên nhóm quá ngắn", "group-already-exists": "Nhóm đã tồn tại", "group-name-change-not-allowed": "Không cho phép đổi tên nhóm", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "Bài viết này đã bị xóa", "post-already-restored": "Bài viết này đã được phục hồi", "topic-already-deleted": "Chủ đề này đã bị xóa", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "Bạn không có đủ phiếu tín nhiệm để downvote bài này", "not-enough-reputation-to-flag": "Bạn không đủ tín nhiệm để đánh dấu bài viết này", "reload-failed": "NodeBB gặp lỗi trong khi tải lại: \"%1\". NodeBB sẽ tiếp tục hoạt động với dữ liệu trước đó, tuy nhiên bạn nên tháo gỡ những gì bạn vừa thực hiện trước khi tải lại.", - "registration-error": "Quá trình đăng kí bị lỗi" + "registration-error": "Lỗi đăng kí", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/vi/global.json b/public/language/vi/global.json index 1943d6c722..a7dc6ce134 100644 --- a/public/language/vi/global.json +++ b/public/language/vi/global.json @@ -3,9 +3,10 @@ "search": "Tìm kiếm", "buttons.close": "Đóng lại", "403.title": "Từ chối truy cập", - "403.message": "Có vẻ như bạn đang cố vào một trang mà bạn không có quyền truy cập. Bạn nên thử đăng nhập để truy cập ", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "Không tìm thấy", - "404.message": "Có vẻ bạn đang cố vào một trang không tồn tại. Hãy trở lại trang chủ", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Lỗi nội bộ", "500.message": "Úi chà! Có vẻ như có trục trặc rồi!", "register": "Đăng ký", @@ -26,6 +27,7 @@ "header.tags": "Tags", "header.popular": "Nổi bật", "header.users": "Số người dùng", + "header.groups": "Groups", "header.chats": "Phần Chat", "header.notifications": "Thông báo", "header.search": "Tìm kiếm", @@ -73,5 +75,7 @@ "updated.title": "Cập nhật diễn đàn", "updated.message": "Diễn đàn đã được cập nhật bản mới nhất. Click vào đây để tải lại trang.", "privacy": "Quyền riêng tư", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "Xóa hết" } \ No newline at end of file diff --git a/public/language/vi/groups.json b/public/language/vi/groups.json index fcead5ed63..c3a1d060d0 100644 --- a/public/language/vi/groups.json +++ b/public/language/vi/groups.json @@ -1,8 +1,21 @@ { "groups": "Nhóm", "view_group": "Xem nhóm", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "Thông tin nhóm", "details.members": "Danh sách thành viên", + "details.pending": "Pending Members", "details.has_no_posts": "Nhóm thành viên này chưa viết bài viết nào.", - "details.latest_posts": "Bài mới nhất" + "details.latest_posts": "Bài mới nhất", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/vi/recent.json b/public/language/vi/recent.json index 32dc489353..ad679de4e7 100644 --- a/public/language/vi/recent.json +++ b/public/language/vi/recent.json @@ -5,5 +5,14 @@ "month": "Tháng", "year": "Năm", "alltime": "Tất cả thời gian", - "no_recent_topics": "Không có chủ đề nào gần đây" + "no_recent_topics": "Không có chủ đề nào gần đây", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/vi/search.json b/public/language/vi/search.json index 323dea6a5e..254873ed38 100644 --- a/public/language/vi/search.json +++ b/public/language/vi/search.json @@ -1,4 +1,7 @@ { "results_matching": "%1 kết quả(s) trùng với \"%2\", (%3 giây)", - "no-matches": "Không tìm thấy bài viết nào" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json index 7b4889c474..2c23893104 100644 --- a/public/language/vi/topic.json +++ b/public/language/vi/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "Chưa chọn bài gửi nào!", "fork_success": "Tạo bản sao thành công! Nhấn vào đây để chuyển tới chủ đề vừa tạo.", "composer.title_placeholder": "Nhập tiêu đề cho chủ đề của bạn tại đây...", + "composer.handle_placeholder": "Name", "composer.discard": "Loại bỏ", "composer.submit": "Gửi", "composer.replying_to": "Đang trả lời %1", @@ -92,5 +93,6 @@ "sort_by": "Sắp xếp theo", "oldest_to_newest": "Cũ đến mới", "newest_to_oldest": "Mới đến cũ", - "most_votes": "Bình chọn nhiều nhất" + "most_votes": "Bình chọn nhiều nhất", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/vi/user.json b/public/language/vi/user.json index 0b02dad0b6..a9ee90df9f 100644 --- a/public/language/vi/user.json +++ b/public/language/vi/user.json @@ -2,6 +2,8 @@ "banned": "Bị cấm", "offline": "Offline", "username": "Tên truy cập", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "Xác nhận email", "delete_account": "Xóa tài khoản", @@ -16,6 +18,7 @@ "profile_views": "Khung hiển thị hồ sơ", "reputation": "Mức uy tín", "favourites": "Yêu thích", + "watched": "Watched", "followers": "Số người theo dõi", "following": "Đang theo dõi", "signature": "Chữ ký", @@ -56,10 +59,12 @@ "digest_weekly": "Hàng tuần", "digest_monthly": "Hàng tháng", "send_chat_notifications": "Gửi một email nếu có tin nhắn chat mới đến và tôi không online", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "Người dùng này hiện chưa có ai theo dõi :(", "follows_no_one": "Người dùng này hiện chưa theo dõi ai :(", "has_no_posts": "Người dùng này chưa viết bài nào", "has_no_topics": "Người dùng này chưa tạo một chủ đề nào", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "Ẩn Email", "hidden": "Đã ẩn", "paginate_description": "Phân trang cho chủ đề và bài viết thay vì cuộn liên tục", diff --git a/public/language/vi/users.json b/public/language/vi/users.json index d75e6a6e01..405c9de32b 100644 --- a/public/language/vi/users.json +++ b/public/language/vi/users.json @@ -5,5 +5,8 @@ "search": "Tìm kiếm", "enter_username": "Gõ tên người dùng để tìm kiếm", "load_more": "Tải thêm", - "users-found-search-took": "%1 tài khoản(s) tìm thấy! Tìm trong %2 mili giây." + "users-found-search-took": "%1 tài khoản(s) tìm thấy! Tìm trong %2 mili giây.", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/zh_CN/email.json b/public/language/zh_CN/email.json index c641c408f0..341874ec67 100644 --- a/public/language/zh_CN/email.json +++ b/public/language/zh_CN/email.json @@ -1,14 +1,14 @@ { - "password-reset-requested": "密码重设申请 - %1!", + "password-reset-requested": "密码重置申请 - %1!", "welcome-to": "欢迎来到 %1", "greeting_no_name": "您好", "greeting_with_name": "%1,您好", - "welcome.text1": "谢谢您使用 %1 注册帐户!", - "welcome.text2": "如需完全激活您的帐户,我们需要校验您注册的电子邮箱地址。", + "welcome.text1": "谢谢您注册 %1 帐户!", + "welcome.text2": "需要在校验您注册时填写的电子邮箱地址后,才能全面激活您的帐户。", "welcome.cta": "点击这里确认您的电子邮箱地址", - "reset.text1": "我们收到了重置您密码的申请,可能因为您忘记了密码。如果不是,请忽略这封邮件。", + "reset.text1": "我们收到了重置您帐户密码的申请,可能是因为您遗忘了密码。如果不是,请忽略这封邮件。", "reset.text2": "如需继续重置密码,请点击下面的链接:", - "reset.cta": "点击这里重设您的密码", + "reset.cta": "点击这里重置您的密码", "digest.notifications": "您有来自 %1 的未读通知:", "digest.latest_topics": "来自 %1 的最新主题", "digest.cta": "点击这里访问 %1", @@ -17,6 +17,8 @@ "notif.chat.subject": "收到来自 %1 的新聊天消息", "notif.chat.cta": "点击这里恢复会话", "notif.chat.unsub.info": "根据您的订阅设置,为您发送此聊天提醒。", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "这是一封测试邮件,用来验证 NodeBB 的邮件配置是否设置正确。", "unsub.cta": "点击这里修改这些设置", "closing": "谢谢!" diff --git a/public/language/zh_CN/error.json b/public/language/zh_CN/error.json index af566e4dd6..acab3971eb 100644 --- a/public/language/zh_CN/error.json +++ b/public/language/zh_CN/error.json @@ -2,7 +2,7 @@ "invalid-data": "无效数据", "not-logged-in": "您还没有登陆。", "account-locked": "您的帐号已被临时锁定", - "search-requires-login": "搜索功能仅限会员使用!请登录或注册!", + "search-requires-login": "搜索功能仅限会员使用!请先登录或者注册!", "invalid-cid": "无效版块 ID", "invalid-tid": "无效主题 ID", "invalid-pid": "无效帖子 ID", @@ -15,9 +15,10 @@ "invalid-username-or-password": "请确认用户名和密码", "invalid-search-term": "无效的搜索关键字", "invalid-pagination-value": "无效页码", - "username-taken": "用户名已注册", - "email-taken": "电子邮箱已注册", + "username-taken": "用户名已被占用", + "email-taken": "电子邮箱已被占用", "email-not-confirmed": "您的电子邮箱尚未确认,请点击这里确认您的电子邮箱。", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "用户名太短", "username-too-long": "用户名太长", "user-banned": "用户已禁止", @@ -43,10 +44,13 @@ "already-favourited": "您已收藏该帖", "already-unfavourited": "您已取消收藏此帖", "cant-ban-other-admins": "您不能禁止其他管理员!", - "invalid-image-type": "无效图片类型", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "用户组名称太短", "group-already-exists": "用户组已存在", "group-name-change-not-allowed": "不允许更改用户组名称", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "此帖子已被删除", "post-already-restored": "此帖已经恢复", "topic-already-deleted": "此主题已被删除", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "您还没有足够的威望为此帖扣分", "not-enough-reputation-to-flag": "您没有足够的威望标记此帖", "reload-failed": "NodeBB 重新加载时遇到问题: \"%1\"。NodeBB 会继续给已存在的客户端组件服务,虽然您应该撤销在重新加载前执行的操作。", - "registration-error": "注册错误" + "registration-error": "注册错误", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/zh_CN/global.json b/public/language/zh_CN/global.json index 49076958b2..d8b6b8ea01 100644 --- a/public/language/zh_CN/global.json +++ b/public/language/zh_CN/global.json @@ -3,9 +3,10 @@ "search": "搜索", "buttons.close": "关闭", "403.title": "禁止访问", - "403.message": "您无权访问此页。也许您应该试试登录帐户?", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "未找到", - "404.message": "您似乎打开了一个不存在的页面。返回主页。", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "内部错误。", "500.message": "哎呀!看来是哪里出错了!", "register": "注册", @@ -26,6 +27,7 @@ "header.tags": "话题", "header.popular": "热门", "header.users": "会员", + "header.groups": "Groups", "header.chats": "聊天", "header.notifications": "通知", "header.search": "搜索", @@ -73,5 +75,7 @@ "updated.title": "论坛已更新", "updated.message": "论坛已更新到最新版本。点这里刷新页面。", "privacy": "隐私", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "全部删除" } \ No newline at end of file diff --git a/public/language/zh_CN/groups.json b/public/language/zh_CN/groups.json index 6857f8543a..10a70d94c2 100644 --- a/public/language/zh_CN/groups.json +++ b/public/language/zh_CN/groups.json @@ -1,8 +1,21 @@ { "groups": "用户组", "view_group": "查看用户组", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "用户组详情", "details.members": "会员列表", + "details.pending": "Pending Members", "details.has_no_posts": "此用户组的会员尚未发表任何帖子。", - "details.latest_posts": "最新帖子" + "details.latest_posts": "最新帖子", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/zh_CN/recent.json b/public/language/zh_CN/recent.json index 6b6df56f05..d3fea3da46 100644 --- a/public/language/zh_CN/recent.json +++ b/public/language/zh_CN/recent.json @@ -1,9 +1,18 @@ { "title": "最新", - "day": "今日", - "week": "本周", - "month": "本月", - "year": "本年", - "alltime": "有史以来", - "no_recent_topics": "无最新主题。" + "day": "24小时新帖热榜", + "week": "7天新帖热榜", + "month": "月度热帖榜", + "year": "年度热帖榜", + "alltime": "总热帖榜", + "no_recent_topics": "暂无主题。", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/zh_CN/search.json b/public/language/zh_CN/search.json index 3d8460e57b..338db4e61b 100644 --- a/public/language/zh_CN/search.json +++ b/public/language/zh_CN/search.json @@ -1,4 +1,7 @@ { "results_matching": "共 %1 条结果匹配 \"%2\",(耗时 %3 秒)", - "no-matches": "没有找到帖子" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/zh_CN/tags.json b/public/language/zh_CN/tags.json index d237ecc9fb..cfea2abd2c 100644 --- a/public/language/zh_CN/tags.json +++ b/public/language/zh_CN/tags.json @@ -1,7 +1,7 @@ { "no_tag_topics": "此话题还没有主题帖。", "tags": "话题", - "enter_tags_here": "在此输入话题。每输入一个话题按一次回车。", + "enter_tags_here": "在此输入话题。每输入一个话题后,按回车确认。", "enter_tags_here_short": "输入话题...", "no_tags": "尚无话题。" } \ No newline at end of file diff --git a/public/language/zh_CN/topic.json b/public/language/zh_CN/topic.json index 2c53daa026..8dc93ec5f5 100644 --- a/public/language/zh_CN/topic.json +++ b/public/language/zh_CN/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "未选中帖子!", "fork_success": "成功分割主题! 点这里跳转到分割后的主题。", "composer.title_placeholder": "在此输入您主题的标题...", + "composer.handle_placeholder": "Name", "composer.discard": "撤销", "composer.submit": "提交", "composer.replying_to": "正在回复 %1", @@ -92,5 +93,6 @@ "sort_by": "排序", "oldest_to_newest": "从旧到新", "newest_to_oldest": "从新到旧", - "most_votes": "最多投票" + "most_votes": "最多投票", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/zh_CN/user.json b/public/language/zh_CN/user.json index 5871c8d4bb..9379b69e38 100644 --- a/public/language/zh_CN/user.json +++ b/public/language/zh_CN/user.json @@ -2,6 +2,8 @@ "banned": "禁止", "offline": "离线", "username": "用户名", + "joindate": "Join Date", + "postcount": "Post Count", "email": "电子邮件", "confirm_email": "确认电子邮箱", "delete_account": "删除帐号", @@ -16,6 +18,7 @@ "profile_views": "资料浏览", "reputation": "威望", "favourites": "收藏的帖子", + "watched": "Watched", "followers": "粉丝", "following": "关注", "signature": "签名档", @@ -46,7 +49,7 @@ "image_spec": "您只能上传 PNG, JPG 或者 GIF 图片文件", "max": "最大", "settings": "设置", - "show_email": "公开我的电子邮箱", + "show_email": "显示我的电子邮箱", "show_fullname": "显示我的全名", "restrict_chats": "只允许我关注的用户给我发送聊天消息", "digest_label": "订阅摘要", @@ -56,10 +59,12 @@ "digest_weekly": "每周", "digest_monthly": "每月", "send_chat_notifications": "当我不在线,并受到新的聊天消息时给我发邮件", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "此用户还没有粉丝 :(", "follows_no_one": "此用户尚未关注任何人 :(", "has_no_posts": "此用户尚未发布任何帖子。", "has_no_topics": "此用户还未发布任何主题。", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "电子邮箱已隐藏", "hidden": "隐藏", "paginate_description": "分页展示主题和帖子,替代滚动展示。", diff --git a/public/language/zh_CN/users.json b/public/language/zh_CN/users.json index 8ff23a16a0..bd19c53fa9 100644 --- a/public/language/zh_CN/users.json +++ b/public/language/zh_CN/users.json @@ -5,5 +5,8 @@ "search": "搜索", "enter_username": "输入用户名搜索", "load_more": "加载更多", - "users-found-search-took": "找到 %1 位用户!搜索耗时 %2 毫秒。" + "users-found-search-took": "找到 %1 位用户!搜索耗时 %2 毫秒。", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/language/zh_TW/email.json b/public/language/zh_TW/email.json index 24615b384e..6a5e3ef124 100644 --- a/public/language/zh_TW/email.json +++ b/public/language/zh_TW/email.json @@ -17,6 +17,8 @@ "notif.chat.subject": "收到來自$1的聊天消息", "notif.chat.cta": "點擊此處繼續對話", "notif.chat.unsub.info": "本聊天通知按您的訂閱設置發送給您。", + "notif.post.cta": "Click here to read the full topic", + "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "test.text1": "這是一個測試電郵,以確認您的NodeBB郵件器設置正確。", "unsub.cta": "點擊這裡更改這些設置", "closing": "謝謝!" diff --git a/public/language/zh_TW/error.json b/public/language/zh_TW/error.json index 7dd02dd9f6..32fdfd6f7f 100644 --- a/public/language/zh_TW/error.json +++ b/public/language/zh_TW/error.json @@ -18,6 +18,7 @@ "username-taken": "該使用者名稱已被使用", "email-taken": "該信箱已被使用", "email-not-confirmed": "您的電郵尚未得到確認,請點擊此處確認您的電子郵件。", + "email-not-confirmed-chat": "You are unable to chat until your email is confirmed", "username-too-short": "用戶名太短", "username-too-long": "用戶名太長", "user-banned": "該使用者已被停用", @@ -43,10 +44,13 @@ "already-favourited": "你已經收藏了這篇文章", "already-unfavourited": "你已放棄收藏這篇文章", "cant-ban-other-admins": "你不能禁用其他管理員!", - "invalid-image-type": "無效的圖像類型", + "invalid-image-type": "Invalid image type. Allowed types are: %1", + "invalid-image-extension": "Invalid image extension", "group-name-too-short": "群組名稱太短了", "group-already-exists": "群組名稱已存在", "group-name-change-not-allowed": "變更群組名稱不被允許", + "group-already-member": "You are already part of this group", + "group-needs-owner": "This group requires at least one owner", "post-already-deleted": "此文章已經被刪除", "post-already-restored": "此文章已還原", "topic-already-deleted": "此主題已經被刪除", @@ -63,5 +67,6 @@ "not-enough-reputation-to-downvote": "你沒有足夠的信譽downvote這個帖子", "not-enough-reputation-to-flag": "你沒有足夠的信譽來舉報這個帖子", "reload-failed": "NodeBB重載\"%1\"時遇到了問題。 NodeBB將繼續提供現有的客戶端資源,但請你撤消重載前的動作。", - "registration-error": "註冊錯誤" + "registration-error": "註冊錯誤", + "parse-error": "Something went wrong while parsing server response" } \ No newline at end of file diff --git a/public/language/zh_TW/global.json b/public/language/zh_TW/global.json index 6b3d22cdda..3dc23be905 100644 --- a/public/language/zh_TW/global.json +++ b/public/language/zh_TW/global.json @@ -3,9 +3,10 @@ "search": "搜索", "buttons.close": "關閉", "403.title": "禁止存取", - "403.message": "你沒有該頁面的存取權限,可能是因為你尚未登錄。", + "403.message": "You seem to have stumbled upon a page that you do not have access to.", + "403.login": "Perhaps you should try logging in?", "404.title": "無法找到該頁", - "404.message": "你所查找的頁面並不存在,返回主頁。", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "內部錯誤", "500.message": "不好!看來是哪裡出錯了!", "register": "注冊", @@ -26,6 +27,7 @@ "header.tags": "標籤", "header.popular": "熱門", "header.users": "用戶", + "header.groups": "Groups", "header.chats": "聊天", "header.notifications": "通知", "header.search": "搜索", @@ -73,5 +75,7 @@ "updated.title": "討論區更新完畢", "updated.message": "這個討論區最近被更新至最新的版本. 按此來重整這個頁面", "privacy": "隱私", + "follow": "Follow", + "unfollow": "Unfollow", "delete_all": "全部刪除" } \ No newline at end of file diff --git a/public/language/zh_TW/groups.json b/public/language/zh_TW/groups.json index 83ea1f5e9b..7e9ba9f239 100644 --- a/public/language/zh_TW/groups.json +++ b/public/language/zh_TW/groups.json @@ -1,8 +1,21 @@ { "groups": "群組", "view_group": "查看群組", + "owner": "Group Owner", + "new_group": "Create New Group", + "no_groups_found": "There are no groups to see", + "cover-instructions": "Drag and Drop a photo, drag to position, and hit Save", + "cover-change": "Change", + "cover-save": "Save", + "cover-saving": "Saving", "details.title": "群組詳細信息", "details.members": "成員列表", + "details.pending": "Pending Members", "details.has_no_posts": "這個群組的成員還未發出任何帖子。", - "details.latest_posts": "最新帖子" + "details.latest_posts": "最新帖子", + "details.private": "Private Group", + "details.public": "Public Group", + "details.owner_options": "Group Administration", + "event.updated": "Group details have been updated", + "event.deleted": "The group \"%1\" has been deleted" } \ No newline at end of file diff --git a/public/language/zh_TW/recent.json b/public/language/zh_TW/recent.json index 295c9fea8d..3234bb7376 100644 --- a/public/language/zh_TW/recent.json +++ b/public/language/zh_TW/recent.json @@ -5,5 +5,14 @@ "month": "本月", "year": "全年", "alltime": "所有時間", - "no_recent_topics": "最近沒新主題." + "no_recent_topics": "最近沒新主題.", + "there-is-a-new-topic": "There is a new topic.", + "there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.", + "there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.", + "there-are-new-topics": "There are %1 new topics.", + "there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.", + "there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.", + "there-is-a-new-post": "There is a new post.", + "there-are-new-posts": "There are %1 new posts.", + "click-here-to-reload": "Click here to reload." } \ No newline at end of file diff --git a/public/language/zh_TW/search.json b/public/language/zh_TW/search.json index 31d8078405..426fa932b4 100644 --- a/public/language/zh_TW/search.json +++ b/public/language/zh_TW/search.json @@ -1,4 +1,7 @@ { "results_matching": "有%1個跟\"%2\"匹配的結果(%3秒)", - "no-matches": "沒有發現帖子" + "no-matches": "No matches found", + "in": "In", + "by": "By", + "posted-by": "Posted by" } \ No newline at end of file diff --git a/public/language/zh_TW/topic.json b/public/language/zh_TW/topic.json index 65ca02fb5a..04787766fa 100644 --- a/public/language/zh_TW/topic.json +++ b/public/language/zh_TW/topic.json @@ -74,6 +74,7 @@ "fork_no_pids": "尚未選擇文章!", "fork_success": "成功分叉成新的主題!點擊這裡進入新的主題。", "composer.title_placeholder": "輸入標題...", + "composer.handle_placeholder": "Name", "composer.discard": "放棄", "composer.submit": "發表", "composer.replying_to": "回覆給 %1", @@ -92,5 +93,6 @@ "sort_by": "排序方式", "oldest_to_newest": "從舊到新", "newest_to_oldest": "從新到舊", - "most_votes": "得票最多" + "most_votes": "得票最多", + "most_posts": "Most posts" } \ No newline at end of file diff --git a/public/language/zh_TW/user.json b/public/language/zh_TW/user.json index 54ac9405a4..1752a45979 100644 --- a/public/language/zh_TW/user.json +++ b/public/language/zh_TW/user.json @@ -2,6 +2,8 @@ "banned": "封鎖", "offline": "下線", "username": "使用者名稱", + "joindate": "Join Date", + "postcount": "Post Count", "email": "Email", "confirm_email": "確認電郵", "delete_account": "刪除帳戶", @@ -16,6 +18,7 @@ "profile_views": "資料被查看", "reputation": "聲望", "favourites": "我的最愛", + "watched": "Watched", "followers": "跟隨者", "following": "正在關注", "signature": "簽名", @@ -56,10 +59,12 @@ "digest_weekly": "每週", "digest_monthly": "每月", "send_chat_notifications": "如果有新的聊天消息而我不在線,發送郵件給我", + "send_post_notifications": "Send an email when replies are made to topics I am subscribed to", "has_no_follower": "該用戶還沒有被任何人關注。", "follows_no_one": "該用戶還沒有關注過任何人。", "has_no_posts": "尚未有任何貼文.", "has_no_topics": "這位使用者尚未發表任何主題。", + "has_no_watched_topics": "This user didn't watch any topics yet.", "email_hidden": "郵箱被隱藏", "hidden": "隱藏", "paginate_description": "使用分頁取代瀏覽載入文章模式.", diff --git a/public/language/zh_TW/users.json b/public/language/zh_TW/users.json index e90a437fe5..249b34d36f 100644 --- a/public/language/zh_TW/users.json +++ b/public/language/zh_TW/users.json @@ -5,5 +5,8 @@ "search": "搜尋", "enter_username": "輸入想找的使用者帳號", "load_more": "載入更多", - "users-found-search-took": "找到%1個用戶!搜索時間%2毫秒。" + "users-found-search-took": "找到%1個用戶!搜索時間%2毫秒。", + "filter-by": "Filter By", + "online-only": "Online only", + "picture-only": "Picture only" } \ No newline at end of file diff --git a/public/src/client/groups/list.js b/public/src/client/groups/list.js index a3f9394450..0410a9fa17 100644 --- a/public/src/client/groups/list.js +++ b/public/src/client/groups/list.js @@ -33,6 +33,7 @@ define('forum/groups/list', function() { // Group searching $('#search-text').on('keyup', Groups.search); $('#search-button').on('click', Groups.search); + $('#search-sort').on('change', Groups.search); }; Groups.search = function(event) { diff --git a/src/groups.js b/src/groups.js index bd832a9178..4a7611c531 100644 --- a/src/groups.js +++ b/src/groups.js @@ -532,18 +532,10 @@ var async = require('async'), } async.series([ - function(next) { - db.setObjectField('group:' + oldName, 'name', newName, next); - }, - function(next) { - db.setObjectField('group:' + oldName, 'slug', utils.slugify(newName), next); - }, - function(next) { - db.deleteObjectField('groupslug:groupname', group.slug, next); - }, - function(next) { - db.setObjectField('groupslug:groupname', utils.slugify(newName), newName, next); - }, + async.apply(db.setObjectField, 'group:' + oldName, 'name', newName), + async.apply(db.setObjectField, 'group:' + oldName, 'slug', utils.slugify(newName)), + async.apply(db.deleteObjectField, 'groupslug:groupname', group.slug), + async.apply(db.setObjectField, 'groupslug:groupname', utils.slugify(newName), newName), function(next) { db.getSortedSetRange('groups:createtime', 0, -1, function(err, groups) { if (err) { @@ -554,24 +546,11 @@ var async = require('async'), }, next); }); }, - function(next) { - db.rename('group:' + oldName, 'group:' + newName, next); - }, - function(next) { - db.exists('group:' + oldName + ':members', function(err, exists) { - if (err) { - return next(err); - } - if (exists) { - db.rename('group:' + oldName + ':members', 'group:' + newName + ':members', next); - } else { - next(); - } - }); - }, - function(next) { - renameGroupMember('groups:createtime', oldName, newName, next); - }, + async.apply(db.rename, 'group:' + oldName, 'group:' + newName), + async.apply(db.rename, 'group:' + oldName + ':members', 'group:' + newName + ':members'), + async.apply(db.rename, 'group:' + oldName + ':owners', 'group:' + newName + ':owners'), + async.apply(db.rename, 'group:' + oldName + ':pending', 'group:' + newName + ':pending'), + async.apply(renameGroupMember, 'groups:createtime', oldName, newName), function(next) { plugins.fireHook('action:group.rename', { old: oldName, @@ -926,7 +905,7 @@ var async = require('async'), async.apply(db.getObjectValues, 'groupslug:groupname'), function(groupNames, next) { groupNames = groupNames.filter(function(name) { - return name.match(new RegExp(query, 'i')); + return name.match(new RegExp(query, 'i')) && name !== 'administrators'; }); async.mapLimit(groupNames, 5, function(groupName, next) {