diff --git a/public/language/ar/admin/admin.json b/public/language/ar/admin/admin.json index 346a005c01..75f9917610 100644 --- a/public/language/ar/admin/admin.json +++ b/public/language/ar/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "لوحة تحكم إدارة NodeBB | %1", "settings-header-contents": "محتويات", - "changes-saved": "تم حفظ التعديلات", - "changes-saved-message": "تم حفظ تغييراتك في اعدادات NodeBB.", "changes-not-saved": "لم يتم حفظ التغييرات", "changes-not-saved-message": "حدثت مشكلة أثناء حفظ التغييرات في NodeBB. (%1)" } \ No newline at end of file diff --git a/public/language/ar/admin/appearance/customise.json b/public/language/ar/admin/appearance/customise.json index a98c2afe1c..1077df0c90 100644 --- a/public/language/ar/admin/appearance/customise.json +++ b/public/language/ar/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "CSS/LESS مخصص", - "custom-css.description": "أدخل بياناتك ل CSS / LESS هنا، وسيتم تطبيقها بعد كل الأنماط الأخرى.", - "custom-css.enable": "تمكين CSS/LESS المخصصة", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Javascript مخصصة", "custom-js.description": "أدخل Javascript الخاص بك هنا. سيتم تنفيذها بعد تحميل الصفحة بالكامل.", diff --git a/public/language/ar/admin/extend/widgets.json b/public/language/ar/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/ar/admin/extend/widgets.json +++ b/public/language/ar/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/ar/admin/manage/groups.json b/public/language/ar/admin/manage/groups.json index 61f3bc8087..e6151624a2 100644 --- a/public/language/ar/admin/manage/groups.json +++ b/public/language/ar/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/ar/admin/manage/privileges.json b/public/language/ar/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/ar/admin/manage/privileges.json +++ b/public/language/ar/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/ar/admin/settings/navigation.json b/public/language/ar/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/ar/admin/settings/navigation.json +++ b/public/language/ar/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/ar/error.json b/public/language/ar/error.json index f71e48bfeb..e7712c54e3 100644 --- a/public/language/ar/error.json +++ b/public/language/ar/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/ar/flags.json b/public/language/ar/flags.json index c7bc55119e..1611570340 100644 --- a/public/language/ar/flags.json +++ b/public/language/ar/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "المحال إليه", "update": "تحديث", "updated": "تم التحديث", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "ازالة الفلاتر", "filters": "خيارات الفلتر", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "عنوان العلامة", "filter-type-all": "كل المحتوي", "filter-type-post": "مشاركة", "filter-type-user": "مستخدم", "filter-state": "الحالة", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "اضافة ملاحظة", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/ar/global.json b/public/language/ar/global.json index 7f93ee0e24..3ef7cbe489 100644 --- a/public/language/ar/global.json +++ b/public/language/ar/global.json @@ -37,9 +37,13 @@ "header.notifications": "التنبيهات", "header.search": "بحث", "header.profile": "ملف", + "header.account": "Account", "header.navigation": "الاستكشاف", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "تحميل التنبيهات", "chats.loading": "تحميل الدردشات", + "drafts.loading": "Loading Drafts", "motd.welcome": "مرحبا بكم في NodeBB، منصة المناقشة المستقبلية.", "previouspage": "الصفحة السابقة", "nextpage": "الصفحة التالية", @@ -54,7 +58,8 @@ "users": "الأعضاء", "topics": "المواضيع", "posts": "المشاركات", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "الأفضل", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "السمعة", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "اقرأ المزيد", "more": "المزيد", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 كتب %2", "guest_posted_ago": "كتب زائر %1", "last_edited_by": "اخر تحرير بواسطة 1%", + "edited-timestamp": "Edited %1", "norecentposts": "لاوجود لمشاركات جديدة", "norecenttopics": "لاوجود لمواضيع جديدة", "recentposts": "آخر المشاركات", "recentips": "آخر عناوين ال IP التي سجلت الدخول", "moderator_tools": "أدوات المشرف", + "status": "Status", "online": "المتواجدون حاليًّا", "away": "غير متواجد", "dnd": "عدم الإزعاج", @@ -122,5 +130,7 @@ "edited": "حُرِر", "disabled": "معطل", "select": "تحديد", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/ar/groups.json b/public/language/ar/groups.json index 73095455ce..c16569c2fc 100644 --- a/public/language/ar/groups.json +++ b/public/language/ar/groups.json @@ -1,5 +1,6 @@ { "groups": "المجموعات", + "members": "Members", "view_group": "معاينة المجموعة", "owner": "مالك المجموعة", "new_group": "أنشئ مجموعة جديدة", diff --git a/public/language/ar/modules.json b/public/language/ar/modules.json index ad1616060a..30f4741012 100644 --- a/public/language/ar/modules.json +++ b/public/language/ar/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "أرسل", "chat.no_active": "لا يوجد لديك دردشات نشطة.", "chat.user_typing": "%1 يكتب رسالة...", @@ -42,6 +46,7 @@ "composer.compose": "اكتب", "composer.show_preview": "عرض المعاينة", "composer.hide_preview": "إخفاء المعاينة", + "composer.help": "Help", "composer.user_said_in": "%1 كتب في %2", "composer.user_said": "%1 كتب:", "composer.discard": "هل أنت متأكد أنك تريد التخلي عن التغييرات؟", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "إلغاء", "bootbox.confirm": "تأكيد", diff --git a/public/language/ar/pages.json b/public/language/ar/pages.json index 0810992571..90174cb6d9 100644 --- a/public/language/ar/pages.json +++ b/public/language/ar/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "خيارات المستخدم", + "account/settings-of": "Changing settings of %1", "account/watched": "Topics watched by %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Posts upvoted by %1", diff --git a/public/language/ar/post-queue.json b/public/language/ar/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/ar/post-queue.json +++ b/public/language/ar/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/ar/register.json b/public/language/ar/register.json index ce3b35e526..2421cbc46b 100644 --- a/public/language/ar/register.json +++ b/public/language/ar/register.json @@ -1,5 +1,6 @@ { "register": "تسجيل", + "already-have-account": "Already have an account?", "cancel_registration": "إلغاء التسجيل", "help.email": "افتراضيا، سيتم إخفاء بريدك الإلكتروني من العامة.", "help.username_restrictions": "اسم مستخدم فريدة من نوعها بين 1% و 2% حرفا. بإمكان الآخرين مناداتك بـ @اسم المستخدم.", diff --git a/public/language/ar/search.json b/public/language/ar/search.json index b2c7a32bbc..bcb297763d 100644 --- a/public/language/ar/search.json +++ b/public/language/ar/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 نتيجة (نتائج) موافقة لـ \"%2\", (%3 ثواني)", "no-matches": "لم يتم العثور على نتائج.", "advanced-search": "بحث متقدم", "in": "في", - "titles": "العناوين", - "titles-posts": "العناوين والمشاركات", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "مشاركة من طرف", - "in-categories": "في الفئات", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "بحث في الفئات الفرعية", "has-tags": "Has tags", "reply-count": "عدد المشاركات", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "على اﻷقل", "at-most": "على اﻷكثر", "relevance": "Relevance", + "time": "Time", "post-time": "تاريخ المشاركة", "votes": "Votes", "newer-than": "أحدث من", @@ -28,7 +48,22 @@ "three-months": "ثلاثة أشهر", "six-months": "ستة أشهر", "one-year": "عام", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "عرض حسب", + "sort": "Sort", "last-reply-time": "تاريخ آخر رد", "topic-title": "عنوان الموضوع", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "فئة", "descending": "في ترتيب تنازلي", "ascending": "في ترتيب تصاعدي", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "حفظ التفضيلات", "clear-preferences": "ازالة التفضيلات", "search-preferences-saved": "تم حفظ تفضيلات البحث", "search-preferences-cleared": "تم ازالة تفضيلات البحث", "show-results-as": "عرض النتائج كـ", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/ar/tags.json b/public/language/ar/tags.json index 34addbaec4..ed9b42d0c0 100644 --- a/public/language/ar/tags.json +++ b/public/language/ar/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "لا يوجد مواضيع بهذه الكلمة الدلالية.", + "no-tags-found": "No tags found", "tags": "الكلمات الدلالية", "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", "enter_tags_here_short": "أدخل الكلمات الدلالية...", diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json index c5ec5278dc..799292e609 100644 --- a/public/language/ar/topic.json +++ b/public/language/ar/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "اضغط هنا للعودة لأخر مشاركة مقروءة في الموضوع", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "تطهير الموضوع", "thread_tools.purge_confirm": "هل أنت متأكد أنك تريد تطهير هذا الموضوع؟", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "تم نقل المشاركة", "fork_topic": "فرع الموضوع", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "إضغط على المشاركات التي تريد تفريعها", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "لم تختر أي مشاركة", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "أدخل عنوان موضوعك هنا...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "نبذ التغييرات", "composer.submit": "حفظ", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/ar/user.json b/public/language/ar/user.json index 5a72edac6e..50ffa746eb 100644 --- a/public/language/ar/user.json +++ b/public/language/ar/user.json @@ -43,6 +43,7 @@ "followers": "المتابعون", "following": "يتابع", "blocks": "الكتل", + "blocked-users": "Blocked users", "block_toggle": "تبديل الكتلة", "block_user": "أحظر المستخدم", "unblock_user": "ألغ حظر المستخدم", @@ -68,6 +69,7 @@ "upload_new_picture": "رفع صورة جديدة", "upload_new_picture_from_url": "رفع صورة جديدة من رابط", "current_password": "كلمة السر الحالية", + "new_password": "New Password", "change_password": "تغيير كلمة السر", "change_password_error": "كلمة سر غير صحيحة", "change_password_error_wrong_current": "كلمة السر الحالية ليست صحيحة", @@ -168,6 +170,8 @@ "info.moderation-note.success": "تم حفظ ملاحظة الإشراف", "info.moderation-note.add": "إضافة ملاحظة", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/ar/users.json b/public/language/ar/users.json index 4b30450020..efcd542e4f 100644 --- a/public/language/ar/users.json +++ b/public/language/ar/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "أحدث الأعضاء", "top_posters": "اﻷكثر مشاركة", "most_reputation": "أعلى سمعة", "most_flags": "معظم الأعلام", "search": "بحث", "enter_username": "أدخل اسم مستخدم للبحث", - "search-user-for-chat": "ابحث عن مستخدم لبدء محادثة ", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "حمل المزيد", "users-found-search-took": "تم إيجاد %1 مستخدمـ(ين)! استغرق البحث %2 ثانية.", "filter-by": "تصفية بحسب", diff --git a/public/language/bg/admin/admin.json b/public/language/bg/admin/admin.json index 80401eb919..f77852363e 100644 --- a/public/language/bg/admin/admin.json +++ b/public/language/bg/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Контролен панел за администратори на NodeBB", "settings-header-contents": "Съдържание", - "changes-saved": "Промените са запазени", - "changes-saved-message": "Промените Ви в настройките на NodeBB бяха запазени.", "changes-not-saved": "Промените не са запазени", "changes-not-saved-message": "Възникна проблем при запазването на промените Ви по NodeBB. (%1)" } \ No newline at end of file diff --git a/public/language/bg/admin/appearance/customise.json b/public/language/bg/admin/appearance/customise.json index 4f3ed970ec..7c1956c57c 100644 --- a/public/language/bg/admin/appearance/customise.json +++ b/public/language/bg/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Персонализиран CSS/LESS", - "custom-css.description": "Въведете своите собствени декларации на CSS/LESS, те ще бъдат приложени след всички останали стилове.", - "custom-css.enable": "Включване на персонализиран CSS/LESS", + "custom-css": "Персонализиран CSS/SASS", + "custom-css.description": "Въведете своите собствени декларации на CSS/SASS. Те ще бъдат приложени след всички останали стилове.", + "custom-css.enable": "Включване на персонализиран CSS/SASS", "custom-js": "Персонализиран код на Javascript", "custom-js.description": "Въведете свой собствен код на javascript тук. Той ще бъде изпълнен след като страницата се зареди напълно.", diff --git a/public/language/bg/admin/extend/widgets.json b/public/language/bg/admin/extend/widgets.json index 7582a90490..3e5e9667ec 100644 --- a/public/language/bg/admin/extend/widgets.json +++ b/public/language/bg/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Няма", "container.well": "Кладенец", "container.jumbotron": "Джъмботрон", - "container.panel": "Панел", - "container.panel-header": "Заглавна част на панел", - "container.panel-body": "Основна част на панел", + "container.card": "Карта", + "container.card-header": "Заглавна част на карта", + "container.card-body": "Основна част на карта", "container.alert": "Предупреждение", "alert.confirm-delete": "Наистина ли искате да изтриете джаджата?", diff --git a/public/language/bg/admin/manage/groups.json b/public/language/bg/admin/manage/groups.json index 9cf6f42ff8..0e6bac8a82 100644 --- a/public/language/bg/admin/manage/groups.json +++ b/public/language/bg/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Отмяна", "edit.no-users-found": "Няма намерени потребители", - "edit.confirm-remove-user": "Наистина ли искате да премахнете този потребител?", - "edit.save-success": "Промените са запазени!" + "edit.confirm-remove-user": "Наистина ли искате да премахнете този потребител?" } \ No newline at end of file diff --git a/public/language/bg/admin/manage/privileges.json b/public/language/bg/admin/manage/privileges.json index 9ca0014432..bdebd7aab5 100644 --- a/public/language/bg/admin/manage/privileges.json +++ b/public/language/bg/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Наистина ли искате да дадете правомощието за модериране на тази потребителска група? Тази група е публична и всеки може свободно да се присъедини към нея.", "alert.confirm-admins-mods": "Наистина ли искате да дадете правото „Администратори и модератори“ на този потребител/група? Потребителите с това право могат да променят правомощията на други групи, включително да им дават правото на супер администратори", "alert.confirm-save": "Моля, потвърдете желанието си да запазите тези правомощия", - "alert.saved": "Промените по правомощията са запазени и приложени", "alert.confirm-discard": "Наистина ли искате да отхвърлите промените по правомощията?", "alert.discarded": "Промените по правомощията са отхвърлени", "alert.confirm-copyToAll": "Наистина ли искате да приложите този набор от %1 към всички категории?", diff --git a/public/language/bg/admin/settings/navigation.json b/public/language/bg/admin/settings/navigation.json index 34dc2112d8..c95647a92c 100644 --- a/public/language/bg/admin/settings/navigation.json +++ b/public/language/bg/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Групи:", "open-new-window": "Отваряне в нов прозорец", "dropdown": "Падащо меню", - "dropdown-placeholder": "Въведете елементите на падащото меню по-долу. Пример:
<li><a href="https://myforum.com">Връзка 1</a></li>", + "dropdown-placeholder": "Въведете елементите на падащото меню по-долу. Пример:
<li><a class="dropdown-item" href="https://myforum.com">Връзка 1</a></li>", "btn.delete": "Изтриване", "btn.disable": "Изключване", diff --git a/public/language/bg/error.json b/public/language/bg/error.json index 8043eaec65..a24c875ca0 100644 --- a/public/language/bg/error.json +++ b/public/language/bg/error.json @@ -224,5 +224,6 @@ "api.429": "Направили сте твърде много заявки. Моля, опитайте отново по-късно.", "api.500": "При обработката на заявката Ви възникна неочаквана грешка.", "api.501": "Пътят, който се опитвате да извикате, все още не съществува. Моля, опитайте отново утре.", - "api.503": "Пътят, който се опитвате да извикате, в момента не е достъпен, поради настройките на сървъра." + "api.503": "Пътят, който се опитвате да извикате, в момента не е достъпен, поради настройките на сървъра.", + "api.reauth-required": "Ресурсът, който се опитвате да достъпите, изисква (повторно) удостоверяване." } \ No newline at end of file diff --git a/public/language/bg/flags.json b/public/language/bg/flags.json index 14b4766cbc..184bd7a0aa 100644 --- a/public/language/bg/flags.json +++ b/public/language/bg/flags.json @@ -3,25 +3,27 @@ "reports": "Доклади", "first-reported": "Първо докладване", "no-flags": "Ура! Няма намерени доклади.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Назначен", "update": "Обновяване", "updated": "Обновено", "resolved": "Разрешен", "target-purged": "Съдържанието, за което се отнася този доклад, е било изтрито и вече не е налично.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Дневни етикети", "quick-filters": "Бързи филтри", "filter-active": "В този списък с доклади има един или повече филтри", "filter-reset": "Премахване на филтрите", "filters": "Настройки на филтрите", - "filter-reporterId": "Потр. ид. на докладвалия", - "filter-targetUid": "Потр. ид. на докладвания", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Вид на доклада", "filter-type-all": "Всичко", "filter-type-post": "Публикация", "filter-type-user": "Потребител", "filter-state": "Състояние", - "filter-assignee": "Потр. ид. на назначения", + "filter-assignee": "Assignee", "filter-cid": "Категория", "filter-quick-mine": "Назначени на мен", "filter-cid-all": "Всички категории", @@ -45,6 +47,7 @@ "notes": "Бележки към доклада", "add-note": "Добавяне на бележка", + "edit-note": "Edit Note", "no-notes": "Няма споделени бележки.", "delete-note-confirm": "Наистина ли искате да изтриете тази бележка към доклада?", "delete-flag-confirm": "Наистина ли искате да изтриете този доклад?", diff --git a/public/language/bg/global.json b/public/language/bg/global.json index 545e1eaa9b..74c9cb1386 100644 --- a/public/language/bg/global.json +++ b/public/language/bg/global.json @@ -37,9 +37,13 @@ "header.notifications": "Известия", "header.search": "Търсене", "header.profile": "Профил", + "header.account": "Account", "header.navigation": "Навигация", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Зареждане на известията", "chats.loading": "Зареждане на разговорите", + "drafts.loading": "Loading Drafts", "motd.welcome": "Добре дошли в NodeBB, системата за дискусии на бъдещето.", "previouspage": "Предишна страница", "nextpage": "Следваща страница", @@ -54,7 +58,8 @@ "users": "Потребители", "topics": "Теми", "posts": "Публ.", - "x-posts": "%1 публикации", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Най-добри", "controversial": "Противоречиви", "votes": "Гласове", @@ -69,6 +74,7 @@ "reputation": "Репутация", "lastpost": "Последна публикация", "firstpost": "Първа публикация", + "about": "About", "read_more": "още", "more": "Още", "none": "Нищо", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 публикува %2", "guest_posted_ago": "гост публикува %1", "last_edited_by": "последно редактирано от %1", + "edited-timestamp": "Edited %1", "norecentposts": "Няма скорошни публикации", "norecenttopics": "Няма скорошни теми", "recentposts": "Скорошни публикации", "recentips": "Наскоро ползвани IP адреси", "moderator_tools": "Модераторски инструменти", + "status": "Status", "online": "На линия", "away": "Отсъстващ", "dnd": "Отпочиващ", @@ -122,5 +130,7 @@ "edited": "Редактирано", "disabled": "Изключено", "select": "Избиране", - "user-search-prompt": "Започнете да пишете, за да потърсите потребител…" + "user-search-prompt": "Започнете да пишете, за да потърсите потребител…", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/bg/groups.json b/public/language/bg/groups.json index 6b2c8bb74b..e9a44c421f 100644 --- a/public/language/bg/groups.json +++ b/public/language/bg/groups.json @@ -1,5 +1,6 @@ { "groups": "Групи", + "members": "Членове", "view_group": "Преглед на групата", "owner": "Собственик на групата", "new_group": "Създаване на нова група", diff --git a/public/language/bg/modules.json b/public/language/bg/modules.json index bfad149874..bd912df983 100644 --- a/public/language/bg/modules.json +++ b/public/language/bg/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Разговор с", "chat.placeholder": "Въведете съобщение тук или пуснете снимки и натиснете Ентер за изпращане", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "В момента разглеждате по-стари съобщения. Щракнете тук, за да се прехвърлите към най-новото съобщение.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Изпращане", "chat.no_active": "Нямате текущи разговори.", "chat.user_typing": "%1 пише...", @@ -42,6 +46,7 @@ "composer.compose": "Писане", "composer.show_preview": "Показване на прегледа", "composer.hide_preview": "Скриване на прегледа", + "composer.help": "Help", "composer.user_said_in": "%1 каза в %2:", "composer.user_said": "%1 каза:", "composer.discard": "Наистина ли искате да отхвърлите тази публикация?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Час", "composer.cancel-scheduling": "Отмяна на насрочването", "composer.set-schedule-date": "Задаване на дата", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "Добре", "bootbox.cancel": "Отказ", "bootbox.confirm": "Потвърждаване", diff --git a/public/language/bg/pages.json b/public/language/bg/pages.json index cf22a19cdb..18c7a3e9a3 100644 --- a/public/language/bg/pages.json +++ b/public/language/bg/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Следените категории на %1", "account/bookmarks": "Отметнатите публикации на %1", "account/settings": "Потребителски настройки", + "account/settings-of": "Changing settings of %1", "account/watched": "Теми, следени от %1", "account/ignored": "Теми, пренебрегвани от %1", "account/upvoted": "Публикации, получили положителен глас от %1", diff --git a/public/language/bg/post-queue.json b/public/language/bg/post-queue.json index 58648b0526..29bf57f943 100644 --- a/public/language/bg/post-queue.json +++ b/public/language/bg/post-queue.json @@ -22,6 +22,7 @@ "notify": "Известяване", "notify-user": "Известяване на потребителя", "confirm-reject": "Искате ли да отхвърлите тази публикация?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Групови действия", "accept-all": "Приемане на всички", "accept-selected": "Приемане на избраните", @@ -29,6 +30,10 @@ "reject-all-confirm": "Наистина ли искате да отхвърлите всички публикации?", "reject-selected": "Отхвърляне на избраните", "reject-selected-confirm": "Наистина ли искате да отхвърлите %1 избрани публикации?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "Одобрени публикации: %1", "bulk-reject-success": "Отхвърлени публикации: %1" } \ No newline at end of file diff --git a/public/language/bg/register.json b/public/language/bg/register.json index d8eb4b6004..867f1deb87 100644 --- a/public/language/bg/register.json +++ b/public/language/bg/register.json @@ -1,5 +1,6 @@ { "register": "Регистрация", + "already-have-account": "Already have an account?", "cancel_registration": "Отказ от регистриране", "help.email": "По подразбиране, Вашата е-поща ще бъде скрита за останалите.", "help.username_restrictions": "Уникално потребителско име с дължина между %1 и %2 символа. Другите ще могат да Ви споменават чрез @потребител.", diff --git a/public/language/bg/search.json b/public/language/bg/search.json index c1542c0bd9..fc870b2af5 100644 --- a/public/language/bg/search.json +++ b/public/language/bg/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 резултат(а), отговарящи на „%2“, (%3 секунди)", "no-matches": "Няма съвпадения", "advanced-search": "Разширено търсене", "in": "В", - "titles": "Заглавия", - "titles-posts": "Заглавия и публикации", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Съвпадащи думи", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Всички", "any": "Която и да е", "posted-by": "Публикувано от", - "in-categories": "В категории", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Претърсване на подкатегориите", "has-tags": "Има етикети", "reply-count": "Брой на отговорите", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Поне", "at-most": "Най-много", "relevance": "Уместност", + "time": "Time", "post-time": "Време на публикуване", "votes": "Гласове", "newer-than": "По-нови от", @@ -28,7 +48,22 @@ "three-months": "Три месеца", "six-months": "Шест месеца", "one-year": "Една година", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Подреждане по", + "sort": "Sort", "last-reply-time": "Време на последния отговор", "topic-title": "Заглавие на темата", "topic-votes": "Гласувания за темата", @@ -39,11 +74,36 @@ "category": "Категория", "descending": "В низходящ ред", "ascending": "Във възходящ ред", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Запазване на предпочитанията", "clear-preferences": "Изчистване на предпочитанията", "search-preferences-saved": "Предпочитанията за търсене бяха запазени", "search-preferences-cleared": "Предпочитанията за търсене бяха изчистени", "show-results-as": "Показване на резултатите като", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Показване на още резултати (%1)", "search-in-category": "Търсене в „%1“" } \ No newline at end of file diff --git a/public/language/bg/tags.json b/public/language/bg/tags.json index 78fde63479..1f57020a6a 100644 --- a/public/language/bg/tags.json +++ b/public/language/bg/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Няма теми с този етикет.", + "no-tags-found": "No tags found", "tags": "Етикети", "enter_tags_here": "Тук въведете етикети, всеки между %1 и %2 знака.", "enter_tags_here_short": "Въведете етикети...", diff --git a/public/language/bg/topic.json b/public/language/bg/topic.json index 7cf87f252d..36ba92a883 100644 --- a/public/language/bg/topic.json +++ b/public/language/bg/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Копиране на IP адреса", "ban-ip": "Блокиране на IP адреса", "view-history": "История на редакциите", - "locked-by": "Заключена от", - "unlocked-by": "Отключена от", - "pinned-by": "Закачена от", - "unpinned-by": "Откачена от", - "deleted-by": "Изтрита от", - "restored-by": "Възстановена от", - "moved-from-by": "Преместена от %1 от", - "queued-by": "Публикацията е добавена в опашката за одобрение →", - "backlink": "Спомената от", - "forked-by": "Разделена от", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Щракнете тук, за да се върнете към последно прочетената публикация в тази тема.", "flag-post": "Докладване на тази публикация", "flag-user": "Докладване на този потребител", @@ -95,7 +109,7 @@ "thread_tools.purge": "Изчистване на темата", "thread_tools.purge_confirm": "Наистина ли искате да изчистите тази тема?", "thread_tools.merge_topics": "Сливане на темите", - "thread_tools.merge": "Сливане", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Темата ще бъде преместена в „%1“ след малко. Натиснете тук, за да отмените преместването.", "topic_move_multiple_success": "Темите ще бъдат преместени в „%1“ след малко. Натиснете тук, за да отмените преместването.", "topic_move_all_success": "Всички теми ще бъдат преместени в „%1“ след малко. Натиснете тук, за да отмените преместването.", @@ -121,7 +135,7 @@ "post_moved": "Публикацията беше преместена!", "fork_topic": "Разделяне на темата", "enter-new-topic-title": "Въведете заглавието на новата тема", - "fork_topic_instruction": "Натиснете публикациите, които искате да отделите", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Няма избрани публикации!", "no-posts-selected": "Няма избрани публикации!", "x-posts-selected": "Избрани публикации: %1", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Ново заглавие за темата", "topic-id": "Ид. на темата", "move_posts_instruction": "Щракнете върху публикациите, които искате да преместите, а след това въведете ид. на тема или отидете в целевата тема", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Натиснете публикациите, които искате да прехвърлите на друг потребител", "composer.title_placeholder": "Въведете заглавието на темата си тук...", "composer.handle_placeholder": "Въведете името тук", + "composer.hide": "Hide", "composer.discard": "Отхвърляне", "composer.submit": "Публикуване", "composer.additional-options": "Допълнителни настройки", @@ -184,5 +200,7 @@ "last-post": "Последна публикация", "go-to-my-next-post": "Към следващата ми публикация", "no-more-next-post": "Нямате повече публикации в тази тема", - "post-quick-reply": "Пускане на бърза публикация" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/bg/user.json b/public/language/bg/user.json index 04fdf98b62..759be203b6 100644 --- a/public/language/bg/user.json +++ b/public/language/bg/user.json @@ -43,6 +43,7 @@ "followers": "Последователи", "following": "Следва", "blocks": "Блокира", + "blocked-users": "Blocked users", "block_toggle": "Превключване на блокирането", "block_user": "Блокиране на потребителя", "unblock_user": "Отблокиране на потребителя", @@ -68,6 +69,7 @@ "upload_new_picture": "Качване на нова снимка", "upload_new_picture_from_url": "Качване на нова снимка от адрес", "current_password": "Текуща парола", + "new_password": "New Password", "change_password": "Промяна на паролата", "change_password_error": "Грешна парола!", "change_password_error_wrong_current": "Текущата Ви парола е грешна!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Модераторската бележка е запазена", "info.moderation-note.add": "Добавяне на бележка", "sessions.description": "На тази страница можете да видите активните си сесии на този форум и да ги анулирате, ако желаете. Можете да анулирате текущата си сесия, като се отпишете от акаунта си.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Вашите права и съгласие", "consent.lead": "Този обществен форум събира и обработва лична информация.", "consent.intro": "Използваме тази информация, само за да персонализираме взаимодействието Ви с форума, както и за да свържем публикациите Ви с Вашия потребителски акаунт. По време на регистрацията ще трябва да въведете потребителско име и е-поща, но ако искате, можете да предоставите и допълнителна информация, за да завършите потребителския си профил в уеб сайта.

Ние съхраняваме тази информация докато съществува потребителският Ви акаунт. Във всеки един момент можете да оттеглите съгласието си за това, като изтриете акаунта си. Във всеки един момент можете да изискате копие на въведеното от Вас в уеб сайт, чрез страницата за „Права и съгласие“.

Ако имате въпроси или притеснения, можете да се свържете с екипа от администратори на форума.", diff --git a/public/language/bg/users.json b/public/language/bg/users.json index 9cd2dbb5ed..5fd52fae51 100644 --- a/public/language/bg/users.json +++ b/public/language/bg/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Последни потребители", "top_posters": "С най-много публикации", "most_reputation": "С най-много репутация", "most_flags": "С най-много доклади", "search": "Търсене", "enter_username": "Въведете потребителско име, което да потърсите", - "search-user-for-chat": "Потърсете потребител, с когото да започнете разговор", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Зареждане на още", "users-found-search-took": "Намерени са %1 потребител(и)! Търсенето отне %2 секунди.", "filter-by": "Филтриране", diff --git a/public/language/bn/admin/admin.json b/public/language/bn/admin/admin.json index ec4e9b7013..a090599e79 100644 --- a/public/language/bn/admin/admin.json +++ b/public/language/bn/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB এডমিন কন্ট্রোল প্যানেল", "settings-header-contents": "কনটেন্টস", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/bn/admin/appearance/customise.json b/public/language/bn/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/bn/admin/appearance/customise.json +++ b/public/language/bn/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/bn/admin/extend/widgets.json b/public/language/bn/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/bn/admin/extend/widgets.json +++ b/public/language/bn/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/bn/admin/manage/groups.json b/public/language/bn/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/bn/admin/manage/groups.json +++ b/public/language/bn/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/bn/admin/manage/privileges.json b/public/language/bn/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/bn/admin/manage/privileges.json +++ b/public/language/bn/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/bn/admin/settings/navigation.json b/public/language/bn/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/bn/admin/settings/navigation.json +++ b/public/language/bn/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/bn/error.json b/public/language/bn/error.json index 0facb14642..43acae698a 100644 --- a/public/language/bn/error.json +++ b/public/language/bn/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/bn/flags.json b/public/language/bn/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/bn/flags.json +++ b/public/language/bn/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/bn/global.json b/public/language/bn/global.json index a38ab65901..49faf5ad6e 100644 --- a/public/language/bn/global.json +++ b/public/language/bn/global.json @@ -37,9 +37,13 @@ "header.notifications": "বিজ্ঞপ্তি", "header.search": "অনুসন্ধান", "header.profile": "প্রোফাইল", + "header.account": "Account", "header.navigation": "Navigation", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "বিজ্ঞপ্তিগুলি লোড হচ্ছে", "chats.loading": "কথোপকথনগুলি লোড হচ্ছে ", + "drafts.loading": "Loading Drafts", "motd.welcome": "ভবিষ্যতের আলোচনার প্লাটফর্ম, NodeBB তে স্বাগতম।", "previouspage": "আগের পাতা", "nextpage": "পরের পাতা", @@ -54,7 +58,8 @@ "users": "ব্যবহারকারীগণ", "topics": "টপিক", "posts": "পোস্টগুলি", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Best", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "সন্মাননা", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "আরো পড়ুন", "more": "আরো...", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 পোস্ট করেছেন %2", "guest_posted_ago": "অতিথি পোস্ট করেছেন %1", "last_edited_by": "last edited by %1", + "edited-timestamp": "Edited %1", "norecentposts": "কোনও সাম্প্রতিক পোস্ট নেই", "norecenttopics": "কোনও সাম্প্রতিক টপিক নেই", "recentposts": "সাম্প্রতিক পোস্ট", "recentips": "সাম্প্রতিক প্রবেশকৃত আইপি সমুহ", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "অনলাইন", "away": "দূরে", "dnd": "Do not disturb", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/bn/groups.json b/public/language/bn/groups.json index 4fcb269410..3a566346b7 100644 --- a/public/language/bn/groups.json +++ b/public/language/bn/groups.json @@ -1,5 +1,6 @@ { "groups": "গ্রুপসমূহ", + "members": "Members", "view_group": "গ্রুপ দেখুন", "owner": "Group Owner", "new_group": "Create New Group", diff --git a/public/language/bn/modules.json b/public/language/bn/modules.json index 199ce63048..e8243e5156 100644 --- a/public/language/bn/modules.json +++ b/public/language/bn/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "প্রেরন করুন", "chat.no_active": "আপনার কোন সচল কথোপকথন নেই", "chat.user_typing": "%1 লিখছেন", @@ -42,6 +46,7 @@ "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", + "composer.help": "Help", "composer.user_said_in": "%1 বলেছেন %2:", "composer.user_said": "%1 বলেছেনঃ", "composer.discard": "আপনি কি নিশ্চিত যে আপনি এই পোস্ট বাতিল করতে ইচ্ছুক?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/bn/pages.json b/public/language/bn/pages.json index bb4887abc8..f6f981fd76 100644 --- a/public/language/bn/pages.json +++ b/public/language/bn/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", + "account/settings-of": "Changing settings of %1", "account/watched": "Topics watched by %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Posts upvoted by %1", diff --git a/public/language/bn/post-queue.json b/public/language/bn/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/bn/post-queue.json +++ b/public/language/bn/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/bn/register.json b/public/language/bn/register.json index a4216376a1..39d4e7fff4 100644 --- a/public/language/bn/register.json +++ b/public/language/bn/register.json @@ -1,5 +1,6 @@ { "register": "নিবন্ধন", + "already-have-account": "Already have an account?", "cancel_registration": "নিবন্ধন বাতিল", "help.email": "ডিফল্টভাবে, আপনার ইমেইল সর্বসাধারণ থেকে লুকানো থাকবে।", "help.username_restrictions": "%1 এবং %2 অক্ষরের মাঝে একটি অনন্য সদস্য নাম। বাকিরা আপনাকে @নাম দিয়ে উল্লেখ করতে পারবেন।", diff --git a/public/language/bn/search.json b/public/language/bn/search.json index 3aa5575299..e75eafe6e3 100644 --- a/public/language/bn/search.json +++ b/public/language/bn/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "\"%2\" এর সাথে মিলিয়ে %1 ফলাফল পাওয়া গেছে, ( %3 seconds সময় লেগেছে )", "no-matches": "কোন মিল খুঁজে পাওয়া যায় নি", "advanced-search": "এডভান্সড সার্চ", "in": "এর মধ্যে", - "titles": "টাইটেলস", - "titles-posts": "টাইটেল এবং পোস্ট সমূহ", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "পোষ্ট করেছেন", - "in-categories": "বিভাগের ভিতরে", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "উপবিভাগের ভিতরে", "has-tags": "Has tags", "reply-count": "রিপ্লাই কাউন্ট", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "কমপক্ষে", "at-most": "সর্বোচ্চ", "relevance": "Relevance", + "time": "Time", "post-time": "পোস্টের সময়", "votes": "Votes", "newer-than": "Newer than", @@ -28,7 +48,22 @@ "three-months": "তিন মাস", "six-months": "ছয় মাস", "one-year": "এক বছর", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "সাজানোর ভিত্তি", + "sort": "Sort", "last-reply-time": "সর্বশেষ রিপ্লাইয়ের সময়", "topic-title": "টপিকের টাইটেল", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "বিভাগ", "descending": "বড় থেকে ছোট অর্ডারে", "ascending": "ছোট থেকে বড় অর্ডারে", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "প্রেফারেন্স সেভ", "clear-preferences": "Clear preferences", "search-preferences-saved": "Search preferences saved", "search-preferences-cleared": "Search preferences cleared", "show-results-as": "ফলাফল দেখানো হোক : ", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/bn/tags.json b/public/language/bn/tags.json index 0813383049..d8bf39ce14 100644 --- a/public/language/bn/tags.json +++ b/public/language/bn/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "এই ট্যাগ সম্বলিত কোন টপিক নেই", + "no-tags-found": "No tags found", "tags": "ট্যাগসমূহ", "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", "enter_tags_here_short": "ট্যাগ বসান", diff --git a/public/language/bn/topic.json b/public/language/bn/topic.json index 504cebca23..f14264f5dd 100644 --- a/public/language/bn/topic.json +++ b/public/language/bn/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "টপিক পার্জ করুন", "thread_tools.purge_confirm": "আপনি নিশ্চিত যে আপনি টপিকটি পার্জ করতে চাচ্ছেন ? ", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "পোষ্ট সরানো হয়েছে", "fork_topic": "টপিক ফর্ক করুন", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "যে পোষ্টটি ফর্ক করতে চান সেটি ক্লিক করুন", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "কোন পোষ্ট সিলেক্ট করা হয় নি", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "আপনার টপিকের শিরোনাম দিন", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "বাতিল", "composer.submit": "সাবমিট", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/bn/user.json b/public/language/bn/user.json index 3e07785645..f31ce7548b 100644 --- a/public/language/bn/user.json +++ b/public/language/bn/user.json @@ -43,6 +43,7 @@ "followers": "যাদের অনুসরণ করছেন", "following": "যারা আপনাকে অনুসরণ করছে", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "নতুন ছবি আপলোড করুন", "upload_new_picture_from_url": "URL থেকে নতুন ছবি আপলোড করুন", "current_password": "বর্তমান পাসওয়ার্ড", + "new_password": "New Password", "change_password": "পাসওয়ার্ড পরিবর্তন", "change_password_error": "অগ্রহনযোগ্য পাসওয়ার্ড", "change_password_error_wrong_current": "আপনার পাসওয়ার্ড সঠিক নয়", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/bn/users.json b/public/language/bn/users.json index 98fe38b601..dadd6b94bc 100644 --- a/public/language/bn/users.json +++ b/public/language/bn/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "সর্বশেষ নিবন্ধিত সদস্যরা:", "top_posters": "সর্বোচ্চ পোষ্টকারী", "most_reputation": "সর্বোচ্চ সম্মাননাধারী", "most_flags": "সর্বোচ্চ অভিযোগ", "search": "খুঁজুন", "enter_username": "ইউজারনেম এর ভিত্তিতে সার্চ করুন", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "আরো লোড করুন", "users-found-search-took": "%1 জন সদস্য(দের) খুঁজে পাওয়া গেছে। খুঁজতে সময় লেগেছে %2 সেকেন্ড ", "filter-by": "ফিল্টার করার ধরন", diff --git a/public/language/cs/admin/admin.json b/public/language/cs/admin/admin.json index bea7eb5dcc..5c1796bc7c 100644 --- a/public/language/cs/admin/admin.json +++ b/public/language/cs/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "Ovládací panel správce NodeBB | %1", "settings-header-contents": "Obsah", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/cs/admin/appearance/customise.json b/public/language/cs/admin/appearance/customise.json index 9f8ac1ede3..f27b4e164b 100644 --- a/public/language/cs/admin/appearance/customise.json +++ b/public/language/cs/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Uživatelský CSS/LESS", - "custom-css.description": "Zadejte vlastní definici CSS/LESS, která bude nadřazená ostatním stylům.", - "custom-css.enable": "Povolit uživatelský CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Uživatelský Javascript", "custom-js.description": "Zadejte zde váš javascriptový kód. Bude spuštěn, jakmile se stránka plně načte.", diff --git a/public/language/cs/admin/extend/widgets.json b/public/language/cs/admin/extend/widgets.json index 4e3424696d..69d5be5a73 100644 --- a/public/language/cs/admin/extend/widgets.json +++ b/public/language/cs/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Nic", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Hlavička panelu", - "container.panel-body": "Tělo panelu", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Upozornění", "alert.confirm-delete": "Jste si jist/a, že chcete smazat tuto miniaplikaci?", diff --git a/public/language/cs/admin/manage/groups.json b/public/language/cs/admin/manage/groups.json index 2abf7f36e9..fe9b0754c6 100644 --- a/public/language/cs/admin/manage/groups.json +++ b/public/language/cs/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Zpět", "edit.no-users-found": "Nenalezen žádný uživatel", - "edit.confirm-remove-user": "Jste si jist/a, že chcete vyřadit tohoto uživatele?", - "edit.save-success": "Změny byly uloženy." + "edit.confirm-remove-user": "Jste si jist/a, že chcete vyřadit tohoto uživatele?" } \ No newline at end of file diff --git a/public/language/cs/admin/manage/privileges.json b/public/language/cs/admin/manage/privileges.json index b65e9f8f3d..96102c7ffa 100644 --- a/public/language/cs/admin/manage/privileges.json +++ b/public/language/cs/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/cs/admin/settings/navigation.json b/public/language/cs/admin/settings/navigation.json index 5811c99768..b9861091a5 100644 --- a/public/language/cs/admin/settings/navigation.json +++ b/public/language/cs/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Skupiny:", "open-new-window": "Otevřít v novém okně", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Odstranit", "btn.disable": "Zakázat", diff --git a/public/language/cs/error.json b/public/language/cs/error.json index 35e9974725..c3829a5dc6 100644 --- a/public/language/cs/error.json +++ b/public/language/cs/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/cs/flags.json b/public/language/cs/flags.json index b70ca55245..f518a282d5 100644 --- a/public/language/cs/flags.json +++ b/public/language/cs/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hurá, žádné označení.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Nabyvatel", "update": "Aktualizovat", "updated": "Aktualizováno", "resolved": "Resolved", "target-purged": "Obsah, na který se toto označení vztahuje, byl vymazán a již není k dispozici.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Denní označení", "quick-filters": "Rychlé filtry", "filter-active": "V tomto seznamu označení je jeden nebo více aktivních filtrů", "filter-reset": "Vyjmout filtry", "filters": "Možnosti filtru", - "filter-reporterId": "UID ohlašovatele", - "filter-targetUid": "UID označení", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Typ označení", "filter-type-all": "Všechen obsah", "filter-type-post": "Příspěvek", "filter-type-user": "Uživatel", "filter-state": "Stav", - "filter-assignee": "UID nabyvatele", + "filter-assignee": "Assignee", "filter-cid": "Kategorie", "filter-quick-mine": "Přiřazeno mě", "filter-cid-all": "Všechny kategorie", @@ -45,6 +47,7 @@ "notes": "Poznámky označení", "add-note": "Přidat poznámku", + "edit-note": "Edit Note", "no-notes": "Žádné sdílené poznámky.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/cs/global.json b/public/language/cs/global.json index ab9b47c270..b3948040f7 100644 --- a/public/language/cs/global.json +++ b/public/language/cs/global.json @@ -37,9 +37,13 @@ "header.notifications": "Upozornění", "header.search": "Hledat", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigace", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Načítání upozornění", "chats.loading": "Načítání chatů", + "drafts.loading": "Loading Drafts", "motd.welcome": "Vítejte na NodeBB, diskusní platforma buducnosti.", "previouspage": "Předchozí stránka", "nextpage": "Další stránka", @@ -54,7 +58,8 @@ "users": "Uživatelé", "topics": "Témata", "posts": "Příspěvky", - "x-posts": "% příspěvků", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Nejlepší", "controversial": "Kontroverzní", "votes": "Počet hlasů", @@ -69,6 +74,7 @@ "reputation": "Reputace", "lastpost": "Poslední příspěvek", "firstpost": "První příspěvek", + "about": "About", "read_more": "čtěte více", "more": "Více", "none": "Žádné", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 přispěl %2", "guest_posted_ago": "Host přispěl %1", "last_edited_by": "naposledy upravil %1", + "edited-timestamp": "Edited %1", "norecentposts": "Žádné nedávné příspěvky", "norecenttopics": "Žádné nedávné témata", "recentposts": "Nedávné příspěvky", "recentips": "Naposledy zaznamenané IP adresy", "moderator_tools": "Nástroje moderátora", + "status": "Status", "online": "Online", "away": "Pryč", "dnd": "Nevyrušovat", @@ -122,5 +130,7 @@ "edited": "Upraveno", "disabled": "Nepovoleno", "select": "Vyberte", - "user-search-prompt": "Pro hledání uživatelů, zde pište..." + "user-search-prompt": "Pro hledání uživatelů, zde pište...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/cs/groups.json b/public/language/cs/groups.json index 92af62ce0b..74db551ff1 100644 --- a/public/language/cs/groups.json +++ b/public/language/cs/groups.json @@ -1,5 +1,6 @@ { "groups": "Skupiny", + "members": "Members", "view_group": "Zobrazit skupinu", "owner": "Vlastník skupiny", "new_group": "Vytvořit novou skupinu", diff --git a/public/language/cs/modules.json b/public/language/cs/modules.json index f48d1d165a..848c65c4a6 100644 --- a/public/language/cs/modules.json +++ b/public/language/cs/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Konverzace s", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Odeslat", "chat.no_active": "Nemáte žádné aktivní konverzace.", "chat.user_typing": "%1 píše…", @@ -42,6 +46,7 @@ "composer.compose": "Napsat", "composer.show_preview": "Ukázat náhled", "composer.hide_preview": "Skrýt náhled", + "composer.help": "Help", "composer.user_said_in": "%1 řekl v %2:", "composer.user_said": "%1 řekl:", "composer.discard": "Jste si jisti, že chcete zrušit tento příspěvek?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Zrušit", "bootbox.confirm": "Potvrdit", diff --git a/public/language/cs/pages.json b/public/language/cs/pages.json index 8b3e38baa0..207babc277 100644 --- a/public/language/cs/pages.json +++ b/public/language/cs/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's sledovaných kategorii", "account/bookmarks": "%1's zazáložkované příspěvky", "account/settings": "Uživatelské nastavení", + "account/settings-of": "Changing settings of %1", "account/watched": "Témata sledovaná uživatelem %1", "account/ignored": "Témata ignorovaná uživatelem %1", "account/upvoted": "Souhlasí s příspěvkem %1", diff --git a/public/language/cs/post-queue.json b/public/language/cs/post-queue.json index 7ef00f8858..731331e6dd 100644 --- a/public/language/cs/post-queue.json +++ b/public/language/cs/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/cs/register.json b/public/language/cs/register.json index 365e4c1a48..a9d59692ac 100644 --- a/public/language/cs/register.json +++ b/public/language/cs/register.json @@ -1,5 +1,6 @@ { "register": "Registrace", + "already-have-account": "Already have an account?", "cancel_registration": "Zrušit registraci", "help.email": "Ve výchozím nastavení bude váš e-mail skrytý.", "help.username_restrictions": "Jedinečné uživatelské jméno dlouhé %1 až %2 znaků. Ostatní uživatelé Vás mohou zmínit jako @uživatelské jméno.", diff --git a/public/language/cs/search.json b/public/language/cs/search.json index 8c64002155..4fba4f629e 100644 --- a/public/language/cs/search.json +++ b/public/language/cs/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "Počet výsledků pro „%2“: %1, (%3 sekund)", "no-matches": "Nic nebylo nalezeno", "advanced-search": "Pokročilé hledání", "in": "v", - "titles": "Název", - "titles-posts": "Název a příspěvky", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Shodná slova", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Vše", "any": "Jakékoliv", "posted-by": "Napsal", - "in-categories": "V kategoriích", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Hledat podružné kategorie", "has-tags": "Obsahuje značky", "reply-count": "Počet odpovědí", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Nejméně", "at-most": "Nejvíce", "relevance": "Relevantnost", + "time": "Time", "post-time": "Čas příspěvku", "votes": "Hlasů", "newer-than": "Novější než", @@ -28,7 +48,22 @@ "three-months": "Tři měsíce", "six-months": "Šest měsíců", "one-year": "Jeden rok", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Řadit dle", + "sort": "Sort", "last-reply-time": "Čas poslední odpovědi", "topic-title": "Název tématu", "topic-votes": "Hlasy tématu", @@ -39,11 +74,36 @@ "category": "Kategorie", "descending": "Sestupně", "ascending": "Vzestupně", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Uložit nastavení", "clear-preferences": "Smazat nastavení", "search-preferences-saved": "Hledat dle uložených nastavení", "search-preferences-cleared": "Hledat dle smazaných nastavení", "show-results-as": "Zobrazit výsledek jako", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Zobrazit více výsledků (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/cs/tags.json b/public/language/cs/tags.json index 459d59b17c..2633161f8f 100644 --- a/public/language/cs/tags.json +++ b/public/language/cs/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Není zde žádné téma s tímto označením.", + "no-tags-found": "No tags found", "tags": "Označení", "enter_tags_here": "Zde vložte označení, každé o délce %1 až %2 znaků.", "enter_tags_here_short": "Zadejte označení…", diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json index 1631714e90..dcf099622f 100644 --- a/public/language/cs/topic.json +++ b/public/language/cs/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Kopírovat IP", "ban-ip": "Zakázat IP", "view-history": "Upravit historii", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Pro návrat k poslednímu čtenému příspěvku v tématu, klikněte zde.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Vyčistit téma", "thread_tools.purge_confirm": "Jste si jist/a, že chcete vyčistit toto téma?", "thread_tools.merge_topics": "Sloučit témata", - "thread_tools.merge": "Sloučit", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Příspěvek přesunut.", "fork_topic": "Rozdělit příspěvek", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Vyberte příspěvky, které chcete oddělit", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Nebyly vybrány žádné příspěvky.", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Klikněte na příspěvek u kterého chcete změnit vlastníka", "composer.title_placeholder": "Zadejte název tématu…", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Zrušit", "composer.submit": "Odeslat", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/cs/user.json b/public/language/cs/user.json index 5344d796bf..8484e42e93 100644 --- a/public/language/cs/user.json +++ b/public/language/cs/user.json @@ -43,6 +43,7 @@ "followers": "Sledují ho", "following": "Sleduje", "blocks": "Zablokováni", + "blocked-users": "Blocked users", "block_toggle": "Přepnout zablokování", "block_user": "Zablokovat uživatele", "unblock_user": "Odblokovat uživatele", @@ -68,6 +69,7 @@ "upload_new_picture": "Nahrát nový obrázek", "upload_new_picture_from_url": "Nahrát nový obrázek z URL", "current_password": "Aktuální heslo", + "new_password": "New Password", "change_password": "Změnit heslo", "change_password_error": "Neplatné heslo.", "change_password_error_wrong_current": "Aktuální heslo není správně.", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Poznámka moderace byla uložena", "info.moderation-note.add": "Přidat poznámku", "sessions.description": "Tato stránka vám zobrazuje aktivní relace na tomto fóru a umožňuje vám je zrušit. Můžete tak i zrušit vlastní relaci svým odhlášením. ", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Váš právní souhlas", "consent.lead": "Toto komunitní fórum sbírá zpracovává vaše osobní údaje.", "consent.intro": "Tyto informace používáme pouze pro peronizaci vašich zkušeností v této komunitě, stejně tak k rozpoznání příspěvků, které jste pod uživatelským účtem vytvořil. Během jednotlivých registračních kroků budete požádán/a o zadání Vašeho uživatelského jména a e-mailové adresy. Můžete také dobrovolně poskytnout některé dodatečné informace do vašeho profilu na webové stránce.Tyto informace uchováváme po dobu životnosti vašeho uživatelského účtu a Vy můžete kdykoliv zrušit tento svůj souhlas smazáním vašeho účtu. Kdykoli můžete požadovat kopii svých příspěvků na této webové stránce pomocí stránky „Práva a souhlas”

Máte-li nějaké otázky nebo obavy, obraťte se na tým správců fóra.", diff --git a/public/language/cs/users.json b/public/language/cs/users.json index 3ef1b712cf..e95e14ccfe 100644 --- a/public/language/cs/users.json +++ b/public/language/cs/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Nejnovější uživatelé", "top_posters": "Nejaktivnější", "most_reputation": "Nejváženější", "most_flags": "Nejoznačovanější", "search": "Hledat", "enter_username": "Zadej uživatelské jméno k hledání", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Načíst další", "users-found-search-took": "Nalezeno %1 uživatel(ů) za %2 vteřiny.", "filter-by": "Filtrovat dle", diff --git a/public/language/da/admin/admin.json b/public/language/da/admin/admin.json index 45c0121aad..e6be4780aa 100644 --- a/public/language/da/admin/admin.json +++ b/public/language/da/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Admin Kontrol Panel", "settings-header-contents": "Indhold", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/da/admin/appearance/customise.json b/public/language/da/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/da/admin/appearance/customise.json +++ b/public/language/da/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/da/admin/extend/widgets.json b/public/language/da/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/da/admin/extend/widgets.json +++ b/public/language/da/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/da/admin/manage/groups.json b/public/language/da/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/da/admin/manage/groups.json +++ b/public/language/da/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/da/admin/manage/privileges.json b/public/language/da/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/da/admin/manage/privileges.json +++ b/public/language/da/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/da/admin/settings/navigation.json b/public/language/da/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/da/admin/settings/navigation.json +++ b/public/language/da/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/da/error.json b/public/language/da/error.json index 587585ac00..983e936b82 100644 --- a/public/language/da/error.json +++ b/public/language/da/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/da/flags.json b/public/language/da/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/da/flags.json +++ b/public/language/da/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/da/global.json b/public/language/da/global.json index b3815b94f2..78ed1f8c22 100644 --- a/public/language/da/global.json +++ b/public/language/da/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notifikationer", "header.search": "Søg", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigation", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Indlæser notifikationer", "chats.loading": "Indlæser chats", + "drafts.loading": "Loading Drafts", "motd.welcome": "Velkommen til NodeBB, fremtidens diskussion platform. ", "previouspage": "Forrige side", "nextpage": "Næste side", @@ -54,7 +58,8 @@ "users": "Bruger", "topics": "Emner", "posts": "Indlæg", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Bedste", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Omdømme", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "læs mere", "more": "Mere", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 skrev for %2", "guest_posted_ago": "Gæst skrev for %1", "last_edited_by": "sidst redigeret af %1", + "edited-timestamp": "Edited %1", "norecentposts": "Ingen seneste indlæg", "norecenttopics": "Ingen seneste tråde", "recentposts": "Seneste indlæg", "recentips": "Seneste loggede ind IPer", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "Online", "away": "Væk", "dnd": "Vil ikke forstyres", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/da/groups.json b/public/language/da/groups.json index b9f2c13d4c..0ea88c3e45 100644 --- a/public/language/da/groups.json +++ b/public/language/da/groups.json @@ -1,5 +1,6 @@ { "groups": "grupper", + "members": "Members", "view_group": "se gruppe", "owner": "Gruppe ejer", "new_group": "Opret ny gruppe", diff --git a/public/language/da/modules.json b/public/language/da/modules.json index 970b44bbf4..7336fa8a1a 100644 --- a/public/language/da/modules.json +++ b/public/language/da/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Send", "chat.no_active": "Du har ingen aktive chats.", "chat.user_typing": "%1 skriver ...", @@ -42,6 +46,7 @@ "composer.compose": "Skriv", "composer.show_preview": "Vis forhåndsvisning", "composer.hide_preview": "Fjern forhåndsvisning", + "composer.help": "Help", "composer.user_said_in": "%1 sagde i %2:", "composer.user_said": "%1 sagde:", "composer.discard": "Er du sikker på at du vil kassere dette indlæg?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Annuller", "bootbox.confirm": "Bekræft", diff --git a/public/language/da/pages.json b/public/language/da/pages.json index 70d679b9e7..97098e5989 100644 --- a/public/language/da/pages.json +++ b/public/language/da/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Bruger instillinger", + "account/settings-of": "Changing settings of %1", "account/watched": "Tråde fulgt af %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Indlæg syntes godt om af %1", diff --git a/public/language/da/post-queue.json b/public/language/da/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/da/post-queue.json +++ b/public/language/da/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/da/register.json b/public/language/da/register.json index 49e5041f8d..7874d4bf04 100644 --- a/public/language/da/register.json +++ b/public/language/da/register.json @@ -1,5 +1,6 @@ { "register": "Tilmeld", + "already-have-account": "Already have an account?", "cancel_registration": "Cancel Registration", "help.email": "Den email er skjult som standard.", "help.username_restrictions": "Et unikt brugernavn mellem %1 og %2 karakterer. Andre kan nævne dig med @brugernavn.", diff --git a/public/language/da/search.json b/public/language/da/search.json index d2a9f8fc4e..34ea5ae016 100644 --- a/public/language/da/search.json +++ b/public/language/da/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 resultat(er) matcher \"%2\", (%3 sekunder)", "no-matches": "Ingen resultatet fundet", "advanced-search": "Advanceret søgning", "in": "I", - "titles": "Titler", - "titles-posts": "Titler og indlæg", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Skrevet af", - "in-categories": "I katagorierne", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Søg underkategorier", "has-tags": "Has tags", "reply-count": "Svar antal", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Mindst", "at-most": "Højst", "relevance": "Relevance", + "time": "Time", "post-time": "Skrevet", "votes": "Votes", "newer-than": "Nyere end", @@ -28,7 +48,22 @@ "three-months": "Tre måneder", "six-months": "Seks måneder", "one-year": "Et år", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sorter efter", + "sort": "Sort", "last-reply-time": "Sidste svar tid", "topic-title": "Tråd titel", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Kategori", "descending": "I faldende rækkefølge", "ascending": "I stigende rækkefølge", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Gem præferencer", "clear-preferences": "Slet præferencer", "search-preferences-saved": "Søgnings præferencer gemt", "search-preferences-cleared": "Søgnings præferencer slettet", "show-results-as": "Vis resultater som", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/da/tags.json b/public/language/da/tags.json index 5a37670409..f8721eb5e9 100644 --- a/public/language/da/tags.json +++ b/public/language/da/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Der er ikke indlæg med dette tag.", + "no-tags-found": "No tags found", "tags": "Tags", "enter_tags_here": "Indsæt tags her, hver på mellem %1 og %2 karakterer.", "enter_tags_here_short": "Skriv tags", diff --git a/public/language/da/topic.json b/public/language/da/topic.json index c09722cfa2..5ae17ec0ec 100644 --- a/public/language/da/topic.json +++ b/public/language/da/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Klik her for at vende tilbage til den sidst læste indlæg i denne tråd.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Udrader tråd", "thread_tools.purge_confirm": "Er du sikker på at du vil udrense denne tråd?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Indlæg flyttet!", "fork_topic": "Fraskil tråd", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Klik på indlæg du ønsker at fraskille", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Ingen indlæg valgt", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Angiv din trådtittel her ...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Fortryd", "composer.submit": "Send", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/da/user.json b/public/language/da/user.json index 6f0f367d81..6e71a3d567 100644 --- a/public/language/da/user.json +++ b/public/language/da/user.json @@ -43,6 +43,7 @@ "followers": "Followers", "following": "Følger", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Upload nyt billede", "upload_new_picture_from_url": "Upload nyt billede fra URL", "current_password": "Nuværende kodeord", + "new_password": "New Password", "change_password": "Skift kodeord", "change_password_error": "Ukorrekt kodeord", "change_password_error_wrong_current": "Nuværende kodeord er ikke korrekt", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/da/users.json b/public/language/da/users.json index 3f1781572f..c1d502f879 100644 --- a/public/language/da/users.json +++ b/public/language/da/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Seneste brugere", "top_posters": "Top Postere", "most_reputation": "Mest Omdømme", "most_flags": "Most Flags", "search": "Søg", "enter_username": "Indtast brugernavn for at søge", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Indlæs mere", "users-found-search-took": "%1 bruger(e) fundet! Søgning tog %2 sekunder.", "filter-by": "Filtre Efter", diff --git a/public/language/de/admin/admin.json b/public/language/de/admin/admin.json index 5e153b0727..1d2313a874 100644 --- a/public/language/de/admin/admin.json +++ b/public/language/de/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Admin Systemsteuerung", "settings-header-contents": "Inhalte", - "changes-saved": "Änderungen gespeichert", - "changes-saved-message": "Deine Änderungen an der NodeBB Konfiguration wurden gespeichert.", "changes-not-saved": "Änderungen verworfen", "changes-not-saved-message": "Beim Speichern der Änderungen ist ein Problem aufgetreten. (%1)" } \ No newline at end of file diff --git a/public/language/de/admin/appearance/customise.json b/public/language/de/admin/appearance/customise.json index 6424bc3dfb..827ebdae72 100644 --- a/public/language/de/admin/appearance/customise.json +++ b/public/language/de/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Benutzerdefiniertes CSS/LESS", - "custom-css.description": "Füge deine eigenen CSS/LESS deklarationen hier ein, die nach allen anderen Styles angewandt werden.", - "custom-css.enable": "Benutzerdefiniertes CSS/LESS aktivieren", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Benutzerdefiniertes Javascript", "custom-js.description": "Füge dein eigenes Javascipt hier ein.\nEs wird ausgeführt nachdem die Seite komplett geladen wurde.", diff --git a/public/language/de/admin/extend/widgets.json b/public/language/de/admin/extend/widgets.json index 9497575e33..4bcbc0b094 100644 --- a/public/language/de/admin/extend/widgets.json +++ b/public/language/de/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Nichts", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel-Kopfzeile", - "container.panel-body": "Panel-Körper", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alarm", "alert.confirm-delete": "Möchtest Du dieses Widget wirklich löschen?", diff --git a/public/language/de/admin/manage/groups.json b/public/language/de/admin/manage/groups.json index c9cf421577..1d4cc09432 100644 --- a/public/language/de/admin/manage/groups.json +++ b/public/language/de/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Rückgängig machen", "edit.no-users-found": "Keine Benutzer gefunden", - "edit.confirm-remove-user": "Sind Sie sicher, dass Sie diesen Benutzer entfernen wollen?", - "edit.save-success": "Änderungen gespeichert!" + "edit.confirm-remove-user": "Sind Sie sicher, dass Sie diesen Benutzer entfernen wollen?" } \ No newline at end of file diff --git a/public/language/de/admin/manage/privileges.json b/public/language/de/admin/manage/privileges.json index a90cc6265e..76fec38898 100644 --- a/public/language/de/admin/manage/privileges.json +++ b/public/language/de/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Bist Du sicher, dass du dieser Gruppe das Moderationsrecht gewähren möchtest? Diese Gruppe ist öffentlich, und alle Benutzer können nach Belieben beitreten.", "alert.confirm-admins-mods": "Bist Du sicher, dass du \"Administrator & Moderator\" Rechte zu dieser Gruppe hinzufügen willst?Benutzer mit diesen Rechten können andere Benutzer in privilegierte Positionen heraufstufen und herabstufen, super Administrator eingeschlossen!", "alert.confirm-save": "Bitte bestätige Deine Absicht, diese Rechte zu speichern", - "alert.saved": "Änderungen an Rechten gespeichert und angewendet", "alert.confirm-discard": "Bist du sicher, dass du die Änderungen an den Rechten verwerfen möchtest?", "alert.discarded": "Änderungen an Rechten verworfen", "alert.confirm-copyToAll": "Bist Du dir sicher, dass Du die Rechte von %1 auf alle Kategorien anwenden möchtest?", diff --git a/public/language/de/admin/settings/navigation.json b/public/language/de/admin/settings/navigation.json index fb54380fd3..e268715347 100644 --- a/public/language/de/admin/settings/navigation.json +++ b/public/language/de/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Gruppen:", "open-new-window": "In neuem Fenster öffnen", "dropdown": "Dropdown", - "dropdown-placeholder": "Platziere deine Dropdown-Menüpunkte unten, dh:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Löschen", "btn.disable": "Deaktivieren", diff --git a/public/language/de/error.json b/public/language/de/error.json index 656056290e..74603c2737 100644 --- a/public/language/de/error.json +++ b/public/language/de/error.json @@ -224,5 +224,6 @@ "api.429": "Sie haben zu viele Anfragen gestellt, bitte versuchen Sie es später erneut", "api.500": "Beim Versuch, Ihre Anfrage zu bearbeiten, ist ein unerwarteter Fehler aufgetreten.", "api.501": "Die Route, die Sie anrufen möchten, ist noch nicht implementiert. Bitte versuchen Sie es morgen erneut", - "api.503": "Die Route, die Sie anrufen möchten, ist derzeit aufgrund einer Serverkonfiguration nicht verfügbar" + "api.503": "Die Route, die Sie anrufen möchten, ist derzeit aufgrund einer Serverkonfiguration nicht verfügbar", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/de/flags.json b/public/language/de/flags.json index 12ab0a85d4..7fb7563221 100644 --- a/public/language/de/flags.json +++ b/public/language/de/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "Zuerst gemeldet", "no-flags": "Hurra! Keine Meldungen gefunden.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Zugeordneter Benutzer", "update": "Aktualisieren", "updated": "Aktualisiert", "resolved": "Gelöst", "target-purged": "Der Inhalt auf den diese Meldung hingewiesen hat, wurde gelöscht und ist nicht mehr verfügbar.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Tägliche Meldungen", "quick-filters": "Schnell-Filter", "filter-active": "Ein oder mehrere Filter sind in dieser Meldungs-Liste aktiv", "filter-reset": "Filter Entfernen", "filters": "Filter Optionen", - "filter-reporterId": "Melder UID", - "filter-targetUid": "Gemeldete UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Meldungstyp", "filter-type-all": "Gesamter Inhalt", "filter-type-post": "Beitrag", "filter-type-user": "Benutzer", "filter-state": "Status", - "filter-assignee": "UID des Zugewiesenen", + "filter-assignee": "Assignee", "filter-cid": "Kategorie", "filter-quick-mine": "Mir zugewiesen", "filter-cid-all": "Alle Kategorien", @@ -45,6 +47,7 @@ "notes": "Meldungsnotizen", "add-note": "Notiz hinzufügen", + "edit-note": "Edit Note", "no-notes": "Keine geteilten Notizen", "delete-note-confirm": "Bist du sicher, dass du diese Notiz löschen möchtest?", "delete-flag-confirm": "Möchtest Du diese Markierung wirklich löschen?", diff --git a/public/language/de/global.json b/public/language/de/global.json index fa6d78dcdf..c63644acd5 100644 --- a/public/language/de/global.json +++ b/public/language/de/global.json @@ -37,9 +37,13 @@ "header.notifications": "Benachrichtigungen", "header.search": "Suche", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigation", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Benachrichtigungen werden geladen", "chats.loading": "Nachrichten werden geladen", + "drafts.loading": "Loading Drafts", "motd.welcome": "Willkommen auf NodeBB, der Diskussionsplattform der Zukunft.", "previouspage": "Vorherige Seite", "nextpage": "Nächste Seite", @@ -54,7 +58,8 @@ "users": "Benutzer", "topics": "Themen", "posts": "Beiträge", - "x-posts": "%1 Beiträge", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Bestbewertet", "controversial": "Umstritten", "votes": "Stimmen", @@ -69,6 +74,7 @@ "reputation": "Ansehen", "lastpost": "Letzter Beitrag", "firstpost": "Erster Beitrag", + "about": "About", "read_more": "weiterlesen", "more": "Mehr", "none": "Nichts", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 schrieb %2", "guest_posted_ago": "Gast schrieb %1", "last_edited_by": "zuletzt editiert von %1", + "edited-timestamp": "Edited %1", "norecentposts": "Keine aktuellen Beiträge", "norecenttopics": "Keine aktuellen Themen", "recentposts": "Aktuelle Beiträge", "recentips": "Zuletzt angemeldete IPs", "moderator_tools": "Moderatorenwerkzeuge", + "status": "Status", "online": "Online", "away": "Abwesend", "dnd": "Nicht stören", @@ -122,5 +130,7 @@ "edited": "Bearbeitet", "disabled": "Deaktiviert", "select": "Auswählen", - "user-search-prompt": "Gib hier etwas ein um Benutzer zu finden..." + "user-search-prompt": "Gib hier etwas ein um Benutzer zu finden...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/de/groups.json b/public/language/de/groups.json index 96804ec235..75b7cf487f 100644 --- a/public/language/de/groups.json +++ b/public/language/de/groups.json @@ -1,5 +1,6 @@ { "groups": "Gruppen", + "members": "Members", "view_group": "Gruppe zeigen", "owner": "Gruppenbesitzer", "new_group": "Neue Gruppe erstellen", diff --git a/public/language/de/modules.json b/public/language/de/modules.json index f5ba9f93d7..d141ec1dd2 100644 --- a/public/language/de/modules.json +++ b/public/language/de/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chatte mit", "chat.placeholder": "Gebe hier eine Chatnachricht ein, ziehe Bilder per Drag & Drop und drücke die Eingabetaste, um sie zu senden", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Diese Nachrichten sind möglicherweise veraltet, klicke hier um neuere Nachrichten anzuzeigen.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Senden", "chat.no_active": "Du hast keine aktiven Chats.", "chat.user_typing": "%1 tippt gerade ...", @@ -42,6 +46,7 @@ "composer.compose": "Verfassen", "composer.show_preview": "Vorschau zeigen", "composer.hide_preview": "Vorschau ausblenden", + "composer.help": "Help", "composer.user_said_in": "%1 sagte in %2:", "composer.user_said": "%1 sagte:", "composer.discard": "Bist du sicher, dass du diesen Beitrag verwerfen möchtest?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Zeit", "composer.cancel-scheduling": "Planung abbrechen", "composer.set-schedule-date": "Datum einstellen", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Abbrechen", "bootbox.confirm": "Bestätigen", diff --git a/public/language/de/pages.json b/public/language/de/pages.json index 2dcaed1670..0ed2786f38 100644 --- a/public/language/de/pages.json +++ b/public/language/de/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Beobachtete Kategorien von %1", "account/bookmarks": "Lesezeichen von %1", "account/settings": "Benutzer-Einstellungen", + "account/settings-of": "Changing settings of %1", "account/watched": "Von %1 beobachtete Themen", "account/ignored": "Ignorierte Themen von %1", "account/upvoted": "Von %1 positiv bewertete Beiträge", diff --git a/public/language/de/post-queue.json b/public/language/de/post-queue.json index 1c620d118c..385458b132 100644 --- a/public/language/de/post-queue.json +++ b/public/language/de/post-queue.json @@ -22,6 +22,7 @@ "notify": "Benachrichtigen", "notify-user": "Benutzer benachrichtigen", "confirm-reject": "Möchtest Du diesen Beitrag ablehnen?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Massenaktionen", "accept-all": "Alle akzeptieren", "accept-selected": "Ausgewählte akzeptieren", @@ -29,6 +30,10 @@ "reject-all-confirm": "Möchtest Du alle Beiträge ablehnen?", "reject-selected": "Ausgewählte ablehnen", "reject-selected-confirm": "Möchtest Du %1 ausgewählte Beiträge ablehnen?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 Beiträge akzeptiert", "bulk-reject-success": "%1 Beiträge abgelehnt" } \ No newline at end of file diff --git a/public/language/de/register.json b/public/language/de/register.json index f38e2031ce..eb2f6f335b 100644 --- a/public/language/de/register.json +++ b/public/language/de/register.json @@ -1,5 +1,6 @@ { "register": "Registrieren", + "already-have-account": "Already have an account?", "cancel_registration": "Registrierungsvorgang abbrechen", "help.email": "Deine E-Mail Adresse ist standardmäßig nicht öffentlich sichtbar.", "help.username_restrictions": "Einen einmaligen Benutzernamen. %1-%2 Zeichen. Andere Benutzer können dich mit @Benutzername anschreiben.", diff --git a/public/language/de/search.json b/public/language/de/search.json index 3b9ae90b56..146eadba90 100644 --- a/public/language/de/search.json +++ b/public/language/de/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 Ergebnis(se) stimmen mit \"%2\" überein, (%3 Sekunden)", "no-matches": "Keine Ergebnisse gefunden", "advanced-search": "Erweiterte Suche", "in": "In", - "titles": "Titel", - "titles-posts": "Titel und Beiträge", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Übereinstimmende Worte", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Alle", "any": "Alles", "posted-by": "Geschrieben von", - "in-categories": "In Kategorien", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Suche in Unterkategorien", "has-tags": "Hat Markierungen", "reply-count": "Anzahl Antworten", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Mindestens", "at-most": "Höchstens", "relevance": "Relevanz", + "time": "Time", "post-time": "Verfaßt am", "votes": "Stimmen", "newer-than": "Neuer als", @@ -28,7 +48,22 @@ "three-months": "Drei Monate", "six-months": "Sechs Monate", "one-year": "Ein Jahr", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sortieren nach", + "sort": "Sort", "last-reply-time": "Zeitpunkt der letzten Antwort", "topic-title": "Thementitel", "topic-votes": "Themenstimmen", @@ -39,11 +74,36 @@ "category": "Kategorie", "descending": "In absteigender Reihenfolge", "ascending": "In aufsteigender Reihenfolge", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Einstellungen speichern", "clear-preferences": "Einstellungen löschen", "search-preferences-saved": "Sucheinstellungen gespeichert", "search-preferences-cleared": "Sucheinstellungen gelöscht", "show-results-as": "Ergebnisse anzeigen als", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Weitere Ergebnisse anzeigen (%1)", "search-in-category": "Suche in \"%1\"" } \ No newline at end of file diff --git a/public/language/de/tags.json b/public/language/de/tags.json index b4f3f56d71..7a2e8a43c8 100644 --- a/public/language/de/tags.json +++ b/public/language/de/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Es gibt keine Themen mit diesem Schlagwort.", + "no-tags-found": "No tags found", "tags": "Schlagworte", "enter_tags_here": "Hier Schlagworte eingeben. Jeweils %1 bis %2 Zeichen.", "enter_tags_here_short": "Schlagworte eingeben...", diff --git a/public/language/de/topic.json b/public/language/de/topic.json index 3702f62317..7795e25753 100644 --- a/public/language/de/topic.json +++ b/public/language/de/topic.json @@ -39,16 +39,30 @@ "copy-ip": "IP-Adresse Kopieren", "ban-ip": "IP-Adresse bannen", "view-history": "Verlauf bearbeiten", - "locked-by": "Gesperrt von", - "unlocked-by": "Entsperrt von", - "pinned-by": "Angeheftet von", - "unpinned-by": "Losgelöst von", - "deleted-by": "Gelöscht von", - "restored-by": "Wiederhergestellt von", - "moved-from-by": "Von %1 verschoben durch", - "queued-by": "Beitrag zur Genehmigung in die Warteschlange eingereiht →", - "backlink": "Referenziert von", - "forked-by": "Geteilt von", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Klicke hier, um zum letzten gelesenen Beitrag des Themas zurückzukehren.", "flag-post": "Diesen Post melden", "flag-user": "Diesen Benutzer melden", @@ -95,7 +109,7 @@ "thread_tools.purge": "Thema endgültig löschen", "thread_tools.purge_confirm": "Bist du sicher, dass du dieses Thema endgültig löschen möchtest?", "thread_tools.merge_topics": "Themen vereinen", - "thread_tools.merge": "Vereinen", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Dieses Thema wird in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.", "topic_move_multiple_success": "Diese Themen werden in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.", "topic_move_all_success": "Alle Themen werden in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.", @@ -121,7 +135,7 @@ "post_moved": "Beitrag wurde verschoben!", "fork_topic": "Thema aufspalten", "enter-new-topic-title": "Neuen Thementitel eingeben", - "fork_topic_instruction": "Klicke auf die Beiträge, die abgespalten werden sollen", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Keine Beiträge ausgewählt!", "no-posts-selected": "Keine Beiträge ausgewählt!", "x-posts-selected": "%1 Beitrag(Beiträge) ausgewählt", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Neuer Titel für das Thema", "topic-id": "Themen-ID", "move_posts_instruction": "Klicken Sie auf die Beiträge, die Sie verschieben möchten, und geben Sie dann eine Themen-ID ein oder gehen Sie zum Zielthema", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Klicke auf die Beiträge, die einem anderen Benutzer zugeordnet werden sollen", "composer.title_placeholder": "Hier den Titel des Themas eingeben...", "composer.handle_placeholder": "Gib deinen Namen/Nick hier ein", + "composer.hide": "Hide", "composer.discard": "Verwerfen", "composer.submit": "Absenden", "composer.additional-options": "Zusätzliche Optionen", @@ -184,5 +200,7 @@ "last-post": "Letzter Beitrag", "go-to-my-next-post": "Zu meinem nächsten Beitrag gehen", "no-more-next-post": "Du hast keine weiteren Beiträge zu diesem Thema", - "post-quick-reply": "Beitrag schnell Beantworten" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/de/user.json b/public/language/de/user.json index ae3f62dd99..085598e77e 100644 --- a/public/language/de/user.json +++ b/public/language/de/user.json @@ -43,6 +43,7 @@ "followers": "Follower", "following": "Folge ich", "blocks": "Blockiert", + "blocked-users": "Blocked users", "block_toggle": "Ent-/Blocken", "block_user": "User blockieren", "unblock_user": "User entblocken", @@ -68,6 +69,7 @@ "upload_new_picture": "Neues Bild hochladen", "upload_new_picture_from_url": "Neues Bild von URL hochladen", "current_password": "Aktuelles Passwort", + "new_password": "New Password", "change_password": "Passwort ändern", "change_password_error": "Ungültiges Passwort!", "change_password_error_wrong_current": "Ihr derzeitiges Passwort ist ungültig!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderationsnotiz gespeichert", "info.moderation-note.add": "Notitz hinzufügen", "sessions.description": "Auf dieser Seite kannst du alle aktiven Sitzungen in diesem Forum einsehen und bei Bedarf widerrufen. Du kannst deine eigene Sitzung widerrufen, indem du dich von deinem Konto abmeldest.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Deine Rechte & Zustimmungen", "consent.lead": "Dieses Community-Forum sammelt und verarbeitet deine persönlichen Daten.", "consent.intro": "Wir verwenden diese Informationen ausschließlich, um Deine Erfahrungen in dieser Community zu personalisieren und Deine Beiträge dem Benutzerkonto zuzuordnen.

Wir bewahren diese Informationen für die Dauer Deines Benutzerkontos auf. Du kannst die Einwilligung jederzeit widerrufen, indem Du Dein Konto löschst.

Wenn Du Fragen oder Bedenken hast, empfehlen wir, dich an das Adminteam dieses Forums zu wenden.", diff --git a/public/language/de/users.json b/public/language/de/users.json index 974094b8fc..42501032b7 100644 --- a/public/language/de/users.json +++ b/public/language/de/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Neuste Benutzer", "top_posters": "Meiste Beiträge", "most_reputation": "Höchstes Ansehen", "most_flags": "Meiste Meldungen", "search": "Suchen", "enter_username": "Benutzer durchsuchen", - "search-user-for-chat": "Einen Benutzer suchen, um den Chat zu starten", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Mehr laden", "users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 s.", "filter-by": "Filtern nach", diff --git a/public/language/el/admin/admin.json b/public/language/el/admin/admin.json index 7ad3089636..4e7f7deb8f 100644 --- a/public/language/el/admin/admin.json +++ b/public/language/el/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Πίνακας Ελέγχου", "settings-header-contents": "Περιεχόμενα", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/el/admin/appearance/customise.json b/public/language/el/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/el/admin/appearance/customise.json +++ b/public/language/el/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/el/admin/extend/widgets.json b/public/language/el/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/el/admin/extend/widgets.json +++ b/public/language/el/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/el/admin/manage/groups.json b/public/language/el/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/el/admin/manage/groups.json +++ b/public/language/el/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/el/admin/manage/privileges.json b/public/language/el/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/el/admin/manage/privileges.json +++ b/public/language/el/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/el/admin/settings/navigation.json b/public/language/el/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/el/admin/settings/navigation.json +++ b/public/language/el/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/el/error.json b/public/language/el/error.json index c6c3f83e0d..0bfa939619 100644 --- a/public/language/el/error.json +++ b/public/language/el/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/el/flags.json b/public/language/el/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/el/flags.json +++ b/public/language/el/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/el/global.json b/public/language/el/global.json index 5d5797c1bf..50d30c04be 100644 --- a/public/language/el/global.json +++ b/public/language/el/global.json @@ -37,9 +37,13 @@ "header.notifications": "Ειδοποιήσεις", "header.search": "Αναζήτηση", "header.profile": "Προφίλ", + "header.account": "Account", "header.navigation": "Navigation", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Φόρτωση Ειδοποιήσεων", "chats.loading": "Φόρτωση Συνομιλιών", + "drafts.loading": "Loading Drafts", "motd.welcome": "Καλωσόρισες στο NodeBB, την πλατφόρμα συζητήσεων του μέλλοντος.", "previouspage": "Προηγούμενη Σελίδα", "nextpage": "Επόμενη Σελίδα", @@ -54,7 +58,8 @@ "users": "Χρήστες", "topics": "Θέματα", "posts": "Δημοσιεύσεις", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Best", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Φήμη", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "διάβασε περισσότερα", "more": "Περισσότερα", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "Ο/Η %1 δημοσίευσε πριν από %2", "guest_posted_ago": "Επισκέπτης δημοσίευσε πριν από %1", "last_edited_by": "last edited by %1", + "edited-timestamp": "Edited %1", "norecentposts": "Δεν υπάρχουν πρόσφατες δημοσιεύσεις", "norecenttopics": "Δεν υπάρχουν πρόσφατα θέματα", "recentposts": "Πρόσφατες Δημοσιεύσεις", "recentips": "Πρόσφατη IP Σύνδεσης", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "Συνδεδεμένος", "away": "Απών/ούσα", "dnd": "Μην ενοχλείτε", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/el/groups.json b/public/language/el/groups.json index 8e6431a0f9..e374554715 100644 --- a/public/language/el/groups.json +++ b/public/language/el/groups.json @@ -1,5 +1,6 @@ { "groups": "Ομάδες", + "members": "Members", "view_group": "Προβολή Ομάδας", "owner": "Κάτοχος Ομάδας", "new_group": "Δημιουργία Νέας Ομάδας", diff --git a/public/language/el/modules.json b/public/language/el/modules.json index 1e58a4e2ef..c66ec7ed21 100644 --- a/public/language/el/modules.json +++ b/public/language/el/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Send", "chat.no_active": "You have no active chats.", "chat.user_typing": "%1 is typing ...", @@ -42,6 +46,7 @@ "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", + "composer.help": "Help", "composer.user_said_in": "%1 said in %2:", "composer.user_said": "%1 said:", "composer.discard": "Are you sure you wish to discard this post?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/el/pages.json b/public/language/el/pages.json index 1f878dc456..b1c4ae9de4 100644 --- a/public/language/el/pages.json +++ b/public/language/el/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Επιλογές Χρήστη", + "account/settings-of": "Changing settings of %1", "account/watched": "Topics watched by %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Posts upvoted by %1", diff --git a/public/language/el/post-queue.json b/public/language/el/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/el/post-queue.json +++ b/public/language/el/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/el/register.json b/public/language/el/register.json index 31f5bff688..47b1404f9d 100644 --- a/public/language/el/register.json +++ b/public/language/el/register.json @@ -1,5 +1,6 @@ { "register": "Εγγραφή", + "already-have-account": "Already have an account?", "cancel_registration": "Cancel Registration", "help.email": "Από προεπιλογή, το email σου θα είναι κρυμμένο από την κοινή θέα.", "help.username_restrictions": "Ένα μοναδικό όνομα χρήστη μεταξύ %1 και %2 χαρακτήρων. Άλλα άτομα μπορούν να σε αναφέρουν με το @username σου.", diff --git a/public/language/el/search.json b/public/language/el/search.json index a2be38263b..01579af7d0 100644 --- a/public/language/el/search.json +++ b/public/language/el/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 αποτελεσμα(τα) για \"%2\", (%3 δευτερόλεπτα)", "no-matches": "No matches found", "advanced-search": "Advanced Search", "in": "In", - "titles": "Titles", - "titles-posts": "Titles and Posts", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Posted by", - "in-categories": "In Categories", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Search child categories", "has-tags": "Has tags", "reply-count": "Αριθμός Απαντήσεων", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Τουλάχιστον", "at-most": "At most", "relevance": "Relevance", + "time": "Time", "post-time": "Post time", "votes": "Votes", "newer-than": "Νεότερο από", @@ -28,7 +48,22 @@ "three-months": "Τρεις μήνες", "six-months": "Six months", "one-year": "Ένας χρόνος", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sort by", + "sort": "Sort", "last-reply-time": "Last reply time", "topic-title": "Topic title", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Κατηγορία", "descending": "In descending order", "ascending": "In ascending order", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Save preferences", "clear-preferences": "Clear preferences", "search-preferences-saved": "Search preferences saved", "search-preferences-cleared": "Search preferences cleared", "show-results-as": "Show results as", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/el/tags.json b/public/language/el/tags.json index 045d4ca62d..36f908f894 100644 --- a/public/language/el/tags.json +++ b/public/language/el/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Δεν υπάρχουν θέματα με αυτή την ετικέτα.", + "no-tags-found": "No tags found", "tags": "Ετικέτες", "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", "enter_tags_here_short": "Εισαγωγή ετικετών...", diff --git a/public/language/el/topic.json b/public/language/el/topic.json index 1669d43478..522c3c7be8 100644 --- a/public/language/el/topic.json +++ b/public/language/el/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Εκκαθάριση Θέματος", "thread_tools.purge_confirm": "Είσαι σίγουρος/η πως θέλεις να εκκαθαρίσεις αυτό το θέμα;", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Η δημοσίευση μετακινήθηκε!", "fork_topic": "Διαχωρισμός Θέματος", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Κάνε κλικ στις δημοσιεύσεις που θέλεις να διαχωρίσεις", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Δεν έχουν επιλεχθεί δημοσιεύσεις!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Εισαγωγή του τίτλου του θέματος εδώ...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Πέταγμα", "composer.submit": "Υποβολή", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/el/user.json b/public/language/el/user.json index 1294042aac..2ebd6e2cb7 100644 --- a/public/language/el/user.json +++ b/public/language/el/user.json @@ -43,6 +43,7 @@ "followers": "Ακόλουθοι", "following": "Ακολουθά", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Ανέβασμα Νέας Φωτογραφίας", "upload_new_picture_from_url": "Ανέβασμα Νέας Φωτογραφίας από URL", "current_password": "Τωρινός Κωδικός", + "new_password": "New Password", "change_password": "Αλλαγή Κωδικού", "change_password_error": "Άκυρος Κωδικός!", "change_password_error_wrong_current": "Ο τωρινός σου κωδικός δεν είναι σωστός!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/el/users.json b/public/language/el/users.json index cef10bde03..5b92745352 100644 --- a/public/language/el/users.json +++ b/public/language/el/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Πρόσφατοι Χρήστες", "top_posters": "Top Δημοσιεύοντες", "most_reputation": "Υψηλότερη Φήμη", "most_flags": "Most Flags", "search": "Αναζήτηση", "enter_username": "Γράψε ένα όνομα χρήστη προς αναζήτηση", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Φόρτωση περισσότερων", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "filter-by": "Filter By", diff --git a/public/language/en-US/admin/admin.json b/public/language/en-US/admin/admin.json index 39edffb66f..dcf9696ca2 100644 --- a/public/language/en-US/admin/admin.json +++ b/public/language/en-US/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Admin Control Panel", "settings-header-contents": "Contents", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/en-US/admin/appearance/customise.json b/public/language/en-US/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/en-US/admin/appearance/customise.json +++ b/public/language/en-US/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/en-US/admin/extend/widgets.json b/public/language/en-US/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/en-US/admin/extend/widgets.json +++ b/public/language/en-US/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/en-US/admin/manage/groups.json b/public/language/en-US/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/en-US/admin/manage/groups.json +++ b/public/language/en-US/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/en-US/admin/manage/privileges.json b/public/language/en-US/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/en-US/admin/manage/privileges.json +++ b/public/language/en-US/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/en-US/admin/settings/navigation.json b/public/language/en-US/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/en-US/admin/settings/navigation.json +++ b/public/language/en-US/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/en-US/error.json b/public/language/en-US/error.json index 77316bf37b..93ce4a6c19 100644 --- a/public/language/en-US/error.json +++ b/public/language/en-US/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/en-US/flags.json b/public/language/en-US/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/en-US/flags.json +++ b/public/language/en-US/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/en-US/global.json b/public/language/en-US/global.json index 9cb37d6e1a..636fe26e80 100644 --- a/public/language/en-US/global.json +++ b/public/language/en-US/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notifications", "header.search": "Search", "header.profile": "Profile", + "header.account": "Account", "header.navigation": "Navigation", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Loading Notifications", "chats.loading": "Loading Chats", + "drafts.loading": "Loading Drafts", "motd.welcome": "Welcome to NodeBB, the discussion platform of the future.", "previouspage": "Previous Page", "nextpage": "Next Page", @@ -54,7 +58,8 @@ "users": "Users", "topics": "Topics", "posts": "Posts", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Best", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Reputation", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "read more", "more": "More", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", "last_edited_by": "last edited by %1", + "edited-timestamp": "Edited %1", "norecentposts": "No Recent Posts", "norecenttopics": "No Recent Topics", "recentposts": "Recent Posts", "recentips": "Recently Logged In IPs", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "Online", "away": "Away", "dnd": "Do not disturb", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/en-US/groups.json b/public/language/en-US/groups.json index 2072d52894..f6160d20c9 100644 --- a/public/language/en-US/groups.json +++ b/public/language/en-US/groups.json @@ -1,5 +1,6 @@ { "groups": "Groups", + "members": "Members", "view_group": "View Group", "owner": "Group Owner", "new_group": "Create New Group", diff --git a/public/language/en-US/modules.json b/public/language/en-US/modules.json index 1e58a4e2ef..c66ec7ed21 100644 --- a/public/language/en-US/modules.json +++ b/public/language/en-US/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Send", "chat.no_active": "You have no active chats.", "chat.user_typing": "%1 is typing ...", @@ -42,6 +46,7 @@ "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", + "composer.help": "Help", "composer.user_said_in": "%1 said in %2:", "composer.user_said": "%1 said:", "composer.discard": "Are you sure you wish to discard this post?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/en-US/pages.json b/public/language/en-US/pages.json index a885434c71..03da2d7610 100644 --- a/public/language/en-US/pages.json +++ b/public/language/en-US/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", + "account/settings-of": "Changing settings of %1", "account/watched": "Topics watched by %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Posts upvoted by %1", diff --git a/public/language/en-US/post-queue.json b/public/language/en-US/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/en-US/post-queue.json +++ b/public/language/en-US/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/en-US/register.json b/public/language/en-US/register.json index 57fd61b645..2faf1d4806 100644 --- a/public/language/en-US/register.json +++ b/public/language/en-US/register.json @@ -1,5 +1,6 @@ { "register": "Register", + "already-have-account": "Already have an account?", "cancel_registration": "Cancel Registration", "help.email": "By default, your email will be hidden from the public.", "help.username_restrictions": "A unique username between %1 and %2 characters. Others can mention you with @username.", diff --git a/public/language/en-US/search.json b/public/language/en-US/search.json index 639cc0b653..158a2d8d4c 100644 --- a/public/language/en-US/search.json +++ b/public/language/en-US/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", "no-matches": "No matches found", "advanced-search": "Advanced Search", "in": "In", - "titles": "Titles", - "titles-posts": "Titles and Posts", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Posted by", - "in-categories": "In Categories", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Search child categories", "has-tags": "Has tags", "reply-count": "Reply Count", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "At least", "at-most": "At most", "relevance": "Relevance", + "time": "Time", "post-time": "Post time", "votes": "Votes", "newer-than": "Newer than", @@ -28,7 +48,22 @@ "three-months": "Three months", "six-months": "Six months", "one-year": "One year", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sort by", + "sort": "Sort", "last-reply-time": "Last reply time", "topic-title": "Topic title", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Category", "descending": "In descending order", "ascending": "In ascending order", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Save preferences", "clear-preferences": "Clear preferences", "search-preferences-saved": "Search preferences saved", "search-preferences-cleared": "Search preferences cleared", "show-results-as": "Show results as", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/en-US/tags.json b/public/language/en-US/tags.json index 24ca6f8a39..4aace7f79f 100644 --- a/public/language/en-US/tags.json +++ b/public/language/en-US/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "There are no topics with this tag.", + "no-tags-found": "No tags found", "tags": "Tags", "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", "enter_tags_here_short": "Enter tags...", diff --git a/public/language/en-US/topic.json b/public/language/en-US/topic.json index a275204aa2..826c2d7456 100644 --- a/public/language/en-US/topic.json +++ b/public/language/en-US/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Purge Topic", "thread_tools.purge_confirm": "Are you sure you want to purge this topic?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Post moved!", "fork_topic": "Fork Topic", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "No posts selected!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Enter your topic title here...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Discard", "composer.submit": "Submit", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/en-US/user.json b/public/language/en-US/user.json index ec5f3bd60e..caff969372 100644 --- a/public/language/en-US/user.json +++ b/public/language/en-US/user.json @@ -43,6 +43,7 @@ "followers": "Followers", "following": "Following", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Upload New Picture", "upload_new_picture_from_url": "Upload New Picture From URL", "current_password": "Current Password", + "new_password": "New Password", "change_password": "Change Password", "change_password_error": "Invalid Password!", "change_password_error_wrong_current": "Your current password is not correct!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/en-US/users.json b/public/language/en-US/users.json index 8ddd34e5d7..9bb40e8bc9 100644 --- a/public/language/en-US/users.json +++ b/public/language/en-US/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Latest Users", "top_posters": "Top Posters", "most_reputation": "Most Reputation", "most_flags": "Most Flags", "search": "Search", "enter_username": "Enter a username to search", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Load More", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "filter-by": "Filter By", diff --git a/public/language/en-x-pirate/admin/admin.json b/public/language/en-x-pirate/admin/admin.json index 39edffb66f..dcf9696ca2 100644 --- a/public/language/en-x-pirate/admin/admin.json +++ b/public/language/en-x-pirate/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Admin Control Panel", "settings-header-contents": "Contents", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/en-x-pirate/admin/appearance/customise.json b/public/language/en-x-pirate/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/en-x-pirate/admin/appearance/customise.json +++ b/public/language/en-x-pirate/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/en-x-pirate/admin/extend/widgets.json b/public/language/en-x-pirate/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/en-x-pirate/admin/extend/widgets.json +++ b/public/language/en-x-pirate/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/en-x-pirate/admin/manage/groups.json b/public/language/en-x-pirate/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/en-x-pirate/admin/manage/groups.json +++ b/public/language/en-x-pirate/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/en-x-pirate/admin/manage/privileges.json b/public/language/en-x-pirate/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/en-x-pirate/admin/manage/privileges.json +++ b/public/language/en-x-pirate/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/en-x-pirate/admin/settings/navigation.json b/public/language/en-x-pirate/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/en-x-pirate/admin/settings/navigation.json +++ b/public/language/en-x-pirate/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/en-x-pirate/error.json b/public/language/en-x-pirate/error.json index 77316bf37b..93ce4a6c19 100644 --- a/public/language/en-x-pirate/error.json +++ b/public/language/en-x-pirate/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/en-x-pirate/flags.json b/public/language/en-x-pirate/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/en-x-pirate/flags.json +++ b/public/language/en-x-pirate/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/en-x-pirate/global.json b/public/language/en-x-pirate/global.json index eaec53c49a..4b19f281f1 100644 --- a/public/language/en-x-pirate/global.json +++ b/public/language/en-x-pirate/global.json @@ -37,9 +37,13 @@ "header.notifications": "Parrot Calls", "header.search": "Finderer", "header.profile": "Bunk", + "header.account": "Account", "header.navigation": "Navigation", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Fetching yer Parrot Calls", "chats.loading": "Loading Yik-Yaks", + "drafts.loading": "Loading Drafts", "motd.welcome": "Welcome to NodeBB, th' discussion platform 'o th' future.", "previouspage": "Previous Page", "nextpage": "Next Page", @@ -54,7 +58,8 @@ "users": "Users", "topics": "Topics", "posts": "Messages", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Best", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Reputation", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "read more", "more": "More", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", "last_edited_by": "last edited by %1", + "edited-timestamp": "Edited %1", "norecentposts": "No Recent Posts", "norecenttopics": "No Recent Topics", "recentposts": "Recent Messages", "recentips": "Recently Logged In IPs", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "Available", "away": "Out to sea", "dnd": "Do not disturb", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/en-x-pirate/groups.json b/public/language/en-x-pirate/groups.json index 2072d52894..f6160d20c9 100644 --- a/public/language/en-x-pirate/groups.json +++ b/public/language/en-x-pirate/groups.json @@ -1,5 +1,6 @@ { "groups": "Groups", + "members": "Members", "view_group": "View Group", "owner": "Group Owner", "new_group": "Create New Group", diff --git a/public/language/en-x-pirate/modules.json b/public/language/en-x-pirate/modules.json index e5ca23775a..f95b54c21e 100644 --- a/public/language/en-x-pirate/modules.json +++ b/public/language/en-x-pirate/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Send Parrot", "chat.no_active": "Ye be a lonely sailor.", "chat.user_typing": "%1 is typing ...", @@ -42,6 +46,7 @@ "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", + "composer.help": "Help", "composer.user_said_in": "%1 said in %2:", "composer.user_said": "%1 said:", "composer.discard": "Are you sure you wish to discard this post?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/en-x-pirate/pages.json b/public/language/en-x-pirate/pages.json index a885434c71..03da2d7610 100644 --- a/public/language/en-x-pirate/pages.json +++ b/public/language/en-x-pirate/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", + "account/settings-of": "Changing settings of %1", "account/watched": "Topics watched by %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Posts upvoted by %1", diff --git a/public/language/en-x-pirate/post-queue.json b/public/language/en-x-pirate/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/en-x-pirate/post-queue.json +++ b/public/language/en-x-pirate/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/en-x-pirate/register.json b/public/language/en-x-pirate/register.json index 8bf995da08..42f892518f 100644 --- a/public/language/en-x-pirate/register.json +++ b/public/language/en-x-pirate/register.json @@ -1,5 +1,6 @@ { "register": "Board the ship", + "already-have-account": "Already have an account?", "cancel_registration": "Cancel Registration", "help.email": "By default, your email will be hidden from the public.", "help.username_restrictions": "A unique username between %1 and %2 characters. Others can mention you with @username.", diff --git a/public/language/en-x-pirate/search.json b/public/language/en-x-pirate/search.json index 639cc0b653..158a2d8d4c 100644 --- a/public/language/en-x-pirate/search.json +++ b/public/language/en-x-pirate/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", "no-matches": "No matches found", "advanced-search": "Advanced Search", "in": "In", - "titles": "Titles", - "titles-posts": "Titles and Posts", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Posted by", - "in-categories": "In Categories", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Search child categories", "has-tags": "Has tags", "reply-count": "Reply Count", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "At least", "at-most": "At most", "relevance": "Relevance", + "time": "Time", "post-time": "Post time", "votes": "Votes", "newer-than": "Newer than", @@ -28,7 +48,22 @@ "three-months": "Three months", "six-months": "Six months", "one-year": "One year", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sort by", + "sort": "Sort", "last-reply-time": "Last reply time", "topic-title": "Topic title", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Category", "descending": "In descending order", "ascending": "In ascending order", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Save preferences", "clear-preferences": "Clear preferences", "search-preferences-saved": "Search preferences saved", "search-preferences-cleared": "Search preferences cleared", "show-results-as": "Show results as", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/en-x-pirate/tags.json b/public/language/en-x-pirate/tags.json index 24ca6f8a39..4aace7f79f 100644 --- a/public/language/en-x-pirate/tags.json +++ b/public/language/en-x-pirate/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "There are no topics with this tag.", + "no-tags-found": "No tags found", "tags": "Tags", "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", "enter_tags_here_short": "Enter tags...", diff --git a/public/language/en-x-pirate/topic.json b/public/language/en-x-pirate/topic.json index a275204aa2..826c2d7456 100644 --- a/public/language/en-x-pirate/topic.json +++ b/public/language/en-x-pirate/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Purge Topic", "thread_tools.purge_confirm": "Are you sure you want to purge this topic?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Post moved!", "fork_topic": "Fork Topic", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "No posts selected!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Enter your topic title here...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Discard", "composer.submit": "Submit", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/en-x-pirate/user.json b/public/language/en-x-pirate/user.json index f8ff37bb4a..036f24de53 100644 --- a/public/language/en-x-pirate/user.json +++ b/public/language/en-x-pirate/user.json @@ -43,6 +43,7 @@ "followers": "Followers", "following": "Following", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Upload New Picture", "upload_new_picture_from_url": "Upload New Picture From URL", "current_password": "Current Password", + "new_password": "New Password", "change_password": "Change Password", "change_password_error": "Invalid Password!", "change_password_error_wrong_current": "Your current password is not correct!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/en-x-pirate/users.json b/public/language/en-x-pirate/users.json index 748f41943a..e956e76950 100644 --- a/public/language/en-x-pirate/users.json +++ b/public/language/en-x-pirate/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Land lubbers", "top_posters": "Top mateys", "most_reputation": "Most Reputation", "most_flags": "Most Flags", "search": "Search", "enter_username": "Gimme y'er handle", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Load More", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "filter-by": "Filter By", diff --git a/public/language/es/admin/admin.json b/public/language/es/admin/admin.json index 57f5d25554..e8e0397d34 100644 --- a/public/language/es/admin/admin.json +++ b/public/language/es/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Panel de control de administrador NodeBB", "settings-header-contents": "Contenidos", - "changes-saved": "Cambios guardados", - "changes-saved-message": "Tus cambios para la configuración de NodeBB han sido guardados.", "changes-not-saved": "Cambios no guardados", "changes-not-saved-message": "NodeBB ha encontrado un problema guardando tus cambios. (%1)" } \ No newline at end of file diff --git a/public/language/es/admin/appearance/customise.json b/public/language/es/admin/appearance/customise.json index f2eeeb071a..3ccdf5939d 100644 --- a/public/language/es/admin/appearance/customise.json +++ b/public/language/es/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "CSS/LESS personalizado", - "custom-css.description": "Ingrese sus propias declaraciones de CSS/LESS aquí, las cuales serán aplicadas después de todos los demás estilos.", - "custom-css.enable": "Activar CSS/LESS personalizado", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Javascript personalizado", "custom-js.description": "Introduzca su propio javascript aquí. Este será ejecutado cuando la página haya cargado por completo.", diff --git a/public/language/es/admin/extend/widgets.json b/public/language/es/admin/extend/widgets.json index 21281e75e2..3dd06fbcef 100644 --- a/public/language/es/admin/extend/widgets.json +++ b/public/language/es/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Ninguno", "container.well": "Bien", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel - cabecera (Panel header)", - "container.panel-body": "Panel - cuerpo (panel body)", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alerta (alert)", "alert.confirm-delete": "Estás seguro/a de que deseas borrar este widget?", diff --git a/public/language/es/admin/manage/groups.json b/public/language/es/admin/manage/groups.json index 13190afc28..71497fb63b 100644 --- a/public/language/es/admin/manage/groups.json +++ b/public/language/es/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revertir", "edit.no-users-found": "No se Encontraron Usuarios", - "edit.confirm-remove-user": "¿Estás seguro/a de que quieres eliminar a este/a usuario/a?", - "edit.save-success": "¡Cambios guardados!" + "edit.confirm-remove-user": "¿Estás seguro/a de que quieres eliminar a este/a usuario/a?" } \ No newline at end of file diff --git a/public/language/es/admin/manage/privileges.json b/public/language/es/admin/manage/privileges.json index c705a7312d..deb1b600d8 100644 --- a/public/language/es/admin/manage/privileges.json +++ b/public/language/es/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/es/admin/settings/navigation.json b/public/language/es/admin/settings/navigation.json index 3b28dd115a..a73b1a4454 100644 --- a/public/language/es/admin/settings/navigation.json +++ b/public/language/es/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Grupos:", "open-new-window": "Abrir en una ventana nueva", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Borrar", "btn.disable": "Deshabilitar", diff --git a/public/language/es/error.json b/public/language/es/error.json index 354fcc588c..86c7518da6 100644 --- a/public/language/es/error.json +++ b/public/language/es/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/es/flags.json b/public/language/es/flags.json index af9aa33ad9..513512cf2c 100644 --- a/public/language/es/flags.json +++ b/public/language/es/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Yeah! No se encontraron indicadores", + "x-flags-found": "%1 flag(s) found.", "assignee": "Asignado", "update": "Actualizar", "updated": "Actualizado", "resolved": "Resolved", "target-purged": "El contenido al que se refiere este indicador ha sido purgado y ya no está disponible.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Filtros rapidos", "filter-active": "Hay uno o más filtros activos en esta lista de indicadores.", "filter-reset": "Quitar filtros", "filters": "Opciones de filtros", - "filter-reporterId": "UID del reportador", - "filter-targetUid": "Indicador UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Tipo de indicador", "filter-type-all": "Todo el contenido", "filter-type-post": "Mensaje", "filter-type-user": "Usuario", "filter-state": "estado", - "filter-assignee": "UID asignado", + "filter-assignee": "Assignee", "filter-cid": "Categoria", "filter-quick-mine": "Asignado a mí", "filter-cid-all": "Todas las categorias", @@ -45,6 +47,7 @@ "notes": "Marcar notas", "add-note": "Añadir nota", + "edit-note": "Edit Note", "no-notes": "No hay notas compartidas", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/es/global.json b/public/language/es/global.json index 7cf340dc3f..e2d39c2b13 100644 --- a/public/language/es/global.json +++ b/public/language/es/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notificaciones", "header.search": "Buscar", "header.profile": "Perfil", + "header.account": "Account", "header.navigation": "Navegación", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Cargando notificaciones", "chats.loading": "Cargando chats", + "drafts.loading": "Loading Drafts", "motd.welcome": "Bienvenido a NodeBB, la plataforma de debate del futuro.", "previouspage": "Página anterior", "nextpage": "Página siguiente", @@ -54,7 +58,8 @@ "users": "Usuarios", "topics": "Temas", "posts": "Mensajes", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Mejor valorados", "controversial": "Controversial", "votes": "Votos", @@ -69,6 +74,7 @@ "reputation": "Reputación", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "leer más", "more": "Más", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 publicó %2", "guest_posted_ago": "Invitado publicó %1", "last_edited_by": "Última edición por %1", + "edited-timestamp": "Edited %1", "norecentposts": "No hay publicaciones recientes", "norecenttopics": "No hay temas recientes", "recentposts": "Publicaciones recientes", "recentips": "IP's conectadas recientemente", "moderator_tools": "Herramientas de Moderación", + "status": "Status", "online": "Conectado", "away": "Ausente", "dnd": "No molestar", @@ -122,5 +130,7 @@ "edited": "Editado", "disabled": "Desahabilitado", "select": "Seleccionar", - "user-search-prompt": "Escriba algo aquí para encontrar usuarios..." + "user-search-prompt": "Escriba algo aquí para encontrar usuarios...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/es/groups.json b/public/language/es/groups.json index a00c4035e4..941c448732 100644 --- a/public/language/es/groups.json +++ b/public/language/es/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupos", + "members": "Members", "view_group": "Ver Grupo", "owner": "Propietario del Grupo", "new_group": "Crear Nuevo Grupo", diff --git a/public/language/es/modules.json b/public/language/es/modules.json index d089f3213f..23f4d5c73d 100644 --- a/public/language/es/modules.json +++ b/public/language/es/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chatear con", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Enviar", "chat.no_active": "No tiene conversaciones activas.", "chat.user_typing": "%1 está escribiendo...", @@ -42,6 +46,7 @@ "composer.compose": "Crear", "composer.show_preview": "Ver Previsualización", "composer.hide_preview": "Ocultar Previsualización", + "composer.help": "Help", "composer.user_said_in": "%1 dijo en %2:", "composer.user_said": "%1 dijo:", "composer.discard": "¿Estás seguro de que deseas descartar este mensaje?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancelar", "bootbox.confirm": "Confirmar", diff --git a/public/language/es/pages.json b/public/language/es/pages.json index a7767236c0..b20394a9c4 100644 --- a/public/language/es/pages.json +++ b/public/language/es/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1 Categorías seguidas", "account/bookmarks": "%1's Mensajes marcados", "account/settings": "Preferencias", + "account/settings-of": "Changing settings of %1", "account/watched": "Temas seguidos por %1", "account/ignored": "Temas ignorados por %1", "account/upvoted": "Publicaciones votadas positivamente %1", diff --git a/public/language/es/post-queue.json b/public/language/es/post-queue.json index 38da48edb0..6955fcc97a 100644 --- a/public/language/es/post-queue.json +++ b/public/language/es/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/es/register.json b/public/language/es/register.json index e94120861a..0d79ac1ed5 100644 --- a/public/language/es/register.json +++ b/public/language/es/register.json @@ -1,5 +1,6 @@ { "register": "Registrarse", + "already-have-account": "Already have an account?", "cancel_registration": "Cancelar registro", "help.email": "Por defecto, tu cuenta de correo electrónico estará oculta al publico.", "help.username_restrictions": "El nombre de usuario debe tener entre %1 y %2 carácteres. Los miembros pueden responderte escribiendo @usuario.", diff --git a/public/language/es/search.json b/public/language/es/search.json index 24220b902a..790878e39d 100644 --- a/public/language/es/search.json +++ b/public/language/es/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 resuldado(s) coinciden con \"%2\". (%3 segundos)", "no-matches": "No se encontraron coincidencias", "advanced-search": "Búsqueda Avanzada", "in": "En", - "titles": "Títulos", - "titles-posts": "Títulos y posts", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Que coincidan las palabras", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Todos", "any": "Cualquiera", "posted-by": "Publicado por", - "in-categories": "En categorías", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Buscar categorías hijas", "has-tags": "Hay etiquetas", "reply-count": "Número de Respuestas", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "De mínimo", "at-most": "De máximo", "relevance": "Relevancia", + "time": "Time", "post-time": "Fecha de publicación", "votes": "Votos", "newer-than": "Más reciente que", @@ -28,7 +48,22 @@ "three-months": "Tres meses", "six-months": "Seis meses", "one-year": "Un año", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Ordenar por", + "sort": "Sort", "last-reply-time": "Fecha de última respuesta", "topic-title": "Título de tema", "topic-votes": "Votos de tema", @@ -39,11 +74,36 @@ "category": "Categoría", "descending": "En orden descendente", "ascending": "En orden ascendente", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Guardar preferencias", "clear-preferences": "Descartar preferencias", "search-preferences-saved": "Preferencias de búsqueda guardadas", "search-preferences-cleared": "Preferencias de búsqueda descartadas", "show-results-as": "Mostrar resultados como", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Ver mas resultados (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/es/tags.json b/public/language/es/tags.json index c61d272cde..7248696672 100644 --- a/public/language/es/tags.json +++ b/public/language/es/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "No hay temas con esta etiqueta.", + "no-tags-found": "No tags found", "tags": "Etiquetas", "enter_tags_here": "Introduce aquí las etiquetas, entre %1 y %2 caracteres cada una.", "enter_tags_here_short": "Introduzca las etiquetas...", diff --git a/public/language/es/topic.json b/public/language/es/topic.json index caccbdd761..7a1784c2c5 100644 --- a/public/language/es/topic.json +++ b/public/language/es/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copiar IP", "ban-ip": "Banear IP", "view-history": "Editar Historial", - "locked-by": "Bloqueado por", - "unlocked-by": "Desbloqueado por", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Borrado por", - "restored-by": "Restaurado por", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Haz click aquí para volver a tu último mensaje leído en este tema", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Purgar tema", "thread_tools.purge_confirm": "¿Está seguro que desea eliminar definitivamente (purgar) este tema?", "thread_tools.merge_topics": "Fusionar temas", - "thread_tools.merge": "Fusionar", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "¡Mensaje movido!", "fork_topic": "Dividir tema", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Pulsa en los mensajes que quieres dividir", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "¡No has seleccionado ningún mensaje!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Haz click en los mensajes que quieres asignar a otro usuario", "composer.title_placeholder": "Ingresa el título de tu tema...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Descartar", "composer.submit": "Enviar", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/es/user.json b/public/language/es/user.json index f8363dca1a..a5a58b6248 100644 --- a/public/language/es/user.json +++ b/public/language/es/user.json @@ -43,6 +43,7 @@ "followers": "Seguidores", "following": "Siguiendo", "blocks": "Bloqueos", + "blocked-users": "Blocked users", "block_toggle": "Cambiar Bloqueo", "block_user": "Bloquear usuario", "unblock_user": "Desbloquear usuario", @@ -68,6 +69,7 @@ "upload_new_picture": "Subir nueva imagen", "upload_new_picture_from_url": "Cargar desde URL", "current_password": "Contraseña actual", + "new_password": "New Password", "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!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Nota de moderación guardada", "info.moderation-note.add": "Añadir nota", "sessions.description": "Esta página le permite ver las sesiones activas en este foro y revocarlas si es necesario. Puedes revocar tu propia sesión cerrando sesión en tu cuenta.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Tus derechos & Consentimiento", "consent.lead": "Este foro recolecta y procesa su información personal", "consent.intro": "Usamos esta información estrictamente para personalizar su experiencia en esta comunidad, así como para asociar los mensajes que haga con su cuenta de usuario. Durante el registro se le pidió que proporcionara un nombre de usuario y dirección de correo electrónico, puede también proveer información adicional para completar su perfil en esta web.

Conservamos esta información mientras su cuenta de usuario exista, y podrá retirar su consentimiento en cualquier momento borrando esta cuenta de usuario. A su vez, puede pedir una copia de su contribución a este sitio través de la página de Derechos & Consentimiento.

Si tiene cualquier pregunta o preocupación, le animamos a dirigirse al equipo de administración de este foro.", diff --git a/public/language/es/users.json b/public/language/es/users.json index f16dcf326e..7a6b023a21 100644 --- a/public/language/es/users.json +++ b/public/language/es/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Últimos usuarios", "top_posters": "Top por mensajes", "most_reputation": "Más reputados", "most_flags": "Más Reportados", "search": "Buscar", "enter_username": "Ingresa el nombre de usuario que quieres buscar", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Cargar más", "users-found-search-took": "¡%1 usuario(s) encontrado! La búsqueda ha llevado %2 segundos.", "filter-by": "Filtrar Por", diff --git a/public/language/et/admin/admin.json b/public/language/et/admin/admin.json index 9b57b550c7..5c47726d9c 100644 --- a/public/language/et/admin/admin.json +++ b/public/language/et/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Administraatori kontrollpaneel", "settings-header-contents": "Sisu", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/et/admin/appearance/customise.json b/public/language/et/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/et/admin/appearance/customise.json +++ b/public/language/et/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/et/admin/extend/widgets.json b/public/language/et/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/et/admin/extend/widgets.json +++ b/public/language/et/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/et/admin/manage/groups.json b/public/language/et/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/et/admin/manage/groups.json +++ b/public/language/et/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/et/admin/manage/privileges.json b/public/language/et/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/et/admin/manage/privileges.json +++ b/public/language/et/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/et/admin/settings/navigation.json b/public/language/et/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/et/admin/settings/navigation.json +++ b/public/language/et/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/et/error.json b/public/language/et/error.json index 2097bc3b46..711ab2d046 100644 --- a/public/language/et/error.json +++ b/public/language/et/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/et/flags.json b/public/language/et/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/et/flags.json +++ b/public/language/et/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/et/global.json b/public/language/et/global.json index 3673db366b..3ab8e32c8f 100644 --- a/public/language/et/global.json +++ b/public/language/et/global.json @@ -37,9 +37,13 @@ "header.notifications": "Teated", "header.search": "Otsi", "header.profile": "Profiil", + "header.account": "Account", "header.navigation": "Navigatsioon", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Laen teateid", "chats.loading": "Laen vestlusi", + "drafts.loading": "Loading Drafts", "motd.welcome": "Tere tulemast NodeBB foorumisse.", "previouspage": "Eelmine leht", "nextpage": "Järgmine leht", @@ -54,7 +58,8 @@ "users": "Kasutajad", "topics": "Teemat", "posts": "Postitust", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Parim", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Reputatsioon", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "loe veel", "more": "Veel", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 postitas %2", "guest_posted_ago": "Külaline postitas %1", "last_edited_by": "viimati muudetud %1 poolt", + "edited-timestamp": "Edited %1", "norecentposts": "Hiljutisi postitusi ei ole", "norecenttopics": "Hiljutisi teemasid ei ole", "recentposts": "Hiljutised postitused", "recentips": "Hiljutised IP'd, millelt sisse logitud", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "Sees", "away": "Eemal", "dnd": "Mitte segada", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/et/groups.json b/public/language/et/groups.json index d1b5d7d701..30679d9c24 100644 --- a/public/language/et/groups.json +++ b/public/language/et/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupid", + "members": "Members", "view_group": "Vaata gruppi", "owner": "Grupi omanik", "new_group": "Loo uus grupp", diff --git a/public/language/et/modules.json b/public/language/et/modules.json index fca9882aef..12dee6a6b9 100644 --- a/public/language/et/modules.json +++ b/public/language/et/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Saada", "chat.no_active": "Sul ei ole hetkel aktiivseid vestlusi.", "chat.user_typing": "%1 kirjutab sõnumit...", @@ -42,6 +46,7 @@ "composer.compose": "Koosta", "composer.show_preview": "Kuva eelvaadet", "composer.hide_preview": "Peida eelvaade", + "composer.help": "Help", "composer.user_said_in": "%1 ütles %2:", "composer.user_said": "%1 ütles:", "composer.discard": "Oled kindel, et soovid selle postituse tühistada?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "Olgu", "bootbox.cancel": "Katkesta", "bootbox.confirm": "Kinnita", diff --git a/public/language/et/pages.json b/public/language/et/pages.json index 6aa52b6726..268b073b38 100644 --- a/public/language/et/pages.json +++ b/public/language/et/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Kasutaja sätted", + "account/settings-of": "Changing settings of %1", "account/watched": "Teemasid jälgib %1 kasutajat", "account/ignored": "Topics ignored by %1", "account/upvoted": "Postitused %1 poolt heaks kiidetud", diff --git a/public/language/et/post-queue.json b/public/language/et/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/et/post-queue.json +++ b/public/language/et/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/et/register.json b/public/language/et/register.json index 0e7b671d59..d56c60f503 100644 --- a/public/language/et/register.json +++ b/public/language/et/register.json @@ -1,5 +1,6 @@ { "register": "Registreeri", + "already-have-account": "Already have an account?", "cancel_registration": "Katkesta registreerimine", "help.email": "Algsättena peidetakse sinu e-mail avalikuse eest.", "help.username_restrictions": "Unikaalne kasutajanimi, mis on %1 - %2 tähemärki pikk. Teised saavad sind postitustes mainida kasutades @kasutajanime.", diff --git a/public/language/et/search.json b/public/language/et/search.json index 24de662022..b386a43bbc 100644 --- a/public/language/et/search.json +++ b/public/language/et/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 tulemus(t) mis vastavad otsingule \"%2\", (%3 sekundit)", "no-matches": "Vasteid ei leitud", "advanced-search": "Täpsem otsing", "in": "Kus kohast", - "titles": "Tiitlid", - "titles-posts": "Tiitlid ja postitused", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Autor", - "in-categories": "Kategooriates", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Otsi vahekategooriatest", "has-tags": "Has tags", "reply-count": "Vastuste arv", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Rohkemalt", "at-most": "Vähemalt", "relevance": "Relevance", + "time": "Time", "post-time": "Postitamise aeg", "votes": "Votes", "newer-than": "Uuem kui", @@ -28,7 +48,22 @@ "three-months": "Kolm kuud", "six-months": "Kuus kuud", "one-year": "Üks aasta", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sorteeri", + "sort": "Sort", "last-reply-time": "Viimase vastuse aeg", "topic-title": "Teema tiitel", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Kategooria", "descending": "Kahanevas järjekorras", "ascending": "Kasvavas järjekorras", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Salvesta eelistused", "clear-preferences": "Kustuta eelistused", "search-preferences-saved": "Otsingueelistused salvestatud", "search-preferences-cleared": "Otsingueelistused kustutatud", "show-results-as": "Näita tulemusi kui", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/et/tags.json b/public/language/et/tags.json index 9ef34f6198..c07f8ad32e 100644 --- a/public/language/et/tags.json +++ b/public/language/et/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Teemasid, mis sisaldaksid seda märksõna, ei eksisteeri.", + "no-tags-found": "No tags found", "tags": "Märksõnad", "enter_tags_here": "Sisesta märksõnad siia, %1 kuni %2 tähemärki märksõna kohta.", "enter_tags_here_short": "Sisesta märksõnu...", diff --git a/public/language/et/topic.json b/public/language/et/topic.json index 9c19a15e35..12101eaaed 100644 --- a/public/language/et/topic.json +++ b/public/language/et/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Vajuta siia, et tagasi minna viimati loetud postituse juurde siin teemas.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Kustuta teema täielikult", "thread_tools.purge_confirm": "Oled kindel, et soovid puhastada selle teema?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Postitus liigutatud!", "fork_topic": "Fork Topic", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Vajuta postitustele, mida soovid forkida", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Sa ei ole postitusi valinud!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Sisesta teema pealkiri siia...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Katkesta", "composer.submit": "Postita", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/et/user.json b/public/language/et/user.json index 4cd4865bea..35903bf9be 100644 --- a/public/language/et/user.json +++ b/public/language/et/user.json @@ -43,6 +43,7 @@ "followers": "Jälgijad", "following": "Jälgimised", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Laadi uus pilt", "upload_new_picture_from_url": "Lae uus pilt üles URL'ilt", "current_password": "Praegune parool", + "new_password": "New Password", "change_password": "Vaheta parooli", "change_password_error": "Vigane parool!", "change_password_error_wrong_current": "Su praegune parool on vale!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/et/users.json b/public/language/et/users.json index 0579549097..6dbe0ecf75 100644 --- a/public/language/et/users.json +++ b/public/language/et/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Hilised kasutajad", "top_posters": "Top postitajad", "most_reputation": "Kõige rohkem reputatsiooni", "most_flags": "Enim raporteerimisi", "search": "Otsi", "enter_username": "Sisesta kasutajanimi, keda soovid otsida", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Lae veel", "users-found-search-took": "%1 kasutaja(t) leiti! Otsing kestis %2 sekundit.", "filter-by": "Filtreeri", diff --git a/public/language/fa-IR/admin/admin.json b/public/language/fa-IR/admin/admin.json index adffa124c8..cde7da1de9 100644 --- a/public/language/fa-IR/admin/admin.json +++ b/public/language/fa-IR/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | کنترل پنل مدیر کل نود‌بی‌بی", "settings-header-contents": "محتوا", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/fa-IR/admin/appearance/customise.json b/public/language/fa-IR/admin/appearance/customise.json index abd4299b03..5a3b2bfd15 100644 --- a/public/language/fa-IR/admin/appearance/customise.json +++ b/public/language/fa-IR/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "سفارشی کردن CSS/LESS", - "custom-css.description": "کد های CSS/LESS خود را در این قسمت وارد کنید . بعد از همه ی استایل های دیگر اعمال میشود", - "custom-css.enable": "به کار گرفتن CSS/LESS سفارشی", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "جائا اسکریپت سفارشی", "custom-js.description": "کد های جاوا اسکریپت خود را در این قسمت وارد کنید بعد از لود شدن تمام صفحه اجرا خواهند شد", diff --git a/public/language/fa-IR/admin/extend/widgets.json b/public/language/fa-IR/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/fa-IR/admin/extend/widgets.json +++ b/public/language/fa-IR/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/fa-IR/admin/manage/groups.json b/public/language/fa-IR/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/fa-IR/admin/manage/groups.json +++ b/public/language/fa-IR/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/fa-IR/admin/manage/privileges.json b/public/language/fa-IR/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/fa-IR/admin/manage/privileges.json +++ b/public/language/fa-IR/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/fa-IR/admin/settings/navigation.json b/public/language/fa-IR/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/fa-IR/admin/settings/navigation.json +++ b/public/language/fa-IR/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/fa-IR/error.json b/public/language/fa-IR/error.json index 4892cdf955..27190e6a18 100644 --- a/public/language/fa-IR/error.json +++ b/public/language/fa-IR/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/fa-IR/flags.json b/public/language/fa-IR/flags.json index eb51f18c93..0ed04f1140 100644 --- a/public/language/fa-IR/flags.json +++ b/public/language/fa-IR/flags.json @@ -3,25 +3,27 @@ "reports": "گزارش ها", "first-reported": "اولین گزارش", "no-flags": "هووووورا ! هیچ گزارشی یافت نشد.", + "x-flags-found": "%1 flag(s) found.", "assignee": "اختصاص دادن ", "update": "به روزرسانی", "updated": "به روز رسانی شد", "resolved": "Resolved", "target-purged": "محتوای این گزارش حذف شده است و در دسترس نیست.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "آمار گزارش های روزانه", "quick-filters": "فیلتر های سریع", "filter-active": "یک یا تعداد بیشتری از فیلتر ها در لیست گزارش ها فعال هستند", "filter-reset": "حذف فیلتر ها", "filters": "گزینه های فیلتر", - "filter-reporterId": "UID گزارش دهنده", - "filter-targetUid": "UID گزارش", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "نوع گزارش", "filter-type-all": "تمام محتوا", "filter-type-post": "پست", "filter-type-user": "کاربر", "filter-state": "وضعیت", - "filter-assignee": "UID رسیدگی کننده", + "filter-assignee": "Assignee", "filter-cid": "دسته بندی", "filter-quick-mine": "رسیدگی شده توسط من", "filter-cid-all": "همه دسته بندی ها", @@ -45,6 +47,7 @@ "notes": "یادداشت های گزارش", "add-note": "افزودن یادداشت", + "edit-note": "Edit Note", "no-notes": "بدون یادداشت", "delete-note-confirm": "آیا مطمئن هستید میخواهید این یادداشت را حذف کنید؟", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/fa-IR/global.json b/public/language/fa-IR/global.json index 5ccbedb8d5..51fb0ed205 100644 --- a/public/language/fa-IR/global.json +++ b/public/language/fa-IR/global.json @@ -37,9 +37,13 @@ "header.notifications": "آگاه‌سازی‌ها", "header.search": "جستجو", "header.profile": "نمایه", + "header.account": "Account", "header.navigation": "Navigation", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "بارگذاری آگاه‌سازی‌ها", "chats.loading": "بارگذاری گفتگوها", + "drafts.loading": "Loading Drafts", "motd.welcome": "به NodeBB خوش آمدید، پلتفرم انجمن‌ساز آینده", "previouspage": "برگهٔ پیشین", "nextpage": "برگهٔ پسین", @@ -54,7 +58,8 @@ "users": "کاربران", "topics": "موضوع ها", "posts": "دیدگاه‌ها", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "بهترین", "controversial": "Controversial", "votes": "رای ها", @@ -69,6 +74,7 @@ "reputation": "اعتبار", "lastpost": "آخرین پست", "firstpost": "اولین پست", + "about": "About", "read_more": "بیشتر بخوانید", "more": "بیشتر", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 در %2 ارسال کرده است", "guest_posted_ago": "مهمان در %1 ارسال کرده است", "last_edited_by": "آخرین ویرایش توسط %1 انجام شده", + "edited-timestamp": "Edited %1", "norecentposts": "هیچ دیدگاه تازه‌ای نیست", "norecenttopics": "هیچ جستار تازه‌ای نیست", "recentposts": "دیدگاه‌های تازه", "recentips": "آخرین آی‌پی وارد شده", "moderator_tools": "ابزار‌های مدیر", + "status": "Status", "online": "آنلاین", "away": "دور از دسترس", "dnd": "مزاحم نشوید", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "انتخاب", - "user-search-prompt": "برای پیدا کردن کاربر اینجا چیزی بنویسید..." + "user-search-prompt": "برای پیدا کردن کاربر اینجا چیزی بنویسید...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/fa-IR/groups.json b/public/language/fa-IR/groups.json index 34116e987b..5a61601146 100644 --- a/public/language/fa-IR/groups.json +++ b/public/language/fa-IR/groups.json @@ -1,5 +1,6 @@ { "groups": "گروه‌ها", + "members": "Members", "view_group": "مشاهده گروه", "owner": "مالک گروه", "new_group": "ساخت گروه جدید", diff --git a/public/language/fa-IR/modules.json b/public/language/fa-IR/modules.json index 63afa4e3f1..c8437026fc 100644 --- a/public/language/fa-IR/modules.json +++ b/public/language/fa-IR/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "چت با", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "شما در حال مشاهده پیام های قدیمی هستید، برای دیدن پیام های اخیر کلیک کنید.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "ارسال", "chat.no_active": "شما هیچ گفتگوی فعالی ندارید.", "chat.user_typing": "%1 در حال نوشتن است...", @@ -42,6 +46,7 @@ "composer.compose": "ارسال", "composer.show_preview": "نمایش پیش‌نمایش", "composer.hide_preview": "مخفی کردن پیش‌نمایش", + "composer.help": "Help", "composer.user_said_in": "%1 در %2 گفته است:", "composer.user_said": "%1 گفته است:", "composer.discard": "آیا از دور انداختن این پست اطمینان دارید؟", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "باشه", "bootbox.cancel": "انصراف", "bootbox.confirm": "تایید", diff --git a/public/language/fa-IR/pages.json b/public/language/fa-IR/pages.json index 4b7a4f977d..4e31003af3 100644 --- a/public/language/fa-IR/pages.json +++ b/public/language/fa-IR/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "دسته بندی های پیگیری شده %1", "account/bookmarks": "%1 پست نشانک گذاری شده است", "account/settings": "تنظیمات کاربر", + "account/settings-of": "Changing settings of %1", "account/watched": "موضوع های دیده شده توسط \"%1\"", "account/ignored": "موضوع های نادیده گرفته شده توسط %1", "account/upvoted": "رای مثبت داده شده به پست ها توسط %1", diff --git a/public/language/fa-IR/post-queue.json b/public/language/fa-IR/post-queue.json index 4d7fcea199..666a24b554 100644 --- a/public/language/fa-IR/post-queue.json +++ b/public/language/fa-IR/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/fa-IR/register.json b/public/language/fa-IR/register.json index d7876aa359..4807dc5ad0 100644 --- a/public/language/fa-IR/register.json +++ b/public/language/fa-IR/register.json @@ -1,5 +1,6 @@ { "register": "نام‌نویسی", + "already-have-account": "Already have an account?", "cancel_registration": "انصراف ثبت نام", "help.email": "به طور پیش‌فرض، ایمیل‌ی شما از دید همگان پنهان می‌شود.", "help.username_restrictions": "یک نام کاربری یکتا بین %1 و %2 نویسه. دیگران می‌توانند با @نام‌کاربری به شما اشاره کنند.", diff --git a/public/language/fa-IR/search.json b/public/language/fa-IR/search.json index 9f4d57c17c..5597b131db 100644 --- a/public/language/fa-IR/search.json +++ b/public/language/fa-IR/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 نتیجهٔ هم‌خوان با \"%2\"، (%3 ثانیه)", "no-matches": "هیچ موردی یافت نشد", "advanced-search": "جستجوی پیشرفته", "in": "در", - "titles": "عناوین", - "titles-posts": "عناوین و پست ها", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "تطابق کلمات", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "همه", "any": "هرکدام", "posted-by": "ارسال شده توسط", - "in-categories": "در دسته بندی ها", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "جستجوی زیر دسته ها", "has-tags": "دارای برچسب های", "reply-count": "تعداد پاسخ", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "حداقل", "at-most": "حداکثر", "relevance": "ارتباط", + "time": "Time", "post-time": "زمان ارسال", "votes": "Votes", "newer-than": "جدیدتر از", @@ -28,7 +48,22 @@ "three-months": "سه ماه", "six-months": "شش ماه", "one-year": "یک سال", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "مرتب‌سازی بر اساس", + "sort": "Sort", "last-reply-time": "زمان آخرین پاسخ", "topic-title": "عنوان موضوع", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "دسته بندی", "descending": "به ترتیب نزولی", "ascending": "به ترتیب صعودی", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "ذخیره تنظیمات", "clear-preferences": "پاک کردن تنظیمات", "search-preferences-saved": "تنظیمات جستحو ذخیره شد", "search-preferences-cleared": "تنظیمات جستجو پاک شد", "show-results-as": "نمایش نتایج به عنوان", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/fa-IR/tags.json b/public/language/fa-IR/tags.json index b5468b2e92..bcb719efca 100644 --- a/public/language/fa-IR/tags.json +++ b/public/language/fa-IR/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "جُستاری با این برچسب وجود ندارد.", + "no-tags-found": "No tags found", "tags": "برچسب‌ها", "enter_tags_here": "برچسب‌ها را اینجا وارد کنید، هر کدام بین %1 و %2 کاراکتر.", "enter_tags_here_short": "برچسب‌ها را وارد کنید...", diff --git a/public/language/fa-IR/topic.json b/public/language/fa-IR/topic.json index 8a6375e5fc..2c93abe5ba 100644 --- a/public/language/fa-IR/topic.json +++ b/public/language/fa-IR/topic.json @@ -39,16 +39,30 @@ "copy-ip": "کپی IP", "ban-ip": "مسدود کردن IP", "view-history": "تاریخچه ویرایش", - "locked-by": "قفل شده توسط", - "unlocked-by": "باز شده توسط", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "برای بازگشت به آخرین پست در این موضوع اینجا را کلیک کنید.", "flag-post": "گزارش این پست", "flag-user": "گزارش این کاربر", @@ -95,7 +109,7 @@ "thread_tools.purge": "پاک کردن موضوع", "thread_tools.purge_confirm": "آیا مطمئنید که میمید این موضوع را پاکسازی کنید؟", "thread_tools.merge_topics": "ادغام موضوع ها", - "thread_tools.merge": "ادغام", + "thread_tools.merge": "Merge Topic", "topic_move_success": "موضوع به \"%1\" منتقل خواهد شد. برای جلوگیری از انتقال کلیک کنید.", "topic_move_multiple_success": "موضوع ها به \"%1\" منتقل خواهد شد. برای جلوگیری از انتقال کلیک کنید.", "topic_move_all_success": "تمام موضوع ها به \"%1\" منتقل خواهند شد. برای جلوگیری از انتقال کلیک کنید.", @@ -121,7 +135,7 @@ "post_moved": "پست جابه‌جا شد!", "fork_topic": "شاخه ساختن از موضوع", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "پست‌هایی را که می‌خواهید به موضوع تازه ببرید، انتخاب کنید", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "هیچ پستی انتخاب نشده!", "no-posts-selected": "هیچ پستی انتخاب نشده!", "x-posts-selected": "%1 پست انتخاب شده", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "عنوان جدید برای موضوع", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "عنوان موضوعتان را اینجا بنویسید...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "انصراف", "composer.submit": "ارسال", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "آخرین پست", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/fa-IR/user.json b/public/language/fa-IR/user.json index 8e7f8c15aa..ae94f3aea3 100644 --- a/public/language/fa-IR/user.json +++ b/public/language/fa-IR/user.json @@ -43,6 +43,7 @@ "followers": "دنبال‌کننده‌ها", "following": "دنبال‌شونده‌ها", "blocks": "کاربران مسدود شده", + "blocked-users": "Blocked users", "block_toggle": "مسدود کردن", "block_user": "مسدود کردن کاربر", "unblock_user": "رفع مسدودی کاربر", @@ -68,6 +69,7 @@ "upload_new_picture": "بارگذاری تصویر تازه", "upload_new_picture_from_url": "بارگذاری تصویر جدید از نشانی وب", "current_password": "کلمه عبور کنونی", + "new_password": "New Password", "change_password": "تغیر کلمه عبور", "change_password_error": "کلمه عبور نامعتبر!", "change_password_error_wrong_current": "این کلمه عبورٔ شما نادرست است.", @@ -168,6 +170,8 @@ "info.moderation-note.success": "یادداشت مدیر ذخیره شد", "info.moderation-note.add": "افزودن یادداشت", "sessions.description": "این صفحه به شما امکان می دهد تا همه Session های فعال حساب خود در انجمن را ببینید و در صورت نیاز آن ها را باطل کنید. شما می توانید Session فعلی خود را با خروج از حساب خود باطل کنید.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "این انجمن اطلاعات شخصی شما را جمع‌آوری و پردازش می‌کند", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/fa-IR/users.json b/public/language/fa-IR/users.json index 165b25b0a9..77187a41e6 100644 --- a/public/language/fa-IR/users.json +++ b/public/language/fa-IR/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "آخرین کاربران", "top_posters": "برترین فرستنده‌ها", "most_reputation": "بیشترین اعتبار", "most_flags": "بیشترین پرچم‌ها", "search": "جستجو", "enter_username": "یک نام کاربری برای جستجو وارد کنید", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "بارگذاری بیش‌تر", "users-found-search-took": "%1 کاربر(ها) یافت شد! جستجو %2 ثانیه زمان گرفت.", "filter-by": "فیلتر با", diff --git a/public/language/fi/admin/admin.json b/public/language/fi/admin/admin.json index 73e4153e13..e87cfabb89 100644 --- a/public/language/fi/admin/admin.json +++ b/public/language/fi/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB admin hallintapaneeli", "settings-header-contents": "Sisältö", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/fi/admin/appearance/customise.json b/public/language/fi/admin/appearance/customise.json index 799cf87c66..6abfb179f0 100644 --- a/public/language/fi/admin/appearance/customise.json +++ b/public/language/fi/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Kustomoi CSS/LESS -tiedostoja", - "custom-css.description": "Syötä haluamasi CSS/LESS -määritykset tähän. Nämä määritykset menevät kaikkien muiden tyylimäärittelyjen edelle.", - "custom-css.enable": "Salli CSS/LESS -kustomoinnit", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Kustomoi Javascriptiä", "custom-js.description": "Syötä Javascript-sisältö tähän. Se suoritetaan, kun sivu on latautunut valmiiksi.", diff --git a/public/language/fi/admin/extend/widgets.json b/public/language/fi/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/fi/admin/extend/widgets.json +++ b/public/language/fi/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/fi/admin/manage/groups.json b/public/language/fi/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/fi/admin/manage/groups.json +++ b/public/language/fi/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/fi/admin/manage/privileges.json b/public/language/fi/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/fi/admin/manage/privileges.json +++ b/public/language/fi/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/fi/admin/settings/navigation.json b/public/language/fi/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/fi/admin/settings/navigation.json +++ b/public/language/fi/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/fi/error.json b/public/language/fi/error.json index 434322d61e..5c41b55085 100644 --- a/public/language/fi/error.json +++ b/public/language/fi/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/fi/flags.json b/public/language/fi/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/fi/flags.json +++ b/public/language/fi/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/fi/global.json b/public/language/fi/global.json index f4a9973905..3d2d2ed1f3 100644 --- a/public/language/fi/global.json +++ b/public/language/fi/global.json @@ -37,9 +37,13 @@ "header.notifications": "Ilmoitukset", "header.search": "Hae", "header.profile": "Profiili", + "header.account": "Account", "header.navigation": "Navigation", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Ladataan ilmoituksia", "chats.loading": "Ladataan keskusteluja", + "drafts.loading": "Loading Drafts", "motd.welcome": "Tervetuloa NodeBB:hen, tulevaisuuden keskustelualustalle.", "previouspage": "Edellinen sivu", "nextpage": "Seuraava sivu", @@ -54,7 +58,8 @@ "users": "Käyttäjät", "topics": "Aiheet", "posts": "Viestit", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Paras", "controversial": "Controversial", "votes": "Ääniä", @@ -69,6 +74,7 @@ "reputation": "Maine", "lastpost": "Viimeisin viesti", "firstpost": "Ensimmäinen viesti", + "about": "About", "read_more": "lue lisää", "more": "Lisää", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 lähetti %2", "guest_posted_ago": "Vieras kirjoitti %1", "last_edited_by": "Viimeksi muokannut %1", + "edited-timestamp": "Edited %1", "norecentposts": "Ei viimeaikaisia viestejä", "norecenttopics": "Ei viimeaikaisia aiheita", "recentposts": "Viimeisimmät viestit", "recentips": "Äskettäin kirjautuneet IP-osoitteet", "moderator_tools": "Ylläpidon työkalut", + "status": "Status", "online": "Online", "away": "Poissa", "dnd": "Älä häiritse", @@ -122,5 +130,7 @@ "edited": "Muokattu", "disabled": "Disabled", "select": "Valitse", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/fi/groups.json b/public/language/fi/groups.json index 0346460360..6e47780955 100644 --- a/public/language/fi/groups.json +++ b/public/language/fi/groups.json @@ -1,5 +1,6 @@ { "groups": "Ryhmät", + "members": "Members", "view_group": "Tarkaste ryhmää", "owner": "Ryhmän omistaja", "new_group": "Luo uusi ryhmä", diff --git a/public/language/fi/modules.json b/public/language/fi/modules.json index 554a987c0d..66ae1ebbae 100644 --- a/public/language/fi/modules.json +++ b/public/language/fi/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Lähetä", "chat.no_active": "Sinulla ei ole aktiivisia keskusteluita.", "chat.user_typing": "%1 kirjoittaa ...", @@ -42,6 +46,7 @@ "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", + "composer.help": "Help", "composer.user_said_in": "%1 said in %2:", "composer.user_said": "%1 sanoi:", "composer.discard": "Oletko varma, että haluat hylätä viestin?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/fi/pages.json b/public/language/fi/pages.json index 52c4ac8cf3..08339c5fe3 100644 --- a/public/language/fi/pages.json +++ b/public/language/fi/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Käyttäjän asetukset", + "account/settings-of": "Changing settings of %1", "account/watched": "%1 seuraamat aiheet", "account/ignored": "%1 sivuuttamat aiheet", "account/upvoted": "%1 tykkäämät viestit", diff --git a/public/language/fi/post-queue.json b/public/language/fi/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/fi/post-queue.json +++ b/public/language/fi/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/fi/register.json b/public/language/fi/register.json index fb25e15981..0ebe0f8e0f 100644 --- a/public/language/fi/register.json +++ b/public/language/fi/register.json @@ -1,5 +1,6 @@ { "register": "Rekisteröidy", + "already-have-account": "Already have an account?", "cancel_registration": "Peruuta rekisteröinti", "help.email": "Oletuksena sähköpostiosoitettasi ei näytetä muille.", "help.username_restrictions": "Yksilöllisen käyttäjätunnuksen pitää olla %1-%2 merkkiä pitkä. Toiset voivat mainita sinut @username.", diff --git a/public/language/fi/search.json b/public/language/fi/search.json index 63c9c31768..efc54344c0 100644 --- a/public/language/fi/search.json +++ b/public/language/fi/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 tulosta löytyi hakusanalla \"%2\" (%3 sekunnissa).", "no-matches": "Ei hakuosumia", "advanced-search": "Laajennettu haku", "in": "In", - "titles": "Otsikot", - "titles-posts": "Otsikot ja Viestit", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Kaikki", "any": "Mikä tahansa", "posted-by": "Kirjoittanut", - "in-categories": "Kategorioissa", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Hae alikategorioista", "has-tags": "Sisältää tagit", "reply-count": "Vastausten määrä", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Vähintään", "at-most": "Enintään", "relevance": "Relevanssi", + "time": "Time", "post-time": "Julkaisuaika", "votes": "Ääniä", "newer-than": "Uudemmat kuin", @@ -28,7 +48,22 @@ "three-months": "Kolme kuukautta", "six-months": "Kuusi kuukautta", "one-year": "Yksi vuosi", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Lajitteluperuste", + "sort": "Sort", "last-reply-time": "Vastattu viimeksi", "topic-title": "Aiheen otsikko", "topic-votes": "Aiheiden äänet", @@ -39,11 +74,36 @@ "category": "Kategoria", "descending": "Laskevassa järjestyksessä", "ascending": "Nousevassa järjestyksessä", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Tallenna asetukset", "clear-preferences": "Tyhjennä asetukset", "search-preferences-saved": "Haun asetukset tallennettu", "search-preferences-cleared": "Haun asetukset nollattu", "show-results-as": "Näytä tulokset", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Näytä lisää tuloksia (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/fi/tags.json b/public/language/fi/tags.json index c6e17ae86f..90976a33c3 100644 --- a/public/language/fi/tags.json +++ b/public/language/fi/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Ei viimeisimpiä aiheita tällä tagilla.", + "no-tags-found": "No tags found", "tags": "Tagit", "enter_tags_here": "Syötä tagit tähän merkkien %1 ja %2 väliin.", "enter_tags_here_short": "Syötä tagit...", diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json index 4d20b476bc..a4e04c9bdc 100644 --- a/public/language/fi/topic.json +++ b/public/language/fi/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Kopioi IP", "ban-ip": "Ban IP", "view-history": "Muokkaa historiaa", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Klikkaa tästä palataksesi viimeisimpään luettuun viestiin tässä aiheessa", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Poista aihe pysyvästi", "thread_tools.purge_confirm": "Oletko varma, että haluat poistaa pysyvästi tämän aiheen?", "thread_tools.merge_topics": "Sulauta aiheet", - "thread_tools.merge": "Sulauta", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Viestit siirretty!", "fork_topic": "Haaroita keskustelu", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Napsauta viestejä, jotka haluat haaroittaa", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Ei valittuja viestejä!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Valitse viestit jotka haluat siirtää toiselle henkilölle", "composer.title_placeholder": "Syötä aiheesi otsikko tähän...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Hylkää", "composer.submit": "Lähetä", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/fi/user.json b/public/language/fi/user.json index 0d423311a4..bdb7760e6b 100644 --- a/public/language/fi/user.json +++ b/public/language/fi/user.json @@ -43,6 +43,7 @@ "followers": "Seuraajat", "following": "Seuratut", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Lataa uusi kuva", "upload_new_picture_from_url": "Lataa uusi kuva URL-osoitteesta", "current_password": "Nykyinen salasana", + "new_password": "New Password", "change_password": "Vaihda salasana", "change_password_error": "Virheellinen salasana", "change_password_error_wrong_current": "Nykyinen salasanasi ei ole oikein!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Lisää muistiinpano", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/fi/users.json b/public/language/fi/users.json index 13b22e8808..24baf1d8f8 100644 --- a/public/language/fi/users.json +++ b/public/language/fi/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Viimeisimmät käyttäjät", "top_posters": "Aktiivisimmat viestittelijät", "most_reputation": "Eniten mainetta", "most_flags": "Eniten ", "search": "Hae", "enter_username": "Syötä käyttäjätunnus hakeaksesi", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Lataa lisää", "users-found-search-took": "%1 käyttäjä(ä) löytyi! Haku kesti %2 sekuntia.", "filter-by": "Suodata", diff --git a/public/language/fr/admin/admin.json b/public/language/fr/admin/admin.json index df1a269e87..e8c6d77ef9 100644 --- a/public/language/fr/admin/admin.json +++ b/public/language/fr/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Panneau d'administration NodeBB", "settings-header-contents": "Contenus", - "changes-saved": "Changements sauvegardés !", - "changes-saved-message": "Vos modifications de la configuration NodeBB ont été enregistrées.", "changes-not-saved": "Changements non sauvegardés !", "changes-not-saved-message": "NodeBB a rencontré un problème lors de l'enregistrement de vos modifications ! (%1)" } \ No newline at end of file diff --git a/public/language/fr/admin/appearance/customise.json b/public/language/fr/admin/appearance/customise.json index f72d2576b8..5e239f3a6c 100644 --- a/public/language/fr/admin/appearance/customise.json +++ b/public/language/fr/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "CSS/LESS personnalisé", - "custom-css.description": "Entrez vos propres déclarations CSS/LESS ici, qui seront appliquées après tous les autres styles.", - "custom-css.enable": "Activer le CSS/LESS personnalisé", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Javascript personnalisé", "custom-js.description": "Entrez votre Javascript ici. Celui-ci sera exécuté après le chargement complet de la page.", diff --git a/public/language/fr/admin/extend/widgets.json b/public/language/fr/admin/extend/widgets.json index ebdff25296..0d46b1e6fe 100644 --- a/public/language/fr/admin/extend/widgets.json +++ b/public/language/fr/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Aucun", "container.well": "Well", "container.jumbotron": "Jombotron", - "container.panel": "Panneau", - "container.panel-header": "En-tête de panneau", - "container.panel-body": "Corps de panneau", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alerte", "alert.confirm-delete": "Êtes-vous sûr de vouloir supprimer ce widget ?", diff --git a/public/language/fr/admin/manage/groups.json b/public/language/fr/admin/manage/groups.json index be41ad2d82..5133ffdaf6 100644 --- a/public/language/fr/admin/manage/groups.json +++ b/public/language/fr/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Retour", "edit.no-users-found": "Aucun utilisateur trouvé", - "edit.confirm-remove-user": "Êtes-vous sûr de vouloir retirer cet utilisateur ?", - "edit.save-success": "Changements sauvegardés !" + "edit.confirm-remove-user": "Êtes-vous sûr de vouloir retirer cet utilisateur ?" } \ No newline at end of file diff --git a/public/language/fr/admin/manage/privileges.json b/public/language/fr/admin/manage/privileges.json index a7b3eea13a..0df618a3df 100644 --- a/public/language/fr/admin/manage/privileges.json +++ b/public/language/fr/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Voulez-vous vraiment accorder le privilège de modération à ce groupe d'utilisateurs ? Ce groupe est public et tous les utilisateurs peuvent le rejoindre à volonté.", "alert.confirm-admins-mods": "Voulez-vous vraiment attribuer les droits aux & quot; d'Administrations & amp; Modérations & quot; à cet utilisateur / groupe? Les utilisateurs disposant de ce privilège peuvent promouvoir et rétrograder d'autres utilisateurs à des postes privilégiés, y compris le super administrateur", "alert.confirm-save": "Veuillez confirmer votre intention de sauvegarder ces privilèges", - "alert.saved": "Changements de privilèges enregistrés et appliqués", "alert.confirm-discard": "Êtes-vous sûr de vouloir annuler vos modifications de privilèges ?", "alert.discarded": "Modifications de privilèges annulés", "alert.confirm-copyToAll": "Voulez-vous vraiment appliquer cet ensemble de %1 à toutes les catégories?", diff --git a/public/language/fr/admin/settings/navigation.json b/public/language/fr/admin/settings/navigation.json index 1305aed145..0772be7696 100644 --- a/public/language/fr/admin/settings/navigation.json +++ b/public/language/fr/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groupes:", "open-new-window": "Ouvrir dans une nouvelle fenêtre", "dropdown": "Menu déroulant", - "dropdown-placeholder": "Placez vos éléments de menu déroulant ci-dessous, par exemple :
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Supprimer", "btn.disable": "Désactiver", diff --git a/public/language/fr/error.json b/public/language/fr/error.json index 65cd22d08b..e5e9cc7773 100644 --- a/public/language/fr/error.json +++ b/public/language/fr/error.json @@ -224,5 +224,6 @@ "api.429": "Vous avez fait trop de demandes, veuillez réessayer plus tard", "api.500": "Une erreur inattendue s'est produite lors de la tentative de traitement de votre demande.", "api.501": "L'accès n'est pas encore fonctionnel, veuillez réessayer demain", - "api.503": "L'accès n'est pas disponible actuellement en raison d'une configuration de serveur" + "api.503": "L'accès n'est pas disponible actuellement en raison d'une configuration de serveur", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/fr/flags.json b/public/language/fr/flags.json index b19944d108..d906b8bac0 100644 --- a/public/language/fr/flags.json +++ b/public/language/fr/flags.json @@ -3,25 +3,27 @@ "reports": "Rapports", "first-reported": "Premier rapport", "no-flags": "Excellent ! Aucun signalement trouvé.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assigné", "update": "Mettre à jour", "updated": "Mis à jour", "resolved": "Résolu", "target-purged": "Le rapport pour ce signalement a été supprimé et n'est plus accessible", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Signalements du jour", "quick-filters": "Filtres rapides", "filter-active": "Il y a un ou plusieurs filtres actifs dans cette liste de signalements", "filter-reset": "Supprimer les filtres", "filters": "Options de filtre", - "filter-reporterId": "UID du reporteur", - "filter-targetUid": "UID signalé", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Type de signalement", "filter-type-all": "Tout le contenu", "filter-type-post": "Message", "filter-type-user": "Utilisateur", "filter-state": "Etat", - "filter-assignee": "UID assigné", + "filter-assignee": "Assignee", "filter-cid": "Catégorie", "filter-quick-mine": "Assigné à moi", "filter-cid-all": "Toutes les catégories", @@ -45,6 +47,7 @@ "notes": "Notes de signalement", "add-note": "Ajouter une note", + "edit-note": "Edit Note", "no-notes": "aucune note partagée", "delete-note-confirm": "Êtes-vous sûr de bien vouloir supprimer cette note de signalement ?", "delete-flag-confirm": "Êtes-vous sûr de bien vouloir supprimer ce signalement ?", diff --git a/public/language/fr/global.json b/public/language/fr/global.json index 6c94b1bd53..c4aa23fb20 100644 --- a/public/language/fr/global.json +++ b/public/language/fr/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notifications", "header.search": "Recherche", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigation", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Chargement des notifications", "chats.loading": "Chargement des discussions", + "drafts.loading": "Loading Drafts", "motd.welcome": "Bienvenue sur NodeBB, la plate-forme de discussion du futur.", "previouspage": "Page précédente", "nextpage": "Page suivante", @@ -54,7 +58,8 @@ "users": "Utilisateurs", "topics": "Sujets", "posts": "Messages", - "x-posts": "%1 messages", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Meilleur sujets", "controversial": "Contesté", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Réputation", "lastpost": "Dernier message", "firstpost": "Premier message", + "about": "About", "read_more": "En lire plus", "more": "Plus", "none": "Aucun", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 a posté %2", "guest_posted_ago": "Un invité a posté %1", "last_edited_by": "dernière édition par %1", + "edited-timestamp": "Edited %1", "norecentposts": "Aucun message récent", "norecenttopics": "Aucun sujet récent", "recentposts": "Messages récents", "recentips": "Adresses IP récemment enregistées", "moderator_tools": "Outils de modération", + "status": "Status", "online": "En ligne", "away": "Absent", "dnd": "Occupé", @@ -122,5 +130,7 @@ "edited": "Modifié", "disabled": "Désactivé", "select": "Sélectionner", - "user-search-prompt": "Écrivez ici pour rechercher des utilisateurs ..." + "user-search-prompt": "Écrivez ici pour rechercher des utilisateurs ...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/fr/groups.json b/public/language/fr/groups.json index afae347ba1..d780f2b33e 100644 --- a/public/language/fr/groups.json +++ b/public/language/fr/groups.json @@ -1,5 +1,6 @@ { "groups": "Groupes", + "members": "Members", "view_group": "Voir le groupe", "owner": "Propriétaire du groupe", "new_group": "Créer un nouveau groupe", diff --git a/public/language/fr/modules.json b/public/language/fr/modules.json index 3778a0ec49..35a91c9a28 100644 --- a/public/language/fr/modules.json +++ b/public/language/fr/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Discuter avec", "chat.placeholder": "Écrivez vos message ici, faites glisser / déposez les images, validez sur entrée pour envoyer", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Vous consultez des messages plus anciens, cliquez ici pour accéder au message le plus récent.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Envoyer", "chat.no_active": "Vous n'avez aucune discussion en cours.", "chat.user_typing": "%1 est en train d'écrire ...", @@ -42,6 +46,7 @@ "composer.compose": "Écrire", "composer.show_preview": "Afficher l'aperçu", "composer.hide_preview": "Masquer l'aperçu", + "composer.help": "Help", "composer.user_said_in": "%1 a dit dans %2 :", "composer.user_said": "%1 a dit :", "composer.discard": "Êtes-vous sûr de bien vouloir supprimer ce message ?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Heure", "composer.cancel-scheduling": "Annuler la planification", "composer.set-schedule-date": "Régler la date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Annuler", "bootbox.confirm": "Confirmer", diff --git a/public/language/fr/pages.json b/public/language/fr/pages.json index 35fcbf2367..0fb5e0ec9a 100644 --- a/public/language/fr/pages.json +++ b/public/language/fr/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Catégories surveillées", "account/bookmarks": "Marque-pages de %1", "account/settings": "Paramètres d'utilisateur", + "account/settings-of": "Changing settings of %1", "account/watched": "Sujets auxquels %1 est abonné", "account/ignored": "Sujets ignorés par %1", "account/upvoted": "Avis positifs de %1", diff --git a/public/language/fr/post-queue.json b/public/language/fr/post-queue.json index 533970f5ef..333bc53c4f 100644 --- a/public/language/fr/post-queue.json +++ b/public/language/fr/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notifier", "notify-user": "Notifier l'utilisateur", "confirm-reject": "Voulez vous réellement rejeter ce message ?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Actions", "accept-all": "Tout accepter", "accept-selected": "Acceptation sélectionné", @@ -29,6 +30,10 @@ "reject-all-confirm": "Voulez vous réellement rejeter tous ces messages ?", "reject-selected": "Rejets sélectionnés", "reject-selected-confirm": "Voulez vous réellement rejeter ces %1 messages ?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 messages acceptés", "bulk-reject-success": "%1 messages rejetés" } \ No newline at end of file diff --git a/public/language/fr/register.json b/public/language/fr/register.json index 3c7eef960c..107b0811de 100644 --- a/public/language/fr/register.json +++ b/public/language/fr/register.json @@ -1,5 +1,6 @@ { "register": "S'inscrire", + "already-have-account": "Already have an account?", "cancel_registration": "Annuler l'inscription", "help.email": "Par défaut, votre adresse e-mail est masquée au public.", "help.username_restrictions": "Un nom d'utilisateur unique entre %1 et %2 caractères. Les autres utilisateurs peuvent vous mentionner avec @nom-d'utilisateur.", diff --git a/public/language/fr/search.json b/public/language/fr/search.json index 943e939d57..a93ee5f6e8 100644 --- a/public/language/fr/search.json +++ b/public/language/fr/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 résultat(s) correspondant(s) à \"%2\", (%3 secondes)", "no-matches": "Aucune réponse trouvée", "advanced-search": "Recherche avancée", "in": "Dans", - "titles": "Titres", - "titles-posts": "Titres et Messages", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Correspondance", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Tous", "any": "Aucun", "posted-by": "Posté par", - "in-categories": "Dans les catégories", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Rechercher également dans les sous catégories", "has-tags": "Contient les mots-clés", "reply-count": "Nombre de réponses", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Au moins", "at-most": "Au plus", "relevance": "Pertinence", + "time": "Time", "post-time": "Date de message", "votes": "Votes", "newer-than": "Plus récent que", @@ -28,7 +48,22 @@ "three-months": "Trois mois", "six-months": "Six mois", "one-year": "Un an", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Trier par", + "sort": "Sort", "last-reply-time": "Date de dernière réponse", "topic-title": "Titre de sujet", "topic-votes": "Sujets votés", @@ -39,11 +74,36 @@ "category": "Catégorie", "descending": "Par ordre décroissant", "ascending": "Par ordre croissant", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Enregistrer les préférences", "clear-preferences": "Réinitialiser les préférences", "search-preferences-saved": "Préférences de recherche enregistrées", "search-preferences-cleared": "Préférences de recherche réinitialisées", "show-results-as": "Affichez les résultats comme", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Voir plus de résultats (%1)", "search-in-category": "Rechercher dans \"%1\"" } \ No newline at end of file diff --git a/public/language/fr/tags.json b/public/language/fr/tags.json index 438c24c184..e8d5566405 100644 --- a/public/language/fr/tags.json +++ b/public/language/fr/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Il n'y a aucun sujet ayant ce mot-clé", + "no-tags-found": "No tags found", "tags": "Mots-clés", "enter_tags_here": "Entrez les mots-clés ici. Chaque mot doit faire entre %1 et %2 caractères.", "enter_tags_here_short": "Entrez des mots-clés...", diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json index a5289be8bc..db2df527d8 100644 --- a/public/language/fr/topic.json +++ b/public/language/fr/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copier l'IP", "ban-ip": "Bannir l'IP", "view-history": "Éditer l'historique", - "locked-by": "Verrouillé par", - "unlocked-by": "Déverrouiller par", - "pinned-by": "Épinglé par", - "unpinned-by": "Désépinglé par", - "deleted-by": "Effacé par", - "restored-by": "Restauré par", - "moved-from-by": "Déplacé de %1 par", - "queued-by": "Message en attente d'approbation →", - "backlink": "Référencé par", - "forked-by": "Dupliqué par", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Cliquez ici pour aller au dernier message lu de ce fil.", "flag-post": "Signaler ce message", "flag-user": "Signaler cet utilisateur", @@ -95,7 +109,7 @@ "thread_tools.purge": "Supprimer définitivement le(s) sujet(s)", "thread_tools.purge_confirm": "Êtes-vous sûr de bien vouloir supprimer définitivement ce sujet ?", "thread_tools.merge_topics": "Fusionner les Sujets", - "thread_tools.merge": "Fusionner", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Ce sujet sera bientôt déplacé vers \"%1\". Cliquez ici pour annuler.", "topic_move_multiple_success": "Ces sujets seront bientôt déplacés vers \"%1\". Cliquez ici pour annuler.", "topic_move_all_success": "Tous les sujets seront déplacés vers \"%1\". Cliquez ici pour annuler.", @@ -121,7 +135,7 @@ "post_moved": "Message déplacé !", "fork_topic": "Scinder le sujet", "enter-new-topic-title": "Entrez un nouveau titre de sujet", - "fork_topic_instruction": "Cliquez sur les postes à scinder", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Aucun post sélectionné !", "no-posts-selected": "Aucun(s) message(s) sélectionné(s) !", "x-posts-selected": "%1 message(s) sélectionné(s)", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Nouveau titre pour le sujet", "topic-id": "Sujet ID", "move_posts_instruction": "Cliquez sur les articles que vous souhaitez déplacer, puis entrez un ID de sujet ou accédez au sujet cible", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Cliquez sur les messages que vous souhaitez attribuer à un autre utilisateur.", "composer.title_placeholder": "Entrer le titre du sujet ici…", "composer.handle_placeholder": "Entrez votre nom/identifiant ici", + "composer.hide": "Hide", "composer.discard": "Abandonner", "composer.submit": "Envoyer", "composer.additional-options": "Options additionnelles", @@ -184,5 +200,7 @@ "last-post": "Dernier message", "go-to-my-next-post": "Aller à mon prochain message", "no-more-next-post": "Vous n'avez plus de messages dans ce sujet", - "post-quick-reply": "Réponse rapide" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/fr/user.json b/public/language/fr/user.json index bdede19408..39e81631e9 100644 --- a/public/language/fr/user.json +++ b/public/language/fr/user.json @@ -43,6 +43,7 @@ "followers": "Abonnés", "following": "Abonnements", "blocks": "Bloqués", + "blocked-users": "Blocked users", "block_toggle": "Débloquer", "block_user": "Bloquer l'utilisateur", "unblock_user": "Débloquer l'utilisateur", @@ -68,6 +69,7 @@ "upload_new_picture": "Envoyer une nouvelle image", "upload_new_picture_from_url": "Envoyer une nouvelle image depuis un URL", "current_password": "Mot de passe actuel", + "new_password": "New Password", "change_password": "Changer le mot de passe", "change_password_error": "Mot de passe invalide !", "change_password_error_wrong_current": "Votre mot de passe est incorrect !", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Note de modération enregistrée", "info.moderation-note.add": "Ajouter une note", "sessions.description": "Cette page vous permet de visualiser et de révoquer si nécessaire, toutes les sessions actives de ce forum. Vous pouvez révoquer votre propre session en vous déconnectant de votre compte.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Vos données personnelles", "consent.lead": "Ce forum collecte et traite vos informations personnelles.", "consent.intro": "Nous utilisons ces informations strictement pour personnaliser votre expérience dans cette communauté, ainsi que pour associer les messages que vous publiez à votre compte utilisateur. Lors de l'étape d'enregistrement, vous avez été invité à fournir un nom d'utilisateur et une adresse e-mail. Vous pouvez également fournir des informations supplémentaires pour compléter votre profil.

Nous conservons ces informations durant la durée de vie de votre compte utilisateur. À tout moment vous pouvez supprimer votre compte. À tout moment, vous pouvez demander une copie de vos contributions, via la page de vos données personnelles.

Si vous avez des questions ou préoccupations, nous vous encourageons à contacter l'équipe d'administration de ce forum.", diff --git a/public/language/fr/users.json b/public/language/fr/users.json index 526f188f75..9e71f3430f 100644 --- a/public/language/fr/users.json +++ b/public/language/fr/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Derniers inscrits", "top_posters": "Utilisateurs les plus actifs", "most_reputation": "Meilleur Réputation", "most_flags": "Les plus signalés", "search": "Rechercher", "enter_username": "Entrez le nom d'un utilisateur", - "search-user-for-chat": "chercher un utilisateur pour commencer une discussion", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Charger la suite", "users-found-search-took": "%1 utilisateur(s) trouvé(s)! La recherche a pris %2 secondes.", "filter-by": "Filtrer par", diff --git a/public/language/gl/admin/admin.json b/public/language/gl/admin/admin.json index 39edffb66f..dcf9696ca2 100644 --- a/public/language/gl/admin/admin.json +++ b/public/language/gl/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Admin Control Panel", "settings-header-contents": "Contents", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/gl/admin/appearance/customise.json b/public/language/gl/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/gl/admin/appearance/customise.json +++ b/public/language/gl/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/gl/admin/extend/widgets.json b/public/language/gl/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/gl/admin/extend/widgets.json +++ b/public/language/gl/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/gl/admin/manage/groups.json b/public/language/gl/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/gl/admin/manage/groups.json +++ b/public/language/gl/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/gl/admin/manage/privileges.json b/public/language/gl/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/gl/admin/manage/privileges.json +++ b/public/language/gl/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/gl/admin/settings/navigation.json b/public/language/gl/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/gl/admin/settings/navigation.json +++ b/public/language/gl/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/gl/error.json b/public/language/gl/error.json index 9d0ae5a377..39374e0f5f 100644 --- a/public/language/gl/error.json +++ b/public/language/gl/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/gl/flags.json b/public/language/gl/flags.json index d4a3671ea8..1277ad5095 100644 --- a/public/language/gl/flags.json +++ b/public/language/gl/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Un licorca, que non hai nada marcado para revisión.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Encargado", "update": "Actualizar", "updated": "Actualizado", "resolved": "Resolved", "target-purged": "O contido marcado foi purgado e xa non está dispoñible", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Filtros rápidos", "filter-active": "Hai un ou máis filtros na lista de avisos", "filter-reset": "Eliminar filtros", "filters": "Filtrar opcións", - "filter-reporterId": "UID do reportador", - "filter-targetUid": "UID marcada", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Tipo de aviso", "filter-type-all": "Todo o contido", "filter-type-post": "Publicar", "filter-type-user": "User", "filter-state": "Estado", - "filter-assignee": "UID do encargado", + "filter-assignee": "Assignee", "filter-cid": "Categoría", "filter-quick-mine": "Asignado a min", "filter-cid-all": "Tódalas categorías", @@ -45,6 +47,7 @@ "notes": "Notas do aviso", "add-note": "Engadir nota", + "edit-note": "Edit Note", "no-notes": "Ningunha nota foi compartida", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/gl/global.json b/public/language/gl/global.json index 29a24d7cca..164a627d39 100644 --- a/public/language/gl/global.json +++ b/public/language/gl/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notificacións", "header.search": "Búsqueda ", "header.profile": "Perfil", + "header.account": "Account", "header.navigation": "Navegación", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Cargando Notificacións", "chats.loading": "Cargando Charlas", + "drafts.loading": "Loading Drafts", "motd.welcome": "Benvido a NodeBB, a plataforma de discusión do futuro.", "previouspage": "Páxina Anterior", "nextpage": "Páxina Seguinte", @@ -54,7 +58,8 @@ "users": "Usuarios ", "topics": "Temas", "posts": "Publicacións", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Mellor", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Reputación", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "ler máis", "more": "Máis", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 publicado %2", "guest_posted_ago": "Invitado publicou %1", "last_edited_by": "última edición por %1", + "edited-timestamp": "Edited %1", "norecentposts": "Non hai mensaxes recentes", "norecenttopics": "Non hai temas recentes", "recentposts": "Mensaxes recentes", "recentips": "Conectado recentemente en IPs", "moderator_tools": "Ferramentas de Moderación", + "status": "Status", "online": "En línea", "away": "Fóra", "dnd": "Non dispoñible", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/gl/groups.json b/public/language/gl/groups.json index fd1229eb47..81918bc793 100644 --- a/public/language/gl/groups.json +++ b/public/language/gl/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupos", + "members": "Members", "view_group": "Ver grupo", "owner": "Dono do grupo", "new_group": "Crear un novo grupo", diff --git a/public/language/gl/modules.json b/public/language/gl/modules.json index b1e71f9472..a6d9f024a5 100644 --- a/public/language/gl/modules.json +++ b/public/language/gl/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Enviar", "chat.no_active": "Non tes charlas activas.", "chat.user_typing": "%1 está a escribir...", @@ -42,6 +46,7 @@ "composer.compose": "Elaborar", "composer.show_preview": "Amosar vista previa", "composer.hide_preview": "Agochar vista previa", + "composer.help": "Help", "composer.user_said_in": "%1 dixo en %2", "composer.user_said": "%1 dixo:", "composer.discard": "Estás seguro de que queres desfacer esta publicación?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "De acordo", "bootbox.cancel": "Cancelar", "bootbox.confirm": "Confirmar", diff --git a/public/language/gl/pages.json b/public/language/gl/pages.json index b540b26e72..2ee82c35e0 100644 --- a/public/language/gl/pages.json +++ b/public/language/gl/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Mensaxes marcadas", "account/settings": "Opcións de Usuario", + "account/settings-of": "Changing settings of %1", "account/watched": "Temas vistos por %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Mensaxes votadas positivamente por %1", diff --git a/public/language/gl/post-queue.json b/public/language/gl/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/gl/post-queue.json +++ b/public/language/gl/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/gl/register.json b/public/language/gl/register.json index 8c24a4e487..b0f4a0d90e 100644 --- a/public/language/gl/register.json +++ b/public/language/gl/register.json @@ -1,5 +1,6 @@ { "register": "Rexistrarse", + "already-have-account": "Already have an account?", "cancel_registration": "Cancelar rexistro", "help.email": "Por defecto, o teu correo electrónico está oculto ao público.", "help.username_restrictions": "O nome de usuario debe ter entre %1 e %2 caracteres. Os outros usuarios poden mencionarte escribindo @usuario.", diff --git a/public/language/gl/search.json b/public/language/gl/search.json index f5f8f12919..5ffbbb2072 100644 --- a/public/language/gl/search.json +++ b/public/language/gl/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 resultado(s) coincide(n) con \"%2\", (%3 segundos)", "no-matches": "Non se atoparon coincidencias", "advanced-search": "Busca Avanzada", "in": "En", - "titles": "Títulos", - "titles-posts": "Títulos e publicacións", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Publicado por", - "in-categories": "En categorías", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Buscar categorías fillas", "has-tags": "Has tags", "reply-count": "Número de Respostas", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Como mínimo", "at-most": "Como máximo", "relevance": "Relevance", + "time": "Time", "post-time": "Data de publicación", "votes": "Votes", "newer-than": "Máis recente que", @@ -28,7 +48,22 @@ "three-months": "Tres meses", "six-months": "Seis meses", "one-year": "Un ano", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Ordenar por", + "sort": "Sort", "last-reply-time": "Data da última resposta", "topic-title": "Título do tema", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Categoría", "descending": "En orde descendente", "ascending": "En orde ascendente", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Gardar preferencias", "clear-preferences": "Desbotar preferencias", "search-preferences-saved": "Preferencias de búsqueda gardadas", "search-preferences-cleared": "Preferencias de búsqueda desbotadas", "show-results-as": "Amosar resultados como", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/gl/tags.json b/public/language/gl/tags.json index 35254979db..7af1f30871 100644 --- a/public/language/gl/tags.json +++ b/public/language/gl/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Non hai temas con esa etiqueta.", + "no-tags-found": "No tags found", "tags": "Etiquetas", "enter_tags_here": "Pon as etiquetas aquí, entre %1 e %2 caracteres cada unha.", "enter_tags_here_short": "Introduce as etiquetas", diff --git a/public/language/gl/topic.json b/public/language/gl/topic.json index ae09fbae43..9231de02b8 100644 --- a/public/language/gl/topic.json +++ b/public/language/gl/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Pica aquí para volver á última mensaxe lida neste tema ", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Purgar Tema", "thread_tools.purge_confirm": "Estás seguro de que desexas eliminar definitivamente (purgar) este tema?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Publicación movida correctamente!", "fork_topic": "Dividir Tema", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Fai clic nas publicacións que queiras dividir", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Non seleccionaches ninguna publicación!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Introduce o título do teu tema", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Descartar", "composer.submit": "Enviar", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/gl/user.json b/public/language/gl/user.json index 95c0f45f50..e5860de51e 100644 --- a/public/language/gl/user.json +++ b/public/language/gl/user.json @@ -43,6 +43,7 @@ "followers": "Seguidores", "following": "Seguindo", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Subir unha nova foto", "upload_new_picture_from_url": "Subir unha nova foto dende un ligazón", "current_password": "Contrasinal actual", + "new_password": "New Password", "change_password": "Cambia-lo contrasinal", "change_password_error": "Contrasinal inválido", "change_password_error_wrong_current": "O contrasinal actual é incorrecto!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Nota do moderador gardada", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/gl/users.json b/public/language/gl/users.json index d79d568af9..f8e4c06530 100644 --- a/public/language/gl/users.json +++ b/public/language/gl/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Últimos usuarios", "top_posters": "Maiores Publicadores", "most_reputation": "Máis Reputados", "most_flags": "Máis reportados", "search": "Busca", "enter_username": "Introduce o nome de usuario a procurar", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Cargar máis", "users-found-search-took": "%1 usuario(s) atopado! A procura tomou %2 segundos.", "filter-by": "Filtrar por", diff --git a/public/language/he/admin/admin.json b/public/language/he/admin/admin.json index a8b9f1af40..1aa26a17aa 100644 --- a/public/language/he/admin/admin.json +++ b/public/language/he/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | לוח בקרה למנהל NodeBB", "settings-header-contents": "תוכן", - "changes-saved": "שינויים שנשמרו", - "changes-saved-message": "השינויים שלך בתצורת NodeBB נשמרו.", "changes-not-saved": "השינויים לא נשמרו", "changes-not-saved-message": "NodeBB נתקל בעיה בשמירת השינויים שלך. (%1)" } \ No newline at end of file diff --git a/public/language/he/admin/appearance/customise.json b/public/language/he/admin/appearance/customise.json index bd14e03e43..4782ca9efa 100644 --- a/public/language/he/admin/appearance/customise.json +++ b/public/language/he/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "CSS/LESS מותאם אישית", - "custom-css.description": "הכניסו כאן CSS / LESS משלכם, שיבוצע לאחר טעינת כל הסגנונות האחרים.", - "custom-css.enable": "הפעלת CSS/LESS מותאם אישית", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Javascript מותאם אישית", "custom-js.description": "הכניסו כאן JavaScript משלכם, שיבוצע לאחר טעינת הדף לחלוטין.", diff --git a/public/language/he/admin/extend/widgets.json b/public/language/he/admin/extend/widgets.json index eb710c3543..29194a4946 100644 --- a/public/language/he/admin/extend/widgets.json +++ b/public/language/he/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "פאנל", - "container.panel-header": "כותרת פאנל", - "container.panel-body": "גוף הפאנל", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "התראה", "alert.confirm-delete": "האם אתה בטוח שאתה רוצה למחוק את הוידג'ט?", diff --git a/public/language/he/admin/manage/groups.json b/public/language/he/admin/manage/groups.json index 5b66702d33..84aa0f7c68 100644 --- a/public/language/he/admin/manage/groups.json +++ b/public/language/he/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "בטל שינויים", "edit.no-users-found": "לא נמצאו משתמשים", - "edit.confirm-remove-user": "האם אתה בטוח שאתה רוצה להסיר משתמש זה?", - "edit.save-success": "השינויים נשמרו!" + "edit.confirm-remove-user": "האם אתה בטוח שאתה רוצה להסיר משתמש זה?" } \ No newline at end of file diff --git a/public/language/he/admin/manage/privileges.json b/public/language/he/admin/manage/privileges.json index 47840a1c11..628e71a87e 100644 --- a/public/language/he/admin/manage/privileges.json +++ b/public/language/he/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "האם אתה בטוח שברצונך להעניק הרשאות מודרטור לקבוצת משתמשים זו? הקבוצה היא ציבורית, וכל משתמש יכול להצטרף כרצונו.", "alert.confirm-admins-mods": "האם אתה בטוח שברצונך להעניק "הרשאות & ניהול" למשתמש/קבוצה זו? משתמשים עם הרשאה זו יכולים להוסיף ולהסיר הרשאות של של משתמשים אחרים, כולל מנהל ראשי", "alert.confirm-save": "נא אשר את הגדרת ההרשאות", - "alert.saved": "שינויי הרשאות נשמרו והוחלו", "alert.confirm-discard": "האם אתה בטוח שברצונך לבטל את שינויי ההרשאות שלך?", "alert.discarded": "שינויי ההרשאות נמחקו", "alert.confirm-copyToAll": "זהירות!! האם אתה בטוח שברצונך להחיל הגדרת הרשאות זו של %1 ל כל הקטגוריות?", diff --git a/public/language/he/admin/settings/navigation.json b/public/language/he/admin/settings/navigation.json index 9d7e256e82..eeaf11bdc5 100644 --- a/public/language/he/admin/settings/navigation.json +++ b/public/language/he/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "קבוצות:", "open-new-window": "ייפתח בכרטיסייה חדשה", "dropdown": "תפריט נפתח", - "dropdown-placeholder": "מקמו את פריטי התפריט הנפתח , באופן הבא:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "מחיקה", "btn.disable": "השבתה", diff --git a/public/language/he/error.json b/public/language/he/error.json index 8c2c75783b..4b7861dea3 100644 --- a/public/language/he/error.json +++ b/public/language/he/error.json @@ -224,5 +224,6 @@ "api.429": "יותר מידי בקשות, אנא נסו שוב מאוחר יותר", "api.500": "שגיאה בלתי צפויה אירעה בעת ניסיון להגיש את בקשתכם.", "api.501": "הנתיב אליו אתם מנסים לתקשר עדיין לא מיושם, אנא נסו שוב מחר", - "api.503": "הנתיב אליו אתם מנסים לתקשר אינו זמין כעת עקב תצורת שרת" + "api.503": "הנתיב אליו אתם מנסים לתקשר אינו זמין כעת עקב תצורת שרת", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/he/flags.json b/public/language/he/flags.json index 4633d59fe3..9d11a4ae02 100644 --- a/public/language/he/flags.json +++ b/public/language/he/flags.json @@ -3,25 +3,27 @@ "reports": "דוחות", "first-reported": "דווח ראשון", "no-flags": "הידד! לא נמצאו סימונים.", + "x-flags-found": "%1 flag(s) found.", "assignee": "מוקצה", "update": "עדכון", "updated": "עודכן", "resolved": "הושלם", "target-purged": "התוכן שסומן נוקה ולא קיים יותר.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "דיווחים יומיים", "quick-filters": "סינון מהיר", "filter-active": "קיים סנן אחד או יותר ברשימת הסימונים הזו", "filter-reset": "הסר סינון", "filters": "אפשרויות סינון", - "filter-reporterId": "UID של מדווח", - "filter-targetUid": "UID של סימונים", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "סוג סימון", "filter-type-all": "כל התוכן", "filter-type-post": "פרסום", "filter-type-user": "משתמש", "filter-state": "מצב", - "filter-assignee": "UID של הממונה", + "filter-assignee": "Assignee", "filter-cid": "קטגוריה", "filter-quick-mine": "הוקצה עבורי", "filter-cid-all": "כל הקטגוריות", @@ -45,6 +47,7 @@ "notes": "הערות הסימון", "add-note": "הוסף הערה", + "edit-note": "Edit Note", "no-notes": "אין הערות", "delete-note-confirm": "האם אתה בטוח שאתה רוצה למחוק הערה זו?", "delete-flag-confirm": "האם אתה בטוח שברצונך למחוק את הדיווח הזה?", diff --git a/public/language/he/global.json b/public/language/he/global.json index e9f3feca1a..40aa201ac3 100644 --- a/public/language/he/global.json +++ b/public/language/he/global.json @@ -37,9 +37,13 @@ "header.notifications": "התראות", "header.search": "חיפוש", "header.profile": "פרופיל", + "header.account": "Account", "header.navigation": "ניווט", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "טוען התראות", "chats.loading": "טוען צ'אטים", + "drafts.loading": "Loading Drafts", "motd.welcome": "ברוכים הבאים ל-NodeBB, פלטפורמות הדיון העתידני", "previouspage": "העמוד הקודם", "nextpage": "העמוד הבא", @@ -54,7 +58,8 @@ "users": "משתמשים", "topics": "נושאים", "posts": "פוסטים", - "x-posts": "%1 פוסטים", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "הגבוה ביותר", "controversial": "שנוי במחלוקת", "votes": "הצבעות", @@ -69,6 +74,7 @@ "reputation": "מוניטין", "lastpost": "פוסט אחרון", "firstpost": "פוסט ראשון", + "about": "About", "read_more": "קרא עוד", "more": "עוד", "none": "ללא", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 העלה פוסט %2", "guest_posted_ago": "אורח העלה פוסט %1", "last_edited_by": "נערך לאחרונה על ידי %1", + "edited-timestamp": "Edited %1", "norecentposts": "אין פוסטים מהזמן האחרון", "norecenttopics": "אין נושאים מהזמן החרון", "recentposts": "פוסטים אחרונים", "recentips": "כתובות IP שהתחברו למערכת לאחרונה", "moderator_tools": "כלי מודרטור", + "status": "Status", "online": "מחובר", "away": "לא נמצא", "dnd": "נא לא להפריע", @@ -122,5 +130,7 @@ "edited": "נערך", "disabled": "מושבת", "select": "בחר", - "user-search-prompt": "הקלד כאן משהו על מנת למצוא משתמשים..." + "user-search-prompt": "הקלד כאן משהו על מנת למצוא משתמשים...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/he/groups.json b/public/language/he/groups.json index 7148ca56f2..d21daa7751 100644 --- a/public/language/he/groups.json +++ b/public/language/he/groups.json @@ -1,5 +1,6 @@ { "groups": "קבוצות", + "members": "Members", "view_group": "הצג קבוצה", "owner": "מנהל קבוצה", "new_group": "צור קבוצה חדשה", diff --git a/public/language/he/modules.json b/public/language/he/modules.json index fefaec201a..1c81f82ce4 100644 --- a/public/language/he/modules.json +++ b/public/language/he/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "שוחחו בצ'אט עם", "chat.placeholder": "כתבו תוכן הודעת הצ'אט כאן, ניתן לגרור ולשחרר כאן תמונות, הקישו אנטר לשליחה.", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "הנכם צופים כעת בהודעות ישנות. לחצו כאן למעבר להודעה האחרונה.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "שליחה", "chat.no_active": "אין לכם צ'אטים פעילים.", "chat.user_typing": "%1 מקליד...", @@ -42,6 +46,7 @@ "composer.compose": "יצירה", "composer.show_preview": "הצגת תצוגה מקדימה", "composer.hide_preview": "הסתרת תצוגה מקדימה", + "composer.help": "Help", "composer.user_said_in": "%1 כתב ב%2:", "composer.user_said": "%1 כתב:", "composer.discard": "האם לבטל את השינויים שנעשו בפוסט זה?", @@ -65,6 +70,9 @@ "composer.schedule-time": "שעה", "composer.cancel-scheduling": "ביטול תיזמון", "composer.set-schedule-date": "הגדרת תאריך", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "אישור", "bootbox.cancel": "ביטול", "bootbox.confirm": "אישור", diff --git a/public/language/he/pages.json b/public/language/he/pages.json index 0e5aefc608..3672ef584e 100644 --- a/public/language/he/pages.json +++ b/public/language/he/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "הקטגוריות ש-%1 עוקב אחריהם", "account/bookmarks": "הפוסטים המועדפים של %1", "account/settings": "הגדרות משתמש", + "account/settings-of": "Changing settings of %1", "account/watched": "נושאים שנצפו על ידי %1", "account/ignored": "נושאים ש%1 התעלמו מהם", "account/upvoted": "פוסטים שהוצבעו לטובה על ידי %1", diff --git a/public/language/he/post-queue.json b/public/language/he/post-queue.json index 23d47cd280..4bf11c0824 100644 --- a/public/language/he/post-queue.json +++ b/public/language/he/post-queue.json @@ -22,6 +22,7 @@ "notify": "שלח הודעה", "notify-user": "שלח התראה למשתמש", "confirm-reject": "האם אתה בטוח שברצונך לדחות את הפוסט הזה?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "פעולות כמותיות", "accept-all": "אשר הכל", "accept-selected": "אשר פוסטים נבחרים", @@ -29,6 +30,10 @@ "reject-all-confirm": "האם אתה בטוח שברצונך לדחות את כל הפוסטים?", "reject-selected": "דחה פוסטים נבחרים", "reject-selected-confirm": "האם אתה בטוח שברצונך לדחות את %1 הפוסטים שנבחרו?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 פוסטים אושרו", "bulk-reject-success": "%1 פוסטים נדחו" } \ No newline at end of file diff --git a/public/language/he/register.json b/public/language/he/register.json index c1ee9e3bf3..42d014526e 100644 --- a/public/language/he/register.json +++ b/public/language/he/register.json @@ -1,5 +1,6 @@ { "register": "הרשמה", + "already-have-account": "Already have an account?", "cancel_registration": "בטל רישום", "help.email": "כברירת מחדל, כתובת האימייל שלך לא גלויה למשתמשים אחרים", "help.username_restrictions": "שם משתמש ייחודי בין %1 ל %2 תווים. משתמשים אחרים יכולים לציין את שמך באמצעות @שם המשתמש שלך.", diff --git a/public/language/he/search.json b/public/language/he/search.json index fcad1a9ea0..048717c5e2 100644 --- a/public/language/he/search.json +++ b/public/language/he/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "נמצאו %1 תוצאות עבור החיפוש \"%2\", (%3 שניות)", "no-matches": "לא נמצאו תוצאות", "advanced-search": "חיפוש מתקדם", "in": "ב", - "titles": "כותרות", - "titles-posts": "כותרות ופוסטים", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "התאם מילים", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "הכל", "any": "כל", "posted-by": "פורסם על-ידי", - "in-categories": "בקטגוריות", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "חפש בתת קטגוריות", "has-tags": "עם תגיות", "reply-count": "כמות תגובות", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "לפחות", "at-most": "לכל היותר", "relevance": "רלוונטיות", + "time": "Time", "post-time": "זמן הפוסט", "votes": "הצבעות", "newer-than": "חדש מ", @@ -28,7 +48,22 @@ "three-months": "שלושה חודשים", "six-months": "שישה חודשים", "one-year": "שנה אחת", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "סדר על-פי", + "sort": "Sort", "last-reply-time": "תאריך תגובה אחרון", "topic-title": "כותרת הנושא", "topic-votes": "הצבעות בנושא", @@ -39,11 +74,36 @@ "category": "קטגוריה", "descending": "בסדר יורד", "ascending": "בסדר עולה", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "שמור העדפות", "clear-preferences": "נקה העדפות", "search-preferences-saved": "חפש העדפות שנשמרו", "search-preferences-cleared": "חפש העדפות שנוקו", "show-results-as": "צפה בתוצאות בתור", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "צפה בתוצאות נוספות (%1)", "search-in-category": "חפש ב-\"%1\"" } \ No newline at end of file diff --git a/public/language/he/tags.json b/public/language/he/tags.json index 6604da7815..a69254c935 100644 --- a/public/language/he/tags.json +++ b/public/language/he/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "אין פוסטים עם תגית זו.", + "no-tags-found": "No tags found", "tags": "תגיות", "enter_tags_here": "הכנס תגים כאן, כאשר כל אחד בין %1 ל%2 תווים.", "enter_tags_here_short": "הכנס תגיות", diff --git a/public/language/he/topic.json b/public/language/he/topic.json index f36bf4277e..d0fdeb76c7 100644 --- a/public/language/he/topic.json +++ b/public/language/he/topic.json @@ -39,16 +39,30 @@ "copy-ip": "העתקת IP", "ban-ip": "הרחקת IP", "view-history": "עריכת היסטוריה", - "locked-by": "ננעל על ידי", - "unlocked-by": "נעילה הוסרה על ידי", - "pinned-by": "ננעץ על ידי", - "unpinned-by": "נעיצה הוסרה על ידי", - "deleted-by": "נמחק על ידי", - "restored-by": "שוחזר על ידי", - "moved-from-by": "הועבר מ %1 ע\"י", - "queued-by": "הפוסט ממתין לאישור →", - "backlink": "הוזכר על-ידי", - "forked-by": "פוצל על-ידי", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "לחצו כאן בכדי לחזור לפוסט האחרון שקראתם בנושא זה.", "flag-post": "דווחו על פוסט זה", "flag-user": "דווחו על משתמש זה", @@ -95,7 +109,7 @@ "thread_tools.purge": "מחיקת נושא לצמיתות", "thread_tools.purge_confirm": "האם למחוק לצמיתות נושא זה?", "thread_tools.merge_topics": "מיזוג נושאים", - "thread_tools.merge": "מיזוג", + "thread_tools.merge": "Merge Topic", "topic_move_success": "נושא זה יועבר ל\"%1\". לחצו כאן לביטול.", "topic_move_multiple_success": "נושאים אלו יועברו ל\"%1\" . לחצו כאן לביטול.", "topic_move_all_success": "כל הנושאים יועברו ל\"%1\". לחצו כאן לביטול.", @@ -121,7 +135,7 @@ "post_moved": "הפוסט הועבר!", "fork_topic": "פיצול נושא", "enter-new-topic-title": "הכניסו כותרת נושא חדשה", - "fork_topic_instruction": "לחצו על הפוסטים שברצונכם לפצל", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "לא נבחרו פוסטים!", "no-posts-selected": "לא נבחרו פוסטים!", "x-posts-selected": "%1 פוסטים נבחרו", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "כותרת חדשה לנושא", "topic-id": "מזהה נושא", "move_posts_instruction": "לחצו על הפוסטים שברצונכם להסיר ואז הכניסו מזהה נושא או עברו לנושא היעד", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "לחצו על הפוסטים בהם תרצו לשנות את שם כותב ההודעה", "composer.title_placeholder": "הכניסו את כותרת הנושא כאן...", "composer.handle_placeholder": "הזינו את שמכם / כינוי שלכם כאן", + "composer.hide": "Hide", "composer.discard": "ביטול", "composer.submit": "שליחה", "composer.additional-options": "אפשרויות נוספות", @@ -184,5 +200,7 @@ "last-post": "פוסט אחרון", "go-to-my-next-post": "מעבר לפוסט הבא שלי", "no-more-next-post": "אין לכם יותר פוסטים בנושא זה", - "post-quick-reply": "שליחת תגובה מהירה" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/he/user.json b/public/language/he/user.json index 738821cd16..7908f623c2 100644 --- a/public/language/he/user.json +++ b/public/language/he/user.json @@ -43,6 +43,7 @@ "followers": "עוקבים", "following": "עוקב אחרי", "blocks": "חסימות", + "blocked-users": "Blocked users", "block_toggle": " חסום/בטל חסימה", "block_user": "חסום משתמש", "unblock_user": "בטל חסימת משתמש", @@ -68,6 +69,7 @@ "upload_new_picture": "העלה תמונה חדשה", "upload_new_picture_from_url": "העלה תמונה חדשה מ-URL", "current_password": "סיסמה נוכחית", + "new_password": "New Password", "change_password": "שנה סיסמה", "change_password_error": "סיסמה לא תקינה!", "change_password_error_wrong_current": "סיסמתך הנוכחית אינה נכונה!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "הערת מודרטור נשמרה", "info.moderation-note.add": "הוסף הערה", "sessions.description": "דף זה מאפשר לך לראות את כל הסשנים הפעילים בפורום זה ולבטל אותם במידת הצורך. אתה יכול לבטל את הסשן שלך על ידי התנתקותך מהחשבון.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "תנאי השימוש באתר", "consent.lead": "אתר זה אוסף ומעבד נתונים הכוללים בחלקם את המידע האישי שלך.", "consent.intro": "אנו משתמשים במידע שנאסף כדי להתאים אישית את החוויה שלך, וכן לקשר את ההודעות שאתה מבצע לחשבון המשתמש שלך. במהלך שלב ההרשמה התבקשת לספק שם משתמש וכתובת דוא\"ל, תוכל גם לספק מידע נוסף כדי להשלים את פרופיל המשתמש שלך באתר זה.

אנו שומרים ומעבדים מידע זה. אתה יכול לבטל את הסכמתך בכל עת על ידי מחיקת החשבון שלך. בכל עת תוכל לבקש עותק של חשבונך לאתר זה, באמצעות דף זה.

אם יש לך שאלות או חששות, אנו ממליצים לך ליצור קשר עם צוות הניהול של האתר.", diff --git a/public/language/he/users.json b/public/language/he/users.json index 459dfa1d61..4b880d57c3 100644 --- a/public/language/he/users.json +++ b/public/language/he/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "משתמשים אחרונים", "top_posters": "מפרסמים הכי הרבה", "most_reputation": "המוניטין הגבוה ביותר", "most_flags": "הכי הרבה דיווחי משתמשים", "search": "חיפוש", "enter_username": "הכנס שם משתמש לחיפוש", - "search-user-for-chat": "חפש משתמש כדי להתחיל איתו צאט", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "טען עוד", "users-found-search-took": "%1 משתמשים נמצאו! החיפוש ערך %2 שניות.", "filter-by": "פלטר על-פי", diff --git a/public/language/hr/admin/admin.json b/public/language/hr/admin/admin.json index 9694790eb2..0dbe9b7fe8 100644 --- a/public/language/hr/admin/admin.json +++ b/public/language/hr/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Administratorska kontrolna ploča", "settings-header-contents": "Sadržaj", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/hr/admin/appearance/customise.json b/public/language/hr/admin/appearance/customise.json index db241ab70b..579eb26a2e 100644 --- a/public/language/hr/admin/appearance/customise.json +++ b/public/language/hr/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/hr/admin/extend/widgets.json b/public/language/hr/admin/extend/widgets.json index 71d6348bfa..180110eb5d 100644 --- a/public/language/hr/admin/extend/widgets.json +++ b/public/language/hr/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Ništa", "container.well": "`", "container.jumbotron": "Jumbotron", - "container.panel": "Ploča", - "container.panel-header": "Ploča zaglavlja", - "container.panel-body": "Tijelo ploče", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Upozorenje", "alert.confirm-delete": "Sigurni ste da želite obrisati ovaj widget?", diff --git a/public/language/hr/admin/manage/groups.json b/public/language/hr/admin/manage/groups.json index 91d481eb23..6053b89617 100644 --- a/public/language/hr/admin/manage/groups.json +++ b/public/language/hr/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Povrati", "edit.no-users-found": "Korisnik nije pronađen", - "edit.confirm-remove-user": "Sigurni ste da želite ukloniti ovog korisnika?", - "edit.save-success": "Promjene spremljene!" + "edit.confirm-remove-user": "Sigurni ste da želite ukloniti ovog korisnika?" } \ No newline at end of file diff --git a/public/language/hr/admin/manage/privileges.json b/public/language/hr/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/hr/admin/manage/privileges.json +++ b/public/language/hr/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/hr/admin/settings/navigation.json b/public/language/hr/admin/settings/navigation.json index 00f84662dd..595b511b94 100644 --- a/public/language/hr/admin/settings/navigation.json +++ b/public/language/hr/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Otvori u novom prozoru", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Obriši", "btn.disable": "Onemogući", diff --git a/public/language/hr/error.json b/public/language/hr/error.json index 0d9fecee1a..7b28c5c408 100644 --- a/public/language/hr/error.json +++ b/public/language/hr/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/hr/flags.json b/public/language/hr/flags.json index 673ba3806c..e2bee66e5c 100644 --- a/public/language/hr/flags.json +++ b/public/language/hr/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Huura! Nema pronađenih zastavica.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Dodijeljeni", "update": "Nadogradnja", "updated": "Nadograđeno", "resolved": "Resolved", "target-purged": "Sadržaj koji je označen zastavom je odbačen i više nije dostupan.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Brzi filteri", "filter-active": "Postoje jedan ili više filtera aktivnih u popisu zastava", "filter-reset": "Ukloni filtere", "filters": "Opcije filtera", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Vrsta zastave", "filter-type-all": "Sav sadržaj", "filter-type-post": "Objave", "filter-type-user": "User", "filter-state": "Stanje", - "filter-assignee": "Asignee UID", + "filter-assignee": "Assignee", "filter-cid": "Kategorija", "filter-quick-mine": "Dodijeljeno meni", "filter-cid-all": "Sve kategorije", @@ -45,6 +47,7 @@ "notes": "Bilješke zastave", "add-note": "Dodaj bilješku", + "edit-note": "Edit Note", "no-notes": "Nema podijeljenih bilješki", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/hr/global.json b/public/language/hr/global.json index f673e499f4..385d0b8cba 100644 --- a/public/language/hr/global.json +++ b/public/language/hr/global.json @@ -37,9 +37,13 @@ "header.notifications": "Obavijesti", "header.search": "Pretraga", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigacija", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Učitavanje obavijesti", "chats.loading": "Učitavam razgovore", + "drafts.loading": "Loading Drafts", "motd.welcome": "Dobrodošli na Silicon Island Rijeka 2020 forum.", "previouspage": "Prethodna stranica", "nextpage": "Sljedeća stranica", @@ -54,7 +58,8 @@ "users": "Korisnici", "topics": "Teme", "posts": "Objave", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Najbolje", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Reputacija", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "pročitaj više", "more": "Više", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 je objavio %2", "guest_posted_ago": "Gost je objavio %1", "last_edited_by": "Zadnji put uređeno &1", + "edited-timestamp": "Edited %1", "norecentposts": "Nema nedavnih objava", "norecenttopics": "Nema nedavnih tema", "recentposts": "Posljednji postovi", "recentips": "Posljednje prijavljeni IPovi", "moderator_tools": "Moderatorski alati", + "status": "Status", "online": "Na mreži", "away": "Odustan", "dnd": "Ne smetaj", @@ -122,5 +130,7 @@ "edited": "Uređeno", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/hr/groups.json b/public/language/hr/groups.json index bfdbf2a416..60accd9bbc 100644 --- a/public/language/hr/groups.json +++ b/public/language/hr/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupe", + "members": "Members", "view_group": "Pogledaj grupu", "owner": "Vlasnik grupe", "new_group": "Napravi novu grupu", diff --git a/public/language/hr/modules.json b/public/language/hr/modules.json index 8afe7e77d2..fc3e196945 100644 --- a/public/language/hr/modules.json +++ b/public/language/hr/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Pošalji", "chat.no_active": "Nemate aktivnih razgovora.", "chat.user_typing": "%1 piše poruku ...", @@ -42,6 +46,7 @@ "composer.compose": "Sastavi", "composer.show_preview": "Prikaz", "composer.hide_preview": "Sakrij prikaz", + "composer.help": "Help", "composer.user_said_in": "%1 je rekao u %2:", "composer.user_said": "%1 je rekao:", "composer.discard": "Sigurni ste da želite odbaciti ovu objavu?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Odbaci", "bootbox.confirm": "Potvrdi", diff --git a/public/language/hr/pages.json b/public/language/hr/pages.json index 26d36c96a1..a86b385b36 100644 --- a/public/language/hr/pages.json +++ b/public/language/hr/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1 zabilježene objave", "account/settings": "Korisničke postavke", + "account/settings-of": "Changing settings of %1", "account/watched": "Teme prati %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "%1 glasao za", diff --git a/public/language/hr/post-queue.json b/public/language/hr/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/hr/post-queue.json +++ b/public/language/hr/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/hr/register.json b/public/language/hr/register.json index c79ad6d09e..d9f54ca513 100644 --- a/public/language/hr/register.json +++ b/public/language/hr/register.json @@ -1,5 +1,6 @@ { "register": "Registracija", + "already-have-account": "Already have an account?", "cancel_registration": "Obustavi registraciju", "help.email": "Vaš email će biti skriven od javnosti.", "help.username_restrictions": "Unikatno korisničko ime između %1 i %2 znaka. Ostali Vas mogu spomenuti sa @username.", diff --git a/public/language/hr/search.json b/public/language/hr/search.json index 4d69e6db1f..fcc935ab6b 100644 --- a/public/language/hr/search.json +++ b/public/language/hr/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 rezultat odgovara \"%2\", (%3 sekunde)", "no-matches": "Nema rezultata", "advanced-search": "Napredna pretraga", "in": "U", - "titles": "Naslovi", - "titles-posts": "Naslovi i objave", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Objavio", - "in-categories": "U kategoriji", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Pretraži podkategorije", "has-tags": "Ima oznake", "reply-count": "Broj odgovora", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Najmanje", "at-most": "Najviše", "relevance": "Relevantno", + "time": "Time", "post-time": "Vrijeme objave", "votes": "Votes", "newer-than": "Novije od", @@ -28,7 +48,22 @@ "three-months": "Tri mjeseca", "six-months": "Šest mjeseci", "one-year": "Godina", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sortiraj po", + "sort": "Sort", "last-reply-time": "Vrijeme zadnje odgovora", "topic-title": "Naslov teme", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Kategorija", "descending": "U silaznom redu", "ascending": "Po uzlaznom redu", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Spremi postavke", "clear-preferences": "Očisti postavke", "search-preferences-saved": "Postavke pretraživanja spremljene", "search-preferences-cleared": "Postavke pretraživanja očišćene ", "show-results-as": "Prikaži rezultate kao", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/hr/tags.json b/public/language/hr/tags.json index 59f324fe04..4649c9fa63 100644 --- a/public/language/hr/tags.json +++ b/public/language/hr/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Nema tema sa ovom oznakom", + "no-tags-found": "No tags found", "tags": "Oznake", "enter_tags_here": "Unesite oznake, između %1 i %2 znaka.", "enter_tags_here_short": "Unestie oznake ...", diff --git a/public/language/hr/topic.json b/public/language/hr/topic.json index 8d6bff9788..e0d6425912 100644 --- a/public/language/hr/topic.json +++ b/public/language/hr/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Klikni ovdje za povratak na zadnji pročitani post.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Odbaci temu", "thread_tools.purge_confirm": "Sigurni ste da želite odbaciti ovu temu?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Objava pomaknuta!", "fork_topic": "Dupliraj temu", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Označi objave koje želite duplirati", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Objave nisu odabrane!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Unesite naslov teme ovdje ...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Odbaci", "composer.submit": "Podnesi", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/hr/user.json b/public/language/hr/user.json index 985402a9b8..41d8519616 100644 --- a/public/language/hr/user.json +++ b/public/language/hr/user.json @@ -43,6 +43,7 @@ "followers": "Pratitelji", "following": "Prati", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Učitaj novu sliku", "upload_new_picture_from_url": "Učitaj sliku iz URL", "current_password": "Sadašnja lozinka", + "new_password": "New Password", "change_password": "Promjeni lozinku", "change_password_error": "Netočna lozinka!", "change_password_error_wrong_current": "Vaša trenutačna lozinka nije točna!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Poruka moderiranja spremljena", "info.moderation-note.add": "Dodaj bilješku", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/hr/users.json b/public/language/hr/users.json index d19e05f8f8..b01eebdfc5 100644 --- a/public/language/hr/users.json +++ b/public/language/hr/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Posljednji korisnici", "top_posters": "Najviše objava", "most_reputation": "Najveća reputacija", "most_flags": "Najviše zastava", "search": "Pretraga", "enter_username": "Unesi korisničko ime za pretragu", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Učitaj više", "users-found-search-took": "%1user(s) pronađeni! Pretraga je trajala %2 sekundi.", "filter-by": "Filtriraj po", diff --git a/public/language/hu/admin/admin.json b/public/language/hu/admin/admin.json index d7d91c2e48..3db51249df 100644 --- a/public/language/hu/admin/admin.json +++ b/public/language/hu/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Adminisztrációs vezérlőpult", "settings-header-contents": "Tartalmak", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/hu/admin/appearance/customise.json b/public/language/hu/admin/appearance/customise.json index 53583244f6..5801e0511f 100644 --- a/public/language/hu/admin/appearance/customise.json +++ b/public/language/hu/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Egyéni CSS/LESS", - "custom-css.description": "Adj meg saját CSS/LESS leírókat, melyek minden egyéb stílus után kerülnek alkalmazásra.", - "custom-css.enable": "Egyéni CSS/LESS engedélyezése", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Egyéni Javascript", "custom-js.description": "Adj meg saját javascript-et. Végrehajtására az oldal teljes betöltése után kerül sor.", diff --git a/public/language/hu/admin/extend/widgets.json b/public/language/hu/admin/extend/widgets.json index a86018b3b8..8c4e5ea454 100644 --- a/public/language/hu/admin/extend/widgets.json +++ b/public/language/hu/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Nincs", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel fejléc", - "container.panel-body": "Panel test", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Riasztás", "alert.confirm-delete": "Biztosan szeretnéd törölni ezt a modult?", diff --git a/public/language/hu/admin/manage/groups.json b/public/language/hu/admin/manage/groups.json index 7a921cafb9..9e82e5a05a 100644 --- a/public/language/hu/admin/manage/groups.json +++ b/public/language/hu/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Visszavonás", "edit.no-users-found": "Nem található felhasználó", - "edit.confirm-remove-user": "Biztosan eltávolítod ezt a felhasználót?", - "edit.save-success": "Változtatások mentve!" + "edit.confirm-remove-user": "Biztosan eltávolítod ezt a felhasználót?" } \ No newline at end of file diff --git a/public/language/hu/admin/manage/privileges.json b/public/language/hu/admin/manage/privileges.json index 23c048a409..18624e524a 100644 --- a/public/language/hu/admin/manage/privileges.json +++ b/public/language/hu/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Biztosan beállítod ezeket a moderációs jogosultságokat ennek a csoportnak? Ez a csoport nyilvános, a felhasználók szabadon beléphetnek.", "alert.confirm-admins-mods": "Biztosan beállítod az "Adminisztrátorok és moderátorok" jogosultságot ennek a felhasználónak/csoportnak? Felhasználók ezzel a jogosultsággal képesek más felhasználókat különböző jogosultságokkal felruházni, beleértve a szuper adminisztrátort is", "alert.confirm-save": "Erősítsd meg, hogy frissíteni szeretnéd ezeket a jogosultságokat", - "alert.saved": "Jogosultságok módosításai mentésre kerültek", "alert.confirm-discard": "Biztosan el szeretnéd vetni ezeket a jogosultsági módosításokat?", "alert.discarded": "Jogosultságok módosításai elvetve", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/hu/admin/settings/navigation.json b/public/language/hu/admin/settings/navigation.json index 704bea5c2a..58c75f53b8 100644 --- a/public/language/hu/admin/settings/navigation.json +++ b/public/language/hu/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Csoportok:", "open-new-window": "Megnyitás új ablakban", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Törlés", "btn.disable": "Tiltás", diff --git a/public/language/hu/error.json b/public/language/hu/error.json index 0ad745fd48..1b70ad0733 100644 --- a/public/language/hu/error.json +++ b/public/language/hu/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/hu/flags.json b/public/language/hu/flags.json index 1ee967e128..540e55738f 100644 --- a/public/language/hu/flags.json +++ b/public/language/hu/flags.json @@ -3,25 +3,27 @@ "reports": "Jelentés", "first-reported": "Először jelentve", "no-flags": "Hurrá! Nincs megjelölés.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Engedményes", "update": "Frissítés", "updated": "Frissítve", "resolved": "Megoldva", "target-purged": "A tartalom amire a jelölő mutat már meg lett tiszítva vagy nem létezik.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Napi jelölők", "quick-filters": "Gyors szűrő", "filter-active": "Egy vagy több szűrő be van kapcsolva a jelölők között", "filter-reset": "Szűrők eltüntetése", "filters": "Szűrők beállítása", - "filter-reporterId": "Jelentő UID", - "filter-targetUid": "Megjelölt UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Jelölő típus", "filter-type-all": "Összes tartalom", "filter-type-post": "Hozzászólás", "filter-type-user": "Felhasználó", "filter-state": "Állapot", - "filter-assignee": "Engedményes UID", + "filter-assignee": "Assignee", "filter-cid": "Kategória", "filter-quick-mine": "Hozzám rendelt", "filter-cid-all": "Minden kategória", @@ -45,6 +47,7 @@ "notes": "Jegyzetek megjelölése", "add-note": "Új jegyzet hozzáadása", + "edit-note": "Edit Note", "no-notes": "Nincsenek megosztott jegyzetek.", "delete-note-confirm": "Biztosan törölni akarod ezt a jegyzet jelölőt?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/hu/global.json b/public/language/hu/global.json index fd340e9ed6..b23de86954 100644 --- a/public/language/hu/global.json +++ b/public/language/hu/global.json @@ -37,9 +37,13 @@ "header.notifications": "Értesítések", "header.search": "Keresés", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigáció", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Értesítések betöltése", "chats.loading": "Chat betöltése", + "drafts.loading": "Loading Drafts", "motd.welcome": "Üdvözlet a NodeBB-n, a jövő fórum platformján.", "previouspage": "Előző oldal", "nextpage": "Következő oldal", @@ -54,7 +58,8 @@ "users": "Felhasználók", "topics": "Témakörök", "posts": "Hozzászólások", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Legjobb", "controversial": "Controversial", "votes": "Szavazatok", @@ -69,6 +74,7 @@ "reputation": "Hírnév", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "további olvasása", "more": "Több", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 hozzászólt %2", "guest_posted_ago": "Vendég hozzászólás %1", "last_edited_by": "utoljára %1 szerkesztette", + "edited-timestamp": "Edited %1", "norecentposts": "Nincs legutóbbi hozzászólás", "norecenttopics": "Nincs legutóbbi témakör", "recentposts": "Legutóbbi hozzászólások", "recentips": "Utoljára bejelentkezett IP címek", "moderator_tools": "Moderátori eszközök", + "status": "Status", "online": "Elérhető", "away": "Nincs a gépnél", "dnd": "Ne zavarj", @@ -122,5 +130,7 @@ "edited": "Szerkesztett", "disabled": "Letiltva", "select": "Kiválaszt", - "user-search-prompt": "Írj be valamit, hogy felhasználókra keress..." + "user-search-prompt": "Írj be valamit, hogy felhasználókra keress...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/hu/groups.json b/public/language/hu/groups.json index eb77e6f9f7..050afa840f 100644 --- a/public/language/hu/groups.json +++ b/public/language/hu/groups.json @@ -1,5 +1,6 @@ { "groups": "Csoportok", + "members": "Members", "view_group": "Csoport megtekintés", "owner": "Csoport tulajdonosa", "new_group": "Új csoport létrehozása", diff --git a/public/language/hu/modules.json b/public/language/hu/modules.json index 5d7f764cf5..d7c39963cb 100644 --- a/public/language/hu/modules.json +++ b/public/language/hu/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat vele", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Régebbi üzeneteket nézel, kattints ide a legfrissebbekhez.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Küldés", "chat.no_active": "Nincs aktív csevegésed.", "chat.user_typing": "%1 éppen ír ...", @@ -42,6 +46,7 @@ "composer.compose": "Üzenetírás", "composer.show_preview": "Előnézet megjelenítése", "composer.hide_preview": "Előnézet elrejtése", + "composer.help": "Help", "composer.user_said_in": "%1 válasza, %2:", "composer.user_said": "%1 válasza:", "composer.discard": "Biztosan el akarod vetni a hozzászólást?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Idő", "composer.cancel-scheduling": "Időzítés elvetése", "composer.set-schedule-date": "Dátum beállítása", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Mégse", "bootbox.confirm": "Megerősítés", diff --git a/public/language/hu/pages.json b/public/language/hu/pages.json index 4632eb5d20..9f5281fe8e 100644 --- a/public/language/hu/pages.json +++ b/public/language/hu/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1 könyvjelzőzött hozzászólásai", "account/settings": "Felhasználói beállítások", + "account/settings-of": "Changing settings of %1", "account/watched": "%1 által figyelt témakörök", "account/ignored": "%1 által mellőzött témakörök", "account/upvoted": "%1 által kedvelt témakörök", diff --git a/public/language/hu/post-queue.json b/public/language/hu/post-queue.json index 996d68dfc5..13d0efa16c 100644 --- a/public/language/hu/post-queue.json +++ b/public/language/hu/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/hu/register.json b/public/language/hu/register.json index 31eb8e7e74..19f5c6d5b9 100644 --- a/public/language/hu/register.json +++ b/public/language/hu/register.json @@ -1,5 +1,6 @@ { "register": "Regisztráció", + "already-have-account": "Already have an account?", "cancel_registration": "Regisztráció megszakítása", "help.email": "Alapértelmezetten az e-mail címed rejtve van a nyilvánosság előtt.", "help.username_restrictions": "Egyedi felhasználói név %1 és %2 karakterek között. A többiek az alábbi módon említhetnek meg: @becenév.", diff --git a/public/language/hu/search.json b/public/language/hu/search.json index 52630083c9..af5c7c40bf 100644 --- a/public/language/hu/search.json +++ b/public/language/hu/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 eredmény a következőre: \"%2\" (%3 másodperc)", "no-matches": "Nem található egyezés", "advanced-search": "Részletes keresés", "in": "Itt:", - "titles": "Címek", - "titles-posts": "Címek és hozzászólások", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Egyező szavak", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Összes", "any": "Bármelyik", "posted-by": "Írta", - "in-categories": "Kategóriában", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Keresés az alkategóriában is", "has-tags": "Címkéje", "reply-count": "Válaszok száma", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Legalább", "at-most": "Legfeljebb", "relevance": "Találati pontosság", + "time": "Time", "post-time": "Hozzászólás ideje", "votes": "Szavazatok", "newer-than": "Újabb, mint", @@ -28,7 +48,22 @@ "three-months": "Három hónap", "six-months": "Hat hónap", "one-year": "Egy év", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Rendezés", + "sort": "Sort", "last-reply-time": "Utolsó válasz ideje", "topic-title": "Témakör címe", "topic-votes": "Témakör szavazatok", @@ -39,11 +74,36 @@ "category": "Kategória", "descending": "Csökkenő sorrendben", "ascending": "Növekvő sorrendben", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Beállítások mentése", "clear-preferences": "Beállítások törlése", "search-preferences-saved": "Keresési beállítások mentve", "search-preferences-cleared": "Keresési beállítások törölve", "show-results-as": "Megjelenő találatok", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Több találat megjelenítése (%1)", "search-in-category": "Keresés \"%1\"-ban/ben" } \ No newline at end of file diff --git a/public/language/hu/tags.json b/public/language/hu/tags.json index 33dce52220..db2c4e32e2 100644 --- a/public/language/hu/tags.json +++ b/public/language/hu/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Nem létezik témakör ezzel a címkével.", + "no-tags-found": "No tags found", "tags": "Címkék", "enter_tags_here": "%1 és %2 karakterek között itt add meg a címkét.", "enter_tags_here_short": "Címke megadása...", diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json index 8d124f224f..c812b67d0c 100644 --- a/public/language/hu/topic.json +++ b/public/language/hu/topic.json @@ -39,16 +39,30 @@ "copy-ip": "IP-cím másolása", "ban-ip": "IP-cím kitiltása", "view-history": "Előzmények szerkesztése", - "locked-by": "Lezárta", - "unlocked-by": "Kinyitotta", - "pinned-by": "Rögzítette", - "unpinned-by": "Rögzítését levette", - "deleted-by": "Törölte", - "restored-by": "Visszaállította", - "moved-from-by": "Moved from %1 by", - "queued-by": "Hozzászólás jóváhagyásra bejegyezve →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Kattints ide a beszélgetés utolsó hozzászólására ugráshoz.", "flag-post": "Jelöld meg ezt a bejegyzést", "flag-user": "Jelöld meg ezt a felhasználót", @@ -95,7 +109,7 @@ "thread_tools.purge": "Témakör végleges törlése", "thread_tools.purge_confirm": "Biztos végleg törölni akarod a témakört?", "thread_tools.merge_topics": "Témakörök összevonása", - "thread_tools.merge": "Összevonás", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Ez a témakör hamarosan a(z) \"%1\" lesz áthelyezve. Kattints ide a visszavonáshoz.", "topic_move_multiple_success": "Ezek a témakör hamarosan a(z) \"%1\" lesznek áthelyezve. Kattints ide a visszavonáshoz.", "topic_move_all_success": "Hamarosan az összes témakör \"%1\" át lesz helyezve. Kattints ide a visszavonáshoz.", @@ -121,7 +135,7 @@ "post_moved": "Hozzászólás áthelyezve!", "fork_topic": "Témakör szétszedése", "enter-new-topic-title": "Adj meg új témakör címet", - "fork_topic_instruction": "Kattints a hozzászólásokra, melyeket szét akarsz szedni", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Nincs hozzászólás kiválasztva!", "no-posts-selected": "Nincs bejegyzés kiválasztva!", "x-posts-selected": "%1 bejegyzés kiválasztva", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Új cím a témának", "topic-id": "Témakör azonosító", "move_posts_instruction": "Kattints az áthelyezni kívánt témakörre és a célhelyen kattints a mozgatás ide gombra.", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Kattints a bejegyzésre amelyiket hozzá szeretnéd utalni egy felhasználóhoz", "composer.title_placeholder": "Add meg a témakör címét...", "composer.handle_placeholder": "Adj meg egy nevet/kezelőt", + "composer.hide": "Hide", "composer.discard": "Elvet", "composer.submit": "Küldés", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Utolsó bejegyzés", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/hu/user.json b/public/language/hu/user.json index b0e315cc85..17826357ff 100644 --- a/public/language/hu/user.json +++ b/public/language/hu/user.json @@ -43,6 +43,7 @@ "followers": "Követők", "following": "Követve", "blocks": "Blokkolások", + "blocked-users": "Blocked users", "block_toggle": "Blokkolás ki-/bekapcsolása", "block_user": "Felhasználó tiltása", "unblock_user": "Felhasználó tiltásának feloldása", @@ -68,6 +69,7 @@ "upload_new_picture": "Új kép feltöltése", "upload_new_picture_from_url": "Új kép feltöltése hivatkozásról", "current_password": "Jelenlegi jelszó", + "new_password": "New Password", "change_password": "Jelszó módosítása", "change_password_error": "Érvénytelen jelszó!", "change_password_error_wrong_current": "A jelenlegi jelszavad nem megfelelő!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderálási megjegyzés elmentve", "info.moderation-note.add": "Megjegyzés hozzáadása", "sessions.description": "Ez az oldal hozzáférést biztosít a fórumon történő összes munkamenet megfigyeléséhez és ha szükséges azok megszüntéséhez. A saját munkameneted úgy tudod csak megszakítani, hogyha kijelentkezel.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Jogaid & hozzájárulásod", "consent.lead": "Ezen közösségi fórum összegyűjti és feldolgozza személyes információid.", "consent.intro": "Ezen információkat szigorúan csakis arra használjuk, hogy élményedet személyre szólóvá tegyük a közösségben, valamint hogy hozzászólásaidat társítsuk felhasználói fiókoddal. A regisztrációs lépés során egy felhasználónév és email cím megadására kértünk, a weboldalon nem kötelezően megadhatsz még további információkat is felhasználói profilod kiegészítéséhez.

Ezen információkat fiókod létezéséig megőrizzük, fiókod törlésével ugyanakkor jóváhagyásodat bármikor visszavonhatod. Bármikor kérelmezhetsz másolatot a weboldalhoz való hozzájárulásodról a Jogok & Jóváhagyás oldalon.

Ha bármi kérdésed vagy gondod adódna, azt javasoljuk érd el a fórum adminisztratív csapatát.", diff --git a/public/language/hu/users.json b/public/language/hu/users.json index 7368d05ea8..104886097b 100644 --- a/public/language/hu/users.json +++ b/public/language/hu/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Legújabb felhasználók", "top_posters": "Legaktívabbak", "most_reputation": "Legnépszerűbbek", "most_flags": "Legtöbb megjelölés", "search": "Keresés", "enter_username": "Írj be egy felhasználónevet kereséshez", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "További betöltése", "users-found-search-took": "%1 talált felhasználó! A keresés %2 másodpercig tartott.", "filter-by": "Szűrés", diff --git a/public/language/hy/admin/admin.json b/public/language/hy/admin/admin.json index f0d9c0c48c..c212f687ec 100644 --- a/public/language/hy/admin/admin.json +++ b/public/language/hy/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Կառավարման Վահանակ", "settings-header-contents": "Պարունակություն", - "changes-saved": "Փոփոխությունները պահպանված են", - "changes-saved-message": "Կարգավորումների փոփոխությունները պահպանված են", "changes-not-saved": "Փոփոխությունները պահպանված չեն", "changes-not-saved-message": "Փոփոխությունների պահպանման հետ խնդիր կա (%1)" } \ No newline at end of file diff --git a/public/language/hy/admin/appearance/customise.json b/public/language/hy/admin/appearance/customise.json index 31ac96dd6a..aef0e49bfb 100644 --- a/public/language/hy/admin/appearance/customise.json +++ b/public/language/hy/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Հատուկ CSS/LESS", - "custom-css.description": "Մուտքագրեք ձեր սեփական CSS/LESS հայտարարագրերն այստեղ, որոնք կկիրառվեն բոլոր մյուս ոճերից հետո:", - "custom-css.enable": "Միացնել Custom CSS/LESS-ը", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Մուտքագրեք ձեր սեփական javascript-ն այստեղ: Այն կկատարվի էջն ամբողջությամբ բեռնվելուց հետո:", diff --git a/public/language/hy/admin/extend/widgets.json b/public/language/hy/admin/extend/widgets.json index 0418f90bf3..4370b56208 100644 --- a/public/language/hy/admin/extend/widgets.json +++ b/public/language/hy/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel-ի վերնագիր", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Զգուշացում", "alert.confirm-delete": "Վստա՞հ եք, որ ցանկանում եք ջնջել այս վիջեթը:", diff --git a/public/language/hy/admin/manage/groups.json b/public/language/hy/admin/manage/groups.json index de2383b234..73f6c6c6ab 100644 --- a/public/language/hy/admin/manage/groups.json +++ b/public/language/hy/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Վերադարձ", "edit.no-users-found": "Օգտատերեր չեն գտնվել", - "edit.confirm-remove-user": "Վստա՞հ եք, որ ուզում եք հեռացնել այս օգտվողին:", - "edit.save-success": "Փոփոխությունները պահված են:" + "edit.confirm-remove-user": "Վստա՞հ եք, որ ուզում եք հեռացնել այս օգտվողին:" } \ No newline at end of file diff --git a/public/language/hy/admin/manage/privileges.json b/public/language/hy/admin/manage/privileges.json index ea5a069241..190927aaa9 100644 --- a/public/language/hy/admin/manage/privileges.json +++ b/public/language/hy/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Համոզվա՞ծ եք, որ ցանկանում եք վերահսկման արտոնություն տրամադրել այս օգտվողների խմբին: Այս խումբը հանրային է, և ցանկացած օգտատեր կարող է միանալ ըստ ցանկության:", "alert.confirm-admins-mods": "Վստա՞հ եք, որ ցանկանում եք տրամադրել «Ադմինիստրատորներին & Mods» արտոնություն այս օգտատերին/խմբի՞ն: Այս արտոնություն ունեցող օգտատերերը կարող են խթանել և իջեցնել այլ օգտատերերի արտոնյալ դիրքերում, ներառյալ սուպեր ադմինիստրատորը", "alert.confirm-save": "Խնդրում ենք հաստատել այս արտոնությունները պահպանելու ձեր մտադրությունը", - "alert.saved": "Արտոնությունների փոփոխությունները պահվեցին և կիրառվեցին", "alert.confirm-discard": "Իսկապե՞ս ցանկանում եք հրաժարվել ձեր արտոնությունների փոփոխություններից:", "alert.discarded": "Արտոնությունների փոփոխությունները չեղարկվեցին", "alert.confirm-copyToAll": "Վստա՞հ եք, որ ցանկանում եք կիրառել այս %1 հավաքածուն բոլոր կատեգորիաների վրա:", diff --git a/public/language/hy/admin/settings/navigation.json b/public/language/hy/admin/settings/navigation.json index 2882dd3646..c2e14e3df5 100644 --- a/public/language/hy/admin/settings/navigation.json +++ b/public/language/hy/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Խմբեր", "open-new-window": "Բացել նոր պատուհանում", "dropdown": "Բացվող", - "dropdown-placeholder": "Տեղադրեք ձեր բացվող ընտրացանկի տարրերը ստորև, այսինքն՝ <li><a href="https://myforum.com">Հղում 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Ջնջել", "btn.disable": "Անջատել", diff --git a/public/language/hy/error.json b/public/language/hy/error.json index 3b52f98c6d..2982bf911e 100644 --- a/public/language/hy/error.json +++ b/public/language/hy/error.json @@ -224,5 +224,6 @@ "api.429": "Դուք չափազանց շատ հարցումներ եք կատարել, խնդրում ենք փորձել ավելի ուշ", "api.500": "Ձեր հարցումը սպասարկելիս անսպասելի սխալ է տեղի ունեցել:", "api.501": "Ուղեգիծը, որով փորձում եք զանգահարել, դեռ չի իրականացվել, խնդրում ենք վաղը նորից փորձեք", - "api.503": "Երթուղին, որը փորձում եք զանգահարել, ներկայումս հասանելի չէ սերվերի կազմաձևման պատճառով" + "api.503": "Երթուղին, որը փորձում եք զանգահարել, ներկայումս հասանելի չէ սերվերի կազմաձևման պատճառով", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/hy/flags.json b/public/language/hy/flags.json index fb09e72956..72b1bb7a19 100644 --- a/public/language/hy/flags.json +++ b/public/language/hy/flags.json @@ -3,25 +3,27 @@ "reports": "Զեկույցներ", "first-reported": "Առաջին զեկույցը", "no-flags": "Դրոշներ չեն գտնվել:", + "x-flags-found": "%1 flag(s) found.", "assignee": "Հանձնարարող", "update": "Թարմացում ", "updated": "Updated", "resolved": "Լուծվել է", "target-purged": "Բովանդակությունը, որին անդրադարձել է այս դրոշը, մաքրվել է և այլևս հասանելի չէ:", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Ամենօրյա դրոշներ", "quick-filters": "Արագ ֆիլտրներ", "filter-active": "Դրոշների այս ցանկում կա մեկ կամ ավելի ակտիվ զտիչներ", "filter-reset": "Հեռացնել ֆիլտրները ", "filters": "Ֆիլտրել տարբերակները", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Դրոշի տիպ ", "filter-type-all": "Ամբողջ կոնտենտը", "filter-type-post": "Գրառում ", "filter-type-user": "Օգտատեր", "filter-state": "Փուլ", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Կատեգորիա", "filter-quick-mine": "Ինձ հանձնարարված է", "filter-cid-all": "Բոլոր կատեգորիաները", @@ -45,6 +47,7 @@ "notes": "Դրոշի նշումներ", "add-note": "Ավելացնել նշում", + "edit-note": "Edit Note", "no-notes": "Համօգտագործվող նշումներ չկան:", "delete-note-confirm": "Իսկապե՞ս ուզում եք ջնջել այս դրոշակի նշումը:", "delete-flag-confirm": "վստա՞հ եք, որ ուզում եք ջնջել այս դրոշը:", diff --git a/public/language/hy/global.json b/public/language/hy/global.json index 3afb1583e3..2fd981fbb3 100644 --- a/public/language/hy/global.json +++ b/public/language/hy/global.json @@ -37,9 +37,13 @@ "header.notifications": "Ծանուցումներ", "header.search": "Որոնել", "header.profile": "Անձնական էջ ", + "header.account": "Account", "header.navigation": "Նավիգացիա", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Բեռնվում են ծանուցումները", "chats.loading": "Բեռնվում են նամակները", + "drafts.loading": "Loading Drafts", "motd.welcome": "Բարի գալուստ ֆորում՝ ապագայի քննարկումների հարթակ:", "previouspage": "նախորդ էջ", "nextpage": "հաջորդ էջ", @@ -54,7 +58,8 @@ "users": "Օգտվողներ", "topics": "Թեմաներ", "posts": "Գրառումներ", - "x-posts": "%1 գրառում", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Լավագույնը", "controversial": "Հակասական", "votes": "Ձայներ ", @@ -69,6 +74,7 @@ "reputation": "Վարկանիշ", "lastpost": "Վերջին գրառում ", "firstpost": "Առաջին գրառում", + "about": "About", "read_more": "Կարդալ ավելին", "more": "Ավելին", "none": "Ոչ մեկը", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 հրապարակել է %2", "guest_posted_ago": "Հյուրը հրապարակել է %1", "last_edited_by": "վերջին անգամ խմբագրվել է %1-ի կողմից", + "edited-timestamp": "Edited %1", "norecentposts": "Վերջին գրառումներ չկան", "norecenttopics": "Վերջին թեմաներ չկան", "recentposts": "Վերջին գրառումներ", "recentips": "Վերջերս մուտք գործած IP-ներ", "moderator_tools": "Մոդերատորի գործիքներ", + "status": "Status", "online": "Առցանց", "away": "Հեռու", "dnd": "Չանհանգստացնել", @@ -122,5 +130,7 @@ "edited": "Խմբագրված", "disabled": "Անջատված", "select": "Ընտրել", - "user-search-prompt": "Մուտքագրեք ինչ-որ բան այստեղ՝ օգտատերեր գտնելու համար..." + "user-search-prompt": "Մուտքագրեք ինչ-որ բան այստեղ՝ օգտատերեր գտնելու համար...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/hy/groups.json b/public/language/hy/groups.json index 19660fee0d..2cd215e75c 100644 --- a/public/language/hy/groups.json +++ b/public/language/hy/groups.json @@ -1,5 +1,6 @@ { "groups": "Խմբեր", + "members": "Members", "view_group": "Դիտել խումբը", "owner": "Խմբի սեփականատեր", "new_group": "Ստեղծել նոր խումբ", diff --git a/public/language/hy/modules.json b/public/language/hy/modules.json index eac3dc05c4..963d85e051 100644 --- a/public/language/hy/modules.json +++ b/public/language/hy/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Զրուցել ", "chat.placeholder": "Գրեք հաղորդագրություն այստեղ, տեղադրեք նկարներ, սեղմեք \"enter\" ուղարկելու համար", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Դուք նայում եք ավելի հին հաղորդագրություններ, սեղմեք այստեղ՝ վերջին հաղորդագրությանը գնալու/տեսնելու համար:", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Ուղարկել", "chat.no_active": "Դուք չունեք որևէ ակտիվ չաթ", "chat.user_typing": "%1-ը գրում է...", @@ -42,6 +46,7 @@ "composer.compose": "Կազմել", "composer.show_preview": "Ցույց տալ նախադիտումը", "composer.hide_preview": "Թաքցնել նախադիտումը", + "composer.help": "Help", "composer.user_said_in": "%1-ն ասաց %2-ում:", "composer.user_said": "%1 -ը ասաց.", "composer.discard": "Վստա՞հ եք որ ցանկանում եք հրաժարվել այս գրառումից:", @@ -65,6 +70,9 @@ "composer.schedule-time": "Ժամանակ", "composer.cancel-scheduling": "Չեղարկել ժամանակացույցը", "composer.set-schedule-date": "Սահմանել ամսաթիվը", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "Լավ", "bootbox.cancel": "Չեղարկել", "bootbox.confirm": "Հաստատել", diff --git a/public/language/hy/pages.json b/public/language/hy/pages.json index 42bdead4d2..b9656c8113 100644 --- a/public/language/hy/pages.json +++ b/public/language/hy/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Դիտված կատեգորիաներ", "account/bookmarks": "%1-ի էջանշված գրառումները", "account/settings": "Օգտատիրոջ կարգավորումներ", + "account/settings-of": "Changing settings of %1", "account/watched": "Թեմաներ, որոնք դիտել է %1-ը", "account/ignored": "%1-ի կողմից անտեսված թեմաներ", "account/upvoted": "%1-ի կողմից քվեարկված գրառումները", diff --git a/public/language/hy/post-queue.json b/public/language/hy/post-queue.json index 8df0b493e9..ddb10c298e 100644 --- a/public/language/hy/post-queue.json +++ b/public/language/hy/post-queue.json @@ -22,6 +22,7 @@ "notify": "Տեղեկացնել", "notify-user": "Տեղեկացնել օգտատիրոջը", "confirm-reject": "Ցանկանու՞մ եք մերժել այս գրառումը:", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Զանգվածային գործողություններ", "accept-all": "Ընդունել բոլորը ", "accept-selected": "Ընդունել ընտրվածը", @@ -29,6 +30,10 @@ "reject-all-confirm": "Ցանկանու՞մ եք մերժել բոլոր գրառումները:", "reject-selected": "Մերժել ընտրվածը", "reject-selected-confirm": "Ցանկանու՞մ եք մերժել %1 ընտրված գրառումները:", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "Ընդունված է %1 գրառում", "bulk-reject-success": "%1 գրառում մերժվել է" } \ No newline at end of file diff --git a/public/language/hy/register.json b/public/language/hy/register.json index 7a15f462d5..4e65509e38 100644 --- a/public/language/hy/register.json +++ b/public/language/hy/register.json @@ -1,5 +1,6 @@ { "register": "Գրանցվել ", + "already-have-account": "Already have an account?", "cancel_registration": "Չեղարկել գրանցումը", "help.email": "Ձեր էլեկտրոնային փոստը չի արտացոլվի ուրիշներին", "help.username_restrictions": "Եզակի օգտվողի անուն %1-ից %2 նիշերի միջև: Մյուսները կարող են ձեզ նշել @username-ով:", diff --git a/public/language/hy/search.json b/public/language/hy/search.json index 1b3b664da1..88e9c07a5a 100644 --- a/public/language/hy/search.json +++ b/public/language/hy/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", "no-matches": "Համընկնումներ չեն գտնվել", "advanced-search": "Ընդլայնված որոնում", "in": "Մեջ", - "titles": "Վերնագրեր", - "titles-posts": "Վերնագրեր", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Համապատասխանեցրեք բառերը", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Բոլորը", "any": "Ցանկացած", "posted-by": "Տեղադրվել է", - "in-categories": "Կատեգորիաներում", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Որոնել դուստր կատեգորիաներ", "has-tags": "Հաշթեգներ", "reply-count": "Պատասխանների քանակը", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Գոնե", "at-most": "Առավելագույնը", "relevance": "Relevance", + "time": "Time", "post-time": "Գրառման ժամանակը", "votes": "Ձայներ", "newer-than": "Ավելի նոր քան", @@ -28,7 +48,22 @@ "three-months": "Երեք ամիս ", "six-months": "Վեց ամիս ", "one-year": "Մեկ տարի ", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Դասավորել ըստ", + "sort": "Sort", "last-reply-time": "Վերջին պատասխանի ժամանակը", "topic-title": "Թեմայի վերնագիր", "topic-votes": "Թեմայի քվեարկություններ", @@ -39,11 +74,36 @@ "category": "Կատեգորիա", "descending": "Նվազման կարգով", "ascending": "Աճման կարգով", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Պահպանել նախապատվությունները", "clear-preferences": "Մաքրել նախապատվությունները", "search-preferences-saved": "Որոնման նախապատվությունները պահպանված են", "search-preferences-cleared": "Որոնման նախապատվությունները ջնջվեցին", "show-results-as": "Ցույց տալ արդյունքները որպես", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Տեսնել ավելի շատ արդյունքներ (% 1)", "search-in-category": "Որոնել «% 1»-ում" } \ No newline at end of file diff --git a/public/language/hy/tags.json b/public/language/hy/tags.json index 1b0f98f8ff..a369fce44d 100644 --- a/public/language/hy/tags.json +++ b/public/language/hy/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Այս թեգով թեմաներ չկան", + "no-tags-found": "No tags found", "tags": "Թեգեր", "enter_tags_here": "Մուտքագրեք թեգերն այստեղ՝ %1 և %2 քանակությամբ նշանների միջակայքում", "enter_tags_here_short": "Մուտքագրեք թեգերը...", diff --git a/public/language/hy/topic.json b/public/language/hy/topic.json index 500fc029f9..1281d2a4a9 100644 --- a/public/language/hy/topic.json +++ b/public/language/hy/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Պատճենել IP", "ban-ip": "Արգելել IP-ն", "view-history": "Խմբագրել պատմությունը", - "locked-by": "Փակված է", - "unlocked-by": "Ապակողպված է", - "pinned-by": "Ամրացված է", - "unpinned-by": "Ապաամրացված է", - "deleted-by": "Ջնջվել է", - "restored-by": "Վերականգնվել է", - "moved-from-by": "Moved from %1 by", - "queued-by": "Հաղորդագրությունը հերթագրվել է հաստատման համար →", - "backlink": "Հղում է", - "forked-by": "Ճեղքված", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Սեղմեք այստեղ՝ այս թեմայի վերջին ընթերցված գրառմանը վերադառնալու համար:", "flag-post": "Դրոշակել այց գրառումը ", "flag-user": "Դրոշակել այս օգտատերին ", @@ -95,7 +109,7 @@ "thread_tools.purge": "Մաքրել թեման", "thread_tools.purge_confirm": "Վստա՞հ եք, որ ցանկանում եք մաքրել այս թեման:", "thread_tools.merge_topics": "Միավորել թեմաները", - "thread_tools.merge": "Միավորել ", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Այս թեման շուտով կտեղափոխվի «%1»: Սեղմեք այստեղ՝ հետարկելու համար:", "topic_move_multiple_success": "Այս թեմաները շուտով կտեղափոխվեն «% 1»: Սեղմեք այստեղ՝ հետարկելու համար:", "topic_move_all_success": "Բոլոր թեմաները շուտով կտեղափոխվեն «% 1»: Սեղմեք այստեղ՝ հետարկելու համար:", @@ -121,7 +135,7 @@ "post_moved": "Գրառումը տեղափոխված է։", "fork_topic": "Մասնատել թեման", "enter-new-topic-title": "Մուտքագրեք նոր թեմայի վերնագիր", - "fork_topic_instruction": "Ընտրեք այն գրառումները, որոնք ցանկանում եք մասնատել", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Ընտրված գրառումներ չկան:", "no-posts-selected": "Ընտրված գրառումներ չկան:", "x-posts-selected": "Ընտրված է %1 գրառում(ներ):", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Թեմայի նոր վերնագիր", "topic-id": "Թեմայի ID", "move_posts_instruction": "Սեղմեք այն գրառումները, որոնք ցանկանում եք տեղափոխել, ապա մուտքագրեք թեմայի ID կամ գնացեք թիրախային թեմա", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Սեղմեք այն գրառումները, որոնք ցանկանում եք վերագրել մեկ այլ օգտատիրոջ", "composer.title_placeholder": "Մուտքագրեք ձեր թեմայի վերնագիրը այստեղ...", "composer.handle_placeholder": "Մուտքագրեք ձեր անունը/բռնակը այստեղ", + "composer.hide": "Hide", "composer.discard": "Հրաժարվել", "composer.submit": "Հաստատել", "composer.additional-options": "Լրացուցիչ տարբերակներ", @@ -184,5 +200,7 @@ "last-post": "Վերջին գրառում ", "go-to-my-next-post": "Անցնել իմ հաջորդ գրառմանը", "no-more-next-post": "Այս թեմայում այլ գրառումներ չունեք", - "post-quick-reply": "Տեղադրեք արագ պատասխան" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/hy/user.json b/public/language/hy/user.json index 55a4143420..7ef4ffabbc 100644 --- a/public/language/hy/user.json +++ b/public/language/hy/user.json @@ -43,6 +43,7 @@ "followers": "Հետևորդներ", "following": "Հետևող", "blocks": "Արգելափակումներ", + "blocked-users": "Blocked users", "block_toggle": "Միացնել արգելափակումը", "block_user": "Արգելափակել Օգտատիրոջը", "unblock_user": "Արգելափակել Օգտատիրոջը", @@ -68,6 +69,7 @@ "upload_new_picture": "Վերբեռնել նոր նկար", "upload_new_picture_from_url": "Վերբեռնեք նոր նկար URL-ից", "current_password": "ներկայիս գաղտնաբառը", + "new_password": "New Password", "change_password": "փոխել գաղտնաբառը ", "change_password_error": "Սխալ գաղտնաբառ", "change_password_error_wrong_current": "Ձեր ընթացիկ գաղտնաբառը սխալ է", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Մոդերացիայի նշումը պահվեց", "info.moderation-note.add": "Ավելացնել նշում", "sessions.description": "Այս էջը թույլ է տալիս դիտել ցանկացած ակտիվ սեանս այս ֆորումում և անհրաժեշտության դեպքում չեղարկել դրանք: Դուք կարող եք չեղարկել ձեր սեփական սեանսը՝ դուրս գալով ձեր հաշվից:", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "Այս համայնքի ֆորումը հավաքում և մշակում է ձեր անձնական տվյալները:", "consent.intro": "Մենք օգտագործում ենք այս տեղեկատվությունը խստորեն այս համայնքում ձեր փորձառությունն անհատականացնելու, ինչպես նաև ձեր կատարած գրառումները ձեր օգտատիրոջ հաշվին կապելու համար: Գրանցման քայլի ընթացքում ձեզանից պահանջվել է տրամադրել օգտատիրոջ անուն և էլ.փոստի հասցե, դուք կարող եք նաև լրացուցիչ տեղեկություններ տրամադրել այս կայքում ձեր օգտատիրոջ պրոֆիլը լրացնելու համար: Մենք պահպանում ենք այս տեղեկատվությունը ձեր օգտատիրոջ հաշվի ողջ կյանքի ընթացքում, և դուք կարող եք հետ վերցնել համաձայնությունը: ցանկացած պահի ջնջելով ձեր հաշիվը: Ցանկացած ժամանակ դուք կարող եք պահանջել ձեր ներդրման պատճենը այս կայքում՝ ձեր իրավունքների և amp; Համաձայնության էջ: Եթե ունեք հարցեր կամ մտահոգություններ, խորհուրդ ենք տալիս դիմել այս ֆորումի ադմինիստրատիվ թիմին:", diff --git a/public/language/hy/users.json b/public/language/hy/users.json index c6b8293ef5..7f492b05f5 100644 --- a/public/language/hy/users.json +++ b/public/language/hy/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Վերջին օգտատերերը", "top_posters": "Ամենաշատ գրառողները", "most_reputation": "Ամենաբարձր վարկանիշը", "most_flags": "Դրոշակներ", "search": "Որոնում", "enter_username": "Գրեք անուն և որոնեք", - "search-user-for-chat": "Փնտրեք օգտվողի չաթը սկսելու համար", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Բեռնել ավելին", "users-found-search-took": "Գտնվեց %1 օգտվող։ Որոնումը տևեց %2 վայրկյան։", "filter-by": "Ֆիլտրել ըստ", diff --git a/public/language/id/admin/admin.json b/public/language/id/admin/admin.json index 7085289bc8..1e135597e7 100644 --- a/public/language/id/admin/admin.json +++ b/public/language/id/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Kontrol Panel Admin NodeBB", "settings-header-contents": "Konten", - "changes-saved": "Perubahan Disimpan", - "changes-saved-message": "Perubahan konfigurasi NodeBB Anda telah disimpan.", "changes-not-saved": "Perubahan Tidak Disimpan", "changes-not-saved-message": "NodeBB mengalami masalah saat menyimpan perubahan Anda. (%1)" } \ No newline at end of file diff --git a/public/language/id/admin/appearance/customise.json b/public/language/id/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/id/admin/appearance/customise.json +++ b/public/language/id/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/id/admin/extend/widgets.json b/public/language/id/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/id/admin/extend/widgets.json +++ b/public/language/id/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/id/admin/manage/groups.json b/public/language/id/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/id/admin/manage/groups.json +++ b/public/language/id/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/id/admin/manage/privileges.json b/public/language/id/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/id/admin/manage/privileges.json +++ b/public/language/id/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/id/admin/settings/navigation.json b/public/language/id/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/id/admin/settings/navigation.json +++ b/public/language/id/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/id/error.json b/public/language/id/error.json index e95fef93a9..342b1bb3e3 100644 --- a/public/language/id/error.json +++ b/public/language/id/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/id/flags.json b/public/language/id/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/id/flags.json +++ b/public/language/id/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/id/global.json b/public/language/id/global.json index 17706017db..beb2c94d46 100644 --- a/public/language/id/global.json +++ b/public/language/id/global.json @@ -37,9 +37,13 @@ "header.notifications": "Pemberitahuan", "header.search": "Cari", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigasi", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Memuat Pemberitahuan", "chats.loading": "Memuat Chat", + "drafts.loading": "Loading Drafts", "motd.welcome": "Selamat datang di NodeBB, platform diskusi masa depan.", "previouspage": "Halaman Sebelumnya", "nextpage": "Halaman Selanjutnya", @@ -54,7 +58,8 @@ "users": "Pengguna", "topics": "Topik", "posts": "Post", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Best", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Reputasi", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "selengkapnya", "more": "Lebih banyak", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "Dibuat oleh %1 %2", "guest_posted_ago": "Dibuat oleh Tamu %1", "last_edited_by": "last edited by %1", + "edited-timestamp": "Edited %1", "norecentposts": "Tidak ada post terbaru", "norecenttopics": "Tidak ada topik terbaru", "recentposts": "Post Terbaru", "recentips": "Beberapa IP yang digunakan untuk login baru-baru ini", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "Online", "away": "Tidak Ditempat", "dnd": "Jangan ganggu", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/id/groups.json b/public/language/id/groups.json index 47065e357e..5f869f352d 100644 --- a/public/language/id/groups.json +++ b/public/language/id/groups.json @@ -1,5 +1,6 @@ { "groups": "Grup", + "members": "Members", "view_group": "Tampilkan Grup", "owner": "Group Owner", "new_group": "Create New Group", diff --git a/public/language/id/modules.json b/public/language/id/modules.json index 1b29cae734..11440c2731 100644 --- a/public/language/id/modules.json +++ b/public/language/id/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Berbincang dengan", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Kirim", "chat.no_active": "Kamu tidak memiliki percakapan yang aktif.", "chat.user_typing": "%1 sedang menulis ...", @@ -42,6 +46,7 @@ "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", + "composer.help": "Help", "composer.user_said_in": "%1 berkata di %2: ", "composer.user_said": "%1 berkata:", "composer.discard": "Kamu yakin akan membuang posting ini?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/id/pages.json b/public/language/id/pages.json index bab11fe375..2ff644cde4 100644 --- a/public/language/id/pages.json +++ b/public/language/id/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", + "account/settings-of": "Changing settings of %1", "account/watched": "Topics watched by %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Posts upvoted by %1", diff --git a/public/language/id/post-queue.json b/public/language/id/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/id/post-queue.json +++ b/public/language/id/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/id/register.json b/public/language/id/register.json index da2db909ce..31fb0e66a0 100644 --- a/public/language/id/register.json +++ b/public/language/id/register.json @@ -1,5 +1,6 @@ { "register": "Daftar", + "already-have-account": "Already have an account?", "cancel_registration": "Cancel Registration", "help.email": "Secara default, emailmu akan disembunyikan dari publik.", "help.username_restrictions": "Nama Pengguna yang unik antara %1 dan %2 karakter. Pengguna lain dapat menyebutmu dengan menggunakan @nama pengguna.", diff --git a/public/language/id/search.json b/public/language/id/search.json index ab59b9249b..b4e785c1b7 100644 --- a/public/language/id/search.json +++ b/public/language/id/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 hasil yang sesuai dengan \"%2\", (%3 detik)", "no-matches": "No matches found", "advanced-search": "Pencarian Lanjut", "in": "Dalam", - "titles": "Judul", - "titles-posts": "Judul dan Post", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Diposting oleh", - "in-categories": "Dalam Kategori", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Search child categories", "has-tags": "Has tags", "reply-count": "Reply Count", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "At least", "at-most": "At most", "relevance": "Relevance", + "time": "Time", "post-time": "Post time", "votes": "Votes", "newer-than": "Newer than", @@ -28,7 +48,22 @@ "three-months": "Three months", "six-months": "Six months", "one-year": "One year", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sort by", + "sort": "Sort", "last-reply-time": "Last reply time", "topic-title": "Topic title", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Category", "descending": "In descending order", "ascending": "In ascending order", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Save preferences", "clear-preferences": "Clear preferences", "search-preferences-saved": "Search preferences saved", "search-preferences-cleared": "Search preferences cleared", "show-results-as": "Show results as", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/id/tags.json b/public/language/id/tags.json index 315df1f61a..e02411be28 100644 --- a/public/language/id/tags.json +++ b/public/language/id/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Tidak ada topik dengan tag ini.", + "no-tags-found": "No tags found", "tags": "Tag", "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", "enter_tags_here_short": "Masukkan tag...", diff --git a/public/language/id/topic.json b/public/language/id/topic.json index 423af14c4b..34d627ec5b 100644 --- a/public/language/id/topic.json +++ b/public/language/id/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Klik di sini untuk kembali ke posting yang terakhir kali dibaca pada topik ini.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Musnahkan Topik", "thread_tools.purge_confirm": "Kamu yakin ingin memusnahkan topik ini?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Posting dipindahkan!", "fork_topic": "Cabangkan Topik", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Klik posting yang kamu ingin cabangkan", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Tidak ada posting yang dipilih!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Masukkan judul topik di sini...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Buang", "composer.submit": "Kirim", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/id/user.json b/public/language/id/user.json index 9a584fe73f..827c959cc1 100644 --- a/public/language/id/user.json +++ b/public/language/id/user.json @@ -43,6 +43,7 @@ "followers": "Pengikut", "following": "Mengikuti", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Unggah Gambar/Foto Baru", "upload_new_picture_from_url": "Unggah Gambar/Foto Baru dari URL", "current_password": "Kata Sandi Saat Ini", + "new_password": "New Password", "change_password": "Ganti Kata Sandi", "change_password_error": "Kata Sandi Salah!", "change_password_error_wrong_current": "Kata Sandi kamu saat ini salah!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/id/users.json b/public/language/id/users.json index f78ac6c660..2078c6d4a6 100644 --- a/public/language/id/users.json +++ b/public/language/id/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Pengguna Terakhir", "top_posters": "Posting Terbanyak", "most_reputation": "Reputasi Terbanyak", "most_flags": "Most Flags", "search": "Pencarian", "enter_username": "Masukkan nama pengguna untuk mencari", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Tampilkan Lebih Banyak", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "filter-by": "Filter By", diff --git a/public/language/it/admin/admin.json b/public/language/it/admin/admin.json index 74dd839368..abd39a3f27 100644 --- a/public/language/it/admin/admin.json +++ b/public/language/it/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Pannello di controllo amministratore NodeBB", "settings-header-contents": "Contenuti", - "changes-saved": "Modifiche salvate", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Modifiche non salvate", "changes-not-saved-message": "NodeBB ha incontrato un problema nel salvare le tue modifiche. (%1)" } \ No newline at end of file diff --git a/public/language/it/admin/appearance/customise.json b/public/language/it/admin/appearance/customise.json index 10f7e5ef04..2c5d6cc6e0 100644 --- a/public/language/it/admin/appearance/customise.json +++ b/public/language/it/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "CSS/LESS personalizzato", - "custom-css.description": "Inserisci qui le tue dichiarazioni CSS /LESS, che saranno applicate dopo tutti gli altri stili.", - "custom-css.enable": "Abilita CSS/LESS personalizzati", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Javascript personalizzato", "custom-js.description": "Inserisci qui il tuo javascript. Sarà eseguito dopo che la pagina è stata caricata completamente.", diff --git a/public/language/it/admin/extend/widgets.json b/public/language/it/admin/extend/widgets.json index 6419142353..cc4cb7c138 100644 --- a/public/language/it/admin/extend/widgets.json +++ b/public/language/it/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Nessuno", "container.well": "Bene", "container.jumbotron": "Jumbotron", - "container.panel": "Pannello", - "container.panel-header": "Intestazione Pannello", - "container.panel-body": "Corpo Pannello", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Avviso", "alert.confirm-delete": "Sei sicuro di voler eliminare questo widget?", diff --git a/public/language/it/admin/manage/groups.json b/public/language/it/admin/manage/groups.json index eb86b9826d..5d64c0d44e 100644 --- a/public/language/it/admin/manage/groups.json +++ b/public/language/it/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Ritorno", "edit.no-users-found": "Nessun utente trovato", - "edit.confirm-remove-user": "Sei sicuro di voler rimuovere questo utente?", - "edit.save-success": "Modifiche salvate!" + "edit.confirm-remove-user": "Sei sicuro di voler rimuovere questo utente?" } \ No newline at end of file diff --git a/public/language/it/admin/manage/privileges.json b/public/language/it/admin/manage/privileges.json index 27383c17c7..e2e904537b 100644 --- a/public/language/it/admin/manage/privileges.json +++ b/public/language/it/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Sei sicuro di voler concedere il privilegio di moderazione a questo gruppo di utenti? Questo gruppo è pubblico e tutti gli utenti possono iscriversi a piacimento.", "alert.confirm-admins-mods": "Sei sicuro di voler concedere i privilegi di "Amministratori & Moderatori" a questo utente/gruppo? Gli utenti con questo privilegio possono promuovere e retrocedere altri utenti in posizioni privilegiate, compreso il super amministratore", "alert.confirm-save": "Si prega di confermare l'intenzione di salvare questi privilegi", - "alert.saved": "Modifiche ai privilegi salvate e applicate", "alert.confirm-discard": "Sei sicuro di voler annullare le modifiche ai privilegi?", "alert.discarded": "Modifiche ai privilegi ignorate", "alert.confirm-copyToAll": "Sei sicuro di voler applicare questa serie di %1 a tutte le categorie?", diff --git a/public/language/it/admin/settings/navigation.json b/public/language/it/admin/settings/navigation.json index 75607ccce6..e8e181db3d 100644 --- a/public/language/it/admin/settings/navigation.json +++ b/public/language/it/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Gruppi:", "open-new-window": "Apri in una nuova finestra", "dropdown": "Menu a tendina", - "dropdown-placeholder": "Posiziona le voci del tuo menu a tendina in basso, ad esempio:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Elimina", "btn.disable": "Disabilita", diff --git a/public/language/it/error.json b/public/language/it/error.json index e52ec99cb9..d5f23362f5 100644 --- a/public/language/it/error.json +++ b/public/language/it/error.json @@ -224,5 +224,6 @@ "api.429": "Hai fatto troppe richieste, riprova più tardi", "api.500": "È stato riscontrato un errore inaspettato durante il tentativo di soddisfare la tua richiesta.", "api.501": "Il percorso che stai cercando di chiamare non è ancora implementato, riprova domani", - "api.503": "Il percorso che stai cercando di chiamare non è attualmente disponibile a causa di una configurazione del server" + "api.503": "Il percorso che stai cercando di chiamare non è attualmente disponibile a causa di una configurazione del server", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/it/flags.json b/public/language/it/flags.json index 3704f4d2be..c0d07aa08a 100644 --- a/public/language/it/flags.json +++ b/public/language/it/flags.json @@ -3,25 +3,27 @@ "reports": "Segnalazioni", "first-reported": "Prima segnalazione", "no-flags": "Evviva! Nessuna segnalazione trovata.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assegnatario", "update": "Aggiorna", "updated": "Aggiornato", "resolved": "Risolto", "target-purged": "Il contenuto di questa segnalazione è stato eliminato e non è più disponibile.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Segnalazioni Giornaliere", "quick-filters": "Filtri Rapidi", "filter-active": "Ci sono uno o più filtri attivi in questa lista di segnalazioni", "filter-reset": "Rimuovi Filtri", "filters": "Opzioni Filtri", - "filter-reporterId": "UID segnalatore", - "filter-targetUid": "UID segnalato", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Tipo Segnalazione", "filter-type-all": "Tutto il Contenuto", "filter-type-post": "Post", "filter-type-user": "Utente", "filter-state": "Stato", - "filter-assignee": "UID assegnato", + "filter-assignee": "Assignee", "filter-cid": "Categoria", "filter-quick-mine": "Assegnato a me", "filter-cid-all": "Tutte le categorie", @@ -45,6 +47,7 @@ "notes": "Note Segnalazione", "add-note": "Aggiungi Nota", + "edit-note": "Edit Note", "no-notes": "Nessuna nota condivisa", "delete-note-confirm": "Sei sicuro di voler eliminare questa nota di segnalazione?", "delete-flag-confirm": "Sei sicuro di voler eliminare questa segnalazione?", diff --git a/public/language/it/global.json b/public/language/it/global.json index 46ee51179b..57d30952dd 100644 --- a/public/language/it/global.json +++ b/public/language/it/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notifiche", "header.search": "Cerca", "header.profile": "Profilo", + "header.account": "Account", "header.navigation": "Navigazione", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Caricamento Notifiche", "chats.loading": "Caricamento Messaggi", + "drafts.loading": "Loading Drafts", "motd.welcome": "Benvenuti in NodeBB, la piattaforma di discussione del futuro.", "previouspage": "Pagina Precedente", "nextpage": "Pagina Successiva", @@ -54,7 +58,8 @@ "users": "Utenti", "topics": "Discussioni", "posts": "Post", - "x-posts": "%1 post", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Migliore", "controversial": "Controverso", "votes": "Votazioni", @@ -69,6 +74,7 @@ "reputation": "Reputazione", "lastpost": "Ultimo post", "firstpost": "Primo post", + "about": "About", "read_more": "per saperne di più", "more": "Altro", "none": "Nessuno", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 ha postato %2", "guest_posted_ago": "Ospite ha scritto %1", "last_edited_by": "ultima modifica di %1", + "edited-timestamp": "Edited %1", "norecentposts": "Nessun Post Recente", "norecenttopics": "Nessuna Discussione Recente", "recentposts": "Post Recenti", "recentips": "IP recentemente registrati", "moderator_tools": "Strumenti di amministrazione", + "status": "Status", "online": "Online", "away": "Non disponibile", "dnd": "Non disturbare", @@ -122,5 +130,7 @@ "edited": "Modificato", "disabled": "Disabilitato", "select": "Seleziona", - "user-search-prompt": "Scrivi qui per avviare la ricerca utenti" + "user-search-prompt": "Scrivi qui per avviare la ricerca utenti", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/it/groups.json b/public/language/it/groups.json index 5671327861..5fae9a0054 100644 --- a/public/language/it/groups.json +++ b/public/language/it/groups.json @@ -1,5 +1,6 @@ { "groups": "Gruppi", + "members": "Members", "view_group": "Vedi Gruppo", "owner": "Proprietario del Gruppo", "new_group": "Crea Nuovo Gruppo", diff --git a/public/language/it/modules.json b/public/language/it/modules.json index 7f1533d729..54ca007066 100644 --- a/public/language/it/modules.json +++ b/public/language/it/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Messaggia con", "chat.placeholder": "Digita il messaggio di chat qui, trascina le immagini, premi invio per inviare", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Stai guardando i messaggi più vecchi, clicca qui per andare al messaggio più recente.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Invia", "chat.no_active": "Non hai chat attive.", "chat.user_typing": "%1 sta scrivendo...", @@ -42,6 +46,7 @@ "composer.compose": "Componi", "composer.show_preview": "Visualizza Anteprima", "composer.hide_preview": "Nascondi Anteprima", + "composer.help": "Help", "composer.user_said_in": "%1 ha detto in %2:", "composer.user_said": "%1 ha detto:", "composer.discard": "Sei sicuro di voler scartare questo post?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Orario", "composer.cancel-scheduling": "Annulla pianificazione", "composer.set-schedule-date": "Imposta data", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Annulla", "bootbox.confirm": "Conferma", diff --git a/public/language/it/pages.json b/public/language/it/pages.json index 08f38dd5ab..2515d526ad 100644 --- a/public/language/it/pages.json +++ b/public/language/it/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Categorie seguite da %1'", "account/bookmarks": "%1 Post tra i favoriti", "account/settings": "Impostazioni Utente", + "account/settings-of": "Changing settings of %1", "account/watched": "Discussioni seguite da %1", "account/ignored": "Discussioni ignorate da %1", "account/upvoted": "Post apprezzati da %1", diff --git a/public/language/it/post-queue.json b/public/language/it/post-queue.json index df174dd2aa..a95033196a 100644 --- a/public/language/it/post-queue.json +++ b/public/language/it/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notifica", "notify-user": "Notifica all'utente", "confirm-reject": "Vuoi rifiutare questo post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Azioni in blocco", "accept-all": "Accetta tutti", "accept-selected": "Accetta selezionato", @@ -29,6 +30,10 @@ "reject-all-confirm": "Vuoi rifiutare tutti i post?", "reject-selected": "Rifiuta selezionato", "reject-selected-confirm": "Vuoi rifiutare %1 post selezionati?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 post accettati", "bulk-reject-success": "%1 post rifiutati" } \ No newline at end of file diff --git a/public/language/it/register.json b/public/language/it/register.json index 7faf7b1488..723dcaa16b 100644 --- a/public/language/it/register.json +++ b/public/language/it/register.json @@ -1,5 +1,6 @@ { "register": "Registrati", + "already-have-account": "Already have an account?", "cancel_registration": "Cancella Registrazione", "help.email": "Per impostazione predefinita, la tua email sarà nascosta al pubblico.", "help.username_restrictions": "Un nome utente univoco tra %1 e %2 caratteri. Altri possono citarti con @nome utente.", diff --git a/public/language/it/search.json b/public/language/it/search.json index c525455b05..8a792eae82 100644 --- a/public/language/it/search.json +++ b/public/language/it/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 risultato(i) corrispondente(i) \"%2\", (%3 secondi)", "no-matches": "Nessuna corrispondenza trovata", "advanced-search": "Ricerca Avanzata", "in": "In", - "titles": "Titoli", - "titles-posts": "Titoli e Post", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Parole corrispondenti", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Tutti", "any": "Chiunque", "posted-by": "Postato da", - "in-categories": "In Categorie", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Cerca nelle sottocategorie", "has-tags": "Ha i tag", "reply-count": "Numero Risposte", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Almeno", "at-most": "Al massimo", "relevance": "Rilevanza", + "time": "Time", "post-time": "Ora Post", "votes": "Voti", "newer-than": "Più recente di", @@ -28,7 +48,22 @@ "three-months": "Tre mesi", "six-months": "Sei mesi", "one-year": "Un anno", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Ordina per", + "sort": "Sort", "last-reply-time": "Ora dell'ultima risposta", "topic-title": "Titolo discussione", "topic-votes": "Voti discussione", @@ -39,11 +74,36 @@ "category": "Categoria", "descending": "In ordine decrescente", "ascending": "In ordine crescente", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Salva preferenze", "clear-preferences": "Cancella preferenze", "search-preferences-saved": "Cerca nelle preferenze salvate", "search-preferences-cleared": "Cerca nelle preferenze cancellate", "show-results-as": "Mostra i risultati come", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Vedi altri risultati (%1)", "search-in-category": "Cerca in \"%1\"" } \ No newline at end of file diff --git a/public/language/it/tags.json b/public/language/it/tags.json index dcdd2a3e23..0bb3615aa1 100644 --- a/public/language/it/tags.json +++ b/public/language/it/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Non ci sono discussioni con questo tag.", + "no-tags-found": "No tags found", "tags": "Tag", "enter_tags_here": "Inserisci qui i tag, tra %1 e %2 caratteri ciascuno.", "enter_tags_here_short": "Inserisci i tag...", diff --git a/public/language/it/topic.json b/public/language/it/topic.json index 2c8c86d64d..a8687fd5ed 100644 --- a/public/language/it/topic.json +++ b/public/language/it/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copia indirizzo IP", "ban-ip": "Banna indirizzo IP", "view-history": "Modifica storico", - "locked-by": "Bloccato da", - "unlocked-by": "Sbloccata da", - "pinned-by": "Fissato da", - "unpinned-by": "Liberato da", - "deleted-by": "Eliminato da", - "restored-by": "Ripristinato da", - "moved-from-by": "Spostato da %1 da", - "queued-by": "Post in coda per l'approvazione →", - "backlink": "Referenziato da", - "forked-by": "Diviso da", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Clicca qui per tornare all'ultimo post letto in questa discussione.", "flag-post": "Segnala questo post", "flag-user": "Segnala questo utente", @@ -95,7 +109,7 @@ "thread_tools.purge": "Elimina definitivamente discussione", "thread_tools.purge_confirm": "Sei sicuro di voler eliminare definitivamente questa discussione?", "thread_tools.merge_topics": "Unisci le Discussioni", - "thread_tools.merge": "Unisci", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Questa discussione sarà spostata in \"%1\" a breve. Clicca qui per annullare.", "topic_move_multiple_success": "Queste discussioni saranno spostata in \"%1\" a breve. Clicca qui per annullare.", "topic_move_all_success": "Tutte le discussioni saranno spostata in \"%1\" a breve. Clicca qui per annullare.", @@ -121,7 +135,7 @@ "post_moved": "Post spostato!", "fork_topic": "Dividi Discussione", "enter-new-topic-title": "Inserisci il nuovo titolo della discussione", - "fork_topic_instruction": "Clicca sui post che vuoi dividere", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Nessun post selezionato!", "no-posts-selected": "Nessun post selezionato!", "x-posts-selected": "%1 post selezionato(i)", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Nuovo titolo per la discussione", "topic-id": "ID discussione", "move_posts_instruction": "Clicca sui post da spostare, poi inserisci l'ID della discussione o vai alla discussione di destinazione", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Clicca sui post che vuoi assegnare ad un altro utente", "composer.title_placeholder": "Inserisci qui il titolo della discussione...", "composer.handle_placeholder": "Inserisci qui il tuo nome/nome utente ospite", + "composer.hide": "Hide", "composer.discard": "Annulla", "composer.submit": "Invia", "composer.additional-options": "Opzioni aggiuntive", @@ -184,5 +200,7 @@ "last-post": "Ultimo post", "go-to-my-next-post": "Vai al mio prossimo post", "no-more-next-post": "Non hai più post in questa discussione", - "post-quick-reply": "Invia una risposta rapida" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/it/user.json b/public/language/it/user.json index d9055d7618..0f2823cb54 100644 --- a/public/language/it/user.json +++ b/public/language/it/user.json @@ -43,6 +43,7 @@ "followers": "Da chi è seguito", "following": "Chi segue", "blocks": "Blocchi", + "blocked-users": "Blocked users", "block_toggle": "Gestisci blocco", "block_user": "Blocca utente", "unblock_user": "Sblocca utente", @@ -68,6 +69,7 @@ "upload_new_picture": "Carica una nuova foto", "upload_new_picture_from_url": "Carica nuova immagine da URL", "current_password": "Password corrente", + "new_password": "New Password", "change_password": "Cambia la Password", "change_password_error": "Password non valida!", "change_password_error_wrong_current": "La tua password corrente non è corretta!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Nota di moderazione salvata", "info.moderation-note.add": "Aggiungi nota", "sessions.description": "Questa pagina ti permette di vedere tutte le sessioni attive nel forum ed eventualmente revocarle. Puoi revocare la tua sessione disconnettendoti dal tuo account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "I tuoi dati personali", "consent.lead": "Questo forum raccoglie ed elabora i tuoi dati personali.", "consent.intro": "Utilizziamo queste informazioni per personalizzare rigorosamente la tua esperienza in questa comunità, così come per associare i post che fai dal tuo account utente. Durante la fase di registrazione ti è stato chiesto di fornire un nome utente e un indirizzo e-mail, è anche possibile fornire informazioni aggiuntive per completare il tuo profilo utente su questo sito web.

Conserviamo queste informazioni per la durata del tuo account utente e puoi ritirare il consenso in qualsiasi momento cancellando il tuo account. In qualsiasi momento è possibile richiedere una copia del proprio contributo a questo sito web, tramite la pagina I tuoi dati personali.

Se hai domande o dubbi, ti invitiamo a contattare il team amministrativo di questo forum.", diff --git a/public/language/it/users.json b/public/language/it/users.json index c843ef0433..efa6ed2407 100644 --- a/public/language/it/users.json +++ b/public/language/it/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Ultimi Utenti", "top_posters": "Utenti più attivi", "most_reputation": "Reputazione più alta", "most_flags": "Più segnalati", "search": "Cerca", "enter_username": "Inserisci il nome utente da cercare", - "search-user-for-chat": "Cerca un utente per iniziare la chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Carica di più", "users-found-search-took": "%1 utente(i) trovato! La ricerca ha impiegato %2 secondi.", "filter-by": "Filtra per", diff --git a/public/language/ja/admin/admin.json b/public/language/ja/admin/admin.json index a6ae3d96f6..c354d0291f 100644 --- a/public/language/ja/admin/admin.json +++ b/public/language/ja/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1| NodeBB管理画面", "settings-header-contents": "コンテンツ", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/ja/admin/appearance/customise.json b/public/language/ja/admin/appearance/customise.json index 0c3f036726..2fcb519cb8 100644 --- a/public/language/ja/admin/appearance/customise.json +++ b/public/language/ja/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/ja/admin/extend/widgets.json b/public/language/ja/admin/extend/widgets.json index 4a847ba11e..121fd495a0 100644 --- a/public/language/ja/admin/extend/widgets.json +++ b/public/language/ja/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "なし", "container.well": "十分", "container.jumbotron": "ジャンボトロン", - "container.panel": "パネル", - "container.panel-header": "パネルヘッダー", - "container.panel-body": "パネル本体", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "警告", "alert.confirm-delete": "このウィジェットを削除してもよろしいですか?", diff --git a/public/language/ja/admin/manage/groups.json b/public/language/ja/admin/manage/groups.json index 96fe72abb7..eb01720856 100644 --- a/public/language/ja/admin/manage/groups.json +++ b/public/language/ja/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "元に戻す", "edit.no-users-found": "ユーザーが見つかりません", - "edit.confirm-remove-user": "このユーザーを削除してもよろしいですか?", - "edit.save-success": "設定を保存しました。" + "edit.confirm-remove-user": "このユーザーを削除してもよろしいですか?" } \ No newline at end of file diff --git a/public/language/ja/admin/manage/privileges.json b/public/language/ja/admin/manage/privileges.json index 8b9ce40a8e..857fbec2fe 100644 --- a/public/language/ja/admin/manage/privileges.json +++ b/public/language/ja/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/ja/admin/settings/navigation.json b/public/language/ja/admin/settings/navigation.json index f3d7c35e87..a0ad2436f1 100644 --- a/public/language/ja/admin/settings/navigation.json +++ b/public/language/ja/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "新しいウィンドウで開く", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "削除", "btn.disable": "無効", diff --git a/public/language/ja/error.json b/public/language/ja/error.json index 3b32ccc35d..a54d5705fb 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/ja/flags.json b/public/language/ja/flags.json index 5e2924c7d1..fdf1724ffe 100644 --- a/public/language/ja/flags.json +++ b/public/language/ja/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "おめでとう!フラグは見つかりませんでした。", + "x-flags-found": "%1 flag(s) found.", "assignee": "譲受人", "update": "更新", "updated": "更新されました", "resolved": "Resolved", "target-purged": "このフラグが参照しているコンテンツは切り離されており、利用できません。", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "クイックフィルター", "filter-active": "このフラグのリストには1つまたは複数のフィルタが有効です。", "filter-reset": "フィルターを削除", "filters": "フィルターオプション", - "filter-reporterId": "報告者のユーザーID", - "filter-targetUid": "フラグを立てたユーザーID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "フラグの種類", "filter-type-all": "すべてのコンテンツ", "filter-type-post": "投稿", "filter-type-user": "User", "filter-state": "状態", - "filter-assignee": "譲受人のユーザーID", + "filter-assignee": "Assignee", "filter-cid": "カテゴリ", "filter-quick-mine": "私に割り当てられました", "filter-cid-all": "全てのカテゴリ", @@ -45,6 +47,7 @@ "notes": "ノートにフラグをつける", "add-note": "ノートを追加", + "edit-note": "Edit Note", "no-notes": "共有ノートはありません。", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/ja/global.json b/public/language/ja/global.json index 5803512829..3e83e322f3 100644 --- a/public/language/ja/global.json +++ b/public/language/ja/global.json @@ -37,9 +37,13 @@ "header.notifications": "通知", "header.search": "検索", "header.profile": "プロフィール", + "header.account": "Account", "header.navigation": "ナビゲーション", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "通知をロード中", "chats.loading": "チャットをロード中", + "drafts.loading": "Loading Drafts", "motd.welcome": "次世代の掲示板システムNodeBBへようこそ!", "previouspage": "前のページ", "nextpage": "次のページ", @@ -54,7 +58,8 @@ "users": "ユーザー", "topics": "スレッド", "posts": "投稿", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "ベスト", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "評価", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "続きを読む", "more": "詳しく", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 が%2に投稿", "guest_posted_ago": "ゲストが%1に投稿", "last_edited_by": "最後に編集した時間%1", + "edited-timestamp": "Edited %1", "norecentposts": "最近の投稿はありません", "norecenttopics": "最近のスレッドはありません", "recentposts": "最近の投稿", "recentips": "最近ログインしたIPアドレス", "moderator_tools": "モデレーターツール", + "status": "Status", "online": "オンライン", "away": "退席中", "dnd": "取り込み中", @@ -122,5 +130,7 @@ "edited": "編集されました", "disabled": "無効", "select": "選択", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/ja/groups.json b/public/language/ja/groups.json index 24ea04d538..422119f336 100644 --- a/public/language/ja/groups.json +++ b/public/language/ja/groups.json @@ -1,5 +1,6 @@ { "groups": "グループ", + "members": "Members", "view_group": "グループを閲覧", "owner": "グループ管理人", "new_group": "新しいグループを作成", diff --git a/public/language/ja/modules.json b/public/language/ja/modules.json index 5873c2e698..b247130d91 100644 --- a/public/language/ja/modules.json +++ b/public/language/ja/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "とチャット", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "送信", "chat.no_active": "チャットはありません。", "chat.user_typing": "%1 が入力中 ...", @@ -42,6 +46,7 @@ "composer.compose": "構成", "composer.show_preview": "プレビュー表示", "composer.hide_preview": "プレビュー非表示", + "composer.help": "Help", "composer.user_said_in": "%2で%1が発言 :", "composer.user_said": "%1 の発言:", "composer.discard": "本当にこの投稿を破棄しても構いませんか?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "キャンセル", "bootbox.confirm": "確認", diff --git a/public/language/ja/pages.json b/public/language/ja/pages.json index e75f73c21a..9212375d92 100644 --- a/public/language/ja/pages.json +++ b/public/language/ja/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1のブックマークされた投稿", "account/settings": "ユーザー設定", + "account/settings-of": "Changing settings of %1", "account/watched": " %1がスレッドをウォッチ済みに設定しました", "account/ignored": "%1がスレッドを無視済みに設定しました", "account/upvoted": "%1が投稿を高評価しました", diff --git a/public/language/ja/post-queue.json b/public/language/ja/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/ja/post-queue.json +++ b/public/language/ja/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/ja/register.json b/public/language/ja/register.json index 926f1db44f..606ad8b161 100644 --- a/public/language/ja/register.json +++ b/public/language/ja/register.json @@ -1,5 +1,6 @@ { "register": "登録", + "already-have-account": "Already have an account?", "cancel_registration": "登録をキャンセル", "help.email": "初期設定ではメールアドレスは公開されません。", "help.username_restrictions": "%1から%2 文字までのユニークなユーザー名.ツイッター(twitter)の@username 方式でメンションすることができます。", diff --git a/public/language/ja/search.json b/public/language/ja/search.json index bc2452a386..0a8d37c618 100644 --- a/public/language/ja/search.json +++ b/public/language/ja/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 件の結果(s) キーワード \"%2\", (検索時間 %3 秒)", "no-matches": "見つかりませんでした", "advanced-search": "高度な検索", "in": "検索範囲", - "titles": "タイトル", - "titles-posts": "タイトルと投稿", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "投稿者:", - "in-categories": "カテゴリ", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "チャイルドカテゴリを検索する", "has-tags": "タグあり", "reply-count": "返信数", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "最低", "at-most": "一番", "relevance": "妥当性", + "time": "Time", "post-time": "投稿時間", "votes": "Votes", "newer-than": "より新しい", @@ -28,7 +48,22 @@ "three-months": "3ヶ月", "six-months": "6ヶ月", "one-year": "1年", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "並び替え", + "sort": "Sort", "last-reply-time": "最後の返信時間", "topic-title": "スレッドのタイトル", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "カテゴリ", "descending": "降順", "ascending": "昇順", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "設定を保存", "clear-preferences": "設定をクリア", "search-preferences-saved": "検索設定は保存されました", "search-preferences-cleared": "検索設定をクリア", "show-results-as": "結果を表示", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/ja/tags.json b/public/language/ja/tags.json index 139e95c2dc..8d9dfe3bf5 100644 --- a/public/language/ja/tags.json +++ b/public/language/ja/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "このタグに関連するスレッドはありません。", + "no-tags-found": "No tags found", "tags": "タグ", "enter_tags_here": "ここにタグを入力します。一つのタグが%1から%2までの文字にして下さい。", "enter_tags_here_short": "タグを入れます…", diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json index 9d9fd211c9..0668038b25 100644 --- a/public/language/ja/topic.json +++ b/public/language/ja/topic.json @@ -39,16 +39,30 @@ "copy-ip": "IPをコピー", "ban-ip": "IPをBan", "view-history": "履歴を編集", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "ここをクリックすると、このスレッドの最後に読んでいた投稿へ移動します。", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "スレッドを切り離します", "thread_tools.purge_confirm": "本当にこのスレッドを切り離しますか?", "thread_tools.merge_topics": "トピックを置き換える", - "thread_tools.merge": "置き換え", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "投稿を移動しました!", "fork_topic": "スレッドをフォーク", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "フォークしたい投稿をクリックして", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "投稿が選択されていません!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "スレッドのタイトルを入力...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "破棄する", "composer.submit": "保存する", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/ja/user.json b/public/language/ja/user.json index 06431706de..59c790af53 100644 --- a/public/language/ja/user.json +++ b/public/language/ja/user.json @@ -43,6 +43,7 @@ "followers": "フォロワー", "following": "フォロー中", "blocks": "ブロックの設定", + "blocked-users": "Blocked users", "block_toggle": "ブロックを切替", "block_user": "ユーザーをブロック", "unblock_user": "ブロックを解除", @@ -68,6 +69,7 @@ "upload_new_picture": "新しい画像をアップロード", "upload_new_picture_from_url": "URLにより新しい写真をアップします", "current_password": "現在のパスワード", + "new_password": "New Password", "change_password": "パスワードを変更", "change_password_error": "無効のパスワード!", "change_password_error_wrong_current": "現在のパスワードは正しくありません!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "モデレーションは保存されませんでした", "info.moderation-note.add": "ノートに追加", "sessions.description": "このページでは、このフォーラムでアクティブなセッションを表示し、必要に応じてそれらを取り消すことができます。あなたのアカウントからログアウトすることによって自分のセッションを取り消すことができます。", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "あなたの権利& 同意", "consent.lead": "このコミュニティフォーラムはあなたの個人情報を収集し処理します。", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/ja/users.json b/public/language/ja/users.json index 364128e16b..73c4096d1d 100644 --- a/public/language/ja/users.json +++ b/public/language/ja/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "新しいユーザー", "top_posters": "最も投稿したユーザー", "most_reputation": "最も評価されたユーザー", "most_flags": "最も多いフラグ", "search": "検索", "enter_username": "ユーザー名を入力", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "もっと見る", "users-found-search-took": "%1人のユーザーを見つけました!(検索まで%2秒掛かりました。)", "filter-by": "フィルタ", diff --git a/public/language/ko/admin/admin.json b/public/language/ko/admin/admin.json index 2e48cacd43..8f68581166 100644 --- a/public/language/ko/admin/admin.json +++ b/public/language/ko/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB 관리자 제어판", "settings-header-contents": "컨텐츠", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/ko/admin/appearance/customise.json b/public/language/ko/admin/appearance/customise.json index 95ed139400..8b8a1e2511 100644 --- a/public/language/ko/admin/appearance/customise.json +++ b/public/language/ko/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "사용자 정의 CSS/LESS ", - "custom-css.description": "사용자 정의 CSS/LESS 코드를 입력하세요. 모든 스타일 다음에 적용됩니다.", - "custom-css.enable": "사용자 정의 CSS/LESS 활성화", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "사용자 정의 Javascript", "custom-js.description": "사용자 정의 Javascript를 넣으세요. 페이지 로딩이 완료된 후 실행됩니다.", diff --git a/public/language/ko/admin/extend/widgets.json b/public/language/ko/admin/extend/widgets.json index 13bc81e659..61dc8383f9 100644 --- a/public/language/ko/admin/extend/widgets.json +++ b/public/language/ko/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "없음", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "제어판", - "container.panel-header": "제어판 헤더", - "container.panel-body": "제어판 몸통", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "경고", "alert.confirm-delete": "정말 이 위젯을 삭제하시겠습니까?", diff --git a/public/language/ko/admin/manage/groups.json b/public/language/ko/admin/manage/groups.json index 56e8a75f51..f16766a0d9 100644 --- a/public/language/ko/admin/manage/groups.json +++ b/public/language/ko/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "되돌리기", "edit.no-users-found": "사용자를 찾을 수 없습니다.", - "edit.confirm-remove-user": "이 멤버를 추방하시겠습니까?", - "edit.save-success": "변경 사항을 저장했습니다!" + "edit.confirm-remove-user": "이 멤버를 추방하시겠습니까?" } \ No newline at end of file diff --git a/public/language/ko/admin/manage/privileges.json b/public/language/ko/admin/manage/privileges.json index e150a7dee6..be83f9124f 100644 --- a/public/language/ko/admin/manage/privileges.json +++ b/public/language/ko/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "해당 그룹에 조정 권한을 주려는 게 확실하십니까? 이 그룹은 공개 그룹이기 때문에 특별한 제한 없이 모든 사용자들이 가입할 수 있습니다.", "alert.confirm-admins-mods": "해당 그룹에 "관리 & 조정" 권한을 주려는 게 확실하십니까? 해당 권한이 있는 그룹의 사용자들은 다른 조정자를 추가하거나 조정 권한을 해제할 수 있습니다. 최고 관리자를 포함!", "alert.confirm-save": "권한을 적용하기 전 다시 한번 확인해주세요.", - "alert.saved": "변경된 권한이 적용되었습니다.", "alert.confirm-discard": "권한 변경을 취소하시겠습니까?", "alert.discarded": "권한 변경이 취소되었습니다.", "alert.confirm-copyToAll": "%1의 설정을 모든 카테고리에 적용하시겠습니까?", diff --git a/public/language/ko/admin/settings/navigation.json b/public/language/ko/admin/settings/navigation.json index 6c6f584c78..cd2ce253db 100644 --- a/public/language/ko/admin/settings/navigation.json +++ b/public/language/ko/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "그룹:", "open-new-window": "새 창에서 열기", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "삭제", "btn.disable": "비활성화", diff --git a/public/language/ko/error.json b/public/language/ko/error.json index a022e1531e..e8c446761c 100644 --- a/public/language/ko/error.json +++ b/public/language/ko/error.json @@ -224,5 +224,6 @@ "api.429": "요청이 너무 많습니다. 나중에 다시 시도하십시오.", "api.500": "요청을 처리하는 동안 예기치 않은 오류가 발생했습니다.", "api.501": "호출하려는 경로가 아직 구현되지 않았습니다. 내일 다시 시도하십시오.", - "api.503": "서버 구성으로 인해 호출하려는 경로를 현재 사용할 수 없습니다." + "api.503": "서버 구성으로 인해 호출하려는 경로를 현재 사용할 수 없습니다.", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/ko/flags.json b/public/language/ko/flags.json index 0db0148ada..b062ac9c96 100644 --- a/public/language/ko/flags.json +++ b/public/language/ko/flags.json @@ -3,25 +3,27 @@ "reports": "보고", "first-reported": "최초 보고", "no-flags": "만세! 들어온 신고가 없습니다.", + "x-flags-found": "%1 flag(s) found.", "assignee": "담당자", "update": "업데이트", "updated": "업데이트 완료", "resolved": "해결됨", "target-purged": "해당 신고된 컨텐츠는 완전 삭제 되었으며, 더 이상 존재하지 않습니다.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "일일 신고", "quick-filters": "간편 필터", "filter-active": "해당 신고 목록에 하나 이상의 필터가 적용되었습니다.", "filter-reset": "필터 제거", "filters": "필터 옵션", - "filter-reporterId": "신고자 ID", - "filter-targetUid": "신고된 글 ID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "신고 유형", "filter-type-all": "모든 컨텐츠", "filter-type-post": "포스트", "filter-type-user": "사용자", "filter-state": "처리 상태", - "filter-assignee": "담당자 ID", + "filter-assignee": "Assignee", "filter-cid": "카테고리", "filter-quick-mine": "나에게 배정된 신고", "filter-cid-all": "모든 카테고리", @@ -45,6 +47,7 @@ "notes": "관리자 메모", "add-note": "메모 추가", + "edit-note": "Edit Note", "no-notes": "공유된 메모가 없습니다.", "delete-note-confirm": "이 메모를 삭제하시겠습니까?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/ko/global.json b/public/language/ko/global.json index efe647adcb..782d4c929b 100644 --- a/public/language/ko/global.json +++ b/public/language/ko/global.json @@ -37,9 +37,13 @@ "header.notifications": "알림", "header.search": "검색", "header.profile": "프로필", + "header.account": "Account", "header.navigation": "바로가기", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "알림을 불러오는 중입니다.", "chats.loading": "대화를 불러오는 중입니다.", + "drafts.loading": "Loading Drafts", "motd.welcome": "NodeBB에 오신 것을 환영합니다.", "previouspage": "이전 페이지", "nextpage": "다음 페이지", @@ -54,7 +58,8 @@ "users": "사용자", "topics": "화제", "posts": "포스트", - "x-posts": "%1 포스트", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "베스트", "controversial": "Controversial", "votes": "투표", @@ -69,6 +74,7 @@ "reputation": "인지도", "lastpost": "최근 포스트", "firstpost": "첫 포스트", + "about": "About", "read_more": "더 보기", "more": "더 보기", "none": "없음", @@ -82,11 +88,13 @@ "user_posted_ago": "%1님이 %2에 작성했습니다.", "guest_posted_ago": "비회원이 %1에 작성했습니다.", "last_edited_by": "%1님이 마지막으로 수정했습니다.", + "edited-timestamp": "Edited %1", "norecentposts": "최근 작성된 포스트가 없습니다.", "norecenttopics": "최근 작성된 화제가 없습니다.", "recentposts": "최근 포스트", "recentips": "최근 접속 IP", "moderator_tools": "조정 도구", + "status": "Status", "online": "온라인", "away": "자리 비움", "dnd": "방해 금지", @@ -122,5 +130,7 @@ "edited": "수정되었습니다.", "disabled": "비활성화", "select": "선택", - "user-search-prompt": "사용자를 찾기 위해 여기에 검색어를 입력하십시오..." + "user-search-prompt": "사용자를 찾기 위해 여기에 검색어를 입력하십시오...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/ko/groups.json b/public/language/ko/groups.json index 71a9ffb9f4..b171be9315 100644 --- a/public/language/ko/groups.json +++ b/public/language/ko/groups.json @@ -1,5 +1,6 @@ { "groups": "그룹", + "members": "Members", "view_group": "그룹 보기", "owner": "그룹 관리자", "new_group": "새로운 그룹 생성", diff --git a/public/language/ko/modules.json b/public/language/ko/modules.json index b62472aa1f..b5eccc4e41 100644 --- a/public/language/ko/modules.json +++ b/public/language/ko/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "채팅", "chat.placeholder": "여기에 메시지를 쓰고, 이미지를 드래그 앤 드롭하고, Enter를 눌러 보내세요!", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "오래된 메시지를 보고 있습니다. 여기를 눌러 최신 메시지로 이동하세요.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "전송", "chat.no_active": "활성화된 채팅이 없습니다.", "chat.user_typing": "%1님이 입력 중...", @@ -42,6 +46,7 @@ "composer.compose": "작성", "composer.show_preview": "미리보기", "composer.hide_preview": "미리보기 숨김", + "composer.help": "Help", "composer.user_said_in": "%1님이 %2에서 보낸 메세지:", "composer.user_said": "%1님의 메세지:", "composer.discard": "정말 이 포스트를 삭제하시겠습니까?", @@ -65,6 +70,9 @@ "composer.schedule-time": "시간", "composer.cancel-scheduling": "예약 취소", "composer.set-schedule-date": "날짜 설정", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "확인", "bootbox.cancel": "취소", "bootbox.confirm": "확인", diff --git a/public/language/ko/pages.json b/public/language/ko/pages.json index 5694735898..899a3c78e2 100644 --- a/public/language/ko/pages.json +++ b/public/language/ko/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1님의 관심 카테고리", "account/bookmarks": "%1님의 즐겨찾기 포스트", "account/settings": "사용자 설정", + "account/settings-of": "Changing settings of %1", "account/watched": "%1님의 관심 화제", "account/ignored": "%1님이 무시 중인 화제", "account/upvoted": "%1님이 추천한 포스트", diff --git a/public/language/ko/post-queue.json b/public/language/ko/post-queue.json index 54014ae6ea..87e50722ad 100644 --- a/public/language/ko/post-queue.json +++ b/public/language/ko/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/ko/register.json b/public/language/ko/register.json index f9249dfbb5..ce8b34b0d2 100644 --- a/public/language/ko/register.json +++ b/public/language/ko/register.json @@ -1,5 +1,6 @@ { "register": "회원가입", + "already-have-account": "Already have an account?", "cancel_registration": "회원가입 취소", "help.email": "입력하신 이메일 주소는 공개되지 않으며, 설정을 통해 공개하실 수 있습니다.", "help.username_restrictions": "%1자 이상 %2자 이하의 고유한 사용자명을 입력하세요. @username 같은 방식으로 다른 사람들을 언급할 수 있습니다.", diff --git a/public/language/ko/search.json b/public/language/ko/search.json index 56f4e1fe4d..1897d1dcbc 100644 --- a/public/language/ko/search.json +++ b/public/language/ko/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "\"%2\"와 일치하는 %1개의 결과를 찾았습니다 (검색시간: %3초)", "no-matches": "일치하는 결과가 없습니다.", "advanced-search": "고급 검색", "in": "검색 기준", - "titles": "제목", - "titles-posts": "제목과 내용", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "일치단어순", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "전체", "any": "아무거나", "posted-by": "작성자", - "in-categories": "카테고리 지정", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "하위 카테고리 포함 검색", "has-tags": "태그 검색", "reply-count": "답글 수", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "최소", "at-most": "최대", "relevance": "관련성", + "time": "Time", "post-time": "작성일", "votes": "추천", "newer-than": "이후", @@ -28,7 +48,22 @@ "three-months": "3개월", "six-months": "6개월", "one-year": "1년", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "정렬 기준", + "sort": "Sort", "last-reply-time": "최근 답글 작성 시간", "topic-title": "게시물 제목", "topic-votes": "게시물 투표", @@ -39,11 +74,36 @@ "category": "게시판", "descending": "내림차순", "ascending": "오름차순", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "설정 저장", "clear-preferences": "설정 초기화", "search-preferences-saved": "검색 설정 저장 완료", "search-preferences-cleared": "검색 설정 초기화", "show-results-as": "검색 결과 표시 방법", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "더 많은 결과 (%1)", "search-in-category": "\"%1\"에서 검색" } \ No newline at end of file diff --git a/public/language/ko/tags.json b/public/language/ko/tags.json index 4ef8d46d26..74aa65c1e7 100644 --- a/public/language/ko/tags.json +++ b/public/language/ko/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "이 태그가 달린 게시물이 없습니다.", + "no-tags-found": "No tags found", "tags": "태그 목록", "enter_tags_here": "%1에서 %2자 안으로 태그를 입력하세요.", "enter_tags_here_short": "태그 입력...", diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json index ebb4fc90f2..56c8435a30 100644 --- a/public/language/ko/topic.json +++ b/public/language/ko/topic.json @@ -39,16 +39,30 @@ "copy-ip": "IP 복사", "ban-ip": "IP 차단", "view-history": "편집 기록", - "locked-by": "잠금한 사용자:", - "unlocked-by": "잠금 해제한 사용자:", - "pinned-by": "상단 고정한 사용자:", - "unpinned-by": "상단 고정을 해제한 사용자:", - "deleted-by": "삭제한 사용자:", - "restored-by": "복원한 사용자:", - "moved-from-by": "%1에서 이동됨 -", - "queued-by": "게시 승인 대기 중 →", - "backlink": "참조 -", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "이 쓰레드에서 읽은 마지막 포스트로 이동하려면 여기를 클릭 하세요.", "flag-post": "해당 포스트 신고", "flag-user": "해당 유저 신고", @@ -95,7 +109,7 @@ "thread_tools.purge": "화제 완전 삭제", "thread_tools.purge_confirm": "이 화제를 완전히 삭제하시겠습니까?", "thread_tools.merge_topics": "화제 병합", - "thread_tools.merge": "병합", + "thread_tools.merge": "Merge Topic", "topic_move_success": "이 화제는 잠시 후에 \"%1\"로 옮겨집니다. 여기를 눌러 취소하세요.", "topic_move_multiple_success": "이 화제들은 잠시 후에 \"%1\"로 옮겨집니다. 여기를 눌러 취소하세요.", "topic_move_all_success": "모든 화제가 잠시 후에 \"%1\"로 옮겨집니다. 여기를 눌러 취소하세요.", @@ -121,7 +135,7 @@ "post_moved": "포스트 이동 완료!", "fork_topic": "화제 분리", "enter-new-topic-title": "새로운 화제 제목 입력", - "fork_topic_instruction": "분리할 포스트를 선택하세요.", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "선택된 포스트가 없습니다.", "no-posts-selected": "선택된 포스트가 없습니다!", "x-posts-selected": "%1개의 포스트 선택됨", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "변경할 제목", "topic-id": "화제 ID", "move_posts_instruction": "옮길 포스트를 선택하고 목표 화제의 ID를 입력하거나 해당 화제로 직접 이동하세요.", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "다른 사용자에게 할당할 포스트를 선택하세요.", "composer.title_placeholder": "화제 제목을 입력하세요.", "composer.handle_placeholder": "이름을 입력하세요.", + "composer.hide": "Hide", "composer.discard": "취소", "composer.submit": "등록", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "마지막 포스트", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "빠른 답글" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/ko/user.json b/public/language/ko/user.json index 0e6f32e9c3..10d6f4faa9 100644 --- a/public/language/ko/user.json +++ b/public/language/ko/user.json @@ -43,6 +43,7 @@ "followers": "팔로워", "following": "팔로잉", "blocks": "차단", + "blocked-users": "Blocked users", "block_toggle": "차단 전환", "block_user": "사용자 차단", "unblock_user": "사용자 차단 해제", @@ -68,6 +69,7 @@ "upload_new_picture": "새 사진 업로드", "upload_new_picture_from_url": "URL을 통해 새 사진 업로드", "current_password": "현재 비밀번호", + "new_password": "New Password", "change_password": "비밀번호 변경", "change_password_error": "올바르지 않은 비밀번호입니다!", "change_password_error_wrong_current": "현재 비밀번호가 일치하지 않습니다!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "관리자 메모 저장 완료", "info.moderation-note.add": "메모 추가", "sessions.description": "이 페이지에서는 이 포럼의 모든 활성 세션을 보고 필요할 경우 취소할 수 있습니다. 계정에서 로그아웃하여 자신의 세션을 취소할 수 있습니다.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "권리 동의", "consent.lead": "이 커뮤니티 포럼은 사용자의 개인 정보를 수집하고 처리합니다.", "consent.intro": "포럼은 이 정보를 엄격히 관리하며 커뮤니티에서 사용자의 행동을 개인화하고 게시물과 계정을 연동하는데 사용합니다. 회원가입 단계에서 사용자 이름과 전자 메일 주소를 제공하도록 요청 받은 경우 이 웹사이트에서 사용자 프로필을 완료하는데 필요한 추가 정보를 선택적으로 제공할 수도 있습니다.

저희는 사용자의 계정이 삭제되기 전까지 이 정보를 보관하며, 사용자는 계정을 삭제하여 언제든지 동의를 철회할 수 있습니다. 또한 언제든지 권리 및 동의 페이지를 통해 이 웹 사이트에 대한 기여도 사본을 요청할 수 있습니다.

문의사항은 이 포럼의 관리 팀에 연락 바랍니다.", diff --git a/public/language/ko/users.json b/public/language/ko/users.json index 10fc8c116b..050f7b5bcf 100644 --- a/public/language/ko/users.json +++ b/public/language/ko/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "최근가입순", "top_posters": "작성글순", "most_reputation": "인지도순", "most_flags": "신고순", "search": "검색", "enter_username": "검색할 사용자명을 입력하세요.", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "더 보기", "users-found-search-took": "%1명의 사용자를 찾았습니다. 검색 소요 시간 %2초", "filter-by": "필터 기준", diff --git a/public/language/lt/admin/admin.json b/public/language/lt/admin/admin.json index dcc3bc91b7..aafa59d8c2 100644 --- a/public/language/lt/admin/admin.json +++ b/public/language/lt/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Admin Control Panel", "settings-header-contents": "Contents", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/lt/admin/appearance/customise.json b/public/language/lt/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/lt/admin/appearance/customise.json +++ b/public/language/lt/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/lt/admin/extend/widgets.json b/public/language/lt/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/lt/admin/extend/widgets.json +++ b/public/language/lt/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/lt/admin/manage/groups.json b/public/language/lt/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/lt/admin/manage/groups.json +++ b/public/language/lt/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/lt/admin/manage/privileges.json b/public/language/lt/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/lt/admin/manage/privileges.json +++ b/public/language/lt/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/lt/admin/settings/navigation.json b/public/language/lt/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/lt/admin/settings/navigation.json +++ b/public/language/lt/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/lt/error.json b/public/language/lt/error.json index 2c1cd68afe..4d4dfe8f71 100644 --- a/public/language/lt/error.json +++ b/public/language/lt/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/lt/flags.json b/public/language/lt/flags.json index c506a1a994..1d3f6efc64 100644 --- a/public/language/lt/flags.json +++ b/public/language/lt/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Atnaujinti", "updated": "Atnaujinta", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "Visas turinys", "filter-type-post": "Pranešimas", "filter-type-user": "Vartotojas", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/lt/global.json b/public/language/lt/global.json index 00a6bde041..3bea610705 100644 --- a/public/language/lt/global.json +++ b/public/language/lt/global.json @@ -37,9 +37,13 @@ "header.notifications": "Pranešimai", "header.search": "Ieškoti", "header.profile": "Profilis", + "header.account": "Account", "header.navigation": "Navigation", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Įkeliami pranešimai", "chats.loading": "Įkeliami susirašinėjimai", + "drafts.loading": "Loading Drafts", "motd.welcome": "Sveiki atvykę į NodeBB- ateities diskusijų platformą.", "previouspage": "Ankstesnis puslapis", "nextpage": "Kitas puslapis", @@ -54,7 +58,8 @@ "users": "Vartotojai", "topics": "Temos", "posts": "Pranešimai", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Best", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Reputacija", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "skaityti plačiau", "more": "Daugiau", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 parašė %2", "guest_posted_ago": "Svečias parašė %1", "last_edited_by": "last edited by %1", + "edited-timestamp": "Edited %1", "norecentposts": "Paskutinių pranešimų nėra.", "norecenttopics": "Paskutinių temų nėra", "recentposts": "Paskutiniai pranešimai", "recentips": "Paskutiniai prisijungimų IP adresai", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "Prisijungęs", "away": "Pasišalinęs", "dnd": "Do not disturb", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/lt/groups.json b/public/language/lt/groups.json index fc4f6291c4..194e5bd8a6 100644 --- a/public/language/lt/groups.json +++ b/public/language/lt/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupės", + "members": "Members", "view_group": "Grupės peržiūra", "owner": "Grupės savininkas", "new_group": "Kurti naują grupę", diff --git a/public/language/lt/modules.json b/public/language/lt/modules.json index c9e20e68ec..5c4c0ca651 100644 --- a/public/language/lt/modules.json +++ b/public/language/lt/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Siųsti", "chat.no_active": "Jūs neturite aktyvių susirašinėjimų.", "chat.user_typing": "%1 dabar rašo...", @@ -42,6 +46,7 @@ "composer.compose": "Sukomponuoti", "composer.show_preview": "Rodyti pavyzdį", "composer.hide_preview": "Slėpti pavyzdį", + "composer.help": "Help", "composer.user_said_in": "%1 parašė į %2:", "composer.user_said": "%1 parašė:", "composer.discard": "Ar tikrai norite sunaikinti šį pranešimą?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/lt/pages.json b/public/language/lt/pages.json index a1f10b4416..71b054808a 100644 --- a/public/language/lt/pages.json +++ b/public/language/lt/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Vartotojo nustatymai", + "account/settings-of": "Changing settings of %1", "account/watched": "Temos stebimos %1", "account/ignored": "Temos ignoruojamos %1", "account/upvoted": "Posts upvoted by %1", diff --git a/public/language/lt/post-queue.json b/public/language/lt/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/lt/post-queue.json +++ b/public/language/lt/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/lt/register.json b/public/language/lt/register.json index 28698ba604..f50dbb0c8c 100644 --- a/public/language/lt/register.json +++ b/public/language/lt/register.json @@ -1,5 +1,6 @@ { "register": "Registruotis", + "already-have-account": "Already have an account?", "cancel_registration": "Cancel Registration", "help.email": "Pagal nutylėjimą, jūsų el. paštas nebus viešai matomas.", "help.username_restrictions": "Unikalus vartotojo vardas %1-%2 simbolių ilgio. Kiti vartotojai galės jus minėti @vartotojas.", diff --git a/public/language/lt/search.json b/public/language/lt/search.json index 32f1c16731..18629e21f5 100644 --- a/public/language/lt/search.json +++ b/public/language/lt/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 rezultatas(ai) atitinka \"%2\", (%3 sekundes)", "no-matches": "Atitikmenų nerasta", "advanced-search": "Išplėstinė paieška", "in": "Į", - "titles": "Antraštės", - "titles-posts": "Antraštės ir įrašai", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Parašė", - "in-categories": "Kategorijose", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Ieškoti vaikų kategorijas", "has-tags": "Has tags", "reply-count": "Atsakymų skaičiavimas", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Mažiausiai", "at-most": "Daugiausia", "relevance": "Relevance", + "time": "Time", "post-time": "Įrašo laikas", "votes": "Votes", "newer-than": "Naujesni kaip", @@ -28,7 +48,22 @@ "three-months": "Trys mėnesiai", "six-months": "Šeši mėnesiai", "one-year": "Vieneri metai", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Rūšiuoti pagal", + "sort": "Sort", "last-reply-time": "Paskutinis atsakymo laikas", "topic-title": "Temos pavadinimas", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Kategorija", "descending": "Mažėjančia tvarka", "ascending": "Didėjančia tvarka", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Išsaugoti nustatymus", "clear-preferences": "Išvalyti nustatymus", "search-preferences-saved": "Paieškos nustatymai išsaugoti", "search-preferences-cleared": "Paieškos nuostatos išvalytos", "show-results-as": "Rodyti rezultatus kaip", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/lt/tags.json b/public/language/lt/tags.json index 0ed13c37b6..0fb63862f9 100644 --- a/public/language/lt/tags.json +++ b/public/language/lt/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Temų su šią žyma nėra.", + "no-tags-found": "No tags found", "tags": "Žymos", "enter_tags_here": "Įveskite žymas čia, tarp %1 ir %2 simbolių kiekvienam", "enter_tags_here_short": "Įveskite žymas...", diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json index 18c6539c0c..66f4c337c9 100644 --- a/public/language/lt/topic.json +++ b/public/language/lt/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Blokuoti IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Išvalyti temą", "thread_tools.purge_confirm": "Ar tikrai norite išvalyti šią temą?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Pranešimas perkeltas!", "fork_topic": "Išskaidyti temą", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Pažymėkite ant įrašų, kuriuos norite perkelti į naują temą", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Nepasirinktas joks įrašas!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Įrašykite temos pavadinimą...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Atšaukti", "composer.submit": "Patvirtinti", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/lt/user.json b/public/language/lt/user.json index cadb36a6e9..c4a6c40bcc 100644 --- a/public/language/lt/user.json +++ b/public/language/lt/user.json @@ -43,6 +43,7 @@ "followers": "Sekėjai", "following": "Seka", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Įkelti naują paveikslėlį", "upload_new_picture_from_url": "Įkelti naują paveikslėlį iš URL", "current_password": "Dabartinis slaptažodis", + "new_password": "New Password", "change_password": "Pakeisti slaptažodį", "change_password_error": "Negalimas slaptažodis!", "change_password_error_wrong_current": "Jūsų dabartinis slaptažodis neteisingas!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Pridėti pastabą", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "Šis bendruomenės forumas renka ir apdoroja jūsų asmeninę informaciją.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/lt/users.json b/public/language/lt/users.json index ed03628baf..9a42f0b79f 100644 --- a/public/language/lt/users.json +++ b/public/language/lt/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Paskutiniai vartotojai", "top_posters": "Geriausi autoriai", "most_reputation": "Didžiausia reputacija", "most_flags": "Most Flags", "search": "Ieškoti", "enter_username": "Įrašykite vartotojo vardą paieškai", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Įkelti daugiau", "users-found-search-took": "Rasta %1 vartotojas(-ai)! Paieška užtruko %2 sekundes.", "filter-by": "Filtruoti pagal", diff --git a/public/language/lv/admin/admin.json b/public/language/lv/admin/admin.json index d79f1dcb61..81c7fedf10 100644 --- a/public/language/lv/admin/admin.json +++ b/public/language/lv/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB administrācijas vadības panelis", "settings-header-contents": "Saturs", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/lv/admin/appearance/customise.json b/public/language/lv/admin/appearance/customise.json index e6471aff70..1e83290b3b 100644 --- a/public/language/lv/admin/appearance/customise.json +++ b/public/language/lv/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Pielāgotais CSS/LESS", - "custom-css.description": "Šeit ievadi savas CSS / LESS deklarācijas, kuras piemēros pēc visiem citiem stiliem.", - "custom-css.enable": "Iespējot pielāgotu CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Pielāgotais Javascript", "custom-js.description": "Šeit ievadi savu javascript. Tas tiks palaists pēc lapas pilnīgas ielādes.", diff --git a/public/language/lv/admin/extend/widgets.json b/public/language/lv/admin/extend/widgets.json index 399d5ec12b..601a7a42c0 100644 --- a/public/language/lv/admin/extend/widgets.json +++ b/public/language/lv/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Nav", "container.well": "Labi", "container.jumbotron": "Jumbotron", - "container.panel": "Panelis", - "container.panel-header": "Paneļa galvene", - "container.panel-body": "Paneļa korpuss", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Brīdinājums", "alert.confirm-delete": "Vai tiešām vēlies izdzēst šo logrīku?", diff --git a/public/language/lv/admin/manage/groups.json b/public/language/lv/admin/manage/groups.json index c4bc9be2e4..5a8bce0ab1 100644 --- a/public/language/lv/admin/manage/groups.json +++ b/public/language/lv/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Atgriezties", "edit.no-users-found": "Nav lietotāju", - "edit.confirm-remove-user": "Vai tiešām vēlies izdzēst šo lietotāju?", - "edit.save-success": "Izmaiņas saglabātas" + "edit.confirm-remove-user": "Vai tiešām vēlies izdzēst šo lietotāju?" } \ No newline at end of file diff --git a/public/language/lv/admin/manage/privileges.json b/public/language/lv/admin/manage/privileges.json index 60ba5996f2..de3d8a804f 100644 --- a/public/language/lv/admin/manage/privileges.json +++ b/public/language/lv/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/lv/admin/settings/navigation.json b/public/language/lv/admin/settings/navigation.json index b4327584a4..e7b28d2d2b 100644 --- a/public/language/lv/admin/settings/navigation.json +++ b/public/language/lv/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Grupas:", "open-new-window": "Rādīt jaunā logā", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Izdzēst", "btn.disable": "Atspējot", diff --git a/public/language/lv/error.json b/public/language/lv/error.json index f9129b8a56..d2132ec911 100644 --- a/public/language/lv/error.json +++ b/public/language/lv/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/lv/flags.json b/public/language/lv/flags.json index 45d04d7dc6..e11024e07b 100644 --- a/public/language/lv/flags.json +++ b/public/language/lv/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Labi! Nav atzīmju.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Piešķirtais", "update": "Atjaunot", "updated": "Atjaunots", "resolved": "Resolved", "target-purged": "Saturs, uz kā attiecas atzīme, ir iztīrīts un vairs nav pieejams.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Ātrie filtri", "filter-active": "Atzīmju sarakstā ir aktīvs viens vai vairāki filtri", "filter-reset": "Noņemt filtrus", "filters": "Filtrēšanas opcijas", - "filter-reporterId": "Ziņotāja UID", - "filter-targetUid": "Atzīmētā raksta UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Atzīmes veids", "filter-type-all": "Viss saturs", "filter-type-post": "Raksts", "filter-type-user": "Lietotājs", "filter-state": "Stāvoklis", - "filter-assignee": "Piešķirtā UID", + "filter-assignee": "Assignee", "filter-cid": "Kategorija", "filter-quick-mine": "Piešķirts man", "filter-cid-all": "Visas kategorijas", @@ -45,6 +47,7 @@ "notes": "Atzīmju piezīmes", "add-note": "Pievienot piezīmi", + "edit-note": "Edit Note", "no-notes": "Nav kopīgu piezīmju.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/lv/global.json b/public/language/lv/global.json index 85848c8caf..29e3fd2d57 100644 --- a/public/language/lv/global.json +++ b/public/language/lv/global.json @@ -37,9 +37,13 @@ "header.notifications": "Paziņojumi", "header.search": "Meklēt", "header.profile": "Profils", + "header.account": "Account", "header.navigation": "Navigācija", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Ielādē paziņojumus", "chats.loading": "Ielādē sarunas", + "drafts.loading": "Loading Drafts", "motd.welcome": "Sveicināts NodeBB, nākotnes diskusiju platformā.", "previouspage": "Iepriekšējā lapa", "nextpage": "Nākamā lapa", @@ -54,7 +58,8 @@ "users": "Lietotāji", "topics": "Temati", "posts": "Raksti", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Labākie", "controversial": "Controversial", "votes": "Balsojumi", @@ -69,6 +74,7 @@ "reputation": "Ranga punkti", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "lasīt vairāk", "more": "Vairāk", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 publicēja %2", "guest_posted_ago": "Viesis publicēja %1", "last_edited_by": "pēdējoreiz rediģējis %1", + "edited-timestamp": "Edited %1", "norecentposts": "Nav nesenu rakstu", "norecenttopics": "Nav neseno tematu", "recentposts": "Nesenie raksti", "recentips": "Nesen lietotās IP adreses", "moderator_tools": "Moderatora rīki", + "status": "Status", "online": "Klāt", "away": "Projām", "dnd": "Netraucējams", @@ -122,5 +130,7 @@ "edited": "Rediģētie", "disabled": "Atspējotie", "select": "Atlasīt", - "user-search-prompt": "Ieraksti kaut ko šeit, lai meklētu lietotājus..." + "user-search-prompt": "Ieraksti kaut ko šeit, lai meklētu lietotājus...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/lv/groups.json b/public/language/lv/groups.json index 1cfc699bb1..7690cfda5f 100644 --- a/public/language/lv/groups.json +++ b/public/language/lv/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupas", + "members": "Members", "view_group": "Skatīt grupas", "owner": "Grupas īpašnieks", "new_group": "Izveidot jaunu grupu", diff --git a/public/language/lv/modules.json b/public/language/lv/modules.json index 95eeb481cd..f91d57bb86 100644 --- a/public/language/lv/modules.json +++ b/public/language/lv/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Sarunāties ar", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Nosūtīt", "chat.no_active": "Nav aktīvo sarunu.", "chat.user_typing": "%1 raksta...", @@ -42,6 +46,7 @@ "composer.compose": "Rediģēt", "composer.show_preview": "Rādīt priekšskatu", "composer.hide_preview": "Slēpt priekšskatu", + "composer.help": "Help", "composer.user_said_in": "%1 sacīja %2:", "composer.user_said": "%1 sacīja:", "composer.discard": "Vai tiešām vēlies atmest šo rakstu?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "Labi", "bootbox.cancel": "Atcelt", "bootbox.confirm": "Apstiprināt", diff --git a/public/language/lv/pages.json b/public/language/lv/pages.json index 03d8154b8c..560e102b9a 100644 --- a/public/language/lv/pages.json +++ b/public/language/lv/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1 novērotās kategorijas", "account/bookmarks": "%1 atzīmētie raksti", "account/settings": "Lietotāja iestatījumi", + "account/settings-of": "Changing settings of %1", "account/watched": "Temati, kurus %1 novēro", "account/ignored": "Temati, kurus %1 ignorē", "account/upvoted": "%1 balsojis \"par\"", diff --git a/public/language/lv/post-queue.json b/public/language/lv/post-queue.json index d86fc6a8d6..c17b8c6d5d 100644 --- a/public/language/lv/post-queue.json +++ b/public/language/lv/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/lv/register.json b/public/language/lv/register.json index 3a48e2235a..a207cb70c0 100644 --- a/public/language/lv/register.json +++ b/public/language/lv/register.json @@ -1,5 +1,6 @@ { "register": "Reģistrēties", + "already-have-account": "Already have an account?", "cancel_registration": "Atcelt reģistrācijas pieteikumu", "help.email": "Pēc noklusējuma Tava e-pasta adrese nebūs redzama ārpus NodeBB.", "help.username_restrictions": "Unikāls lietotājvārds starp %1 un %2 rakstzīmēm. Citi var pieminēt Tevi izmantojot @lietotājvārds.", diff --git a/public/language/lv/search.json b/public/language/lv/search.json index 8db217d04b..e40b5c7e3e 100644 --- a/public/language/lv/search.json +++ b/public/language/lv/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 rezultāts(-i), kas atbilst \"%2\", (%3 sekundes)", "no-matches": "Sakritības nav atrastas", "advanced-search": "Meklēt izvērsti", "in": "Kur", - "titles": "Nosaukumos", - "titles-posts": "Nosaukumos un rakstos", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Meklēt vārdus", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Visus", "any": "Jebkurus", "posted-by": "Publicējis", - "in-categories": "Kategorijās", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Meklēt apakškategorijas", "has-tags": "Ar birkām", "reply-count": "Atbilžu skaits", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Vismaz", "at-most": "Ne vairāk kā", "relevance": "Pēc atbilstības", + "time": "Time", "post-time": "Publicēšanas datums", "votes": "Balsojumi", "newer-than": "Jaunāks nekā", @@ -28,7 +48,22 @@ "three-months": "Trīs mēneši", "six-months": "Seši mēneši", "one-year": "Viens gads", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Kārtošana", + "sort": "Sort", "last-reply-time": "Pēc pēdējās atbildes laika", "topic-title": "Pēc temata nosaukuma", "topic-votes": "Tematu balsojumi", @@ -39,11 +74,36 @@ "category": "Pēc kategorijas", "descending": "Dilstošā secībā", "ascending": "Augošā secībā", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Saglabāt izvēles", "clear-preferences": "Notīrīt izvēles", "search-preferences-saved": "Meklēšanas izvēles saglabātas", "search-preferences-cleared": "Meklēšanas izvēles notīrītas", "show-results-as": "Rādīt rezultātus kā", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/lv/tags.json b/public/language/lv/tags.json index d52ec26718..d9b9b9ce0f 100644 --- a/public/language/lv/tags.json +++ b/public/language/lv/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Nav neviena temata ar šo birku", + "no-tags-found": "No tags found", "tags": "Birkas", "enter_tags_here": "Ievadīt birkas, katrai starp %1 un %2 rakstzīmēm", "enter_tags_here_short": "Ievadīt birkas...", diff --git a/public/language/lv/topic.json b/public/language/lv/topic.json index abe07301fe..fb1ba7db5b 100644 --- a/public/language/lv/topic.json +++ b/public/language/lv/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Kopēt IP adresi", "ban-ip": "Bloķēt IP adresi", "view-history": "Rediģēšanas vēsture", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Noklikšķināt, lai atgrieztos pēdējā lasītā rakstā šajā pavedienā.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Iztīrīt tematu", "thread_tools.purge_confirm": "Vai tiešām vēlies iztīrīt šo tematu?", "thread_tools.merge_topics": "Apvienot tematus", - "thread_tools.merge": "Apvienot tematus", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Raksts pārvietots!", "fork_topic": "Nozarot tematu", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Noklikšķini uz rakstiem, kurus nozarot", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Nav atlasīto rakstu!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Ievadīt temata virsrakstu...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Atmest", "composer.submit": "Publicēt", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/lv/user.json b/public/language/lv/user.json index 554e5d3737..b27d6aaecf 100644 --- a/public/language/lv/user.json +++ b/public/language/lv/user.json @@ -43,6 +43,7 @@ "followers": "Man seko", "following": "Es sekoju", "blocks": "Bloķētie", + "blocked-users": "Blocked users", "block_toggle": "Pārslēgt bloķēto", "block_user": "Bloķēt lietotāju", "unblock_user": "Atbloķēt lietotāju", @@ -68,6 +69,7 @@ "upload_new_picture": "Augšupielādēt bildi", "upload_new_picture_from_url": "Augšupielādēt bildi no URL", "current_password": "Pašreizējā parole", + "new_password": "New Password", "change_password": "Mainīt paroli", "change_password_error": "Nederīga parole!", "change_password_error_wrong_current": "Pašreizējā parole nav pareiza!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderatora piezīmes saglabātas", "info.moderation-note.add": "Pievienot piezīmi", "sessions.description": "Skatīt jebkuras aktīvās sesijas šajā forumā un vajadzības gadījumā kādu atsaukt. Atcelt šo pašu sesiju, izlogojoties no sava konta.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Tiesības & piekrišana", "consent.lead": "Šis forums apkopo un apstrādā Tavu personisko informāciju.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/lv/users.json b/public/language/lv/users.json index 5dd31dec5a..0e0d279373 100644 --- a/public/language/lv/users.json +++ b/public/language/lv/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Jaunākie lietotāji", "top_posters": "Visvairāk rakstu", "most_reputation": "Visvairāk ranga punktu", "most_flags": "Visvairāk atzīmju", "search": "Meklēt", "enter_username": "Meklējamais lietotājvārds", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Ielādēt vairāk", "users-found-search-took": "Atrasti %1 lietotājs(-i)! Meklēšana ilga %2 sekundes.", "filter-by": "Filtrēt pēc", diff --git a/public/language/ms/admin/admin.json b/public/language/ms/admin/admin.json index 8762610c5d..2d1cc65fa4 100644 --- a/public/language/ms/admin/admin.json +++ b/public/language/ms/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Panel Kawalan dan Kendalian NodeBB", "settings-header-contents": "Isi", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/ms/admin/appearance/customise.json b/public/language/ms/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/ms/admin/appearance/customise.json +++ b/public/language/ms/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/ms/admin/extend/widgets.json b/public/language/ms/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/ms/admin/extend/widgets.json +++ b/public/language/ms/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/ms/admin/manage/groups.json b/public/language/ms/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/ms/admin/manage/groups.json +++ b/public/language/ms/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/ms/admin/manage/privileges.json b/public/language/ms/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/ms/admin/manage/privileges.json +++ b/public/language/ms/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/ms/admin/settings/navigation.json b/public/language/ms/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/ms/admin/settings/navigation.json +++ b/public/language/ms/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/ms/error.json b/public/language/ms/error.json index e7c9319fc5..20da493ccc 100644 --- a/public/language/ms/error.json +++ b/public/language/ms/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/ms/flags.json b/public/language/ms/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/ms/flags.json +++ b/public/language/ms/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/ms/global.json b/public/language/ms/global.json index fb5d0a418c..e0403a6b9b 100644 --- a/public/language/ms/global.json +++ b/public/language/ms/global.json @@ -37,9 +37,13 @@ "header.notifications": "Pemberitahuan", "header.search": "Cari", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigasi", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Pemberitahuan sedang dimuatkan", "chats.loading": "Sembang sedang dimuatkan", + "drafts.loading": "Loading Drafts", "motd.welcome": "Selamat datang ke NodeBB, platfom perbincangan masa hadapan", "previouspage": "Laman sebelum", "nextpage": "Laman berikut", @@ -54,7 +58,8 @@ "users": "Pengguna", "topics": "Topik", "posts": "Kiriman", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Best", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Reputasi", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "baca lagi", "more": "Lagi", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 mengirim %2", "guest_posted_ago": "Pelawat mengirim %1", "last_edited_by": "last edited by %1", + "edited-timestamp": "Edited %1", "norecentposts": "Tiada kiriman terkini", "norecenttopics": "Tiada topik terkini", "recentposts": "Kiriman terkini", "recentips": "IP berdaftar terkini", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "Dalam talian", "away": "Jauh", "dnd": "Jangan ganggu (dnd)", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/ms/groups.json b/public/language/ms/groups.json index 62ffd93e7c..ac54711805 100644 --- a/public/language/ms/groups.json +++ b/public/language/ms/groups.json @@ -1,5 +1,6 @@ { "groups": "Kumpulan", + "members": "Members", "view_group": "Lihat Kumpulan", "owner": "Pemilik Kumpulan", "new_group": "Buat Kumpulan Baru", diff --git a/public/language/ms/modules.json b/public/language/ms/modules.json index d331389ba5..0c6495796c 100644 --- a/public/language/ms/modules.json +++ b/public/language/ms/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "hantar", "chat.no_active": "Anda tiada pesanan yang aktif", "chat.user_typing": "%1 menaip", @@ -42,6 +46,7 @@ "composer.compose": "Tulis", "composer.show_preview": "Pra-lihat", "composer.hide_preview": "Sorok pra-lihat", + "composer.help": "Help", "composer.user_said_in": "%1 disebut di %2:", "composer.user_said": "%1 berkata:", "composer.discard": "Anda yakin untuk membuang kiriman ini?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "Ok", "bootbox.cancel": "Batal", "bootbox.confirm": "Pasti", diff --git a/public/language/ms/pages.json b/public/language/ms/pages.json index 5dd04295a5..4fc735d7d2 100644 --- a/public/language/ms/pages.json +++ b/public/language/ms/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Tetapan Pengguna", + "account/settings-of": "Changing settings of %1", "account/watched": "Topik Diperhati Oleh %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Kiriman diundi naik oleh %1", diff --git a/public/language/ms/post-queue.json b/public/language/ms/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/ms/post-queue.json +++ b/public/language/ms/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/ms/register.json b/public/language/ms/register.json index 30c6759a2d..476243b54a 100644 --- a/public/language/ms/register.json +++ b/public/language/ms/register.json @@ -1,5 +1,6 @@ { "register": "Mendaftar", + "already-have-account": "Already have an account?", "cancel_registration": "Cancel Registration", "help.email": "E-mel akan disembunyikan daripada orang ramai.", "help.username_restrictions": "Cuba satu nama pengguna yang unik di antara %1 dan %2 aksara. Orang lain boleh menyebut anda dengan @nama pengguna.", diff --git a/public/language/ms/search.json b/public/language/ms/search.json index 39ca2b3ad8..58353dc217 100644 --- a/public/language/ms/search.json +++ b/public/language/ms/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 hasil sepadan \"%2\", (%3 saat)", "no-matches": "Tiada padanan dijumpai", "advanced-search": "Pencarian Lebih Mendalam", "in": "Dalam", - "titles": "Tajuk", - "titles-posts": "Tajuk dan kiriman", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Dikirim oleh", - "in-categories": "Dalam kategori", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Cari anak kategori", "has-tags": "Has tags", "reply-count": "Kira Balasan", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Sekurang-kurangnya", "at-most": "Selebihnya", "relevance": "Relevance", + "time": "Time", "post-time": "Masa kiriman", "votes": "Votes", "newer-than": "Baru daripada", @@ -28,7 +48,22 @@ "three-months": "Tiga bulan", "six-months": "Enam bulan", "one-year": "Setahun", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Susun mengikut", + "sort": "Sort", "last-reply-time": "Masa balasan terakhir", "topic-title": "Tajuk topik", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Kategori", "descending": "Tertib menurun", "ascending": "Tertib menaik", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Simpan butiran", "clear-preferences": "Bersihkan butiran", "search-preferences-saved": "Cari butiran yang disimpan", "search-preferences-cleared": "Cari butiran yang diersihkan", "show-results-as": "Tunjuk hasil sebagai", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/ms/tags.json b/public/language/ms/tags.json index 57b12eac2a..1cb454c2b1 100644 --- a/public/language/ms/tags.json +++ b/public/language/ms/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Tiada topik untuk tag ini.", + "no-tags-found": "No tags found", "tags": "Tag", "enter_tags_here": "Masukkan tag sini, masing-masing antara %1 dan %2 aksara.", "enter_tags_here_short": "Masukkan tag ...", diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json index 95ddeb215f..c5b28dfcb3 100644 --- a/public/language/ms/topic.json +++ b/public/language/ms/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Singkirkan Topik", "thread_tools.purge_confirm": "Anda yakin untuk singkirkan topik ini?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Kiriman dipindahkan", "fork_topic": "Salin topik", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Klik kiriman yang anda hendak salin", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Tiada kiriman yang dipilih", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Masukkan tajuk topik disini", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Abaikan", "composer.submit": "Hantar", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/ms/user.json b/public/language/ms/user.json index af86ec6ecb..abcc5b5172 100644 --- a/public/language/ms/user.json +++ b/public/language/ms/user.json @@ -43,6 +43,7 @@ "followers": "Pengikut", "following": "Mengikuti", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Muatnaik gambar baru", "upload_new_picture_from_url": "Muatnaik gambar baru dari URL", "current_password": "Kata laluan sekarang", + "new_password": "New Password", "change_password": "Tukar kata laluan", "change_password_error": "Kata laluan salah!", "change_password_error_wrong_current": "Kata laluan anda sekarang tidak sah", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/ms/users.json b/public/language/ms/users.json index 0e27f7bbce..630939970f 100644 --- a/public/language/ms/users.json +++ b/public/language/ms/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Pengguna terkini", "top_posters": "Pengirim terbanyak", "most_reputation": "Reputasi terbaik", "most_flags": "Most Flags", "search": "Cari", "enter_username": "Masukkan nama pengguna untuk carian", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Muat lagi", "users-found-search-took": "%1 pengguna dijumpai! Pencarian ambil masa %2 saat.", "filter-by": "Saring dengan", diff --git a/public/language/nb/admin/admin.json b/public/language/nb/admin/admin.json index a05d6876cb..ae9467df75 100644 --- a/public/language/nb/admin/admin.json +++ b/public/language/nb/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Admin Kontrollpanel", "settings-header-contents": "Innhold", - "changes-saved": "Endringer lagret", - "changes-saved-message": "Dine endringer i NodeBB-konfigurasjonen har blitt lagret.", "changes-not-saved": "Endringer ikke lagret", "changes-not-saved-message": "NodeBB støtte på et problem ved lagring av endringer. (%1)" } \ No newline at end of file diff --git a/public/language/nb/admin/appearance/customise.json b/public/language/nb/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/nb/admin/appearance/customise.json +++ b/public/language/nb/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/nb/admin/extend/widgets.json b/public/language/nb/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/nb/admin/extend/widgets.json +++ b/public/language/nb/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/nb/admin/manage/groups.json b/public/language/nb/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/nb/admin/manage/groups.json +++ b/public/language/nb/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/nb/admin/manage/privileges.json b/public/language/nb/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/nb/admin/manage/privileges.json +++ b/public/language/nb/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/nb/admin/settings/navigation.json b/public/language/nb/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/nb/admin/settings/navigation.json +++ b/public/language/nb/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/nb/error.json b/public/language/nb/error.json index ab9a8148ee..65d97e3463 100644 --- a/public/language/nb/error.json +++ b/public/language/nb/error.json @@ -224,5 +224,6 @@ "api.429": "Du har gjort for mange forespørsler. Prøv igjen senere.", "api.500": "En uventet feil oppstod mens vi prøvde å betjene forespørsel din.", "api.501": "Ruten du prøver å kalle er ikke implementert enda. Prøv igjen i morgen", - "api.503": "Ruten du prøver å kalle er for øyeblikket ikke tilgjengelig grunnet innstilling på serveren" + "api.503": "Ruten du prøver å kalle er for øyeblikket ikke tilgjengelig grunnet innstilling på serveren", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/nb/flags.json b/public/language/nb/flags.json index b53aa44aa7..1b57cf4c19 100644 --- a/public/language/nb/flags.json +++ b/public/language/nb/flags.json @@ -3,25 +3,27 @@ "reports": "Rapporter", "first-reported": "Først rapportert", "no-flags": "Hurra! Ingen flagg funnet", + "x-flags-found": "%1 flag(s) found.", "assignee": "Tildelt", "update": "Oppdater ", "updated": "Oppdatert", "resolved": "Løst", "target-purged": "Innholdet dette flagget refererte til er renset og er ikke lenger tilgjengelig.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daglige flagg", "quick-filters": "Raske filter", "filter-active": "Det er ett eller flere filtre som er aktive i denne listen over flagg", "filter-reset": "Fjern filtre ", "filters": "Filteralternativer", - "filter-reporterId": "Rapporter UID", - "filter-targetUid": "Flaggede UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flaggtype", "filter-type-all": "alt innhold", "filter-type-post": "Innlegg", "filter-type-user": "Bruker", "filter-state": "Status", - "filter-assignee": "Rettighetshavers UID", + "filter-assignee": "Assignee", "filter-cid": "Kategori", "filter-quick-mine": "Tildelt til meg", "filter-cid-all": "Alle kategorier", @@ -45,6 +47,7 @@ "notes": "Flaggnotiser", "add-note": "Legg til flagg", + "edit-note": "Edit Note", "no-notes": "Ingen delte notiser ", "delete-note-confirm": "Er du sikker på at du ønsker å slette flaggnotifikasjonen? ", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/nb/global.json b/public/language/nb/global.json index 4ea9222a50..a8b05334f7 100644 --- a/public/language/nb/global.json +++ b/public/language/nb/global.json @@ -37,9 +37,13 @@ "header.notifications": "Varsler", "header.search": "Søk", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigasjon", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Laster varsler", "chats.loading": "Laster samtaler", + "drafts.loading": "Loading Drafts", "motd.welcome": "Velkommen til NodeBB, fremtidens diskusjonsplattform.", "previouspage": "Forrige side", "nextpage": "Neste side", @@ -54,7 +58,8 @@ "users": "Brukere", "topics": "Emner", "posts": "Innlegg", - "x-posts": "%1 post", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Best", "controversial": "Kontroversiell ", "votes": "Stemmer", @@ -69,6 +74,7 @@ "reputation": "Omdømme", "lastpost": "Seneste innlegg", "firstpost": "Første innlegg ", + "about": "About", "read_more": "les mer", "more": "Mer", "none": "Ingen", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 skrev %2", "guest_posted_ago": "Gjest skrev den %1", "last_edited_by": "sist endret av %1", + "edited-timestamp": "Edited %1", "norecentposts": "Ingen nylige innlegg", "norecenttopics": "Ingen nye tråder", "recentposts": "Seneste innlegg", "recentips": "Seneste innloggede IPer", "moderator_tools": "Moderatorverktøy", + "status": "Status", "online": "Tilkoblet", "away": "Borte", "dnd": "Ikke forstyrr", @@ -122,5 +130,7 @@ "edited": "Redigert", "disabled": "Deaktivert ", "select": "Velg", - "user-search-prompt": "Skriv her for å finne andre brukere..." + "user-search-prompt": "Skriv her for å finne andre brukere...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/nb/groups.json b/public/language/nb/groups.json index 29a9ecc9c5..f7831d1d91 100644 --- a/public/language/nb/groups.json +++ b/public/language/nb/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupper", + "members": "Members", "view_group": "Vis gruppe", "owner": "Gruppeeier", "new_group": "Opprett ny gruppe", diff --git a/public/language/nb/modules.json b/public/language/nb/modules.json index 35ebb177d1..cd05bf2876 100644 --- a/public/language/nb/modules.json +++ b/public/language/nb/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat med", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Du ser på eldre meldinger, klikk her for å gå til siste melding", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Send", "chat.no_active": "Du har ingen aktive chatter.", "chat.user_typing": "%1 skriver ...", @@ -42,6 +46,7 @@ "composer.compose": "Komponer", "composer.show_preview": "Vis forhåndsvisning", "composer.hide_preview": "Skjul forhåndsvisning", + "composer.help": "Help", "composer.user_said_in": "%1 sa i %2: ", "composer.user_said": "%1 sa: ", "composer.discard": "Er du sikker på at du vil forkaste dette innlegget?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Angitt dato", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Avbryt", "bootbox.confirm": "Bekreft", diff --git a/public/language/nb/pages.json b/public/language/nb/pages.json index e44c00e42d..841021dafb 100644 --- a/public/language/nb/pages.json +++ b/public/language/nb/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's overvåkede kategorier", "account/bookmarks": "%1's bokmerkede innlegg", "account/settings": "Brukerinnstillinger", + "account/settings-of": "Changing settings of %1", "account/watched": "Innlegg overvåket av %1", "account/ignored": "Emner ignorert av %1", "account/upvoted": "Innlegg stemt opp av %1", diff --git a/public/language/nb/post-queue.json b/public/language/nb/post-queue.json index 059523d979..ca27491c30 100644 --- a/public/language/nb/post-queue.json +++ b/public/language/nb/post-queue.json @@ -22,6 +22,7 @@ "notify": "Varsle", "notify-user": "Varsle bruker", "confirm-reject": "Vil du avvise dette innlegget?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/nb/register.json b/public/language/nb/register.json index 55ed85a0e9..87e810377e 100644 --- a/public/language/nb/register.json +++ b/public/language/nb/register.json @@ -1,5 +1,6 @@ { "register": "Registrer", + "already-have-account": "Already have an account?", "cancel_registration": "Avbryt registrering ", "help.email": "Som standard, holdes din e-post skjult for offentligheten.", "help.username_restrictions": "Et unikt brukernavn mellom %1 og %2 tegn. Andre kan nevne deg med @brukernavn.", diff --git a/public/language/nb/search.json b/public/language/nb/search.json index ad688770e3..ac81c1e66b 100644 --- a/public/language/nb/search.json +++ b/public/language/nb/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 resultat(er) samsvarer med \"%2\", (%3 sekunder)", "no-matches": "Ingen matcher funnet", "advanced-search": "Avansert søk", "in": "I", - "titles": "Titler", - "titles-posts": "Titler og innlegg", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match ord", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Alle", "any": "Hvilken som helst", "posted-by": "Skapt av", - "in-categories": "I kategorier", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Søk underkategorier", "has-tags": "Har emneord", "reply-count": "Mengde svar", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Minst", "at-most": "Maks", "relevance": "Relevanse", + "time": "Time", "post-time": "Innlegg-tid", "votes": "Stemmer", "newer-than": "Nyere enn", @@ -28,7 +48,22 @@ "three-months": "Tre måneder", "six-months": "Seks måneder", "one-year": "Ett år", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sorter etter", + "sort": "Sort", "last-reply-time": "Sise svartid", "topic-title": "Tråd-tittel", "topic-votes": "Stemmer på emne", @@ -39,11 +74,36 @@ "category": "Kategori", "descending": "I synkende rekkefølge", "ascending": "I stigende rekkefølge", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Lagre innstillinger", "clear-preferences": "Tøm innstillinnger", "search-preferences-saved": "Søkeinnstillinger lagret", "search-preferences-cleared": "Søkeinnstillinger tømt", "show-results-as": "Vis resultater som", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Se flere resultater (%1)", "search-in-category": "Søk i \"%1\"" } \ No newline at end of file diff --git a/public/language/nb/tags.json b/public/language/nb/tags.json index 6d6e768270..28a4ca7cd4 100644 --- a/public/language/nb/tags.json +++ b/public/language/nb/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Det er ingen emner med dette emneordet.", + "no-tags-found": "No tags found", "tags": "Emneord", "enter_tags_here": "Skriv emneord her, mellom %1 og %2 tegn hver.", "enter_tags_here_short": "Skriv emneord...", diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json index 2332377e51..1e5ebe1028 100644 --- a/public/language/nb/topic.json +++ b/public/language/nb/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Kopier IP", "ban-ip": "Forby IP", "view-history": "Redigere historie", - "locked-by": "Låst av", - "unlocked-by": "Låst opp av", - "pinned-by": "Festet av", - "unpinned-by": "Løsnet av", - "deleted-by": "Slettet av", - "restored-by": "Gjenopprettet av", - "moved-from-by": "Flyttet fra %1 av", - "queued-by": "Innlegg i kø for godkjenning & rarr;", - "backlink": "Henvinst til av", - "forked-by": "Forgrenet av", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Klikk her for å gå tilbake til det siste innlegget i denne tråden.", "flag-post": "Flagg denne posten", "flag-user": "Flagg denne brukeren", @@ -95,7 +109,7 @@ "thread_tools.purge": "Rensk tråd", "thread_tools.purge_confirm": "Er du sikker på at du vil renske denne tråden?", "thread_tools.merge_topics": "Flett emner", - "thread_tools.merge": "Slå sammen", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Denne tråden vil straks bli flyttet til \"%1\". Klikk her for å angre.", "topic_move_multiple_success": "Disse emnene vil straks bli flyttet til \"%1\". Klikk her for å angre.", "topic_move_all_success": "Alle emner vil straks bli flyttet til \"%1\". Klikk her for å angre.", @@ -121,7 +135,7 @@ "post_moved": "Innlegg flyttet!", "fork_topic": "Forgren tråd", "enter-new-topic-title": "Tast inn tittel på emne", - "fork_topic_instruction": "Trykk på innleggene du vil forgrene", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Ingen innlegg valgt!", "no-posts-selected": "Ingen innlegg valgt.", "x-posts-selected": "%1 innlegg valgt", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Ny tittel for emne", "topic-id": "Emne ID", "move_posts_instruction": "Klikk på innleggene du vil flytte, og skriv deretter inn en emne-ID, eller gå til målemnet", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Klikk på innleggene du vil tildele til en annen bruker", "composer.title_placeholder": "Skriv din tråd-tittel her", "composer.handle_placeholder": "Skriv inn navnet ditt / signatur her", + "composer.hide": "Hide", "composer.discard": "Forkast", "composer.submit": "Send", "composer.additional-options": "Ytterligere alternativer", @@ -184,5 +200,7 @@ "last-post": "Seneste innlegg", "go-to-my-next-post": "Gå til mitt neste innlegg", "no-more-next-post": "Du har ikke flere innlegg i dette emnet", - "post-quick-reply": "Skriv hurtigsvar" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/nb/user.json b/public/language/nb/user.json index ee6f732278..60df267e15 100644 --- a/public/language/nb/user.json +++ b/public/language/nb/user.json @@ -43,6 +43,7 @@ "followers": "Følgere", "following": "Følger", "blocks": "Blokkeringer", + "blocked-users": "Blocked users", "block_toggle": "Endre blokkering", "block_user": "Blokker bruker", "unblock_user": "Opphev blokkering av bruker", @@ -68,6 +69,7 @@ "upload_new_picture": "Last opp nytt bidle", "upload_new_picture_from_url": "Last opp nytt bilde fra URL", "current_password": "Gjeldende passord", + "new_password": "New Password", "change_password": "Endre passord", "change_password_error": "Ugyldig passord!", "change_password_error_wrong_current": "Ditt gjeldende passord er ikke korrekt!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderasjonsnotat ikke lagret ", "info.moderation-note.add": "Legg til notat", "sessions.description": "Denne siden lar deg se alle aktivitetsøkter på dette forumet og tilbakekalle dem om nødvendig. Du kan tilbakekalle din egen økt ved å logge av brukerkontoen din.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Dine rettigheter & amp; Samtykke", "consent.lead": "Dette forumet samler inn og behandler dine personopplysninger. ", "consent.intro": "Vi bruker kun denne informasjonen for å tilpasse brukeropplevelsen din i dette nettforumet, og for å knytte innleggene du lager til brukerkontoen din. Under registreringstrinnet i Felles brukerhåndtering ble du bedt om å oppgi fullt navn og en e-postadresse. Du kan også velge å oppgi tilleggsinformasjon for å fullføre brukerprofilen din på dette nettstedet.

Vi oppbevarer denne informasjonen så lenge brukerprofilen din er aktiv, og du kan når som helst trekke tilbake samtykke ved å slette kontoen din. Du kan når som helst be om en kopi av ditt bidrag til dette nettstedet, via dine rettigheter & Samtykkeside.

Hvis du har spørsmål eller bekymringer, oppfordrer vi deg til å ta kontakt med forumets administrative team.", diff --git a/public/language/nb/users.json b/public/language/nb/users.json index b1aac09034..08d758638e 100644 --- a/public/language/nb/users.json +++ b/public/language/nb/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Seneste brukere", "top_posters": "Flest innlegg", "most_reputation": "Best omdømme", "most_flags": "Flest flagg", "search": "Søk", "enter_username": "Skriv inn et brukernavn for å søke", - "search-user-for-chat": "Søk etter en bruker for å starte chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Last flere", "users-found-search-took": "%1 bruker(e) funnet. Søket tok %2 sekunder.", "filter-by": "Filtrer etter", diff --git a/public/language/nl/admin/admin.json b/public/language/nl/admin/admin.json index a0005c8283..e5aa9a1d58 100644 --- a/public/language/nl/admin/admin.json +++ b/public/language/nl/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Administrator Controlepaneel", "settings-header-contents": "Inhoud", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/nl/admin/appearance/customise.json b/public/language/nl/admin/appearance/customise.json index 8d3f759588..1b5ccab2b6 100644 --- a/public/language/nl/admin/appearance/customise.json +++ b/public/language/nl/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Aangepaste CSS/LESS", - "custom-css.description": "Voer hier je eigen CSS/LESS regels in. Deze zullen worden toegepast na alle andere stijlen.", - "custom-css.enable": "Activeer aangepaste CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Aangepast Javascript", "custom-js.description": "Voer hier je eigen javascript code in. Deze zullen worden uitgevoerd als de pagina volledig is geladen.", diff --git a/public/language/nl/admin/extend/widgets.json b/public/language/nl/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/nl/admin/extend/widgets.json +++ b/public/language/nl/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/nl/admin/manage/groups.json b/public/language/nl/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/nl/admin/manage/groups.json +++ b/public/language/nl/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/nl/admin/manage/privileges.json b/public/language/nl/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/nl/admin/manage/privileges.json +++ b/public/language/nl/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/nl/admin/settings/navigation.json b/public/language/nl/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/nl/admin/settings/navigation.json +++ b/public/language/nl/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/nl/error.json b/public/language/nl/error.json index a039030e88..aee774fac5 100644 --- a/public/language/nl/error.json +++ b/public/language/nl/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/nl/flags.json b/public/language/nl/flags.json index b2510aeaa7..c5272b8118 100644 --- a/public/language/nl/flags.json +++ b/public/language/nl/flags.json @@ -3,25 +3,27 @@ "reports": "Rapportages", "first-reported": "Eerste rapportage", "no-flags": "Hoera! Geen markeringen gevonden.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Toegekend aan", "update": "Bijwerken", "updated": "Bijgewerkt", "resolved": "Opgelost", "target-purged": "De inhoud waar deze markering naar verwijst is verwijderd en niet meer beschikbaar.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Dagelijkse markeringen", "quick-filters": "Snelfilters", "filter-active": "Er zijn een of meer filters actief in deze lijst van markeringen", "filter-reset": "Filters verwijderen", "filters": "Filter opties", - "filter-reporterId": "Rapporteur UID", - "filter-targetUid": "Markering UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Markering Type", "filter-type-all": "Alle inhoud", "filter-type-post": "Bericht", "filter-type-user": "Gebruiker", "filter-state": "Status", - "filter-assignee": "UID van toewijzer", + "filter-assignee": "Assignee", "filter-cid": "Categorie", "filter-quick-mine": "Toegewezen aan mij", "filter-cid-all": "Alle categorieën", @@ -45,6 +47,7 @@ "notes": "Markering notities", "add-note": "Notitie toevoegen", + "edit-note": "Edit Note", "no-notes": "Geen gedeelde notities", "delete-note-confirm": "Weet je zeker dat je deze markeringsnotitie wilt verwijderen?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/nl/global.json b/public/language/nl/global.json index 16de8cfe8e..488307809d 100644 --- a/public/language/nl/global.json +++ b/public/language/nl/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notificaties", "header.search": "Zoeken", "header.profile": "Profiel", + "header.account": "Account", "header.navigation": "Navigatie", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Notificaties laden", "chats.loading": "Chats laden", + "drafts.loading": "Loading Drafts", "motd.welcome": "Welkom bij NodeBB, het discussie platform van de toekomst.", "previouspage": "Vorige pagina", "nextpage": "Volgende pagina", @@ -54,7 +58,8 @@ "users": "Gebruikers", "topics": "Onderwerpen", "posts": "Berichten", - "x-posts": "%1 berichten", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Beste", "controversial": "Controversial", "votes": "Stemmen", @@ -69,6 +74,7 @@ "reputation": "Reputatie", "lastpost": "Laatste bericht", "firstpost": "Eerste bericht", + "about": "About", "read_more": "Lees meer", "more": "Meer", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 plaatste %2", "guest_posted_ago": "Gast plaatste %1", "last_edited_by": "voor het laatst aangepast door %1", + "edited-timestamp": "Edited %1", "norecentposts": "Geen recente berichten", "norecenttopics": "Geen recente onderwerpen", "recentposts": "Recente berichten", "recentips": "IP-adressen van recente gebruikers", "moderator_tools": "Moderator gereedschappen", + "status": "Status", "online": "Online", "away": "Afwezig", "dnd": "Niet storen", @@ -122,5 +130,7 @@ "edited": "Bewerkt", "disabled": "Uitgeschakeld", "select": "Selecteer", - "user-search-prompt": "Typ hier om gebruikers te vinden..." + "user-search-prompt": "Typ hier om gebruikers te vinden...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/nl/groups.json b/public/language/nl/groups.json index 34dd5ae976..0b203e9efb 100644 --- a/public/language/nl/groups.json +++ b/public/language/nl/groups.json @@ -1,5 +1,6 @@ { "groups": "Groepen", + "members": "Members", "view_group": "Bekijk groep", "owner": "Groepseigenaar", "new_group": "Nieuwe groep aanmaken", diff --git a/public/language/nl/modules.json b/public/language/nl/modules.json index f40385ecf3..98f3faaff8 100644 --- a/public/language/nl/modules.json +++ b/public/language/nl/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat met", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Je kijkt nu naar oudere berichten. Klik hier om naar het meest recente bericht te gaan.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Verzenden", "chat.no_active": "Er zijn geen actieve chats.", "chat.user_typing": "%1 is aan het typen ...", @@ -42,6 +46,7 @@ "composer.compose": "Samenstellen", "composer.show_preview": "Voorbeeldweergave", "composer.hide_preview": "Verberg voorbeeld", + "composer.help": "Help", "composer.user_said_in": "%1 zegt in %2:", "composer.user_said": "%1 zegt:", "composer.discard": "Bericht plaatsen annuleren?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Annuleren", "bootbox.confirm": "Bevestig", diff --git a/public/language/nl/pages.json b/public/language/nl/pages.json index 83bebf19f8..611a588dc6 100644 --- a/public/language/nl/pages.json +++ b/public/language/nl/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Gevolgde Categorieën van %1", "account/bookmarks": "%1's Favoriete Berichten", "account/settings": "Gebruikersinstellingen", + "account/settings-of": "Changing settings of %1", "account/watched": "Onderwerpen die door %1 bekeken worden", "account/ignored": "Onderwerpen genegeerd door %1", "account/upvoted": "Berichten omhoog gestemd door %1", diff --git a/public/language/nl/post-queue.json b/public/language/nl/post-queue.json index 35a8494974..4e83c275be 100644 --- a/public/language/nl/post-queue.json +++ b/public/language/nl/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/nl/register.json b/public/language/nl/register.json index 58ea9503d7..0d7db720ac 100644 --- a/public/language/nl/register.json +++ b/public/language/nl/register.json @@ -1,5 +1,6 @@ { "register": "Registreren", + "already-have-account": "Already have an account?", "cancel_registration": "Annuleer registratie", "help.email": "E-mailadressen zijn standaard verborgen voor andere gebruikers.", "help.username_restrictions": "Een unieke gebruikersnaam tussen %1 en %2 karakters. Anderen kunnen je vermelden met @gebruikersnaam.", diff --git a/public/language/nl/search.json b/public/language/nl/search.json index 96796a92fe..f4219dd38c 100644 --- a/public/language/nl/search.json +++ b/public/language/nl/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 overeenkomstige resultaten \"%2\", (%3 seconds)", "no-matches": "Geen overeenkomstige resultaten gevonden", "advanced-search": "Geavanceerd zoeken", "in": "in", - "titles": "Titels", - "titles-posts": "Titels en berichten", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match woorden", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Alle", "any": "Enkele", "posted-by": "Geplaatst door", - "in-categories": "In categorieën", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Doorzoek subcategorieën ", "has-tags": "Is getagged", "reply-count": "Aantal reacties", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "op zijn minst", "at-most": "op zijn meest", "relevance": "Relevantie", + "time": "Time", "post-time": "Geplaatst op", "votes": "Stemmen", "newer-than": "Nieuwer dan", @@ -28,7 +48,22 @@ "three-months": "Drie maanden", "six-months": "Zes maanden", "one-year": "Eén jaar", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sorteer op", + "sort": "Sort", "last-reply-time": "Laatste keer geantwoord", "topic-title": "Onderwerp", "topic-votes": "Stemmen op onderwerp", @@ -39,11 +74,36 @@ "category": "Categorie", "descending": "In aflopende volgorde", "ascending": "In oplopende volgorde", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Bewaar voorkeuren", "clear-preferences": "Voorkeuren verwijderen", "search-preferences-saved": "Zoek voorkeuren opgeslagen", "search-preferences-cleared": "Zoek voorkeuren verwijderd", "show-results-as": "Toon resultaten als", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Meer resultaten zien (%1)", "search-in-category": "Zoeken in \"%1\"" } \ No newline at end of file diff --git a/public/language/nl/tags.json b/public/language/nl/tags.json index d94000276b..4503b07e3b 100644 --- a/public/language/nl/tags.json +++ b/public/language/nl/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Er zijn geen onderwerpen met deze tag.", + "no-tags-found": "No tags found", "tags": "Tags", "enter_tags_here": "Voeg hier tags toe, tussen de %1 en %2 tekens per stuk.", "enter_tags_here_short": "Voer tags in...", diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json index ebf28d38f5..38a306eb67 100644 --- a/public/language/nl/topic.json +++ b/public/language/nl/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Kopieer IP", "ban-ip": "Verban IP", "view-history": "Revisie geschiedenis", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Klik hier om terug te keren naar de laatst gelezen post in deze thread.", "flag-post": "Rapporteer dit bericht", "flag-user": "Rapporteer deze gebruiker", @@ -95,7 +109,7 @@ "thread_tools.purge": "Wis onderwerp ", "thread_tools.purge_confirm": "Weet je zeker dat je dit onderwerp wil verwijderen?", "thread_tools.merge_topics": "Onderwerpen samenvoegen", - "thread_tools.merge": "Samenvoegen", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Bericht verplaatst!", "fork_topic": "Afgesplitst onderwerp ", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Klik op de berichten die afgesplitst moeten worden", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Geen berichten geselecteerd!", "no-posts-selected": "Geen berichten geselecteerd!", "x-posts-selected": "%1 bericht(en) geselecteerd", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Nieuwe titel voor onderwerp", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Klik op de berichten die je wilt toewijzen aan een andere gebruiker", "composer.title_placeholder": "Voer hier de titel van het onderwerp in...", "composer.handle_placeholder": "Voer je naam/pseudoniem hier in", + "composer.hide": "Hide", "composer.discard": "Annuleren", "composer.submit": "Verzenden", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/nl/user.json b/public/language/nl/user.json index 8756d8e099..d3782deea1 100644 --- a/public/language/nl/user.json +++ b/public/language/nl/user.json @@ -43,6 +43,7 @@ "followers": "Volgers", "following": "Volgend", "blocks": "Blokkeringen", + "blocked-users": "Blocked users", "block_toggle": "Toggle Blokkering", "block_user": "Blokkeer gebruiker", "unblock_user": "Deblokkeer gebruiker", @@ -68,6 +69,7 @@ "upload_new_picture": "Nieuwe afbeelding opsturen", "upload_new_picture_from_url": "Nieuwe afbeelding vanaf een URL toevoegen", "current_password": "Huidige wachtwoord", + "new_password": "New Password", "change_password": "Wijzig wachtwoord", "change_password_error": "Ongeldig wachtwoord!", "change_password_error_wrong_current": "Het opgegeven huidige wachtwoord is onjuist!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderatie notitie opgeslagen", "info.moderation-note.add": "Notitie toevoegen", "sessions.description": "Deze pagina staat je toe om elke actieve sessie op dit forum te zien en om deze af te breken indien nodig. Je kunt je eigen sessie afbreken door uit te loggen uit je account. ", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Uw Rechten & Toestemmingen", "consent.lead": "Dit gemeenschapsforum verzamelt en verwerkt uw persoonlijke informatie.", "consent.intro": "We gebruiken deze informatie strikt om uw ervaring in deze gemeenschap te personaliseren, en om de berichten die u maakt te koppelen aan uw gebruikersaccount. Tijdens de registratiestap is aan u gevraagd een gebruikersnaam en een e-mail adres te geven, u kan bovendien optioneel aanvullende informatie toevoegen om uw gebruikersprofiel op deze website te completeren.

We bewaren deze informatie voor de levensduur van uw gebruikersaccount, u kan uw toestemming op ieder moment intrekken door uw gebruikersaccount te verwijderen. Op ieder moment kan u een kopie opvragen van uw bijdrage aan deze website via uw Rechten & Toestemmingen pagina.

Indien u vragen of zorgen heeft, bent u welkom om vragen te stellen aan de beheerders van het forum.", diff --git a/public/language/nl/users.json b/public/language/nl/users.json index 0735b49989..69f5d90dc2 100644 --- a/public/language/nl/users.json +++ b/public/language/nl/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Laatste gebruikers", "top_posters": "Meest actieve leden", "most_reputation": "Meeste reputatie", "most_flags": "Meeste vlaggen", "search": "Zoeken", "enter_username": "Vul een gebruikersnaam in om te zoeken", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Meer laden...", "users-found-search-took": "%1 gebruiker(s) gevonden! Zoekactie duurde %2 seconden.", "filter-by": "Filter op", diff --git a/public/language/pl/admin/admin.json b/public/language/pl/admin/admin.json index 4c5c50a256..41bc6909e9 100644 --- a/public/language/pl/admin/admin.json +++ b/public/language/pl/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Panel administracyjny NodeBB", "settings-header-contents": "Zawartość", - "changes-saved": "Zapisano zmiany", - "changes-saved-message": "Twoje zmiany w konfiguracji NodeBB zostały zapisane.", "changes-not-saved": "Zmiany nie zostały zapisane", "changes-not-saved-message": "Wystąpił błąd podczas zapisywania zmian. (%1)" } \ No newline at end of file diff --git a/public/language/pl/admin/appearance/customise.json b/public/language/pl/admin/appearance/customise.json index 57e62ece7c..42557f1994 100644 --- a/public/language/pl/admin/appearance/customise.json +++ b/public/language/pl/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Własny CSS/LESS", - "custom-css.description": "Wprowadź tutaj własne deklaracje CSS/LESS, które będą użyte po wszystkich pozostałych stylach.", - "custom-css.enable": "Aktywuj własne CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Własny Javascript", "custom-js.description": "Wprowadź własny kod javascript tutaj. Będzie użyty po pełnym załadowaniu strony.", diff --git a/public/language/pl/admin/extend/widgets.json b/public/language/pl/admin/extend/widgets.json index 584cb4a02b..d3aab1ca13 100644 --- a/public/language/pl/admin/extend/widgets.json +++ b/public/language/pl/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Żadna", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Nagłówek panelu", - "container.panel-body": "Zawartość panelu", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alarm", "alert.confirm-delete": "Czy na pewno chcesz usunąć ten widget?", diff --git a/public/language/pl/admin/manage/groups.json b/public/language/pl/admin/manage/groups.json index 94aa0d69ab..985734e733 100644 --- a/public/language/pl/admin/manage/groups.json +++ b/public/language/pl/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Cofnij", "edit.no-users-found": "Nie znaleziono użytkowników", - "edit.confirm-remove-user": "Jesteś pewny, że chcesz usunąć tego użytkownika?", - "edit.save-success": "Zmiany zapisane!" + "edit.confirm-remove-user": "Jesteś pewny, że chcesz usunąć tego użytkownika?" } \ No newline at end of file diff --git a/public/language/pl/admin/manage/privileges.json b/public/language/pl/admin/manage/privileges.json index eed78b6293..b0ba548926 100644 --- a/public/language/pl/admin/manage/privileges.json +++ b/public/language/pl/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Czy na pewno chcesz przyznać uprawnienia moderacji dla tej grupy użytkowników? Ta grupa jest publiczna i każdy użytkownik może do niej dołączyć.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Potwierdź zamiar zapisania uprawnień", - "alert.saved": "Zapisano i zastosowano zmiany w uprawnieniach", "alert.confirm-discard": "Czy na pewno chcesz odrzucić wprowadzone zmiany w uprawnieniach?", "alert.discarded": "Odrzucono zmiany w uprawnieniach", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/pl/admin/settings/navigation.json b/public/language/pl/admin/settings/navigation.json index 36c88f8ca5..958be1f06c 100644 --- a/public/language/pl/admin/settings/navigation.json +++ b/public/language/pl/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Grupy:", "open-new-window": "Otwórz w nowym oknie", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Usuń", "btn.disable": "Wyłącz", diff --git a/public/language/pl/error.json b/public/language/pl/error.json index 00b8d6c74c..c33526e689 100644 --- a/public/language/pl/error.json +++ b/public/language/pl/error.json @@ -224,5 +224,6 @@ "api.429": "Został przekroczony limit żądań, proszę spróbuj ponownie później", "api.500": "Wystąpił nieoczekiwany błąd podczas próby obsługi Twojego żądania.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "Ścieżka z którą próbujesz się połączyć, jest obecnie niedostępna z powodu konfiguracji serwera" + "api.503": "Ścieżka z którą próbujesz się połączyć, jest obecnie niedostępna z powodu konfiguracji serwera", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/pl/flags.json b/public/language/pl/flags.json index 37ec744c1e..2e7a188764 100644 --- a/public/language/pl/flags.json +++ b/public/language/pl/flags.json @@ -3,25 +3,27 @@ "reports": "Zgłoszenia", "first-reported": "Pierwszy zgłoszony", "no-flags": "Hura! Nie znaleziono flag.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Oflagowany", "update": "Zaktualizuj", "updated": "Zaaktualizowano", "resolved": "Resolved", "target-purged": "Treści, do których odnosi się ta flaga, zostały usunięte i nie są już dostępne.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Codzienne flagi", "quick-filters": "Szybkie filtry", "filter-active": "Istnieje co najmniej jeden aktywny filtr w tej liście flag", "filter-reset": "Usuń filtry", "filters": "Opcje filtrowania", - "filter-reporterId": "UID zgłaszającego", - "filter-targetUid": "Oflagowany UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Typ flagi", "filter-type-all": "Cała treść", "filter-type-post": "Post", "filter-type-user": "Użytkownik", "filter-state": "Stan", - "filter-assignee": "UID oflagowanego", + "filter-assignee": "Assignee", "filter-cid": "Kategoria", "filter-quick-mine": "Przypisane do mnie", "filter-cid-all": "Wszystkie kategorie", @@ -45,6 +47,7 @@ "notes": "Notatki do flagi", "add-note": "Dodaj notatkę", + "edit-note": "Edit Note", "no-notes": "Brak udostępnionych notatek", "delete-note-confirm": "Czy na pewno chcesz usunąć tę notatkę do flagi?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/pl/global.json b/public/language/pl/global.json index 7f4600a6cb..25aa71d9e3 100644 --- a/public/language/pl/global.json +++ b/public/language/pl/global.json @@ -37,9 +37,13 @@ "header.notifications": "Powiadomienia", "header.search": "Szukaj", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Nawigacja", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Ładowanie powiadomień", "chats.loading": "Ładowanie rozmów", + "drafts.loading": "Loading Drafts", "motd.welcome": "Witaj w NodeBB, platformie dyskusyjnej przyszłości.", "previouspage": "Poprzednia strona", "nextpage": "Następna strona", @@ -54,7 +58,8 @@ "users": "Użytkownicy", "topics": "Tematy", "posts": "Posty", - "x-posts": "%1 posty", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Najlepsze", "controversial": "Kontrowersyjne", "votes": "Głosy", @@ -69,6 +74,7 @@ "reputation": "Reputacja", "lastpost": "Ostatni post", "firstpost": "Pierwszy post", + "about": "About", "read_more": "czytaj więcej", "more": "Więcej", "none": "Żadna", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 napisał %2", "guest_posted_ago": "Gość napisał %1", "last_edited_by": "ostatnio edytowany przez %1", + "edited-timestamp": "Edited %1", "norecentposts": "Brak ostatnich postów", "norecenttopics": "Brak ostatnich tematów", "recentposts": "Ostatnie posty", "recentips": "Adresy IP ostatnich logowań", "moderator_tools": "Narzędzia dla moderatorów", + "status": "Status", "online": "Online", "away": "Zaraz wracam", "dnd": "Nie przeszkadzać", @@ -122,5 +130,7 @@ "edited": "Edytowany", "disabled": "Wyłączony", "select": "Wybierz", - "user-search-prompt": "Aby znaleźć użytkowników, wpisz tutaj..." + "user-search-prompt": "Aby znaleźć użytkowników, wpisz tutaj...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/pl/groups.json b/public/language/pl/groups.json index 70c903b8a0..40ce1362c3 100644 --- a/public/language/pl/groups.json +++ b/public/language/pl/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupy", + "members": "Members", "view_group": "Obejrzyj grupę", "owner": "Właściciel grupy", "new_group": "Stwórz nową grupę", diff --git a/public/language/pl/modules.json b/public/language/pl/modules.json index bf26e04ef3..4b4ee9e4e6 100644 --- a/public/language/pl/modules.json +++ b/public/language/pl/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Czatuj z", "chat.placeholder": "Wpisz tutaj wiadomość, przeciągnij i opuść obrazki, kliknij enter aby wysłać", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Przeglądasz starsze wiadomości, naciśnij tutaj by przejść do najnowszych", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Wyślij", "chat.no_active": "Brak aktywnych czatów", "chat.user_typing": "%1 pisze...", @@ -42,6 +46,7 @@ "composer.compose": "Napisz", "composer.show_preview": "Pokaż podgląd", "composer.hide_preview": "Ukryj podgląd", + "composer.help": "Help", "composer.user_said_in": "%1 napisał w %2:", "composer.user_said": "%1 napisał:", "composer.discard": "Na pewno chcesz porzucić ten post?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Czas", "composer.cancel-scheduling": "Anuluj planowanie", "composer.set-schedule-date": "Ustaw datę", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Anuluj", "bootbox.confirm": "Potwierdź", diff --git a/public/language/pl/pages.json b/public/language/pl/pages.json index 8204caddb5..ff496ee42b 100644 --- a/public/language/pl/pages.json +++ b/public/language/pl/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Kategorie obserwowane przez %1", "account/bookmarks": "Posty w zakładkach %1", "account/settings": "Ustawienia użytkownika", + "account/settings-of": "Changing settings of %1", "account/watched": "Tematy obserwowane przez %1", "account/ignored": "Tematy zignorowane przez %1", "account/upvoted": "Posty, na które zagłosował %1", diff --git a/public/language/pl/post-queue.json b/public/language/pl/post-queue.json index f465d68b7c..ab81ac7845 100644 --- a/public/language/pl/post-queue.json +++ b/public/language/pl/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/pl/register.json b/public/language/pl/register.json index a4e4bcb46c..99af582dc9 100644 --- a/public/language/pl/register.json +++ b/public/language/pl/register.json @@ -1,5 +1,6 @@ { "register": "Rejestracja", + "already-have-account": "Already have an account?", "cancel_registration": "Anuluj rejestrację", "help.email": "Domyślnie Twój adres e-mail będzie ukryty.", "help.username_restrictions": "Unikalna nazwa użytkownika licząca od %1 do %2 znaków. Inni użytkownicy mogą Cię zawołać, pisząc @nazwa użytkownika.", diff --git a/public/language/pl/search.json b/public/language/pl/search.json index 221e5e23d9..e46c7ecd2c 100644 --- a/public/language/pl/search.json +++ b/public/language/pl/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 wyników pasujących do „%2” (%3 sekund)", "no-matches": "Nie znaleziono pasujących wyników", "advanced-search": "Wyszukiwanie zaawansowane", "in": "w", - "titles": "Tytuły", - "titles-posts": "Tytuły i posty", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Dopasuj słowa", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Wszystkie", "any": "Dowolne", "posted-by": "Napisane przez", - "in-categories": "W kategoriach", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Przeszukaj podkategorie", "has-tags": "Ma tagi", "reply-count": "Liczba odpowiedzi", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Przynajmniej", "at-most": "Co najwyżej", "relevance": "Trafność", + "time": "Time", "post-time": "Data zamieszczenia", "votes": "Głosy", "newer-than": "Nowsze niż", @@ -28,7 +48,22 @@ "three-months": "Trzy miesiące temu", "six-months": "Sześć miesięcy temu", "one-year": "Jeden rok temu", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sortuj po", + "sort": "Sort", "last-reply-time": "Odpowiedziano ostatnio", "topic-title": "Tytuł tematu", "topic-votes": "Głosy tematu", @@ -39,11 +74,36 @@ "category": "Kategoria", "descending": "W kolejności malejącej", "ascending": "W kolejności rosnącej", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Zapisz ustawienia", "clear-preferences": "Wyczyść ustawienia", "search-preferences-saved": "Ustawienia wyszukiwania zapisane", "search-preferences-cleared": "Ustawienia wyszukiwania wyczyszczone", "show-results-as": "Pokazuj wyniki jako", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Wyświetl więcej wyników (%1)", "search-in-category": "Szukaj w \"%1\"" } \ No newline at end of file diff --git a/public/language/pl/tags.json b/public/language/pl/tags.json index df5b2ee6f5..50f6837566 100644 --- a/public/language/pl/tags.json +++ b/public/language/pl/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Nie ma tematów z tym tagiem", + "no-tags-found": "No tags found", "tags": "Tagi", "enter_tags_here": "Wpisz tagi tutaj, każdy o długości od %1 do %2 znaków.", "enter_tags_here_short": "Wpisz tagi...", diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json index 6c8cb1d96f..5b5e63813a 100644 --- a/public/language/pl/topic.json +++ b/public/language/pl/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Kopiuj IP", "ban-ip": "Blokuj IP", "view-history": "Historia edycji", - "locked-by": "Zamknięto przez", - "unlocked-by": "Odblokowano przez", - "pinned-by": "Przypięto przez", - "unpinned-by": "Odpięty przez", - "deleted-by": "Usunięty przez", - "restored-by": "Przywrócony przez", - "moved-from-by": "Przeniesiony z %1 przez", - "queued-by": "Post queued for approval →", - "backlink": "Odwołuje się do", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Kliknij tutaj, by powrócić do ostatniego przeczytanego postu w tym temacie.", "flag-post": "Zgłoś ten post", "flag-user": "Zgłoś tego użytkownika", @@ -95,7 +109,7 @@ "thread_tools.purge": "Wymaż temat", "thread_tools.purge_confirm": "Na pewno chcesz wyczyścić ten temat?", "thread_tools.merge_topics": "Połącz tematy", - "thread_tools.merge": "Połącz", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Ten temat zostanie wkrótce przeniesiony do \"%1\". Naciśnij tutaj by to cofnąć.", "topic_move_multiple_success": "Te tematy zostaną wkrótce przeniesione do \"%1\". Naciśnij tutaj by to cofnąć.", "topic_move_all_success": "Wszystkie tematy zostaną wkrótce przeniesione do \"%1\". Naciśnij tutaj by to cofnąć.", @@ -121,7 +135,7 @@ "post_moved": "Post został przeniesiony!", "fork_topic": "Skopiuj temat", "enter-new-topic-title": "Wpisz nowy tytuł tematu", - "fork_topic_instruction": "Zaznacz posty, które chcesz skopiować", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Nie zaznaczono żadnych postów!", "no-posts-selected": "Nie zaznaczono żadnych postów!", "x-posts-selected": "Zaznaczono %1 post(-ów)", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Nowy tytuł tematu", "topic-id": "Identyfikator tematu", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Kliknij w posty, które chcesz przypisać do innego użytkownika", "composer.title_placeholder": "Tutaj wpisz tytuł tematu...", "composer.handle_placeholder": "Tutaj wpisz swoje imię/nazwę", + "composer.hide": "Hide", "composer.discard": "Odrzuć", "composer.submit": "Utwórz", "composer.additional-options": "Dodatkowe opcje", @@ -184,5 +200,7 @@ "last-post": "Ostatni post", "go-to-my-next-post": "Idź do następnego posta", "no-more-next-post": "Nie masz więcej postów w tym temacie", - "post-quick-reply": "Wyślij szybką odpowiedź" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/pl/user.json b/public/language/pl/user.json index c0a2e33d0b..deadb55067 100644 --- a/public/language/pl/user.json +++ b/public/language/pl/user.json @@ -43,6 +43,7 @@ "followers": "Obserwujący", "following": "Obserwowani", "blocks": "Blokady", + "blocked-users": "Blocked users", "block_toggle": "Przełącz blokadę", "block_user": "Blokuj użytkownika", "unblock_user": "Odblokuj użytkownika", @@ -68,6 +69,7 @@ "upload_new_picture": "Prześlij nowe zdjęcie", "upload_new_picture_from_url": "Prześlij nowe zdjęcie z adresu URL", "current_password": "Obecne hasło", + "new_password": "New Password", "change_password": "Zmień hasło", "change_password_error": "Błędne hasło!", "change_password_error_wrong_current": "Twoje aktualne hasło nie jest poprawne!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Notatka została zapisana", "info.moderation-note.add": "Dodaj notatkę", "sessions.description": "Na tej stronie możesz przeglądać wszystkie aktywne sesje na forum i unieważniać je w razie potrzeby. Możesz unieważnić własną sesję poprzez wylogowanie się ze swojego konta.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Twoje prawa i zgody", "consent.lead": "To forum gromadzi i przetwarza twoje dane osobowe.", "consent.intro": "Wykorzystujemy te informacje wyłącznie w celu dostosowania działania forum do Twoich potrzeb, a także powiązania zamieszczanych przez Ciebie postów z Twoim kontem użytkownika. Na etapie rejestracji poprosiliśmy o podanie nazwy użytkownika i adresu e-mail; możesz również zamieścić dodatkowe informacje, by uzupełnić swój profil użytkownika na tej stronie.

Będziemy przechowywać te informacje tak długo, jak będzie istniało Twoje konto użytkownika. Możesz wycofać zgodę w dowolnym momencie poprzez usunięcie konta. W każdej chwili możesz też poprosić poprzez stronę „Prawa i zgody” o kopię treści zamieszczonych przez Ciebie na tej stronie.

W razie pytań lub wątpliwości zwróć się do administratorów forum.", diff --git a/public/language/pl/users.json b/public/language/pl/users.json index 8524151a76..84f43d5caf 100644 --- a/public/language/pl/users.json +++ b/public/language/pl/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Nowi użytkownicy", "top_posters": "Najwięcej postów", "most_reputation": "Najlepsza reputacja", "most_flags": "Najwięcej flag", "search": "Szukaj", "enter_username": "Wpisz nazwę użytkownika", - "search-user-for-chat": "Wyszukaj użytkownika by rozpocząć rozmowę", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Wczytaj więcej", "users-found-search-took": "Znaleziono %1 użytkownika(-ów). Szukanie zajęło %2 sek.", "filter-by": "Filtruj", diff --git a/public/language/pt-BR/admin/admin.json b/public/language/pt-BR/admin/admin.json index d5f47bbf50..2359746275 100644 --- a/public/language/pt-BR/admin/admin.json +++ b/public/language/pt-BR/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Painel de Controle Administrativo do NodeBB", "settings-header-contents": "Conteúdos", - "changes-saved": "Alterações Salvas", - "changes-saved-message": "Suas alterações na configuração do NodeBB foram salvas.", "changes-not-saved": "Alterações não foram Salvas", "changes-not-saved-message": "O NodeBB encontrou um problema ao salvar suas alterações. (%1)" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/appearance/customise.json b/public/language/pt-BR/admin/appearance/customise.json index 1818cd7d05..79cf1d4f08 100644 --- a/public/language/pt-BR/admin/appearance/customise.json +++ b/public/language/pt-BR/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "CSS/LESS personalizado", - "custom-css.description": "Insira suas próprias declarações CSS/LESS aqui, elas serão aplicadas após todos os outros estilos.", - "custom-css.enable": "Habilitar CSS/LESS personalizado", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Javascript personalizado.", "custom-js.description": "Insira seu javascript aqui. Ele será executado após a pagina ter sido completamente carregada.", diff --git a/public/language/pt-BR/admin/extend/widgets.json b/public/language/pt-BR/admin/extend/widgets.json index f9930d4a39..f8a634a9c0 100644 --- a/public/language/pt-BR/admin/extend/widgets.json +++ b/public/language/pt-BR/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Nenhum", "container.well": "Bem", "container.jumbotron": "Jumbotron", - "container.panel": "Painel", - "container.panel-header": "Cabeçalho do Painel", - "container.panel-body": "Corpo do Painel", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alerta", "alert.confirm-delete": "Tem certeza de que deseja excluir este widget?", diff --git a/public/language/pt-BR/admin/manage/groups.json b/public/language/pt-BR/admin/manage/groups.json index 07b24ad3a6..b2904d2778 100644 --- a/public/language/pt-BR/admin/manage/groups.json +++ b/public/language/pt-BR/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Reverter", "edit.no-users-found": "Nenhum Usuário Encontrado", - "edit.confirm-remove-user": "Tem certeza que deseja excluir este usuário?", - "edit.save-success": "Alterações salvas!" + "edit.confirm-remove-user": "Tem certeza que deseja excluir este usuário?" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/manage/privileges.json b/public/language/pt-BR/admin/manage/privileges.json index 6841ea3f91..6161923171 100644 --- a/public/language/pt-BR/admin/manage/privileges.json +++ b/public/language/pt-BR/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Tem certeza de que deseja conceder o privilégio de moderação a este grupo de usuários? Este grupo é público e qualquer usuário pode entrar à vontade.", "alert.confirm-admins-mods": "Tem certeza de que deseja conceder o privilégio de 'Administradores e Mods' a este usuário/grupo? Os usuários com este privilégio podem promover e rebaixar outros usuários a posições privilegiadas, incluindo superadministrador", "alert.confirm-save": "Por favor, confirme a sua intenção de salvar estes privilégios", - "alert.saved": "Alterações de privilégio salvas e aplicadas", "alert.confirm-discard": "Você tem certeza que quer descartar suas mudanças nos privilégios?", "alert.discarded": "Mudanças de privilégio descartadas", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/pt-BR/admin/settings/navigation.json b/public/language/pt-BR/admin/settings/navigation.json index 87f2bea84e..2b74c1bf17 100644 --- a/public/language/pt-BR/admin/settings/navigation.json +++ b/public/language/pt-BR/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Grupos:", "open-new-window": "Abrir em uma nova janela", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Deletar", "btn.disable": "Desativar", diff --git a/public/language/pt-BR/error.json b/public/language/pt-BR/error.json index d48aebc8e7..598bc82f33 100644 --- a/public/language/pt-BR/error.json +++ b/public/language/pt-BR/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/pt-BR/flags.json b/public/language/pt-BR/flags.json index 19b084edc0..9507b9a131 100644 --- a/public/language/pt-BR/flags.json +++ b/public/language/pt-BR/flags.json @@ -3,25 +3,27 @@ "reports": "Reportagens", "first-reported": "Primeiro Reportado", "no-flags": "Ihuul! Nenhuma sinalização encontrada.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Responsável", "update": "Atualizar", "updated": "Atualizado", "resolved": "Resolvido", "target-purged": "O conteúdo ao qual essa sinalização se referia foi removido e não está mais disponível.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Sinalizações Diárias", "quick-filters": "Filtros Rápidos", "filter-active": "Há um ou mais filtros ativos nesta lista de sinalizações", "filter-reset": "Remover Filtros", "filters": "Opções de Filtro", - "filter-reporterId": "UID do Reportador", - "filter-targetUid": "UID Sinalizado", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Tipo de Sinalização", "filter-type-all": "Todo o Conteúdo", "filter-type-post": "Post", "filter-type-user": "Usuário", "filter-state": "Estado", - "filter-assignee": "UID do Responsável", + "filter-assignee": "Assignee", "filter-cid": "Categoria", "filter-quick-mine": "Atribuído a mim", "filter-cid-all": "Todas as categorias", @@ -45,6 +47,7 @@ "notes": "Notas da Sinalização", "add-note": "Adicionar Nota", + "edit-note": "Edit Note", "no-notes": "Nenhuma nota compartilhada.", "delete-note-confirm": "Tem certeza de que deseja excluir esta nota de sinalização?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/pt-BR/global.json b/public/language/pt-BR/global.json index 642255b20d..eb270dd0e2 100644 --- a/public/language/pt-BR/global.json +++ b/public/language/pt-BR/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notificações", "header.search": "Pesquisar", "header.profile": "Perfil", + "header.account": "Account", "header.navigation": "Navegação", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Carregando Notificações", "chats.loading": "Carregando Chats", + "drafts.loading": "Loading Drafts", "motd.welcome": "Seja bem-vindo ao NodeBB, a plataforma de discussão do futuro.", "previouspage": "Página Anterior", "nextpage": "Próxima Página", @@ -54,7 +58,8 @@ "users": "Usuários", "topics": "Tópicos", "posts": "Posts", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Melhor", "controversial": "Controversial", "votes": "Votos", @@ -69,6 +74,7 @@ "reputation": "Reputação", "lastpost": "Última postagem", "firstpost": "Primeira postagem", + "about": "About", "read_more": "ler mais", "more": "Mais", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 postou %2", "guest_posted_ago": "Visitante postou %1", "last_edited_by": "última edição por %1", + "edited-timestamp": "Edited %1", "norecentposts": "Nenhum Post Recente", "norecenttopics": "Sem Tópicos Recentes", "recentposts": "Posts Recentes", "recentips": "Recentemente Logado nos IPs", "moderator_tools": "Ferramentas de Moderação", + "status": "Status", "online": "Online", "away": "Ausente", "dnd": "Não perturbar", @@ -122,5 +130,7 @@ "edited": "Editado", "disabled": "Desativado", "select": "Escolha", - "user-search-prompt": "Digite alguma coisa aqui para encontrar usuários..." + "user-search-prompt": "Digite alguma coisa aqui para encontrar usuários...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/pt-BR/groups.json b/public/language/pt-BR/groups.json index c4a056a8dd..81824c08f4 100644 --- a/public/language/pt-BR/groups.json +++ b/public/language/pt-BR/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupos", + "members": "Members", "view_group": "Ver Grupo", "owner": "Dono do Grupo", "new_group": "Criar Novo Grupo", diff --git a/public/language/pt-BR/modules.json b/public/language/pt-BR/modules.json index b90d2a6f92..61aeefa5d9 100644 --- a/public/language/pt-BR/modules.json +++ b/public/language/pt-BR/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Conversar com", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Você está vendo mensagens mais antigas, clique aqui para ir para a mensagem mais recente.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Enviar", "chat.no_active": "Você não tem chats ativos.", "chat.user_typing": "%1 está digitando ...", @@ -42,6 +46,7 @@ "composer.compose": "Compor", "composer.show_preview": "Exibir Pré-visualização", "composer.hide_preview": "Esconder Pré-visualização", + "composer.help": "Help", "composer.user_said_in": "%1 disse em %2:", "composer.user_said": "%1 disse:", "composer.discard": "Tem certeza que deseja descartar essa postagem?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Hora", "composer.cancel-scheduling": "Cancelar Agendamento", "composer.set-schedule-date": "Definir Data", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancelar", "bootbox.confirm": "Confirmar", diff --git a/public/language/pt-BR/pages.json b/public/language/pt-BR/pages.json index d31f713f16..121b03c2f2 100644 --- a/public/language/pt-BR/pages.json +++ b/public/language/pt-BR/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Categorias Acompanhadas por %1", "account/bookmarks": "Posts Favoritos de %1's", "account/settings": "Configurações de Usuário", + "account/settings-of": "Changing settings of %1", "account/watched": "Tópicos assistidos por %1", "account/ignored": "Tópicos ignorados por %1", "account/upvoted": "Posts votados positivamente por %1", diff --git a/public/language/pt-BR/post-queue.json b/public/language/pt-BR/post-queue.json index 60b1a3ae3a..ad2ad0fe38 100644 --- a/public/language/pt-BR/post-queue.json +++ b/public/language/pt-BR/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/pt-BR/register.json b/public/language/pt-BR/register.json index 052ea03f97..057a7650b6 100644 --- a/public/language/pt-BR/register.json +++ b/public/language/pt-BR/register.json @@ -1,5 +1,6 @@ { "register": "Cadastrar", + "already-have-account": "Already have an account?", "cancel_registration": "Cancelar Cadastro", "help.email": "Por padrão, seu e-mail ficará oculto ao público.", "help.username_restrictions": "Um nome de usuário único entre %1 e %2 caracteres. Os outros poderão te mencionar digitando @usuário.", diff --git a/public/language/pt-BR/search.json b/public/language/pt-BR/search.json index 7e3682d528..b0a77975dc 100644 --- a/public/language/pt-BR/search.json +++ b/public/language/pt-BR/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 resultado(s) contendo \"%2\", (%3 segundos)", "no-matches": "Nenhum resultado encontrado", "advanced-search": "Pesquisa Avançada", "in": "Em", - "titles": "Títulos", - "titles-posts": "Títulos e Posts", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Palavras correspondentes", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Todos", "any": "Qualquer", "posted-by": "Postado por", - "in-categories": "Nas Categorias", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Pesquisar subcategorias", "has-tags": "Com as tags", "reply-count": "Contagem de Respostas", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "No mínimo", "at-most": "No máximo", "relevance": "Relevância", + "time": "Time", "post-time": "Data da postagem", "votes": "Votos", "newer-than": "Mais novo que", @@ -28,7 +48,22 @@ "three-months": "Três meses", "six-months": "Seis meses", "one-year": "Um ano", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Ordenar por", + "sort": "Sort", "last-reply-time": "Data da última resposta", "topic-title": "Título do tópico", "topic-votes": "Votos do Tópico", @@ -39,11 +74,36 @@ "category": "Categoria", "descending": "Em ordem descendente", "ascending": "Em ordem ascendente", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Salvar preferências", "clear-preferences": "Limpar preferências", "search-preferences-saved": "Preferências de pesquisa salvas", "search-preferences-cleared": "Preferências de pesquisa limpas", "show-results-as": "Mostrar resultados como", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Veja mais resultados (%1)", "search-in-category": "Pesquisar em '%1'" } \ No newline at end of file diff --git a/public/language/pt-BR/tags.json b/public/language/pt-BR/tags.json index 36ce0d46df..5d31ab84bd 100644 --- a/public/language/pt-BR/tags.json +++ b/public/language/pt-BR/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Não há tópicos com esta tag.", + "no-tags-found": "No tags found", "tags": "Tags", "enter_tags_here": "Digite as tags aqui, entre %1 e %2 caracteres cada.", "enter_tags_here_short": "Digite tags...", diff --git a/public/language/pt-BR/topic.json b/public/language/pt-BR/topic.json index b180a14b35..d97a1a3844 100644 --- a/public/language/pt-BR/topic.json +++ b/public/language/pt-BR/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copiar IP", "ban-ip": "Banir IP", "view-history": "Histórico de Edição", - "locked-by": "Bloqueado por", - "unlocked-by": "Desbloqueado por", - "pinned-by": "Fixado por", - "unpinned-by": "Desafixado por", - "deleted-by": "Deletado por", - "restored-by": "Recuperado por", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post aguardando aprovação →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Clique aqui para retornar ao último post lido neste tópico.", "flag-post": "Marque este post", "flag-user": "Marque este usuário", @@ -95,7 +109,7 @@ "thread_tools.purge": "Expurgar Tópico", "thread_tools.purge_confirm": "Tem certeza que deseja expurgar este tópico? ", "thread_tools.merge_topics": "Mesclar Tópicos", - "thread_tools.merge": "Mesclar", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Este tópico será movido para '% 1' em breve. Clique aqui para desfazer.", "topic_move_multiple_success": "Esses tópicos serão movidos para '%1' em breve. Clique aqui para desfazer.", "topic_move_all_success": "Todos os tópicos serão movidos para '%1' em breve. Clique aqui para desfazer.", @@ -121,7 +135,7 @@ "post_moved": "Post movido!", "fork_topic": "Ramificar Tópico", "enter-new-topic-title": "Insira o novo título do tópico", - "fork_topic_instruction": "Clique nos posts que você quer ramificar", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Nenhum post selecionado!", "no-posts-selected": "Nenhum post selecionado!", "x-posts-selected": "%1 post(s) selecionados", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Novo título para o tópico", "topic-id": "ID do Tópico", "move_posts_instruction": "Clique nas postagens que deseja mover e insira um ID de tópico ou vá para o tópico de destino", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Clique na postagem que você quer associar a outro usuário", "composer.title_placeholder": "Digite aqui o título para o seu tópico...", "composer.handle_placeholder": "Digite seu nome/usuário aqui", + "composer.hide": "Hide", "composer.discard": "Descartar", "composer.submit": "Enviar", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Último post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/pt-BR/user.json b/public/language/pt-BR/user.json index e326d02341..4e3a607fc2 100644 --- a/public/language/pt-BR/user.json +++ b/public/language/pt-BR/user.json @@ -43,6 +43,7 @@ "followers": "Seguidores", "following": "Seguindo", "blocks": "Bloqueados", + "blocked-users": "Blocked users", "block_toggle": "Alternar Bloqueio", "block_user": "Bloquear Usuário", "unblock_user": "Desbloquear Usuário", @@ -68,6 +69,7 @@ "upload_new_picture": "Carregar Nova Foto", "upload_new_picture_from_url": "Enviar Nova Foto Por URL", "current_password": "Senha Atual", + "new_password": "New Password", "change_password": "Alterar Senha", "change_password_error": "Senha Inválida!", "change_password_error_wrong_current": "Sua senha atual está incorreta!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Nota da moderação salva", "info.moderation-note.add": "Adicionar nota", "sessions.description": "Esta página permite que você veja quaisquer sessões ativas neste fórum e as revogue se necessário. Você pode revogar a sua sessão atual ao desconectar-se.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Seus direitos & Consentimento", "consent.lead": "Este fórum da comunidade coleta e processa suas informações pessoais.", "consent.intro": "Nós usamos estas informações estritamente para personalizar a sua experiência nesta comunidade, assim como vincular as postagens que você faz à sua conta de usuário. Durante o processo de registro, foi solicitado apenas um usuário e um endereço de e-mail. No entanto, se desejar, você também pode fornecer informações adicionais para completar o seu perfil de usuário.

Enquanto sua conta de usuário existir, nós guardaremos estas informações, porém, você tem a possibilidade de retirar este consentimento a qualquer momento e, para isso, basta excluir a conta. A qualquer momento, você pode requisitar uma cópia da sua contribuição para este site, através da sua página de Direitos & Consentimento.

Se você tem alguma dúvida ou preocupação, nós o aconselhamos a entrar em contato com a equipe administrativa deste fórum.", diff --git a/public/language/pt-BR/users.json b/public/language/pt-BR/users.json index e13553d39a..b70d48207f 100644 --- a/public/language/pt-BR/users.json +++ b/public/language/pt-BR/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Últimos Usuários", "top_posters": "Principais Participantes", "most_reputation": "Maior Reputação", "most_flags": "Mais Sinalizações", "search": "Pesquisar", "enter_username": "Digite um nome de usuário para pesquisar", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Carregar Mais", "users-found-search-took": "%1 usuário(s) encontrado(s)! A pesquisa levou %2 segundos.", "filter-by": "Filtrar Por", diff --git a/public/language/pt-PT/admin/admin.json b/public/language/pt-PT/admin/admin.json index c471056aa4..91d0187aa0 100644 --- a/public/language/pt-PT/admin/admin.json +++ b/public/language/pt-PT/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Painel de Administração NodeBB", "settings-header-contents": "Conteúdo", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/pt-PT/admin/appearance/customise.json b/public/language/pt-PT/admin/appearance/customise.json index 620f9ef9ef..7f33a01493 100644 --- a/public/language/pt-PT/admin/appearance/customise.json +++ b/public/language/pt-PT/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "CSS/LESS Personalizado", - "custom-css.description": "Insere aqui as tuas próprias declarações de CSS/LESS, que serão aplicadas depois de todos os outros estilos.", - "custom-css.enable": "Ativar CSS/LESS Personalizado", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Javascript Personalizado", "custom-js.description": "Insere aqui o teu código Javascript personalizado. Ele será executado logo após a página ser carregada completamente.", diff --git a/public/language/pt-PT/admin/extend/widgets.json b/public/language/pt-PT/admin/extend/widgets.json index b7a32cb195..643b1f938b 100644 --- a/public/language/pt-PT/admin/extend/widgets.json +++ b/public/language/pt-PT/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Nada", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Tens a certeza que desejas eliminar este widget?", diff --git a/public/language/pt-PT/admin/manage/groups.json b/public/language/pt-PT/admin/manage/groups.json index 917757e5bf..04e7ca44e5 100644 --- a/public/language/pt-PT/admin/manage/groups.json +++ b/public/language/pt-PT/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Reverter", "edit.no-users-found": "Utilizadores Não Encontrados", - "edit.confirm-remove-user": "Tens a certeza que queres remover este utilizador?", - "edit.save-success": "Alterações guardadas!" + "edit.confirm-remove-user": "Tens a certeza que queres remover este utilizador?" } \ No newline at end of file diff --git a/public/language/pt-PT/admin/manage/privileges.json b/public/language/pt-PT/admin/manage/privileges.json index 79b2e087dd..b27e910e7a 100644 --- a/public/language/pt-PT/admin/manage/privileges.json +++ b/public/language/pt-PT/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/pt-PT/admin/settings/navigation.json b/public/language/pt-PT/admin/settings/navigation.json index ca1e541e23..a52c4a2e88 100644 --- a/public/language/pt-PT/admin/settings/navigation.json +++ b/public/language/pt-PT/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Grupos:", "open-new-window": "Abrir numa nova janela", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Apagar", "btn.disable": "Desativar", diff --git a/public/language/pt-PT/error.json b/public/language/pt-PT/error.json index 141bf43cdb..de65bccce9 100644 --- a/public/language/pt-PT/error.json +++ b/public/language/pt-PT/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/pt-PT/flags.json b/public/language/pt-PT/flags.json index 8a16ba96e9..ad2071df63 100644 --- a/public/language/pt-PT/flags.json +++ b/public/language/pt-PT/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Fantástico! Não foram encontradas denúncias.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Responsável", "update": "Atualizar", "updated": "Atualizado", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Denúncias Diárias", "quick-filters": "Filtros Rápidos", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remover Filtros", "filters": "Opções dos Filtros", - "filter-reporterId": "UID do autor da denúncia", - "filter-targetUid": "UID do denunciado", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Tipo de denúncia", "filter-type-all": "Todo o Conteúdo", "filter-type-post": "Publicação", "filter-type-user": "Utilizador", "filter-state": "Estado", - "filter-assignee": "UID do responsável", + "filter-assignee": "Assignee", "filter-cid": "Categoria", "filter-quick-mine": "Atribuído a mim", "filter-cid-all": "Todas as categorias", @@ -45,6 +47,7 @@ "notes": "Notas da Denúncia", "add-note": "Adicionar Nota", + "edit-note": "Edit Note", "no-notes": "Não existem notas partilhadas.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/pt-PT/global.json b/public/language/pt-PT/global.json index 1fa4b002ae..986a169bb9 100644 --- a/public/language/pt-PT/global.json +++ b/public/language/pt-PT/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notificações", "header.search": "Procurar", "header.profile": "Perfil", + "header.account": "Account", "header.navigation": "Navegação", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Carregando as notificações", "chats.loading": "Carregando as conversas", + "drafts.loading": "Loading Drafts", "motd.welcome": "Bem-vindo ao NodeBB, a plataforma de discussões do futuro.", "previouspage": "Página anterior", "nextpage": "Página seguinte", @@ -54,7 +58,8 @@ "users": "Utilizadores", "topics": "Tópicos", "posts": "Publicações", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Melhores", "controversial": "Controversial", "votes": "Votos", @@ -69,6 +74,7 @@ "reputation": "Reputação", "lastpost": "Última publicação", "firstpost": "Primeira publicação", + "about": "About", "read_more": "Ler mais", "more": "Mais", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 publicou %2", "guest_posted_ago": "Convidado publicou %1", "last_edited_by": "última edição por %1", + "edited-timestamp": "Edited %1", "norecentposts": "Não existen publicações recentes", "norecenttopics": "Não existem tópicos recentes", "recentposts": "Publicações recentes", "recentips": "Recentemente com sessões iniciadas em IPs", "moderator_tools": "Ferramentas de moderador", + "status": "Status", "online": "Online", "away": "Ausente", "dnd": "Não perturbar", @@ -122,5 +130,7 @@ "edited": "Editado", "disabled": "Desativado", "select": "Selecionar", - "user-search-prompt": "Digita algo aqui para encontrar utilizadores..." + "user-search-prompt": "Digita algo aqui para encontrar utilizadores...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/pt-PT/groups.json b/public/language/pt-PT/groups.json index 60d8665f8a..d54c7593f1 100644 --- a/public/language/pt-PT/groups.json +++ b/public/language/pt-PT/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupos", + "members": "Members", "view_group": "Ver o grupo", "owner": "Dono do grupo", "new_group": "Criar novo grupo", diff --git a/public/language/pt-PT/modules.json b/public/language/pt-PT/modules.json index 424003f11f..6af04d4a27 100644 --- a/public/language/pt-PT/modules.json +++ b/public/language/pt-PT/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Conversar com", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Enviar", "chat.no_active": "Não tens conversas ativas.", "chat.user_typing": "%1 está a escrever ...", @@ -42,6 +46,7 @@ "composer.compose": "Compor", "composer.show_preview": "Mostrar pré-visualização", "composer.hide_preview": "Ocultar pré-visualização", + "composer.help": "Help", "composer.user_said_in": "%1 disse em %2:", "composer.user_said": "%1 disse:", "composer.discard": "Tens a certeza que queres descartar esta publicação?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancelar", "bootbox.confirm": "Confirmar", diff --git a/public/language/pt-PT/pages.json b/public/language/pt-PT/pages.json index 3651a0c886..3662091efd 100644 --- a/public/language/pt-PT/pages.json +++ b/public/language/pt-PT/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Categorias subscritas por %1", "account/bookmarks": "Publicações marcadas de %1", "account/settings": "Definições de utilizador", + "account/settings-of": "Changing settings of %1", "account/watched": "Tópicos subscritos por %1", "account/ignored": "Tópicos ignorados por %1", "account/upvoted": "Publicações votadas favoravelmente por %1", diff --git a/public/language/pt-PT/post-queue.json b/public/language/pt-PT/post-queue.json index 366c90d778..ec74c547de 100644 --- a/public/language/pt-PT/post-queue.json +++ b/public/language/pt-PT/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/pt-PT/register.json b/public/language/pt-PT/register.json index ebfa6647d9..8fa2fe97d5 100644 --- a/public/language/pt-PT/register.json +++ b/public/language/pt-PT/register.json @@ -1,5 +1,6 @@ { "register": "Regista-te", + "already-have-account": "Already have an account?", "cancel_registration": "Cancelar o registro", "help.email": "Por definição, o teu e-mail será oculto do público.", "help.username_restrictions": "Um nome de utilizador único entre %1 e %2 caracteres. Outros podem mencionar-te através de @nome de utilizador.", diff --git a/public/language/pt-PT/search.json b/public/language/pt-PT/search.json index ea0eb7fab5..244e59552b 100644 --- a/public/language/pt-PT/search.json +++ b/public/language/pt-PT/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 resultado(s) correspondendo \"%2\", (%3 segundos)", "no-matches": "Não foram encontradas correspondências", "advanced-search": "Pesquisa avançada", "in": "Em", - "titles": "Títulos", - "titles-posts": "Títulos e Publicações", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Corresponder palavras", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Todas", "any": "Qualquer", "posted-by": "Publicado por", - "in-categories": "Nas Categorias", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Procurar categorias infantis", "has-tags": "Tem marcadores", "reply-count": "Quantidade de respostas", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Pelo menos", "at-most": "No máximo", "relevance": "Relevância", + "time": "Time", "post-time": "Hora da publicação", "votes": "Votos", "newer-than": "Mais recente que", @@ -28,7 +48,22 @@ "three-months": "Três meses", "six-months": "Seis meses", "one-year": "Um ano", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Ordenar por", + "sort": "Sort", "last-reply-time": "Tempo da última resposta", "topic-title": "Título do tópico", "topic-votes": "Votos dos tópicos", @@ -39,11 +74,36 @@ "category": "Categoria", "descending": "Em ordem descendente", "ascending": "Em ordem ascendente", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Guardar preferências", "clear-preferences": "Limpar preferências", "search-preferences-saved": "Preferências de pesquisa guardadas", "search-preferences-cleared": "Preferências de pesquisa gravadas", "show-results-as": "Mostrar resultados como", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Ver mais resultados (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/pt-PT/tags.json b/public/language/pt-PT/tags.json index 44b1ac7bdd..d644741aaf 100644 --- a/public/language/pt-PT/tags.json +++ b/public/language/pt-PT/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Não existem tópicos com estes marcadores.", + "no-tags-found": "No tags found", "tags": "Marcadores", "enter_tags_here": "Insere os marcadores aqui, cada um com %1 a %2 caracteres.", "enter_tags_here_short": "Insere marcadores...", diff --git a/public/language/pt-PT/topic.json b/public/language/pt-PT/topic.json index 63a83a2baa..75333b0447 100644 --- a/public/language/pt-PT/topic.json +++ b/public/language/pt-PT/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copiar IP", "ban-ip": "Banir IP", "view-history": "Histórico de Edição", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Carrega aqui para voltares à última publicação lide assunto.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Eliminar tópico", "thread_tools.purge_confirm": "Tens a certeza que queres eliminar este tópico?", "thread_tools.merge_topics": "Fundir Tópicos", - "thread_tools.merge": "Fundir", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Publicação movida!", "fork_topic": "Clonar tópico", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Carrega nas publicações que queres clonar", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Sem publicações selecionadas!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Novo título para o tópico", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Insere aqui o título do tópico...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Descartar", "composer.submit": "Publicar", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/pt-PT/user.json b/public/language/pt-PT/user.json index 87d078cde9..3118ab5eef 100644 --- a/public/language/pt-PT/user.json +++ b/public/language/pt-PT/user.json @@ -43,6 +43,7 @@ "followers": "Seguidores", "following": "Seguindo", "blocks": "Bloqueados", + "blocked-users": "Blocked users", "block_toggle": "Ativar Bloqueio", "block_user": "Bloquear Utilizador", "unblock_user": "Desbloquear Utilizador", @@ -68,6 +69,7 @@ "upload_new_picture": "Enviar uma nova imagem", "upload_new_picture_from_url": "Enviar uma nova imagem através de um URL", "current_password": "Palavra-passe atual", + "new_password": "New Password", "change_password": "Palavra-passe alterada", "change_password_error": "Palavra-passe Inválida!", "change_password_error_wrong_current": "A tua palavra-passe atual não está correta!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Nota de moderação guardada", "info.moderation-note.add": "Adicionar nota", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Direitos e privacidade", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/pt-PT/users.json b/public/language/pt-PT/users.json index d8ee810a8a..7c91e8ce5a 100644 --- a/public/language/pt-PT/users.json +++ b/public/language/pt-PT/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Utilizadores Recentes", "top_posters": "Top de publicadores", "most_reputation": "Maior Reputação", "most_flags": "Mais Denúncias", "search": "Procurar", "enter_username": "Insere um nome de utilizador para pesquisar", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Carregar mais", "users-found-search-took": "%1 utilizador(es) encontrados! A pesquisa demorou %2 segundos.", "filter-by": "Filtrar por", diff --git a/public/language/ro/admin/admin.json b/public/language/ro/admin/admin.json index 39edffb66f..dcf9696ca2 100644 --- a/public/language/ro/admin/admin.json +++ b/public/language/ro/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Admin Control Panel", "settings-header-contents": "Contents", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/ro/admin/appearance/customise.json b/public/language/ro/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/ro/admin/appearance/customise.json +++ b/public/language/ro/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/ro/admin/extend/widgets.json b/public/language/ro/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/ro/admin/extend/widgets.json +++ b/public/language/ro/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/ro/admin/manage/groups.json b/public/language/ro/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/ro/admin/manage/groups.json +++ b/public/language/ro/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/ro/admin/manage/privileges.json b/public/language/ro/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/ro/admin/manage/privileges.json +++ b/public/language/ro/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/ro/admin/settings/navigation.json b/public/language/ro/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/ro/admin/settings/navigation.json +++ b/public/language/ro/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/ro/error.json b/public/language/ro/error.json index de05d3ab52..07eef76e79 100644 --- a/public/language/ro/error.json +++ b/public/language/ro/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/ro/flags.json b/public/language/ro/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/ro/flags.json +++ b/public/language/ro/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/ro/global.json b/public/language/ro/global.json index ebfa75e87f..34c2ddd8e2 100644 --- a/public/language/ro/global.json +++ b/public/language/ro/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notificări", "header.search": "Căutare", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigare", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Se încarcă notificările", "chats.loading": "Se încarcă conversațiile", + "drafts.loading": "Loading Drafts", "motd.welcome": "Bine ai venit la NodeBB, platforma de discuții a viitorului.", "previouspage": "Pagina Precedentă", "nextpage": "Următoarea Pagină", @@ -54,7 +58,8 @@ "users": "Utilizatori", "topics": "Subiecte", "posts": "Mesaje", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Cel mai bun", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Reputație", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "citește mai mult", "more": "Mai multe", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 a postat %2", "guest_posted_ago": "Vizitator a postat %1", "last_edited_by": "ultima editare de %1", + "edited-timestamp": "Edited %1", "norecentposts": "Nici un mesaj recent", "norecenttopics": "Nici un subiect recent", "recentposts": "Mesaje Recente", "recentips": "Adrese IP autentificate recent", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "Conectat", "away": "Plecat", "dnd": "Nu mă deranja", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/ro/groups.json b/public/language/ro/groups.json index 4c944b733c..cc34f6fe65 100644 --- a/public/language/ro/groups.json +++ b/public/language/ro/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupuri", + "members": "Members", "view_group": "Vezi Grup", "owner": "Propietar de group", "new_group": "Crează un grup nou", diff --git a/public/language/ro/modules.json b/public/language/ro/modules.json index 6d73b62df0..b013dea281 100644 --- a/public/language/ro/modules.json +++ b/public/language/ro/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Trimite", "chat.no_active": "Nu ai nici o conversație activă", "chat.user_typing": "%1 scrie ...", @@ -42,6 +46,7 @@ "composer.compose": "Scrie", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", + "composer.help": "Help", "composer.user_said_in": "%1 a spus în %2:", "composer.user_said": "%1 a spus:", "composer.discard": "Ești sigur că vrei să renunți la acest mesaj?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/ro/pages.json b/public/language/ro/pages.json index 9b5be8f4db..d2c266e5de 100644 --- a/public/language/ro/pages.json +++ b/public/language/ro/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", + "account/settings-of": "Changing settings of %1", "account/watched": "Topics watched by %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Posts upvoted by %1", diff --git a/public/language/ro/post-queue.json b/public/language/ro/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/ro/post-queue.json +++ b/public/language/ro/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/ro/register.json b/public/language/ro/register.json index 98070948b5..c637855762 100644 --- a/public/language/ro/register.json +++ b/public/language/ro/register.json @@ -1,5 +1,6 @@ { "register": "Înregistrare", + "already-have-account": "Already have an account?", "cancel_registration": "Cancel Registration", "help.email": "Implicit, adresa ta de email va fi ascunsă.", "help.username_restrictions": "Un nume de utilizator între %1 și %2 caractere. Alți utilizatori te pot menționa cu @utilizator.", diff --git a/public/language/ro/search.json b/public/language/ro/search.json index f6d835d032..e22caca038 100644 --- a/public/language/ro/search.json +++ b/public/language/ro/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 rezultat(e) pentru \"%2\", (%3 secunde)", "no-matches": "Nu a fost găsit nici un rezultat", "advanced-search": "Căutare avansată", "in": "În", - "titles": "Titluri", - "titles-posts": "Titluri şi Mesaje", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Postat de", - "in-categories": "În Categorii", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Search child categories", "has-tags": "Has tags", "reply-count": "Numărul de răspunsuri", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Cel puţin", "at-most": "Cel mult", "relevance": "Relevance", + "time": "Time", "post-time": "Ora mesajului", "votes": "Votes", "newer-than": "Mai noi decât", @@ -28,7 +48,22 @@ "three-months": "Trei luni", "six-months": "Şase luni", "one-year": "Un an", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sortează după", + "sort": "Sort", "last-reply-time": "Last reply time", "topic-title": "Topic title", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Category", "descending": "In descending order", "ascending": "In ascending order", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Save preferences", "clear-preferences": "Clear preferences", "search-preferences-saved": "Search preferences saved", "search-preferences-cleared": "Search preferences cleared", "show-results-as": "Show results as", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/ro/tags.json b/public/language/ro/tags.json index 1af89c4cd1..b314244d2e 100644 --- a/public/language/ro/tags.json +++ b/public/language/ro/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Nu există nici un subiect cu acest tag.", + "no-tags-found": "No tags found", "tags": "Taguri", "enter_tags_here": "Introduceți tagurile aici, fiecare tag trebuie să conțină între %1 și %2 caractere.", "enter_tags_here_short": "Introdu taguri...", diff --git a/public/language/ro/topic.json b/public/language/ro/topic.json index 9fc37572c1..937f38e948 100644 --- a/public/language/ro/topic.json +++ b/public/language/ro/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Curăță Subiect", "thread_tools.purge_confirm": "Ești sigur că vrei sa cureți acest subiect?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Mesaj mutat!", "fork_topic": "Bifurcă Subiect", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Apasă pe mesajele care vrei sa le bifurci", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Nu a fost selectat nici un mesaj!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Introdu numele subiectului aici ...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Renunță", "composer.submit": "Trimite", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/ro/user.json b/public/language/ro/user.json index d0c9f264b1..4dc4c8bf72 100644 --- a/public/language/ro/user.json +++ b/public/language/ro/user.json @@ -43,6 +43,7 @@ "followers": "Urmărit de", "following": "Îi urmărește pe", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Uploadează poză nouă", "upload_new_picture_from_url": "Uploadează poză nouă cu URL", "current_password": "Parola curentă", + "new_password": "New Password", "change_password": "Schimbă Parola", "change_password_error": "Parola invalidă!", "change_password_error_wrong_current": "Parola ta curentă nu este corectă!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/ro/users.json b/public/language/ro/users.json index bda605e6a8..3706537ceb 100644 --- a/public/language/ro/users.json +++ b/public/language/ro/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Ultimii Utilizatori", "top_posters": "Top Utilizatori", "most_reputation": "Cei mai apreciați utilizatori", "most_flags": "Cele mai multe flaguri", "search": "Căutare", "enter_username": "Introdu un nume de utilizator pentru a căuta", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Încarcă mai multe", "users-found-search-took": "%1 utilizator(i) găsiți! Căutarea a durat %2 secunde.", "filter-by": "Filtrează după", diff --git a/public/language/ru/admin/admin.json b/public/language/ru/admin/admin.json index 256c3aa5f0..ce1fae1d52 100644 --- a/public/language/ru/admin/admin.json +++ b/public/language/ru/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Панель администратора NodeBB", "settings-header-contents": "Содержание", - "changes-saved": "Изменения сохранены", - "changes-saved-message": "Ваши изменения в конфигурации NodeBB были сохранены", "changes-not-saved": "Изменения не сохранены", "changes-not-saved-message": "Произошла ошибка NodeBB при сохранении Ваших изменений (%1)" } \ No newline at end of file diff --git a/public/language/ru/admin/appearance/customise.json b/public/language/ru/admin/appearance/customise.json index dfb96c7a8d..719b9b56f2 100644 --- a/public/language/ru/admin/appearance/customise.json +++ b/public/language/ru/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Пользовательский CSS/LESS", - "custom-css.description": "Добавьте собственные стили CSS/LESS. Они будут применяться в последнюю очередь, после всех остальных.", - "custom-css.enable": "Включить пользовательский CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Пользовательский JavaScript", "custom-js.description": "Добавьте собственный JS-код. Он будет выполнен после полной загрузки страницы.", diff --git a/public/language/ru/admin/extend/widgets.json b/public/language/ru/admin/extend/widgets.json index 7d28c433c4..4a8666d7d2 100644 --- a/public/language/ru/admin/extend/widgets.json +++ b/public/language/ru/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Отсутствует", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Панель", - "container.panel-header": "Заголовок панели", - "container.panel-body": "Тело панели", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Уведомление", "alert.confirm-delete": "Вы уверены, что хотите удалить этот виджет?", diff --git a/public/language/ru/admin/manage/groups.json b/public/language/ru/admin/manage/groups.json index 420c13e5e5..b099ed153f 100644 --- a/public/language/ru/admin/manage/groups.json +++ b/public/language/ru/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Отменить", "edit.no-users-found": "Участников не найдено", - "edit.confirm-remove-user": "Вы уверены, что хотите удалить этого участника?", - "edit.save-success": "Изменения сохранены!" + "edit.confirm-remove-user": "Вы уверены, что хотите удалить этого участника?" } \ No newline at end of file diff --git a/public/language/ru/admin/manage/privileges.json b/public/language/ru/admin/manage/privileges.json index 87e9ba1af6..804c318f92 100644 --- a/public/language/ru/admin/manage/privileges.json +++ b/public/language/ru/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Вы уверены, что хотите наделить правами модерации эту группу? Эта группа является публичной, и к ней может присоединиться любой пользователь.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Вы действительно хотите сохранить эти права доступа", - "alert.saved": "Изменения прав доступа сохранены и применены", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Изменения прав доступа отменены", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/ru/admin/settings/navigation.json b/public/language/ru/admin/settings/navigation.json index d5ad4c9534..5baa138251 100644 --- a/public/language/ru/admin/settings/navigation.json +++ b/public/language/ru/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Группы:", "open-new-window": "Открывать в новом окне", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Удалить", "btn.disable": "Выключить", diff --git a/public/language/ru/error.json b/public/language/ru/error.json index a186714e8c..15b52f4bc9 100644 --- a/public/language/ru/error.json +++ b/public/language/ru/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/ru/flags.json b/public/language/ru/flags.json index aa63b4d002..d011686977 100644 --- a/public/language/ru/flags.json +++ b/public/language/ru/flags.json @@ -3,25 +3,27 @@ "reports": "Жалобы", "first-reported": "Первая жалоба", "no-flags": "Ура! Жалоб нет.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Исполнитель", "update": "Обновить", "updated": "Обновлено", "resolved": "Решено", "target-purged": "Сообщение, на которое поступила жалоба, было удалено и больше не доступно.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Жалоб в день", "quick-filters": "Быстрые фильтры", "filter-active": "К списку жалоб применяется один или несколько фильтров", "filter-reset": "Убрать фильтры", "filters": "Опции фильтра", - "filter-reporterId": "UID сообщившего", - "filter-targetUid": "UID нарушителя", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Тип жалобы", "filter-type-all": "Весь контент", "filter-type-post": "Сообщение", "filter-type-user": "Пользователь", "filter-state": "Состояние", - "filter-assignee": "UID исполнителя", + "filter-assignee": "Assignee", "filter-cid": "Категория", "filter-quick-mine": "Назначено мне", "filter-cid-all": "Все категории", @@ -45,6 +47,7 @@ "notes": "Примечания к жалобе", "add-note": "Добавить примечание", + "edit-note": "Edit Note", "no-notes": "Нет примечаний.", "delete-note-confirm": "Вы уверены, что хотите удалить это примечание к жалобе?", "delete-flag-confirm": "Вы уверены, что хотите удалить эту жалобу?", diff --git a/public/language/ru/global.json b/public/language/ru/global.json index 7cce07e5fe..742fb672e1 100644 --- a/public/language/ru/global.json +++ b/public/language/ru/global.json @@ -37,9 +37,13 @@ "header.notifications": "Уведомления", "header.search": "Поиск", "header.profile": "Профиль", + "header.account": "Account", "header.navigation": "Навигация", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Загружаем уведомления", "chats.loading": "Загружаем чаты", + "drafts.loading": "Loading Drafts", "motd.welcome": "Добро пожаловать в NodeBB, платформу будущего для общения.", "previouspage": "Предыдущая страница", "nextpage": "Следующая страница", @@ -54,7 +58,8 @@ "users": "Пользователи", "topics": "Темы", "posts": "Сообщения", - "x-posts": "%1 сообщений", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Лучшие сообщения", "controversial": "Controversial", "votes": "Голоса", @@ -69,6 +74,7 @@ "reputation": "Репутация", "lastpost": "Последнее сообщение", "firstpost": "Первое сообщение", + "about": "About", "read_more": "Читать далее", "more": "Подробнее", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 написал %2", "guest_posted_ago": "Гость написал %1", "last_edited_by": "отредактировано %1", + "edited-timestamp": "Edited %1", "norecentposts": "Нет новых сообщений", "norecenttopics": "Нет новых тем", "recentposts": "Последние сообщения", "recentips": "Последние IP-адреса, с которых был осуществлен вход", "moderator_tools": "Инструменты модератора", + "status": "Status", "online": "В сети", "away": "Не активен", "dnd": "Не беспокоить", @@ -122,5 +130,7 @@ "edited": "Отредактированный", "disabled": "Отключено", "select": "Выбрать", - "user-search-prompt": "Введите что-нибудь здесь, чтобы найти пользователей..." + "user-search-prompt": "Введите что-нибудь здесь, чтобы найти пользователей...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/ru/groups.json b/public/language/ru/groups.json index 6ae94aa1f2..15d4343b0c 100644 --- a/public/language/ru/groups.json +++ b/public/language/ru/groups.json @@ -1,5 +1,6 @@ { "groups": "Группы", + "members": "Members", "view_group": "Просмотр группы", "owner": "Администратор группы", "new_group": "Создать группу", diff --git a/public/language/ru/modules.json b/public/language/ru/modules.json index 53fd5ed2de..204665b683 100644 --- a/public/language/ru/modules.json +++ b/public/language/ru/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Чат с", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Вы просматриваете старые сообщения, щелкните здесь, чтобы перейти к последнему сообщению.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Отправить", "chat.no_active": "У вас нет активных чатов.", "chat.user_typing": "%1 пишет...", @@ -42,6 +46,7 @@ "composer.compose": "Редактор сообщений", "composer.show_preview": "Показать предпросмотр сообщения", "composer.hide_preview": "Скрыть предпросмотр", + "composer.help": "Help", "composer.user_said_in": "Пользователь %1 написал в %2:", "composer.user_said": "Пользователь %1 написал:", "composer.discard": "Вы уверены, что передумали писать это сообщение?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Время", "composer.cancel-scheduling": "Отменить отложенную публикацию", "composer.set-schedule-date": "Установить дату", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "ОК", "bootbox.cancel": "Отмена", "bootbox.confirm": "Подтвердить", diff --git a/public/language/ru/pages.json b/public/language/ru/pages.json index fb4df23a3a..468bd44909 100644 --- a/public/language/ru/pages.json +++ b/public/language/ru/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Категории, которые отслеживает %1", "account/bookmarks": "Закладки %1", "account/settings": "Настройки учётной записи", + "account/settings-of": "Changing settings of %1", "account/watched": "Темы, которые %1 отслеживает", "account/ignored": "Темы, которые %1 игнорирует", "account/upvoted": "Понравилось пользователю %1", diff --git a/public/language/ru/post-queue.json b/public/language/ru/post-queue.json index 102ac10f86..aacafa5fcb 100644 --- a/public/language/ru/post-queue.json +++ b/public/language/ru/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/ru/register.json b/public/language/ru/register.json index 3a9cca89d6..a9aae1128d 100644 --- a/public/language/ru/register.json +++ b/public/language/ru/register.json @@ -1,5 +1,6 @@ { "register": "Регистрация", + "already-have-account": "Already have an account?", "cancel_registration": "Отменить регистрацию", "help.email": "Ваш адрес электронной почты будет скрыт от других пользователей.", "help.username_restrictions": "Другие пользователи смогут упоминать вас в своих сообщениях таким образом: @никнейм. Длина имени пользователя: %1-%2 символов.", diff --git a/public/language/ru/search.json b/public/language/ru/search.json index 34ea66147d..2340c76490 100644 --- a/public/language/ru/search.json +++ b/public/language/ru/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "Найдено %1 результатов по запросу: \"%2\". Время поиска: %3 с.", "no-matches": "Совпадений не найдено", "advanced-search": "Расширенный поиск", "in": "Где искать", - "titles": "Заголовки", - "titles-posts": "Заголовки и сообщения", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Совпадающие слова", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Все", "any": "Любые", "posted-by": "Автор", - "in-categories": "В категориях", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Искать во вложенных категориях", "has-tags": "Метки", "reply-count": "Кол-во ответов", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Как минимум", "at-most": "Максимум", "relevance": "Релевантности", + "time": "Time", "post-time": "Дата публикации", "votes": "Кол-ву голосов", "newer-than": "Не позже чем", @@ -28,7 +48,22 @@ "three-months": "Три месяца", "six-months": "Шесть месяцев", "one-year": "Год", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Сортировать по", + "sort": "Sort", "last-reply-time": "Времени последнего ответа", "topic-title": "Названию темы", "topic-votes": "Кол-ву голосов за тему", @@ -39,11 +74,36 @@ "category": "Категориям", "descending": "По возрастанию", "ascending": "По убыванию", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Сохранить настройки", "clear-preferences": "Очистить настройки", "search-preferences-saved": "Настройки поиска сохранены", "search-preferences-cleared": "Настройки поиска очищены", "show-results-as": "Показать результаты как:", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Показать больше результатов (%1)", "search-in-category": "Искать в \"%1\"" } \ No newline at end of file diff --git a/public/language/ru/tags.json b/public/language/ru/tags.json index 8377ddf504..827b6d6630 100644 --- a/public/language/ru/tags.json +++ b/public/language/ru/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Тем с такой меткой сейчас нет.", + "no-tags-found": "No tags found", "tags": "Метки", "enter_tags_here": "Добавьте метки здесь, от %1 до %2 символов каждая.", "enter_tags_here_short": "Введите метки...", diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json index 24e41df714..9559ae7cda 100644 --- a/public/language/ru/topic.json +++ b/public/language/ru/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Копировать IP", "ban-ip": "Забанить IP", "view-history": "История правок", - "locked-by": "Заблокировано", - "unlocked-by": "Разблокировано", - "pinned-by": "Закреплено", - "unpinned-by": "Откреплено", - "deleted-by": "Удалено", - "restored-by": "Восстановлено", - "moved-from-by": "Moved from %1 by", - "queued-by": "Сообщение поставлено в очередь на утверждение;", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Нажмите здесь, чтобы вернуться к последнему прочитанному сообщению в этой теме.", "flag-post": "Пожаловаться на это сообщение", "flag-user": "Пожаловаться на этого пользователя", @@ -95,7 +109,7 @@ "thread_tools.purge": "Стереть тему", "thread_tools.purge_confirm": "Вы уверены, что хотите стереть эту тему?", "thread_tools.merge_topics": "Объединить темы", - "thread_tools.merge": "Объединить", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Эта тема будет перемещена в \"%1\". Нажмите здесь, чтобы отменить.", "topic_move_multiple_success": "Эти темы будут перемещены в \"%1\". Нажмите здесь, чтобы отменить.", "topic_move_all_success": "Все темы будут перемещены в \"%1\". Нажмите здесь, чтобы отменить.", @@ -121,7 +135,7 @@ "post_moved": "Сообщение перенесено!", "fork_topic": "Создать дополнительную ветвь дискуссии", "enter-new-topic-title": "Введите новое название темы", - "fork_topic_instruction": "Отметьте сообщения, которые вы хотите перенести в отдельную тему", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Не выбрано ни одного сообщения!", "no-posts-selected": "Не выбрано ни одного сообщения!", "x-posts-selected": "Выбрано сообщений: %1", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Новое название темы", "topic-id": "ID темы", "move_posts_instruction": "Щелкните сообщения, которые вы хотите переместить, затем введите ID темы или перейдите к целевой теме.", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Нажмите на сообщения, которые вы хотите присвоить другому пользователю", "composer.title_placeholder": "Введите название темы...", "composer.handle_placeholder": "Введите ваше имя здесь", + "composer.hide": "Hide", "composer.discard": "Отменить", "composer.submit": "Отправить", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Последнее сообщение", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/ru/user.json b/public/language/ru/user.json index c7655bfef3..36af2d300d 100644 --- a/public/language/ru/user.json +++ b/public/language/ru/user.json @@ -43,6 +43,7 @@ "followers": "Подписчики", "following": "Подписки", "blocks": "Чёрный список", + "blocked-users": "Blocked users", "block_toggle": "Блок./Разблок", "block_user": "Добавить в Чёрный Список", "unblock_user": "Убрать из Чёрного Списка", @@ -68,6 +69,7 @@ "upload_new_picture": "Загрузить новый аватар", "upload_new_picture_from_url": "Загрузить изображение по ссылке", "current_password": "Текущий пароль", + "new_password": "New Password", "change_password": "Изменить пароль", "change_password_error": "Неправильный пароль!", "change_password_error_wrong_current": "Текущий пароль указан неверно!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Примечание модератора сохранено", "info.moderation-note.add": "Добавить примечание", "sessions.description": "Эта страница позволяет видеть все активные сессии на форуме и отключать их при необходимости. Вы можете закрыть свою сессию, выйдя из учетной записи.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Ваши права и согласие", "consent.lead": "Этот форум собирает и обрабатывает вашу личную информацию.", "consent.intro": "Мы используем эту информацию исключительно для персонализации вашего опыта в этом сообществе, а также для связывания сообщений, которые вы вносите в свою учетную запись пользователя. Во время этапа регистрации вас попросили указать имя пользователя и адрес электронной почты, вы также можете предоставить дополнительную информацию, чтобы заполнить свой профиль пользователя на этом веб-сайте.

Мы сохраняем эту информацию на всё время существования учетной записи пользователя, и вы можете отозвать согласие в любое время, удалив свою учетную запись. В любое время вы можете запросить копию своего вклада на этот веб-сайт, используя раздел \"ваши права и согласие\"

Если у вас есть какие-либо вопросы или опасения, мы рекомендуем вам обратиться к администрации этого форума.", diff --git a/public/language/ru/users.json b/public/language/ru/users.json index a4a6c85ea3..ca77b66a87 100644 --- a/public/language/ru/users.json +++ b/public/language/ru/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Новые пользователи", "top_posters": "Самые активные", "most_reputation": "Лучшая репутация", "most_flags": "Больше всего жалоб", "search": "Поиск", "enter_username": "Введите имя пользователя для поиска", - "search-user-for-chat": "Найдите пользователя, чтобы начать чат", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Загрузить еще", "users-found-search-took": "Найдено пользователей: %1! Поиск занял %2 с.", "filter-by": "Сортировать по", diff --git a/public/language/rw/admin/admin.json b/public/language/rw/admin/admin.json index 39edffb66f..dcf9696ca2 100644 --- a/public/language/rw/admin/admin.json +++ b/public/language/rw/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Admin Control Panel", "settings-header-contents": "Contents", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/rw/admin/appearance/customise.json b/public/language/rw/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/rw/admin/appearance/customise.json +++ b/public/language/rw/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/rw/admin/extend/widgets.json b/public/language/rw/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/rw/admin/extend/widgets.json +++ b/public/language/rw/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/rw/admin/manage/groups.json b/public/language/rw/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/rw/admin/manage/groups.json +++ b/public/language/rw/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/rw/admin/manage/privileges.json b/public/language/rw/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/rw/admin/manage/privileges.json +++ b/public/language/rw/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/rw/admin/settings/navigation.json b/public/language/rw/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/rw/admin/settings/navigation.json +++ b/public/language/rw/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/rw/error.json b/public/language/rw/error.json index 878b42d95f..9b7c519a9a 100644 --- a/public/language/rw/error.json +++ b/public/language/rw/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/rw/flags.json b/public/language/rw/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/rw/flags.json +++ b/public/language/rw/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/rw/global.json b/public/language/rw/global.json index 8416897c52..155d07fc05 100644 --- a/public/language/rw/global.json +++ b/public/language/rw/global.json @@ -37,9 +37,13 @@ "header.notifications": "Amatangazo", "header.search": "Shaka", "header.profile": "Ishusho", + "header.account": "Account", "header.navigation": "Ukureba", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Amatangazo Araje", "chats.loading": "Ubutumwa Buraje", + "drafts.loading": "Loading Drafts", "motd.welcome": "Urakaza neza kuri NodeBB, urubuga rujyanye n'ibihe bizaza", "previouspage": "Paji Ibanza", "nextpage": "Paji Ikurikira", @@ -54,7 +58,8 @@ "users": "Abantu", "topics": "Ibiganiro", "posts": "Ibyashyizweho", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Byiza", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Amanota", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "komeza usome", "more": "Ibindi", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%2 %1 ashyizeho", "guest_posted_ago": "%1 Umushyitsi ashyizeho", "last_edited_by": "biheruka guhindurwaho na %1", + "edited-timestamp": "Edited %1", "norecentposts": "Nta Biherutseho", "norecenttopics": "Nta Biganiro Biherutse", "recentposts": "Ibiherutseho", "recentips": "Aderesi za IP Ziheruka Gusura", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "Ku Murongo", "away": "Ahandi", "dnd": "Nta Kurogoya", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/rw/groups.json b/public/language/rw/groups.json index 518a523d3a..39541a7d68 100644 --- a/public/language/rw/groups.json +++ b/public/language/rw/groups.json @@ -1,5 +1,6 @@ { "groups": "Amatsinda", + "members": "Members", "view_group": "Reba Itsinda", "owner": "Nyir'Itsinda ", "new_group": "Tangiza Itsinda Rishya", diff --git a/public/language/rw/modules.json b/public/language/rw/modules.json index a2a3592357..6496b5fac1 100644 --- a/public/language/rw/modules.json +++ b/public/language/rw/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Ohereza", "chat.no_active": "Nta biganiro byo mu gikari ufite. ", "chat.user_typing": "%1 ari kwandika ...", @@ -42,6 +46,7 @@ "composer.compose": "Andika", "composer.show_preview": "Bona Uko Biza Gusa", "composer.hide_preview": "Hisha Uko Biza Gusa", + "composer.help": "Help", "composer.user_said_in": "%1 yavuze muri %2:", "composer.user_said": "%1 yavuze:", "composer.discard": "Wiringiye neza ko ushaka kureka kubishyiraho?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "Sawa", "bootbox.cancel": "Isubire", "bootbox.confirm": "Emeza", diff --git a/public/language/rw/pages.json b/public/language/rw/pages.json index b64927cb55..fbd0c94a7f 100644 --- a/public/language/rw/pages.json +++ b/public/language/rw/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Itunganya", + "account/settings-of": "Changing settings of %1", "account/watched": "Ibiganiro bikurikirwa na %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Ibiganiro byakunzwe na %1", diff --git a/public/language/rw/post-queue.json b/public/language/rw/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/rw/post-queue.json +++ b/public/language/rw/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/rw/register.json b/public/language/rw/register.json index 22e2e0b554..875ec10829 100644 --- a/public/language/rw/register.json +++ b/public/language/rw/register.json @@ -1,5 +1,6 @@ { "register": "Iyandike", + "already-have-account": "Already have an account?", "cancel_registration": "Cancel Registration", "help.email": "Ubusanzwe, email yawe ntabwo iba ibonwa na bose", "help.username_restrictions": "Izina rigomba kuba ryihariye kuri uru rubuga kandi rikaba rifite uburebure bw'inyuguti buva kuri %1 kugera kuri %2. Iryo zina ni ryo abantu bazajya bifashisha nka @username mu gihe bakoresheje izina ryawe mu byo banditse. ", diff --git a/public/language/rw/search.json b/public/language/rw/search.json index 940fdf2ebe..afb97b9090 100644 --- a/public/language/rw/search.json +++ b/public/language/rw/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "Habonetse ibintu (ikintu) %1 gihura na \"%2\". (Byafashe amasegonda %3)", "no-matches": "Nta cyabonetse", "advanced-search": "Gushaka Byisumbuye", "in": "Muri", - "titles": "Imitwe", - "titles-posts": "Imitwe n'Ibyashyizweho", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Mu Byashyizweho na", - "in-categories": "Mu Byiciro bya", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Shakira no mu byiciro bikomokaho", "has-tags": "Has tags", "reply-count": "Umubare w'Ibisubizo", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Ungana Nibura na", "at-most": "Utarengeje", "relevance": "Relevance", + "time": "Time", "post-time": "Igihe Byashyiriweho", "votes": "Votes", "newer-than": "Nyuma ya", @@ -28,7 +48,22 @@ "three-months": "Amezi atatu", "six-months": "Amezi atandatu", "one-year": "Umwaka umwe", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Bigaragare Ukurikije", + "sort": "Sort", "last-reply-time": "Igihe baherukira gusubiza", "topic-title": "Umutwe w'ikiganiro", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Icyiciro", "descending": "Uva ku kinini ujya ku gito", "ascending": "Uva ku gito ujya ku kinini", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Bika ibyo wahisemo", "clear-preferences": "Hanagura ibyo wahisemo", "search-preferences-saved": "Ibyo wahisemo mu gihe cy'ishaka byabitswe", "search-preferences-cleared": "Ibyo wahisemo mu gihe cy'ishaka byahanaguwe", "show-results-as": "Ibiboneka bigaragazwe nk'", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/rw/tags.json b/public/language/rw/tags.json index eb54809c75..b58bf47d69 100644 --- a/public/language/rw/tags.json +++ b/public/language/rw/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Nta biganiro bifite aka kamenyetso bihari. ", + "no-tags-found": "No tags found", "tags": "Utumenyetso", "enter_tags_here": "Andika akamenyetso bijyanye aha. Buri kamenyetso kagomba kuba kagizwe n'inyuguti hagati ya %1 na %2. ", "enter_tags_here_short": "Shyiraho utumenyetso...", diff --git a/public/language/rw/topic.json b/public/language/rw/topic.json index 414fada4c9..06b0be0427 100644 --- a/public/language/rw/topic.json +++ b/public/language/rw/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Sibanganya Ikiganiro", "thread_tools.purge_confirm": "Wiringiye neza ko ushaka gusibanganya iki kiganiro?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Icyashizweho kirimuwe!", "fork_topic": "Gabanyaho ku Kiganiro", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Kanda ku byashizweho ushaka kugabanyaho", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Nta kintu wahisemo!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Shyira umutwe w'ikiganiro cyawe aha...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Byihorere", "composer.submit": "Shyiraho", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/rw/user.json b/public/language/rw/user.json index a3b73ebdbe..f1d25d6365 100644 --- a/public/language/rw/user.json +++ b/public/language/rw/user.json @@ -43,6 +43,7 @@ "followers": "Abamukurikira", "following": "Akurikira", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Pakira Ifoto Nshya", "upload_new_picture_from_url": "Pakira Ifoto Nshya Ukoresheje URL", "current_password": "Ijambobanga Risanzweho", + "new_password": "New Password", "change_password": "Hindura Ijambobanga", "change_password_error": "Ijambobanga Ritari Ryo!", "change_password_error_wrong_current": "Ijambobanga ryawe watanze nk'irisanzweho ntabwo ari ryo!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/rw/users.json b/public/language/rw/users.json index 37dd4db9d6..80d779c02d 100644 --- a/public/language/rw/users.json +++ b/public/language/rw/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Abantu Bashya", "top_posters": "Abashyizeho Byinshi", "most_reputation": "Abafite Amanota Menshi", "most_flags": "Most Flags", "search": "Shaka", "enter_username": "Shyiramo izina ryo gushaka", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Zana Ibindi", "users-found-search-took": "Habonetse abantu (umuntu) %1! Byatwaye amasegonda %2 gusa.", "filter-by": "Yungurura Ukurikije", diff --git a/public/language/sc/admin/admin.json b/public/language/sc/admin/admin.json index 39edffb66f..dcf9696ca2 100644 --- a/public/language/sc/admin/admin.json +++ b/public/language/sc/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Admin Control Panel", "settings-header-contents": "Contents", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/sc/admin/appearance/customise.json b/public/language/sc/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/sc/admin/appearance/customise.json +++ b/public/language/sc/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/sc/admin/extend/widgets.json b/public/language/sc/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/sc/admin/extend/widgets.json +++ b/public/language/sc/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/sc/admin/manage/groups.json b/public/language/sc/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/sc/admin/manage/groups.json +++ b/public/language/sc/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/sc/admin/manage/privileges.json b/public/language/sc/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/sc/admin/manage/privileges.json +++ b/public/language/sc/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/sc/admin/settings/navigation.json b/public/language/sc/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/sc/admin/settings/navigation.json +++ b/public/language/sc/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/sc/error.json b/public/language/sc/error.json index 77316bf37b..93ce4a6c19 100644 --- a/public/language/sc/error.json +++ b/public/language/sc/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/sc/flags.json b/public/language/sc/flags.json index 8156f1b1fd..f12aaae53d 100644 --- a/public/language/sc/flags.json +++ b/public/language/sc/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Updated", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Filter Options", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Post", "filter-type-user": "User", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Category", "filter-quick-mine": "Assigned to me", "filter-cid-all": "All categories", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Add Note", + "edit-note": "Edit Note", "no-notes": "No shared notes.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/sc/global.json b/public/language/sc/global.json index 2fe64fec86..59de465c59 100644 --- a/public/language/sc/global.json +++ b/public/language/sc/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notìficas", "header.search": "Chirca", "header.profile": "Perfilu", + "header.account": "Account", "header.navigation": "Navigation", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Carrighende Notìficas", "chats.loading": "Carrighende Tzarras", + "drafts.loading": "Loading Drafts", "motd.welcome": "Benebènnidu in NodeBB, sa prataforma de arresonos de su tempus benidore.", "previouspage": "Pàgina a in Antis", "nextpage": "Pàgina chi Sighit", @@ -54,7 +58,8 @@ "users": "Users", "topics": "Topics", "posts": "Arresonos", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Best", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Reputation", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "read more", "more": "More", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", "last_edited_by": "last edited by %1", + "edited-timestamp": "Edited %1", "norecentposts": "No Recent Posts", "norecenttopics": "No Recent Topics", "recentposts": "Ùrtimos Arresonos", "recentips": "Ùrtimos IP Intrados", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "In lìnia", "away": "A tesu", "dnd": "Do not disturb", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/sc/groups.json b/public/language/sc/groups.json index 2072d52894..f6160d20c9 100644 --- a/public/language/sc/groups.json +++ b/public/language/sc/groups.json @@ -1,5 +1,6 @@ { "groups": "Groups", + "members": "Members", "view_group": "View Group", "owner": "Group Owner", "new_group": "Create New Group", diff --git a/public/language/sc/modules.json b/public/language/sc/modules.json index a3aa3efaad..57cd01bd97 100644 --- a/public/language/sc/modules.json +++ b/public/language/sc/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Imbia", "chat.no_active": "Non tenes tzarras ativas.", "chat.user_typing": "%1 is typing ...", @@ -42,6 +46,7 @@ "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", + "composer.help": "Help", "composer.user_said_in": "%1 said in %2:", "composer.user_said": "%1 said:", "composer.discard": "Are you sure you wish to discard this post?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Cancel", "bootbox.confirm": "Confirm", diff --git a/public/language/sc/pages.json b/public/language/sc/pages.json index 1f96716f66..fc3328fe5a 100644 --- a/public/language/sc/pages.json +++ b/public/language/sc/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", + "account/settings-of": "Changing settings of %1", "account/watched": "Topics watched by %1", "account/ignored": "Topics ignored by %1", "account/upvoted": "Posts upvoted by %1", diff --git a/public/language/sc/post-queue.json b/public/language/sc/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/sc/post-queue.json +++ b/public/language/sc/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/sc/register.json b/public/language/sc/register.json index ff16e87b0c..92973b2054 100644 --- a/public/language/sc/register.json +++ b/public/language/sc/register.json @@ -1,5 +1,6 @@ { "register": "Registra·ti", + "already-have-account": "Already have an account?", "cancel_registration": "Cancel Registration", "help.email": "S'email tua est cuada pro su pùblicu in manera predefinida.", "help.username_restrictions": "Unu nùmene de impitadore ùnicu intre %1 e %2 caràtere. Is àteros t'ant a pòdere mentovare cun @nùmeneimpitadore.", diff --git a/public/language/sc/search.json b/public/language/sc/search.json index 639cc0b653..158a2d8d4c 100644 --- a/public/language/sc/search.json +++ b/public/language/sc/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", "no-matches": "No matches found", "advanced-search": "Advanced Search", "in": "In", - "titles": "Titles", - "titles-posts": "Titles and Posts", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Posted by", - "in-categories": "In Categories", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Search child categories", "has-tags": "Has tags", "reply-count": "Reply Count", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "At least", "at-most": "At most", "relevance": "Relevance", + "time": "Time", "post-time": "Post time", "votes": "Votes", "newer-than": "Newer than", @@ -28,7 +48,22 @@ "three-months": "Three months", "six-months": "Six months", "one-year": "One year", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sort by", + "sort": "Sort", "last-reply-time": "Last reply time", "topic-title": "Topic title", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Category", "descending": "In descending order", "ascending": "In ascending order", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Save preferences", "clear-preferences": "Clear preferences", "search-preferences-saved": "Search preferences saved", "search-preferences-cleared": "Search preferences cleared", "show-results-as": "Show results as", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/sc/tags.json b/public/language/sc/tags.json index 24ca6f8a39..4aace7f79f 100644 --- a/public/language/sc/tags.json +++ b/public/language/sc/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "There are no topics with this tag.", + "no-tags-found": "No tags found", "tags": "Tags", "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", "enter_tags_here_short": "Enter tags...", diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json index 73a29b2067..b58d705a92 100644 --- a/public/language/sc/topic.json +++ b/public/language/sc/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Copy IP", "ban-ip": "Ban IP", "view-history": "Edit History", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Purge Topic", "thread_tools.purge_confirm": "Are you sure you want to purge this topic?", "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Post moved!", "fork_topic": "Partzi Arresonada", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Sèbera is arresonos chi boles partzire", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Perunu arresonu seberadu!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Pone su tìtulu de s'arresonada inoghe...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Lassa a Pèrdere", "composer.submit": "Imbia", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/sc/user.json b/public/language/sc/user.json index 03ffc0d018..6d65751cf6 100644 --- a/public/language/sc/user.json +++ b/public/language/sc/user.json @@ -43,6 +43,7 @@ "followers": "Sighidores", "following": "Sighende", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "Càrriga Immàgine Noa", "upload_new_picture_from_url": "Upload New Picture From URL", "current_password": "Password Presente", + "new_password": "New Password", "change_password": "Muda Password", "change_password_error": "Invalid Password!", "change_password_error_wrong_current": "Your current password is not correct!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Add note", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/sc/users.json b/public/language/sc/users.json index f00d892d88..ad15806d99 100644 --- a/public/language/sc/users.json +++ b/public/language/sc/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Ùrtimos Impitadores", "top_posters": "Prus Ativos", "most_reputation": "Prus Famados", "most_flags": "Most Flags", "search": "Chirca", "enter_username": "Pone unu nùmene de impitadore de chircare", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Càrriga de prus", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "filter-by": "Filter By", diff --git a/public/language/sk/admin/admin.json b/public/language/sk/admin/admin.json index 558d471507..a7a314942b 100644 --- a/public/language/sk/admin/admin.json +++ b/public/language/sk/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "Ovládací panel administrátora %1 | NodeBB ", "settings-header-contents": "Obsah", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/sk/admin/appearance/customise.json b/public/language/sk/admin/appearance/customise.json index 9428f87608..e2ddcc7e74 100644 --- a/public/language/sk/admin/appearance/customise.json +++ b/public/language/sk/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Užívateľské CSS/LESS", - "custom-css.description": "Zadajte svoje vlastné definície CSS/LESS, ktoré budú použité nad všetky ostatné štýly.", - "custom-css.enable": "Povoliť užívateľský CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Používateľský Javascript", "custom-js.description": "Zadajte tu váš javascriptový kód. Bude spustený, akonáhle sa stránka úplne načíta.", diff --git a/public/language/sk/admin/extend/widgets.json b/public/language/sk/admin/extend/widgets.json index f72125f64d..178efbc6d8 100644 --- a/public/language/sk/admin/extend/widgets.json +++ b/public/language/sk/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Nič", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Hlavička panela", - "container.panel-body": "Telo panela", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Upozornenie", "alert.confirm-delete": "Ste si istý že chcete zmazať túto miniaplikáciu?", diff --git a/public/language/sk/admin/manage/groups.json b/public/language/sk/admin/manage/groups.json index 7f36a498b1..d7e0dd64ef 100644 --- a/public/language/sk/admin/manage/groups.json +++ b/public/language/sk/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Späť", "edit.no-users-found": "Nebol nájdený žiadny používateľ", - "edit.confirm-remove-user": "Ste si istý, že chcete odstrániť tohto používateľa?", - "edit.save-success": "Zmeny boli uložené!" + "edit.confirm-remove-user": "Ste si istý, že chcete odstrániť tohto používateľa?" } \ No newline at end of file diff --git a/public/language/sk/admin/manage/privileges.json b/public/language/sk/admin/manage/privileges.json index df6a6ad14e..aa473b0038 100644 --- a/public/language/sk/admin/manage/privileges.json +++ b/public/language/sk/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/sk/admin/settings/navigation.json b/public/language/sk/admin/settings/navigation.json index 59aef4df0b..6c08f2a209 100644 --- a/public/language/sk/admin/settings/navigation.json +++ b/public/language/sk/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Otvoriť v novom okne", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Odstrániť", "btn.disable": "Zakázať", diff --git a/public/language/sk/error.json b/public/language/sk/error.json index 6cc0528b28..4e95583d0e 100644 --- a/public/language/sk/error.json +++ b/public/language/sk/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/sk/flags.json b/public/language/sk/flags.json index dc3ccb78f7..11cfb8e3f1 100644 --- a/public/language/sk/flags.json +++ b/public/language/sk/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hurá! Neboli nájdené žiadne príznaky.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Nástupca", "update": "Aktualizovať", "updated": "Aktualizované", "resolved": "Resolved", "target-purged": "Obsah, na ktorý sa vzťahuje toto označenie, bol odstránený a už nie je k dispozícii.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Rýchle filtre", "filter-active": "V tomto zozname označení je aktívny jeden alebo viac filtrov", "filter-reset": "Odstrániť filtre", "filters": "Možnosti filtrov", - "filter-reporterId": "UID ohlasovateľa", - "filter-targetUid": "UID označenie", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Typ označenia", "filter-type-all": "Všetok obsah", "filter-type-post": "Príspevok", "filter-type-user": "Používateľ", "filter-state": "Stav", - "filter-assignee": "UID nadobúdateľa", + "filter-assignee": "Assignee", "filter-cid": "Kategória", "filter-quick-mine": "Priradené mne", "filter-cid-all": "Všetky kategórie", @@ -45,6 +47,7 @@ "notes": "Poznámky príznaku", "add-note": "Pridať poznámku", + "edit-note": "Edit Note", "no-notes": "Žiadne zdieľané poznámky.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/sk/global.json b/public/language/sk/global.json index 06ee020b42..a993cf6068 100644 --- a/public/language/sk/global.json +++ b/public/language/sk/global.json @@ -37,9 +37,13 @@ "header.notifications": "Oznámenia", "header.search": "Hľadať", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigácia", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Načítavanie oznámení", "chats.loading": "Načítanie konverzácií", + "drafts.loading": "Loading Drafts", "motd.welcome": "Vitajte na NodeBB, diskusná platforma budúcnosti.", "previouspage": "Predchádzajúca strana", "nextpage": "Nasledujúca strana", @@ -54,7 +58,8 @@ "users": "Užívatelia", "topics": "Témy", "posts": "Príspevky", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Najlepšie", "controversial": "Controversial", "votes": "Počet hlasov", @@ -69,6 +74,7 @@ "reputation": "Reputácia", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "čítaj viac", "more": "Viac", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 uverejnil %2", "guest_posted_ago": "Hosť uverejnil %1", "last_edited_by": "naposledy zmenené od %1", + "edited-timestamp": "Edited %1", "norecentposts": "Žiadne nové príspevky", "norecenttopics": "Žiadne nové témy", "recentposts": "Nedávne príspevky", "recentips": "Nedávne zaznamenané IP adresy", "moderator_tools": "Nástroje moderátora", + "status": "Status", "online": "Online", "away": "Preč", "dnd": "Nevyrušovať", @@ -122,5 +130,7 @@ "edited": "Zmenené", "disabled": "Zablokovaný", "select": "Vybrať", - "user-search-prompt": "Pre hľadanie používateľov, píšte sem..." + "user-search-prompt": "Pre hľadanie používateľov, píšte sem...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/sk/groups.json b/public/language/sk/groups.json index 69c06f5840..24d20a7318 100644 --- a/public/language/sk/groups.json +++ b/public/language/sk/groups.json @@ -1,5 +1,6 @@ { "groups": "Skupiny", + "members": "Members", "view_group": "Zobraziť skupinu", "owner": "Vlastník skupiny", "new_group": "Vytvoriť novú skupinu", diff --git a/public/language/sk/modules.json b/public/language/sk/modules.json index e1c1e9a04e..af135f04e6 100644 --- a/public/language/sk/modules.json +++ b/public/language/sk/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Konverzácia s", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Odoslať", "chat.no_active": "Nemáte žiadne aktívne konverzácie.", "chat.user_typing": "%1 práve píše...", @@ -42,6 +46,7 @@ "composer.compose": "Napísať", "composer.show_preview": "Zobraziť náhľad", "composer.hide_preview": "Skryť náhľad", + "composer.help": "Help", "composer.user_said_in": "%1 povedal v %2:", "composer.user_said": "%1 povedal:", "composer.discard": "Ste si istý, že chcete zahodiť tento príspevok?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Zrušiť", "bootbox.confirm": "Potvrdiť", diff --git a/public/language/sk/pages.json b/public/language/sk/pages.json index 41d1234a8b..f1fae7a7d6 100644 --- a/public/language/sk/pages.json +++ b/public/language/sk/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1 príspevky v záložkach", "account/settings": "Užívateľské nastavenia", + "account/settings-of": "Changing settings of %1", "account/watched": "Témy sledované používateľom %1", "account/ignored": "Témy ignorované používateľom %1", "account/upvoted": "Príspevky, ktorým používateľ %1 dal hlas", diff --git a/public/language/sk/post-queue.json b/public/language/sk/post-queue.json index eb0a26ea92..606b817450 100644 --- a/public/language/sk/post-queue.json +++ b/public/language/sk/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/sk/register.json b/public/language/sk/register.json index d0c1f5f469..15ae6ab99a 100644 --- a/public/language/sk/register.json +++ b/public/language/sk/register.json @@ -1,5 +1,6 @@ { "register": "Registrácia", + "already-have-account": "Already have an account?", "cancel_registration": "Zrušiť registráciu", "help.email": "V predvolenom nastavení bude váš e-mail skrytý.", "help.username_restrictions": "Jedinečné užívateľské meno dlhé %1 až %2 znakov. Ostatní užívatelia Vás môžu spomenúť ako @užívateľské meno.", diff --git a/public/language/sk/search.json b/public/language/sk/search.json index 0059ac9406..7b34a39cba 100644 --- a/public/language/sk/search.json +++ b/public/language/sk/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 výsledok(ov) vhodný(ch) pre \"%2\", (%3 sekúnd)", "no-matches": "Žiadne zhody nenájdené", "advanced-search": "Rozšírené vyhľadávanie", "in": "v", - "titles": "Nadpisy", - "titles-posts": "Nadpisy a príspevky", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": " Zhodné slová", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Všetko", "any": "Akékoľvek", "posted-by": "Napísal", - "in-categories": "V kategóriách", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Hľadať podružné kategórie", "has-tags": "Obsahuje značky", "reply-count": "Počet odpovedí", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Najmenej", "at-most": "Najviac", "relevance": "Dôležitosť", + "time": "Time", "post-time": "Čas publikovania", "votes": "Votes", "newer-than": "Novšie ako", @@ -28,7 +48,22 @@ "three-months": "Tri mesiace", "six-months": "Šesť mesiacov", "one-year": "Jeden rok", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Zoradiť podľa", + "sort": "Sort", "last-reply-time": "Čas poslednej odpovede", "topic-title": "Názov témy", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Kategórie", "descending": "V zostupnom poradí", "ascending": "Vo vzostupnom poradí", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Uložené predvoľby", "clear-preferences": "Vyčistiť predvoľby", "search-preferences-saved": "Vyhľadávacie predvoľby uložené", "search-preferences-cleared": "Vyhľadávacie predvoľby vyčistené", "show-results-as": "Zobraziť výsledky ako", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/sk/tags.json b/public/language/sk/tags.json index aa97976505..a1541b8625 100644 --- a/public/language/sk/tags.json +++ b/public/language/sk/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Nie sú tu žiadne témy s touto značkou.", + "no-tags-found": "No tags found", "tags": "Značky", "enter_tags_here": "Sem vložte označenie, každé o dĺžke %1 až %2 znakov.", "enter_tags_here_short": "Zadajte značky...", diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json index dc511a1182..b486eb46ec 100644 --- a/public/language/sk/topic.json +++ b/public/language/sk/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Kopírovať IP adresu", "ban-ip": "Zablokovať IP adresu", "view-history": "Upraviť históriu", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Kliknite sem pre návrat k poslednému prečítanému príspevku vo vlákne.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Vyčistiť tému", "thread_tools.purge_confirm": "Ste si naozaj istý že chcete vyčistiť túto tému?", "thread_tools.merge_topics": "Zlúčiť témy", - "thread_tools.merge": "Zlúčiť", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Príspevok presunutý!", "fork_topic": "Rozdeliť príspevok", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Vyber príspevky, ktoré chceš oddeliť", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Žiadne príspevky neboli vybraté!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "Sem zadajte názov témy...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Zahodiť", "composer.submit": "Odoslať", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/sk/user.json b/public/language/sk/user.json index f3800c3ef1..12412ee7c8 100644 --- a/public/language/sk/user.json +++ b/public/language/sk/user.json @@ -43,6 +43,7 @@ "followers": "Nasledovatelia", "following": "Nasleduje", "blocks": "Zablokovaný", + "blocked-users": "Blocked users", "block_toggle": "Prepnúť zablokovanie", "block_user": "Zablokovať používateľa", "unblock_user": "Odblokovať používateľa", @@ -68,6 +69,7 @@ "upload_new_picture": "Nahrať nový obrázok", "upload_new_picture_from_url": "Nahrať nový obrázok z URL adresy", "current_password": "Aktuálne heslo", + "new_password": "New Password", "change_password": "Zmeniť heslo", "change_password_error": "Nesprávne heslo!", "change_password_error_wrong_current": "Vaše súčasné heslo nie je správne", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Zmierňujúca poznámka nebola uložená", "info.moderation-note.add": "Pridať poznámku", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Váš právny súhlas", "consent.lead": "Toto komunitné fórum zbiera a spracováva Vaše osobné údaje.", "consent.intro": "Tieto informácie používa iba pre úpravu Vašich skúseností v tejto komunite, rovnako tak k rozpoznaniu príspevkov, ktoré ste pod používateľským účtom vytvoril. Behom jednotlivých registračných krokov budete požiadaný o zadanie Vášho používateľského mena a e-mailovej adresy. Môžete taktiež dobrovoľne poskytnúť niektoré dodatočné informácie do Vášho profilu na webovej stránke. Tieto informácie uchovávame po dobu životnosti Vášho používateľského účtu. Kedykoľvek môžete požiadať kópiu svojich príspevkov na tejto webovej stránke pomocou stránky „Práva a súhlas“

Ak máte nejaké otázky alebo obavy, obráťte sa na tím správcov fóra.", diff --git a/public/language/sk/users.json b/public/language/sk/users.json index 1e4fa02c93..d5375c1cac 100644 --- a/public/language/sk/users.json +++ b/public/language/sk/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Najnovší používatelia", "top_posters": "Najaktívnejší", "most_reputation": "Najváženejší", "most_flags": "Najviac označované", "search": "Vyhľadať", "enter_username": "Zadajte užívateľa k hľadaniu", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Načítať viac", "users-found-search-took": "%1 užívateľ(ia) sa našli! Vyhľadávanie trvalo %2 sekúnd.", "filter-by": "Filtrovať podľa", diff --git a/public/language/sl/admin/admin.json b/public/language/sl/admin/admin.json index c107b7a872..d379087343 100644 --- a/public/language/sl/admin/admin.json +++ b/public/language/sl/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB skrbniška nadzorna plošča", "settings-header-contents": "Vsebine", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/sl/admin/appearance/customise.json b/public/language/sl/admin/appearance/customise.json index 744b60dc2e..88146056cf 100644 --- a/public/language/sl/admin/appearance/customise.json +++ b/public/language/sl/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "CSS/LESS po meri", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Omogoči CSS/LESS po meri", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Javascript po meri", "custom-js.description": "Tukaj vnesite svoj javascript. Izveden bo, ko se stran popolnoma naloži.", diff --git a/public/language/sl/admin/extend/widgets.json b/public/language/sl/admin/extend/widgets.json index 6af766bf52..577d9a6b24 100644 --- a/public/language/sl/admin/extend/widgets.json +++ b/public/language/sl/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Brez", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "plošča", - "container.panel-header": "Glava plošče", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Opozorilo", "alert.confirm-delete": "Ste prepričani, da želite izbrisati ta pripomoček?", diff --git a/public/language/sl/admin/manage/groups.json b/public/language/sl/admin/manage/groups.json index f24abd0371..a19f194eae 100644 --- a/public/language/sl/admin/manage/groups.json +++ b/public/language/sl/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Povrni", "edit.no-users-found": "Uporabnikov ni bilo mogoče najti", - "edit.confirm-remove-user": "Ste prepričani, da želite odstraniti tega uporabnika?", - "edit.save-success": "Spremembe so shranjene!" + "edit.confirm-remove-user": "Ste prepričani, da želite odstraniti tega uporabnika?" } \ No newline at end of file diff --git a/public/language/sl/admin/manage/privileges.json b/public/language/sl/admin/manage/privileges.json index b404e7b615..a2b9268902 100644 --- a/public/language/sl/admin/manage/privileges.json +++ b/public/language/sl/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/sl/admin/settings/navigation.json b/public/language/sl/admin/settings/navigation.json index fdfe4fce31..4bddbaf945 100644 --- a/public/language/sl/admin/settings/navigation.json +++ b/public/language/sl/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Skupine", "open-new-window": "Odpri v novem oknu", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Izbriši", "btn.disable": "Onemogoči", diff --git a/public/language/sl/error.json b/public/language/sl/error.json index eac8f93810..987cae50c3 100644 --- a/public/language/sl/error.json +++ b/public/language/sl/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/sl/flags.json b/public/language/sl/flags.json index 71e66d821e..37671b6961 100644 --- a/public/language/sl/flags.json +++ b/public/language/sl/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Assignee", "update": "Update", "updated": "Posodobljeno", "resolved": "Resolved", "target-purged": "The content this flag referred to has been purged and is no longer available.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "Quick Filters", "filter-active": "There are one or more filters active in this list of flags", "filter-reset": "Remove Filters", "filters": "Možnosti filtra", - "filter-reporterId": "Reporter UID", - "filter-targetUid": "Flagged UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flag Type", "filter-type-all": "All Content", "filter-type-post": "Objava", "filter-type-user": "Uporabnik", "filter-state": "State", - "filter-assignee": "Assignee UID", + "filter-assignee": "Assignee", "filter-cid": "Kategorija", "filter-quick-mine": "Dodeljeno meni", "filter-cid-all": "Vse kategorije", @@ -45,6 +47,7 @@ "notes": "Flag Notes", "add-note": "Dodaj opombo", + "edit-note": "Edit Note", "no-notes": "Ni deljenih opomb.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/sl/global.json b/public/language/sl/global.json index ebea071723..1bc959d888 100644 --- a/public/language/sl/global.json +++ b/public/language/sl/global.json @@ -37,9 +37,13 @@ "header.notifications": "Obvestila", "header.search": "Iskanje", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Krmarjenje", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Nalaganje obvestil", "chats.loading": "Nalaganje klepetov", + "drafts.loading": "Loading Drafts", "motd.welcome": "Pozdravljeni v NodeBB, pogovorno platformo prihodnosti.", "previouspage": "Prejšnja stran", "nextpage": "Naslednja stran", @@ -54,7 +58,8 @@ "users": "Uporabniki", "topics": "Teme", "posts": "Objave", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Najboljše", "controversial": "Controversial", "votes": "Votes", @@ -69,6 +74,7 @@ "reputation": "Ugled", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "preberi več", "more": "Več", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 je objavil %2", "guest_posted_ago": "Gost je objavil %1.", "last_edited_by": "Zadnje urejanje: %1", + "edited-timestamp": "Edited %1", "norecentposts": "Ni nedavnih objav.", "norecenttopics": "Ni nedavnih tem.", "recentposts": "Nedavne objave", "recentips": "Nedavni prijavljeni IP-ji", "moderator_tools": "Moderator Tools", + "status": "Status", "online": "Dosegljiv", "away": "Odsoten", "dnd": "Ne moti", @@ -122,5 +130,7 @@ "edited": "Edited", "disabled": "Disabled", "select": "Select", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/sl/groups.json b/public/language/sl/groups.json index 880aa8e302..a5fc7b378b 100644 --- a/public/language/sl/groups.json +++ b/public/language/sl/groups.json @@ -1,5 +1,6 @@ { "groups": "Skupine", + "members": "Members", "view_group": "Poglej skupino", "owner": "Lastnik skupine", "new_group": "Ustvari novo skupino", diff --git a/public/language/sl/modules.json b/public/language/sl/modules.json index 2557296e53..cc78b9c3a0 100644 --- a/public/language/sl/modules.json +++ b/public/language/sl/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Klepetajte z", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Pošlji", "chat.no_active": "Ni aktivnih klepetov.", "chat.user_typing": "%1 piše sporočilo ...", @@ -42,6 +46,7 @@ "composer.compose": "Sestavljanje", "composer.show_preview": "Pokaži predogled", "composer.hide_preview": "Skrij predogled", + "composer.help": "Help", "composer.user_said_in": "%1 je napisal/-a v %2:", "composer.user_said": "%1 je napisal/-a:", "composer.discard": "Ste prepričani, da želite zavreči to objavo?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Čas", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Nastavi datum", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "V redu", "bootbox.cancel": "Prekliči", "bootbox.confirm": "Potrdi", diff --git a/public/language/sl/pages.json b/public/language/sl/pages.json index 0c766965ef..f09ab07f71 100644 --- a/public/language/sl/pages.json +++ b/public/language/sl/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Uporabniške nastavitve", + "account/settings-of": "Changing settings of %1", "account/watched": "Teme, ki jih spremlja %1", "account/ignored": "Topics ignored by %1", "account/upvoted": " Objave uporabnika %1 z glasovi za", diff --git a/public/language/sl/post-queue.json b/public/language/sl/post-queue.json index 4361245588..9c59f41780 100644 --- a/public/language/sl/post-queue.json +++ b/public/language/sl/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/sl/register.json b/public/language/sl/register.json index 17def24c5c..3af9d0e896 100644 --- a/public/language/sl/register.json +++ b/public/language/sl/register.json @@ -1,5 +1,6 @@ { "register": "Registracija", + "already-have-account": "Already have an account?", "cancel_registration": "Preklic registracije", "help.email": "Vaš e-poštni naslov bo privzeto skrit za javnost.", "help.username_restrictions": "Enkratno uporabniško ime s številom znakov: med %1 in %2. Drugi vas lahko v objavi omenijo z @uporabnik.", diff --git a/public/language/sl/search.json b/public/language/sl/search.json index 1c6196c710..fc340a5806 100644 --- a/public/language/sl/search.json +++ b/public/language/sl/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 rezultat(ov) ustreza \"%2\", (%3 sekund)", "no-matches": "Ni najdenih rezultatov", "advanced-search": "Napredno iskanje", "in": "V", - "titles": "Naslovi", - "titles-posts": "Naslovi in objave", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "Objavil", - "in-categories": "V kategoriji", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Išči podkategorije", "has-tags": "Has tags", "reply-count": "Število odgovorov", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Vsaj", "at-most": "Največ", "relevance": "Relevance", + "time": "Time", "post-time": "Čas objave", "votes": "Votes", "newer-than": "Novejše kot", @@ -28,7 +48,22 @@ "three-months": "Tri mesece", "six-months": "Šest mesecev", "one-year": "Eno leto", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Razvrsti po", + "sort": "Sort", "last-reply-time": "Čas zadnjega odgovora", "topic-title": "Naslov teme", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "Kategorija", "descending": "Padajoče", "ascending": "Naraščajoče", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Shrani nastavitve", "clear-preferences": "Počisti nastavitve", "search-preferences-saved": "Poišči shranjene nastavitve", "search-preferences-cleared": "Poišči počiščene nastavitve", "show-results-as": "Prikaži rezultate kot", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/sl/tags.json b/public/language/sl/tags.json index 244d7b7a1f..ab0d9d0851 100644 --- a/public/language/sl/tags.json +++ b/public/language/sl/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Ni novih tem s to oznako.", + "no-tags-found": "No tags found", "tags": "Oznake", "enter_tags_here": "Tu vpišite oznake. Dovoljeno število znakov: najmanj %1 in največ %2.", "enter_tags_here_short": "Vpišite oznake...", diff --git a/public/language/sl/topic.json b/public/language/sl/topic.json index 4ac16a2f1a..bc194e98af 100644 --- a/public/language/sl/topic.json +++ b/public/language/sl/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Kopiraj IP", "ban-ip": "Prepovej IP", "view-history": "Uredi zgodovino", - "locked-by": "Zaklenil/a", - "unlocked-by": "Odklenil/a", - "pinned-by": "Pripel/a", - "unpinned-by": "Odpel/a", - "deleted-by": "Izbrisal/a", - "restored-by": "Povrnil/a", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Klikni tukaj za vrnitev na zadnje prebrano objavo v tej niti", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Očisti temo", "thread_tools.purge_confirm": "Ste prepričani, da želite očistiti to temo?", "thread_tools.merge_topics": "Združi teme", - "thread_tools.merge": "Združi", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Ta tema bo kmalu premaknjena v \"%1\". Kliknite tukaj, če želite razveljaviti.", "topic_move_multiple_success": "Te teme bodo kmalu premaknjene v \"%1\". Kliknite tukaj, če želite razveljaviti.", "topic_move_all_success": "Vse teme bodo kmalu premaknjene v \"%1\". Kliknite tukaj, če želite razveljaviti.", @@ -121,7 +135,7 @@ "post_moved": "Objava premaknjena!", "fork_topic": "Razcepi temo", "enter-new-topic-title": "Vnesite nov naslov teme", - "fork_topic_instruction": "Klikni na objavo, ki o želiš odcepiti", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Ni izbranih objav!", "no-posts-selected": "Ni izbranih objav!", "x-posts-selected": "Izbranih objav: %1 ", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Nov naslov teme", "topic-id": "ID teme", "move_posts_instruction": "Kliknite objave, ki jih želite premakniti, nato vnesite ID teme ali pojdite na ciljno temo", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Kliknite objave, ki jih želite dodeliti drugemu uporabniku", "composer.title_placeholder": "Vpiši naslov teme...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Zavrzi", "composer.submit": "Pošlji", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Zadnja obava", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Objavi hitri odgovor" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/sl/user.json b/public/language/sl/user.json index 47acf554a8..6676f0c550 100644 --- a/public/language/sl/user.json +++ b/public/language/sl/user.json @@ -43,6 +43,7 @@ "followers": "Spremljevalci", "following": "Spremljano", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Blokiraj uporabnika", "unblock_user": "Odblokiraj uporabnika", @@ -68,6 +69,7 @@ "upload_new_picture": "Naloži novo fotografijo", "upload_new_picture_from_url": "Naloži novo fotografijo s spletnega naslova", "current_password": "Trenutno geslo", + "new_password": "New Password", "change_password": "Spremeni geslo", "change_password_error": "Napačno geslo!", "change_password_error_wrong_current": "Tvoje trenutno geslo je napačno!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderation note saved", "info.moderation-note.add": "Dodaj opombo", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "Ta forum skupnosti zbira in obdeluje vaše osebne podatke.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/sl/users.json b/public/language/sl/users.json index 174b2e1916..0638263813 100644 --- a/public/language/sl/users.json +++ b/public/language/sl/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Zadnji uporabniki", "top_posters": "Najboljši uporabniki", "most_reputation": "Največ ugleda", "most_flags": "Most Flags", "search": "Išči", "enter_username": "Za iskanje vpiši uporabniško ime", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Naloži več", "users-found-search-took": "%1 uporabnik(ov) najdenih! Iskanje je potrebovalo %2 sekunde.", "filter-by": "Filtriraj po", diff --git a/public/language/sq-AL/admin/admin.json b/public/language/sq-AL/admin/admin.json index f633c82c19..e2634e8498 100644 --- a/public/language/sq-AL/admin/admin.json +++ b/public/language/sq-AL/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Paneli i Kontrollit të Administratorit ", "settings-header-contents": "Përmbatja ", - "changes-saved": "Ndryshimet u ruajtën!", - "changes-saved-message": "Ndryshimet në konfigurimin e NodeBB u ruajtën me sukses!", "changes-not-saved": "Ndryshimet nuk u ruajtën!", "changes-not-saved-message": "NodeBB gjeti një problem gjatë ruajtjes së ndryshimeve. (%1)" } \ No newline at end of file diff --git a/public/language/sq-AL/admin/appearance/customise.json b/public/language/sq-AL/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/sq-AL/admin/appearance/customise.json +++ b/public/language/sq-AL/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/sq-AL/admin/extend/widgets.json b/public/language/sq-AL/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/sq-AL/admin/extend/widgets.json +++ b/public/language/sq-AL/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/sq-AL/admin/manage/groups.json b/public/language/sq-AL/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/sq-AL/admin/manage/groups.json +++ b/public/language/sq-AL/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/sq-AL/admin/manage/privileges.json b/public/language/sq-AL/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/sq-AL/admin/manage/privileges.json +++ b/public/language/sq-AL/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/sq-AL/admin/settings/navigation.json b/public/language/sq-AL/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/sq-AL/admin/settings/navigation.json +++ b/public/language/sq-AL/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/sq-AL/error.json b/public/language/sq-AL/error.json index 62ef322bae..710d5ece7f 100644 --- a/public/language/sq-AL/error.json +++ b/public/language/sq-AL/error.json @@ -224,5 +224,6 @@ "api.429": "Ju keni bërë shumë kërkesa, ju lutemi provoni përsëri më vonë", "api.500": "Një gabim i papritur u ndesh gjatë përpjekjes për të kryer kërkesën tuaj.", "api.501": "Itinerari që kërkoni nuk është zbatuar ende, ju lutemi provoni sërish nesër", - "api.503": "Itinerari që kërkoni nuk është aktualisht i disponueshëm për shkak të një konfigurimi të serverit" + "api.503": "Itinerari që kërkoni nuk është aktualisht i disponueshëm për shkak të një konfigurimi të serverit", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/sq-AL/flags.json b/public/language/sq-AL/flags.json index 0f927e067c..eafc9c3a39 100644 --- a/public/language/sq-AL/flags.json +++ b/public/language/sq-AL/flags.json @@ -3,25 +3,27 @@ "reports": "Raportet", "first-reported": "Raportuar për herë të parë", "no-flags": "Juhu! Nuk u gjet asnje gabim.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Përfituesi", "update": "Përditëso", "updated": "I përditësuar", "resolved": "E zgjidhur", "target-purged": "Përmbajtja të cilës i referohet ky raportim është fshire dhe nuk disponohet më.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Raportimet ditore", "quick-filters": "Filtra të shpejtë", "filter-active": "Ka një ose më shumë filtra aktivë në këtë listë raportimesh", "filter-reset": "Hiqni filtrat", "filters": "Opsionet e filtrit", - "filter-reporterId": "UID e reporterit", - "filter-targetUid": "UID e shënuar", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Lloji i raportimit", "filter-type-all": "E gjithë Përmbajtja", "filter-type-post": "Postim", "filter-type-user": "Përdorues", "filter-state": "Gjendja", - "filter-assignee": "Përfituesi UID", + "filter-assignee": "Assignee", "filter-cid": "Kategoria", "filter-quick-mine": "Më është caktuar mua", "filter-cid-all": "Të gjitha kategoritë", @@ -45,6 +47,7 @@ "notes": "Shënime nga raportimet", "add-note": "Shtoni shënim", + "edit-note": "Edit Note", "no-notes": "Nuk ka shënime të përbashkëta.", "delete-note-confirm": "Je i sigurt që dëshiron ta fshish këtë shënim?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/sq-AL/global.json b/public/language/sq-AL/global.json index ff92679fd4..4a732a4b96 100644 --- a/public/language/sq-AL/global.json +++ b/public/language/sq-AL/global.json @@ -37,9 +37,13 @@ "header.notifications": "NJOFTIME", "header.search": "Kërko", "header.profile": "Profili", + "header.account": "Account", "header.navigation": "Lundrim", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Njoftimet po ngarkohen", "chats.loading": "Po ngarkohen bisedat", + "drafts.loading": "Loading Drafts", "motd.welcome": "Mirë se vini në NodeBB, platformën e diskutimit të së ardhmes.", "previouspage": "Faqja e mëparshme", "nextpage": "Faqja tjetër", @@ -54,7 +58,8 @@ "users": "Përdoruesit", "topics": "Temat", "posts": "Postimet", - "x-posts": "%1 postime", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Më të mirat", "controversial": "E diskutueshme", "votes": "Votat", @@ -69,6 +74,7 @@ "reputation": "Reputacioni", "lastpost": "Postimi i fundit", "firstpost": "Postimi i parë", + "about": "About", "read_more": "Lexo më shumë", "more": "Më shumë", "none": "Asnjë", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 postoi %2", "guest_posted_ago": "Vizitori postoi %1", "last_edited_by": "Modifikuar së fundi nga %1", + "edited-timestamp": "Edited %1", "norecentposts": "Nuk ka postime të fundit", "norecenttopics": "Nuk ka tema të fundit", "recentposts": "Postimet e fundit", "recentips": "IP-të e regjistruara së fundi", "moderator_tools": "Mjetet e Moderatorit", + "status": "Status", "online": "Online", "away": "Kam ikur", "dnd": "Mos më shqetësoni", @@ -122,5 +130,7 @@ "edited": "U rregullua", "disabled": "Zhblloko", "select": "Zgjidh", - "user-search-prompt": "Shkruani diçka këtu për të gjetur përdorues..." + "user-search-prompt": "Shkruani diçka këtu për të gjetur përdorues...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/sq-AL/groups.json b/public/language/sq-AL/groups.json index aac022d0fb..c2bbca8c75 100644 --- a/public/language/sq-AL/groups.json +++ b/public/language/sq-AL/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupe", + "members": "Members", "view_group": "Shiko grupin", "owner": "Zotuesi i grupit", "new_group": "Krijo një grup të ri", diff --git a/public/language/sq-AL/modules.json b/public/language/sq-AL/modules.json index 6c44d4c9b9..9666df5e23 100644 --- a/public/language/sq-AL/modules.json +++ b/public/language/sq-AL/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Bisedo me", "chat.placeholder": "Shkruani mesazhin e bisedës këtu, tërhiqni dhe lëshoni imazhet, shtypni enter për t'i dërguar", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Po shikoni mesazhet e vjetra, klikoni këtu për të shkuar te mesazhet më të fundit.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Dërgo", "chat.no_active": "Ju nuk keni biseda aktive.", "chat.user_typing": "%1 është duke shkruajtur...", @@ -42,6 +46,7 @@ "composer.compose": "Harto", "composer.show_preview": "Shiko rezultatin", "composer.hide_preview": "Mbulo rezultatin", + "composer.help": "Help", "composer.user_said_in": "%1 tha në %2:", "composer.user_said": "%1 tha:", "composer.discard": "Jeni i sigurt që dëshironi ta hiqni këtë postim?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Koha", "composer.cancel-scheduling": "Anulo planifikimin", "composer.set-schedule-date": "Cakto datën", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "Në rregull", "bootbox.cancel": "Anullo", "bootbox.confirm": "Konfirmo ", diff --git a/public/language/sq-AL/pages.json b/public/language/sq-AL/pages.json index 2b78bb2024..f6b9f20a24 100644 --- a/public/language/sq-AL/pages.json +++ b/public/language/sq-AL/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Kategoritë e para nga %1", "account/bookmarks": "Postimet e shënuara nga %1", "account/settings": "Cilësimet e përdoruesit", + "account/settings-of": "Changing settings of %1", "account/watched": "Tema e para nga %1", "account/ignored": "Temat e shmangura nga %1", "account/upvoted": "Postimi u votua lartë nga %1", diff --git a/public/language/sq-AL/post-queue.json b/public/language/sq-AL/post-queue.json index 74cd751bc3..8df9c3bed6 100644 --- a/public/language/sq-AL/post-queue.json +++ b/public/language/sq-AL/post-queue.json @@ -22,6 +22,7 @@ "notify": "Njofto", "notify-user": "Njoftoni përdoruesin", "confirm-reject": "Jeni i sigurt që dëshironi ta anulloni këtë postim?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Veprime njëkohësisht", "accept-all": "Prano të gjitha", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Dëshiron të refuzosh të gjitha postimet?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Dëshiron të refuzosh %1 postimet e selektuara?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 postime u pranuan", "bulk-reject-success": "%1 postime u refuzuan" } \ No newline at end of file diff --git a/public/language/sq-AL/register.json b/public/language/sq-AL/register.json index 3d57b1d510..ce7dd1ff1b 100644 --- a/public/language/sq-AL/register.json +++ b/public/language/sq-AL/register.json @@ -1,5 +1,6 @@ { "register": "Regjistrohu", + "already-have-account": "Already have an account?", "cancel_registration": "Anulo regjistrimin", "help.email": "Si parazgjedhje, emaili juaj do të mbahet i fshihte nga publiku.", "help.username_restrictions": "Një emër përdoruesi unik midis %1 dhe %2 karaktereve. Të tjerët mund t'ju përmendin me @username.", diff --git a/public/language/sq-AL/search.json b/public/language/sq-AL/search.json index 170a8302fc..2509b1a0e9 100644 --- a/public/language/sq-AL/search.json +++ b/public/language/sq-AL/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 rezultat(e) që përputhen me \"%2\", (%3 sekonda)", "no-matches": "Nuk u gjet asnjë përputhje", "advanced-search": "Kërkim i avancuar", "in": "Në", - "titles": "Titujt", - "titles-posts": "Titujt dhe postimet", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Përputhni fjalët", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Të gjitha", "any": "Çdo", "posted-by": "Postuar nga", - "in-categories": "Në kategori", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Kërko kategoritë e fëmijëve", "has-tags": "Ka etiketa", "reply-count": "Numri i komenteve", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Të paktën", "at-most": "Së shumti", "relevance": "Rëndësia", + "time": "Time", "post-time": "Koha e postimit", "votes": "Votat", "newer-than": "Më e re se", @@ -28,7 +48,22 @@ "three-months": "Tre muaj", "six-months": "Gjashtë muaj", "one-year": "Një vit", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Ndaj sipas", + "sort": "Sort", "last-reply-time": "Komenti i fundit", "topic-title": "Titulli i temës", "topic-votes": "Votat e temës", @@ -39,11 +74,36 @@ "category": "Kategoria", "descending": "Në rend zbritës", "ascending": "Në rend rritës", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Ruaj preferencat", "clear-preferences": "Pastro preferencat", "search-preferences-saved": "Preferencat e kërkimit u ruajtën", "search-preferences-cleared": "Preferencat e kërkimit u pastruan", "show-results-as": "Shfaq rezultatet si", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Shiko më shumë rezultate (%1)", "search-in-category": "Kërko në \"%1\"" } \ No newline at end of file diff --git a/public/language/sq-AL/tags.json b/public/language/sq-AL/tags.json index 0fb8f6ec66..34f02635f8 100644 --- a/public/language/sq-AL/tags.json +++ b/public/language/sq-AL/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Nuk ka tema me këtë tag.", + "no-tags-found": "No tags found", "tags": "Tags", "enter_tags_here": "Futni këtu tags, ndërmjet %1 dhe %2 karaktere secila.", "enter_tags_here_short": "Vendos tags...", diff --git a/public/language/sq-AL/topic.json b/public/language/sq-AL/topic.json index 3a1ea0de41..406ab81f3b 100644 --- a/public/language/sq-AL/topic.json +++ b/public/language/sq-AL/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Kopjoni IP-në", "ban-ip": "Pezulloni IP-në", "view-history": "Ndrysho historinë", - "locked-by": "E mbyllur nga", - "unlocked-by": "E shkyçur nga", - "pinned-by": "Fiksuar nga", - "unpinned-by": "E ç'fiksuar nga", - "deleted-by": "Fshirë nga", - "restored-by": "Rivendosur nga ", - "moved-from-by": "Zhvendosur nga %1 nga", - "queued-by": "Postimi në radhë për miratim →", - "backlink": "Referuar nga", - "forked-by": "Ndryshuar nga", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Klikoni këtu për tu kthyer në postimin e fundit të lexuar në këtë temë.", "flag-post": "Raporto këtë postim", "flag-user": "Raporto këtë përdorues", @@ -95,7 +109,7 @@ "thread_tools.purge": "Pastroni temën", "thread_tools.purge_confirm": "Jeni i sigurt që dëshironi ta pastroni këtë temë?", "thread_tools.merge_topics": "Bashko temat", - "thread_tools.merge": "Bashko", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Kjo temë do të zhvendoset në \"%1\" së shpejti. Kliko këtu për ta zhbërë.", "topic_move_multiple_success": "Këto tema do të zhvendosen në \"%1\" së shpejti. Kliko këtu për ta zhbërë.", "topic_move_all_success": "Të gjitha temat do të zhvendosen në \"%1\" së shpejti. Kliko këtu për ta zhbërë.", @@ -121,7 +135,7 @@ "post_moved": "Postimi u zhvendos!", "fork_topic": "Ndrysho temën", "enter-new-topic-title": "Vendos titullin e temës së re", - "fork_topic_instruction": "Zgjidhni postimet që dëshironi të ndryshoni", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Asnjë postim i zgjedhur!", "no-posts-selected": "Asnjë postim i zgjedhur!", "x-posts-selected": "%1 postim(e) i zgjedhur", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Titulli i ri për temën", "topic-id": "ID e temës", "move_posts_instruction": "Klikoni postimet që dëshironi të zhvendosni, më pas vendosni një ID teme ose shkoni te tema e synuar", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Klikoni postimet që dëshironi t'i caktoni një përdoruesi tjetër", "composer.title_placeholder": "Shkruani titullin e temës suaj këtu...", "composer.handle_placeholder": "Shkruani emrin tuaj këtu", + "composer.hide": "Hide", "composer.discard": "Anullo", "composer.submit": "Posto", "composer.additional-options": "Opsione shtesë", @@ -184,5 +200,7 @@ "last-post": "Postimi i fundit", "go-to-my-next-post": "Shkoni te postimi im i radhës", "no-more-next-post": "Nuk keni postime të tjera në këtë temë", - "post-quick-reply": "Postoni një koment të shpejtë" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/sq-AL/user.json b/public/language/sq-AL/user.json index 2194839a9f..7adb685cd5 100644 --- a/public/language/sq-AL/user.json +++ b/public/language/sq-AL/user.json @@ -43,6 +43,7 @@ "followers": "Ndjekësit", "following": "Duke ndjekur", "blocks": "Blloqe", + "blocked-users": "Blocked users", "block_toggle": "Ndrysho bllokimin", "block_user": "Blloko përdoruesin", "unblock_user": "Zhblloko përdoruesin", @@ -68,6 +69,7 @@ "upload_new_picture": "Ngarko foto të re", "upload_new_picture_from_url": "Ngarko foto të re nga URL-ja", "current_password": "Fjalëkalimi aktual", + "new_password": "New Password", "change_password": "Ndrysho fjalekalimin", "change_password_error": "Fjalëkalim i pavlefshëm", "change_password_error_wrong_current": "Fjalëkalimi juaj aktual nuk është i saktë!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Shënimi i moderimit u ruajt", "info.moderation-note.add": "Shtoni shënim", "sessions.description": "Kjo faqe ju lejon të shikoni çdo sesion aktiv në këtë forum dhe t'i anuloni ato nëse është e nevojshme. Ju mund ta revokoni seancën tuaj duke dalë nga llogaria juaj.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Të drejtat tuaja & Pëlqimi", "consent.lead": "Kushtet e forumit tonë janë si më poshtë:", "consent.intro": "Ne e përdorim këtë informacion në mënyrë rigoroze për të personalizuar përvojën tuaj në këtë komunitet, si dhe për të lidhur postimet që bëni me llogarinë tuaj të përdoruesit. Gjatë hapit të regjistrimit ju është kërkuar të jepni një emër përdoruesi dhe adresë emaili, gjithashtu mund të jepni opsionalisht informacion shtesë për të plotësuar profilin tuaj të përdoruesit në këtë faqe interneti.

Ne e ruajmë këtë informacion për sa kohë që llogaria juaj është aktive. Ju jeni në gjendje të tërhiqni pëlqimin në çdo kohë duke fshirë llogarinë tuaj. Në çdo kohë ju mund të kërkoni një kopje të kontributit tuaj në këtë faqe interneti, nëpërmjet të drejtave tuaja & Faqja e pëlqimit.

Nëse keni ndonjë pyetje ose shqetësim, ju inkurajojmë të kontaktoni ekipin administrativ të këtij forumi.", diff --git a/public/language/sq-AL/users.json b/public/language/sq-AL/users.json index 98ef270d3f..85d2632176 100644 --- a/public/language/sq-AL/users.json +++ b/public/language/sq-AL/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Përdoruesit e fundit", "top_posters": "Postuesit më të mirë", "most_reputation": "Me Reputacion", "most_flags": "Më të raportuarit", "search": "Kërko", "enter_username": "Kërko një përdorues", - "search-user-for-chat": "Kërkoni një përdorues për të filluar bisedën", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Ngarko më shumë", "users-found-search-took": "%1 përdorues u gjet (en) ! Kërkimi zgjati %2 sekonda.", "filter-by": "Filtro sipas", diff --git a/public/language/sr/admin/admin.json b/public/language/sr/admin/admin.json index a4c1a1cdb1..b0c05d1237 100644 --- a/public/language/sr/admin/admin.json +++ b/public/language/sr/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Administratorski panel", "settings-header-contents": "Sadržaj", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/sr/admin/appearance/customise.json b/public/language/sr/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/sr/admin/appearance/customise.json +++ b/public/language/sr/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/sr/admin/extend/widgets.json b/public/language/sr/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/sr/admin/extend/widgets.json +++ b/public/language/sr/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/sr/admin/manage/groups.json b/public/language/sr/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/sr/admin/manage/groups.json +++ b/public/language/sr/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/sr/admin/manage/privileges.json b/public/language/sr/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/sr/admin/manage/privileges.json +++ b/public/language/sr/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/sr/admin/settings/navigation.json b/public/language/sr/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/sr/admin/settings/navigation.json +++ b/public/language/sr/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/sr/error.json b/public/language/sr/error.json index 043f603d0f..13893e29f7 100644 --- a/public/language/sr/error.json +++ b/public/language/sr/error.json @@ -224,5 +224,6 @@ "api.429": "Поднели сте превише захтева, покушајте поново касније", "api.500": "Дошло је до неочекиване грешке приликом покушаја сервисирања вашег захтева.", "api.501": "Рута коју покушавате да позовете још увек није примењена, покушајте поново сутра", - "api.503": "Рута коју покушавате да позовете тренутно није доступна због конфигурације сервера" + "api.503": "Рута коју покушавате да позовете тренутно није доступна због конфигурације сервера", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/sr/flags.json b/public/language/sr/flags.json index f8d80dff6e..58ce0434fe 100644 --- a/public/language/sr/flags.json +++ b/public/language/sr/flags.json @@ -3,25 +3,27 @@ "reports": "Извештаји", "first-reported": "Прво пријављено", "no-flags": "Ура! Нема заставица.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Заступник", "update": "Ажурирај", "updated": "Ажурирано", "resolved": "Решено", "target-purged": "Садржај на који се односи ова заставица је очишћен и није више доступан.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Дневне заставице", "quick-filters": "Брзи филтери", "filter-active": "Постоји један или више активних филтера на овом списку заставица", "filter-reset": "Уклони заставице", "filters": "Опције филтера", - "filter-reporterId": "UID извештача", - "filter-targetUid": "UID означеног заставицом", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Тип заставице", "filter-type-all": "Сав садржај", "filter-type-post": "Порука", "filter-type-user": "Корисник", "filter-state": "Стање", - "filter-assignee": "UID заступника", + "filter-assignee": "Assignee", "filter-cid": "Категорија", "filter-quick-mine": "Додељено мени", "filter-cid-all": "Све категорије", @@ -45,6 +47,7 @@ "notes": "Белешке са заставицама", "add-note": "Додај белешку", + "edit-note": "Edit Note", "no-notes": "Нема дељених бележака.", "delete-note-confirm": "Да ли сте сигурни да желите избрисати ову белешку са заставицом?", "delete-flag-confirm": "Да ли сте сигурни да желите да избришете ову заставицу?", diff --git a/public/language/sr/global.json b/public/language/sr/global.json index 7da7113606..fc285026ff 100644 --- a/public/language/sr/global.json +++ b/public/language/sr/global.json @@ -37,9 +37,13 @@ "header.notifications": "Обавештења", "header.search": "Претрага", "header.profile": "Профил", + "header.account": "Account", "header.navigation": "Навигација", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Учитавање обавештења", "chats.loading": "Учитавање ћаскања", + "drafts.loading": "Loading Drafts", "motd.welcome": "Добродошли на NodeBB, дискусиону платформу будућности.", "previouspage": "Претходна страна", "nextpage": "Следећа страна", @@ -54,7 +58,8 @@ "users": "Корисници", "topics": "Теме", "posts": "Поруке", - "x-posts": "%1 поруке/а", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Најбоље", "controversial": "Спорно", "votes": "Гласови", @@ -69,6 +74,7 @@ "reputation": "Углед", "lastpost": "Последња порука", "firstpost": "Прва порука", + "about": "About", "read_more": "прочитајте више", "more": "Више", "none": "Ниједан", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 објавио %2", "guest_posted_ago": "Гост је објавио %1", "last_edited_by": "последњи пут уредио %1", + "edited-timestamp": "Edited %1", "norecentposts": "Нема недавних порука", "norecenttopics": "Нема недавних тема", "recentposts": "Недавне поруке", "recentips": "Недавно забележене IP адресе", "moderator_tools": "Алати модератора", + "status": "Status", "online": "На мрежи", "away": "Одсутан", "dnd": "Не узнемиравај", @@ -122,5 +130,7 @@ "edited": "Уређено", "disabled": "Онемогућено", "select": "Изабери", - "user-search-prompt": "Uкуцајте нешто овде како бисте пронашли кориснике..." + "user-search-prompt": "Uкуцајте нешто овде како бисте пронашли кориснике...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/sr/groups.json b/public/language/sr/groups.json index 5ef1f2fa26..974884dd54 100644 --- a/public/language/sr/groups.json +++ b/public/language/sr/groups.json @@ -1,5 +1,6 @@ { "groups": "Групе", + "members": "Members", "view_group": "Преглед групе", "owner": "Власник групе", "new_group": "Направи нову групу", diff --git a/public/language/sr/modules.json b/public/language/sr/modules.json index 14b2bc8812..a5113bbee0 100644 --- a/public/language/sr/modules.json +++ b/public/language/sr/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Ћаскај са", "chat.placeholder": "Укуцајте поруку ћаскања овде, превуците и отпустите слике, притисните enter за слање", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Гледате старије поруке, кликните овде да бисте прешли на најновију поруку.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Пошаљи", "chat.no_active": "Нема активних ћаскања.", "chat.user_typing": "%1 куца ...", @@ -42,6 +46,7 @@ "composer.compose": "Писање поруке", "composer.show_preview": "Прикажи преглед", "composer.hide_preview": "Сакриј преглед", + "composer.help": "Help", "composer.user_said_in": "%1 је рекао у %2", "composer.user_said": "%1 је рекао:", "composer.discard": "Желите ли да одбаците ову поруку?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Време", "composer.cancel-scheduling": "Откажи планирање", "composer.set-schedule-date": "Подеси датум", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "У реду", "bootbox.cancel": "Откажи", "bootbox.confirm": "Потврди", diff --git a/public/language/sr/pages.json b/public/language/sr/pages.json index 74d8adb262..09d7f91540 100644 --- a/public/language/sr/pages.json +++ b/public/language/sr/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Надгледане категорије корисника %1", "account/bookmarks": "Омиљене поруке корисника $1", "account/settings": "Корисничка подешавања", + "account/settings-of": "Changing settings of %1", "account/watched": "Теме које надгледа %1", "account/ignored": "Теме које игнорише %1", "account/upvoted": "Поруке које је гласао %1", diff --git a/public/language/sr/post-queue.json b/public/language/sr/post-queue.json index 2faff36635..75141f2114 100644 --- a/public/language/sr/post-queue.json +++ b/public/language/sr/post-queue.json @@ -22,6 +22,7 @@ "notify": "Обавештење", "notify-user": "Обавести корисника", "confirm-reject": "Да ли желите да одбаците ову објаву?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Масовне радње", "accept-all": "Прихвати све", "accept-selected": "Прихвати изабрано", @@ -29,6 +30,10 @@ "reject-all-confirm": "Да ли желите да одбаците све објаве?", "reject-selected": "Одбаци изабрано", "reject-selected-confirm": "Да ли желите да одбаците изабране објаве (укупно %1)?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "Прихваћених објава: %1", "bulk-reject-success": "Одбачених објава: %1" } \ No newline at end of file diff --git a/public/language/sr/register.json b/public/language/sr/register.json index 4a1581b20c..4d1bbfe143 100644 --- a/public/language/sr/register.json +++ b/public/language/sr/register.json @@ -1,5 +1,6 @@ { "register": "Регистрација", + "already-have-account": "Already have an account?", "cancel_registration": "Откажи регистрацију", "help.email": "Ваша е-пошта ће подразумевано бити скривена од јавности.", "help.username_restrictions": "Јединствено корисничко име са %1 до %2 знакова. Остали вас могу спомињати путем @корисничко име.", diff --git a/public/language/sr/search.json b/public/language/sr/search.json index 16e14485de..d62752c35d 100644 --- a/public/language/sr/search.json +++ b/public/language/sr/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 резултат(а) се подудара са „%2“, (%3 секунди)", "no-matches": "Нема подударања", "advanced-search": "Напредна претрага", "in": "У", - "titles": "Наслови", - "titles-posts": "Наслови и поруке", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Речи које се подударају", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Све", "any": "Било која", "posted-by": "Објавио", - "in-categories": "У категоријама", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Претражи поткатегорије", "has-tags": "Има ознаке", "reply-count": "Број одговора", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Најмање", "at-most": "Највише", "relevance": "Важности", + "time": "Time", "post-time": "Времену објаве", "votes": "Гласовима", "newer-than": "Новије од", @@ -28,7 +48,22 @@ "three-months": "Три месеца", "six-months": "Шест месеци", "one-year": "Једне године", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Сортирај по", + "sort": "Sort", "last-reply-time": "Времену последњег одговора", "topic-title": "Наслову теме", "topic-votes": "Гласовима теме", @@ -39,11 +74,36 @@ "category": "Категорији", "descending": "У опадајућем низу", "ascending": "У растућем низу", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Сачувај поставке", "clear-preferences": "Обриши поставке", "search-preferences-saved": "Поставке претраге су сачуване", "search-preferences-cleared": "Поставке претраге су обрисане", "show-results-as": "Прикажи резултате као", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Прикажи више резултата (%1)", "search-in-category": "Претражи у „%1\"" } \ No newline at end of file diff --git a/public/language/sr/tags.json b/public/language/sr/tags.json index fb7273af58..2758626580 100644 --- a/public/language/sr/tags.json +++ b/public/language/sr/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Нема тема са овом ознаком.", + "no-tags-found": "No tags found", "tags": "Ознаке", "enter_tags_here": "Овде унесите ознаке, од %1 до %2 знакова за сваку.", "enter_tags_here_short": "Унесите ознаке...", diff --git a/public/language/sr/topic.json b/public/language/sr/topic.json index a8f424d36c..1ab6630dff 100644 --- a/public/language/sr/topic.json +++ b/public/language/sr/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Копирај IP", "ban-ip": "Бануј IP", "view-history": "Уреди историју", - "locked-by": "Закључао", - "unlocked-by": "Откључао", - "pinned-by": "Закачио", - "unpinned-by": "Откачио", - "deleted-by": "Избрисао", - "restored-by": "Вратио", - "moved-from-by": "Из %1 преместио", - "queued-by": "Порука је на чекању за одобрење →", - "backlink": "Упутио", - "forked-by": "Рачвао", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Кликните овде за повратак на последњу прочитану поруку у овој теми.", "flag-post": "Означи поруку заставицом", "flag-user": "Означи корисника заставицом", @@ -95,7 +109,7 @@ "thread_tools.purge": "Очисти тему", "thread_tools.purge_confirm": "Да ли сте сигурни да желите да очистите ову тему?", "thread_tools.merge_topics": "Споји теме", - "thread_tools.merge": "Споји", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Ова тема ће ускоро бити премештена у „%1“. Кликните овде да бисте опозвали.", "topic_move_multiple_success": "Ове теме ће ускоро бити премештене у „%1“. Кликните овде да бисте опозвали.", "topic_move_all_success": "Све теме ће ускоро бити премештене у „%1“. Кликните овде да бисте опозвали.", @@ -121,7 +135,7 @@ "post_moved": "Порука је премештена!", "fork_topic": "Рачвај тему", "enter-new-topic-title": "Унесите нови наслов теме", - "fork_topic_instruction": "Кликните на поруке које желите да рачвате", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Нема одабраних порука!", "no-posts-selected": "Нема одабраних порука!", "x-posts-selected": "Одабрано порука: %1", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Нови наслов теме", "topic-id": "ID теме", "move_posts_instruction": "Кликните на поруке које желите да преместите, а затим унесите ID теме или идите на циљну тему", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Кликните на поруке које желите да доделите другом кориснику", "composer.title_placeholder": "Овде унесите наслов теме...", "composer.handle_placeholder": "Унесите ваше име/идентитет овде", + "composer.hide": "Hide", "composer.discard": "Одбаци", "composer.submit": "Проследи", "composer.additional-options": "Додатне опције", @@ -184,5 +200,7 @@ "last-post": "Последња порука", "go-to-my-next-post": "Иди на моју следећу поруку", "no-more-next-post": "Немате више порука у овој теми", - "post-quick-reply": "Објави брзи одговор" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/sr/user.json b/public/language/sr/user.json index 6c2bca7c1f..9a28e78c2f 100644 --- a/public/language/sr/user.json +++ b/public/language/sr/user.json @@ -43,6 +43,7 @@ "followers": "Пратиоци", "following": "Праћења", "blocks": "Блокирања", + "blocked-users": "Blocked users", "block_toggle": "Блокирај/одблокирај", "block_user": "Блокирај корисника", "unblock_user": "Одблокирај корисника", @@ -68,6 +69,7 @@ "upload_new_picture": "Отпреми нову слику", "upload_new_picture_from_url": "Отпреми нову слику са адресе", "current_password": "Тренутна лозинка", + "new_password": "New Password", "change_password": "Промена лозинке", "change_password_error": "Неисправна лозинка", "change_password_error_wrong_current": "Ваша тренутна лозинка није исправна!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Белешка модерације је сачувана", "info.moderation-note.add": "Додај белешку", "sessions.description": "Ова страница вам омогућује да прегледате активне сесије на овом форуму и опозовете их ако је потребно. Можете опозвати своју сесију тако што ћете се одјавити са вашег налога.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Ваша права и сагласност", "consent.lead": "Овај форум прикупља и обрађује ваше личне информације.", "consent.intro": "Ове информације користимо стриктно за персонализовње вашег искуства у овој заједници, као и за повезивање порука које уносите са својим корисничким налогом. Током регистрационог корака од вас је тражено да наведете корисничко име и адресу е-поште, такође можете опционо пружити додатне информације да бисте комплетирали свој кориснички профил на овом веб сајту.

Ми задржавамо ове информације током трајања вашег корисничког налога, а ви сте у могућности повући сагласност у било ком тренутку брисањем вашег налога. У било ком тренутку можете затражити копију вашег доприноса овом веб сајту путем странице ваших права и сагласности.

Ако имате било каквих питања или проблема, саветујемо вас да контактирате административни тим овог форума.", diff --git a/public/language/sr/users.json b/public/language/sr/users.json index 96f579342d..90996adfd5 100644 --- a/public/language/sr/users.json +++ b/public/language/sr/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Најновији корисници", "top_posters": "Највише порука", "most_reputation": "Највећи углед", "most_flags": "Најчешће означени заставицом", "search": "Претрага", "enter_username": "Унесите корисничко име за претрагу", - "search-user-for-chat": "Претражите корисника да бисте започели ћаскање", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Учитај више", "users-found-search-took": "Нађено је %1 корисника! Претрага је завршена за %2 секунде.", "filter-by": "Филтрирај према", diff --git a/public/language/sv/admin/admin.json b/public/language/sv/admin/admin.json index 08b4f23ba5..2d3fc7ea8e 100644 --- a/public/language/sv/admin/admin.json +++ b/public/language/sv/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Admin Kontrollpanel", "settings-header-contents": "Innehåll", - "changes-saved": "Ändringar Sparade", - "changes-saved-message": "Dina ändringar av NodeBB-konfigurationen har sparats.", "changes-not-saved": "Ändringar Sparades Ej", "changes-not-saved-message": "NodeBB kunde inte spara dina ändringar. (%1)" } \ No newline at end of file diff --git a/public/language/sv/admin/appearance/customise.json b/public/language/sv/admin/appearance/customise.json index 97abb5ede5..c95e62c0f0 100644 --- a/public/language/sv/admin/appearance/customise.json +++ b/public/language/sv/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Custom CSS/LESS", - "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.", - "custom-css.enable": "Enable Custom CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Custom Javascript", "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.", diff --git a/public/language/sv/admin/extend/widgets.json b/public/language/sv/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/sv/admin/extend/widgets.json +++ b/public/language/sv/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/sv/admin/manage/groups.json b/public/language/sv/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/sv/admin/manage/groups.json +++ b/public/language/sv/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/sv/admin/manage/privileges.json b/public/language/sv/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/sv/admin/manage/privileges.json +++ b/public/language/sv/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/sv/admin/settings/navigation.json b/public/language/sv/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/sv/admin/settings/navigation.json +++ b/public/language/sv/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/sv/error.json b/public/language/sv/error.json index 328d289d6e..168bd48a5d 100644 --- a/public/language/sv/error.json +++ b/public/language/sv/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/sv/flags.json b/public/language/sv/flags.json index cc7c5baafe..fa213c2cb1 100644 --- a/public/language/sv/flags.json +++ b/public/language/sv/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Yippie! Inga flaggor funna.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Tilldelad", "update": "Uppdatera", "updated": "Uppdatering", "resolved": "Resolved", "target-purged": "Innehållet denna flagga refererar till har rensats bort och är inte längre tillgängligt.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Dagliga flaggningar", "quick-filters": "Snabbfilter", "filter-active": "Ett eller flera filter är aktiva i denna lista med flaggor", "filter-reset": "Ta bort filter", "filters": "Filterinställningar", - "filter-reporterId": "Rapporterandes UID", - "filter-targetUid": "Flaggades UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Flaggtyp", "filter-type-all": "Allt innehåll", "filter-type-post": "Inlägg", "filter-type-user": "Användare", "filter-state": "Status", - "filter-assignee": "Tilldelad persons UID", + "filter-assignee": "Assignee", "filter-cid": "Kategori", "filter-quick-mine": "Tilldelade till mig", "filter-cid-all": "Alla kategorier", @@ -45,6 +47,7 @@ "notes": "Flaggans anteckningar", "add-note": "Lägg till anteckning", + "edit-note": "Edit Note", "no-notes": "Inga delade anteckningar.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/sv/global.json b/public/language/sv/global.json index fb3acb257a..cbb1022ff6 100644 --- a/public/language/sv/global.json +++ b/public/language/sv/global.json @@ -37,9 +37,13 @@ "header.notifications": "Notiser", "header.search": "Sök", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigering", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Laddar notiser", "chats.loading": "Laddar chattar", + "drafts.loading": "Loading Drafts", "motd.welcome": "Välkommen till NodeBB, framtidens diskussionsplattform.", "previouspage": "Föregående sida", "nextpage": "Nästa sida", @@ -54,7 +58,8 @@ "users": "Användare", "topics": "Ämnen", "posts": "Inlägg", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Bästa", "controversial": "Controversial", "votes": "Röster", @@ -69,6 +74,7 @@ "reputation": "Rykte", "lastpost": "Senaste inlägget", "firstpost": "Först inlägget", + "about": "About", "read_more": "läs mer", "more": "Mer", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 postades %2", "guest_posted_ago": "Anonym postade %1", "last_edited_by": "Senaste redigerad av %1", + "edited-timestamp": "Edited %1", "norecentposts": "Inga nya inlägg", "norecenttopics": "Inga nya ämnen", "recentposts": "Senaste inläggen", "recentips": "Nyligen inloggade IPn", "moderator_tools": "Moderator verktyg", + "status": "Status", "online": "Online", "away": "Borta", "dnd": "Stör inte", @@ -122,5 +130,7 @@ "edited": "Redigerad", "disabled": "Avstängd", "select": "Välj", - "user-search-prompt": "Skriv något för att hitta användare" + "user-search-prompt": "Skriv något för att hitta användare", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/sv/groups.json b/public/language/sv/groups.json index 1bdc3736c5..c986b25ffc 100644 --- a/public/language/sv/groups.json +++ b/public/language/sv/groups.json @@ -1,5 +1,6 @@ { "groups": "Grupper", + "members": "Members", "view_group": "Visa grupp ", "owner": "Gruppägare", "new_group": "Skapa ny grupp", diff --git a/public/language/sv/modules.json b/public/language/sv/modules.json index 79e42b04cd..fc4c2f665a 100644 --- a/public/language/sv/modules.json +++ b/public/language/sv/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Chatta med", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Du tittar på äldre meddelanden. Klicka här för att gå till det senaste meddelandet.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Skicka", "chat.no_active": "Du har inte några aktiva chattar.", "chat.user_typing": "%1 skriver ...", @@ -42,6 +46,7 @@ "composer.compose": "Komponera", "composer.show_preview": "Visa förhandsgranskning", "composer.hide_preview": "Dölj förhandsgranskning", + "composer.help": "Help", "composer.user_said_in": "%1 sa i %2:", "composer.user_said": "%1 sa:", "composer.discard": "Är du säker på att du vill ta bort det här inlägget?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "OK", "bootbox.cancel": "Avbryt", "bootbox.confirm": "Bekräfta", diff --git a/public/language/sv/pages.json b/public/language/sv/pages.json index e6145ba0fd..40379912d0 100644 --- a/public/language/sv/pages.json +++ b/public/language/sv/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's följda kategorier", "account/bookmarks": "%1'st bokmärkta inlägg", "account/settings": "Avnändarinställningar", + "account/settings-of": "Changing settings of %1", "account/watched": "Ämnen som bevakas av %1", "account/ignored": "Ämnen som %1 ignorerar", "account/upvoted": "Inlägg som röstats upp av %1", diff --git a/public/language/sv/post-queue.json b/public/language/sv/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/sv/post-queue.json +++ b/public/language/sv/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/sv/register.json b/public/language/sv/register.json index f38cd30562..539705bbd6 100644 --- a/public/language/sv/register.json +++ b/public/language/sv/register.json @@ -1,5 +1,6 @@ { "register": "Registrera", + "already-have-account": "Already have an account?", "cancel_registration": "Avbryt registrering", "help.email": "Som standard, är din e-postadress dold för allmänheten.", "help.username_restrictions": "Ett unikt användarnamn mellan %1 och %2 bokstäver. Andra kan nämna dig med @användarnamn.", diff --git a/public/language/sv/search.json b/public/language/sv/search.json index 4927229237..70996cc74e 100644 --- a/public/language/sv/search.json +++ b/public/language/sv/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 resultat matchar \"%2\", (%3 sekunder)", "no-matches": "Inga träffar", "advanced-search": "Avancerad sökning", "in": "i", - "titles": "Ämnen", - "titles-posts": "Ämnen och inlägg", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Matcha ord", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Alla", "any": "Någon", "posted-by": "Skapad av", - "in-categories": "I kategorier", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Sök i underkategorier", "has-tags": "Har taggar", "reply-count": "Svarsantal", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Som minst", "at-most": "Som mest", "relevance": "Relevans", + "time": "Time", "post-time": "Inläggstid", "votes": "Röster", "newer-than": "Yngre än", @@ -28,7 +48,22 @@ "three-months": "Tre månader", "six-months": "Sex månader", "one-year": "Ett år", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sortera på", + "sort": "Sort", "last-reply-time": "Senaste svarstiden", "topic-title": "Ämnestitel", "topic-votes": "Ämnesröster", @@ -39,11 +74,36 @@ "category": "Kategori", "descending": "I fallande ordning", "ascending": "I stigande ordning", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Spara inställningar", "clear-preferences": "Rensa inställningar", "search-preferences-saved": "Sökinställningar sparade", "search-preferences-cleared": "Sökinställningar rensade", "show-results-as": "Visa resultat som", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Se fler resultat (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/sv/tags.json b/public/language/sv/tags.json index ea0f405069..55142364eb 100644 --- a/public/language/sv/tags.json +++ b/public/language/sv/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Det finns inga ämnen med denna tagg.", + "no-tags-found": "No tags found", "tags": "Taggar", "enter_tags_here": "Fyll i taggar på %1 till %2 tecken här.", "enter_tags_here_short": "Ange taggar...", diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json index 166760d744..e5abdd90ba 100644 --- a/public/language/sv/topic.json +++ b/public/language/sv/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Kopiera IP", "ban-ip": "Banna IP", "view-history": "Redigera historik", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Klicka här för att återgå till senast lästa inlägg i detta ämne.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Rensa bort ämne", "thread_tools.purge_confirm": "Är du säker att du vill rensa bort det här ämnet?", "thread_tools.merge_topics": "Slå samman ämnen", - "thread_tools.merge": "Slå samman", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Inlägget flyttades.", "fork_topic": "Grena ämne", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Klicka på de inlägg du vill grena", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Inga inlägg valda!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Ny titel för ämne", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Klicka på de inlägg du vill tilldela en annan användare", "composer.title_placeholder": "Skriv in ämnets titel här...", "composer.handle_placeholder": "Skriv ditt namn/användarnamn här", + "composer.hide": "Hide", "composer.discard": "Avbryt", "composer.submit": "Skicka", "composer.additional-options": "Ytterligare val", @@ -184,5 +200,7 @@ "last-post": "Sista inlägget", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Gör ett snabbsvar" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/sv/user.json b/public/language/sv/user.json index 9f87b40310..0565f343af 100644 --- a/public/language/sv/user.json +++ b/public/language/sv/user.json @@ -43,6 +43,7 @@ "followers": "Följare", "following": "Följer", "blocks": "Blockerar", + "blocked-users": "Blocked users", "block_toggle": "Ändra blockeringsinställning", "block_user": "Blockera användare", "unblock_user": "Sluta blockera användare", @@ -68,6 +69,7 @@ "upload_new_picture": "Ladda upp ny bild", "upload_new_picture_from_url": "Ladda upp ny bild via länk", "current_password": "Nuvarande lösenord", + "new_password": "New Password", "change_password": "Ändra lösenord", "change_password_error": "Ogiltigt lösenord.", "change_password_error_wrong_current": "Ditt nuvarande lösenord är inte korrekt.", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderations anteckning sparad", "info.moderation-note.add": "Lägg till anteckning", "sessions.description": "Denna sida låter dig se det här forumets alla aktiva sessioner och återkalla dem om den behövs. Du kan återkalla din egen session genom att logga ut från ditt eget konto.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Dina rättigheter och Medgivande", "consent.lead": "Detta forum samlar och behandlar din personliga information.", "consent.intro": "Vi använder denna information endast i syfte att personligt anpassa din upplevelse i denna gemenskap, och för att associera de inlägg du gör till ditt användarkonto. När du registrerade dig blev du ombedd att ange ett användarnamn och en e-postadress, du kan även frivilligt ange ytterligare information för att komplettera din användarprofil på denna webbsida.

Vi sparar denna information så länge som du har ett konto hos oss, och du kan dra tillbaks ditt medgivande när som helst genom att radera ditt konto. Du kan är som helst efterfråga en kopia av din information på denna webbplats, genom sidan Rättigheter och Medgivande.

Om du har några frågor eller funderingar rekommenderar vi att du tar kontakt med detta forums administrativa team.", diff --git a/public/language/sv/users.json b/public/language/sv/users.json index c1247acae0..a2b69d4911 100644 --- a/public/language/sv/users.json +++ b/public/language/sv/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Senaste användarna", "top_posters": "Flest inlägg", "most_reputation": "Bäst rykte", "most_flags": "Mest flaggade", "search": "Sök", "enter_username": "Ange ett användarnamn för att söka", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Ladda fler", "users-found-search-took": "%1 användare hittades! Sökningen tog %2 sekunder.", "filter-by": "Filtrera på", diff --git a/public/language/th/admin/admin.json b/public/language/th/admin/admin.json index 88cd1451ae..500fd1df8a 100644 --- a/public/language/th/admin/admin.json +++ b/public/language/th/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | แผงควบคุมของผู้ดูแลระบบ", "settings-header-contents": "เนื้อหา", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/th/admin/appearance/customise.json b/public/language/th/admin/appearance/customise.json index bcb4ebc4af..d201b7c6f4 100644 --- a/public/language/th/admin/appearance/customise.json +++ b/public/language/th/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "กำหนด CSS / LESS เอง", - "custom-css.description": "ใส่ CSS/LESS ของคุณที่นี่, มันจะถูกนำไปใช้ต่อจากสไตล์อื่นๆ", - "custom-css.enable": "เปิดการปรับแต่ง CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "ปรับแต่งจาวาสคริปต์", "custom-js.description": "ป้อนจาวาสคริปต์ของคุณเองที่นี่ จะดำเนินการหลังจากโหลดหน้าเว็บเสร็จสมบูรณ์แล้ว", diff --git a/public/language/th/admin/extend/widgets.json b/public/language/th/admin/extend/widgets.json index ab9bfb4cdb..0d24c2f32a 100644 --- a/public/language/th/admin/extend/widgets.json +++ b/public/language/th/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Alert", "alert.confirm-delete": "Are you sure you wish to delete this widget?", diff --git a/public/language/th/admin/manage/groups.json b/public/language/th/admin/manage/groups.json index 911fcce010..bd8c5bce15 100644 --- a/public/language/th/admin/manage/groups.json +++ b/public/language/th/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Revert", "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.confirm-remove-user": "Are you sure you want to remove this user?" } \ No newline at end of file diff --git a/public/language/th/admin/manage/privileges.json b/public/language/th/admin/manage/privileges.json index 13a38819b0..0e8d7a4ff9 100644 --- a/public/language/th/admin/manage/privileges.json +++ b/public/language/th/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/th/admin/settings/navigation.json b/public/language/th/admin/settings/navigation.json index 7baca85096..32b2722074 100644 --- a/public/language/th/admin/settings/navigation.json +++ b/public/language/th/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Open in a new window", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Delete", "btn.disable": "Disable", diff --git a/public/language/th/error.json b/public/language/th/error.json index d84a9bfb20..9c4057aead 100644 --- a/public/language/th/error.json +++ b/public/language/th/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/th/flags.json b/public/language/th/flags.json index af2385c0ee..a56232008a 100644 --- a/public/language/th/flags.json +++ b/public/language/th/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "ไชโย ไม่เจอธงใดๆเลย", + "x-flags-found": "%1 flag(s) found.", "assignee": "ผู้ได้รับมอบหมาย", "update": "อัพเดท", "updated": "ได้รับการอัพเดท", "resolved": "Resolved", "target-purged": "เนื้อหาที่ธงนี้อ้างถึงถูกลบออกและไม่มีอยู่ในระบบอีกต่อไป", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Daily Flags", "quick-filters": "ฟิลเตอร์แบบด่วน", "filter-active": "ไม่มีฟิลเตอร์ใดๆในรายการปักธง", "filter-reset": "ลบฟิลเตอร์ออก", "filters": "ตัวเลือกฟิลเตอร์", - "filter-reporterId": "ไอดีผู้รายงาน", - "filter-targetUid": "ไอดีผู้ที่ถูกปักธง", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "ประเภทการปักธง", "filter-type-all": "เนื้อหาทั้งหมด", "filter-type-post": "โพสต์", "filter-type-user": "User", "filter-state": "สถานะ", - "filter-assignee": "ผู้ได้รับมอบหมาย", + "filter-assignee": "Assignee", "filter-cid": "หมวดหมู่", "filter-quick-mine": "ถูกมอบหมายให้ฉัน", "filter-cid-all": "ทุกหมวดหมู่", @@ -45,6 +47,7 @@ "notes": "โน๊ตปักธง", "add-note": "เพิ่มโน้ต", + "edit-note": "Edit Note", "no-notes": "ไม่มีโน้ตที่แชร์", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/th/global.json b/public/language/th/global.json index 21cad1c9c3..db89f8ab3b 100644 --- a/public/language/th/global.json +++ b/public/language/th/global.json @@ -37,9 +37,13 @@ "header.notifications": "แจ้งเตือน", "header.search": "ค้นหา", "header.profile": "รายละเอียด", + "header.account": "Account", "header.navigation": "เมนูนำทาง", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "กำลังโหลดข้อแจ้งเตือน", "chats.loading": "กำลังโหลดหัวข้อสนทนา", + "drafts.loading": "Loading Drafts", "motd.welcome": "ยินดีต้อนรับสู่ NodeBB แพลตฟอร์มการสนทนาแห่งอนาคต", "previouspage": "หน้าก่อนหน้า", "nextpage": "หน้าถัดไป", @@ -54,7 +58,8 @@ "users": "ผู้ใช้", "topics": "กระทู้", "posts": "กระทู้", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "ดีที่สุด", "controversial": "Controversial", "votes": "โหวต", @@ -69,6 +74,7 @@ "reputation": "ชื่อเสียง", "lastpost": "Last post", "firstpost": "First post", + "about": "About", "read_more": "อ่านต่อ", "more": "เพิ่มเติม", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 โพสต์ %2", "guest_posted_ago": "Guest โพสต์ %1", "last_edited_by": "แก้ไขล่าสุดโดย %1", + "edited-timestamp": "Edited %1", "norecentposts": "ไม่มีกระทู้ล่าสุด", "norecenttopics": "ไม่มีกระทู้ล่าสุด", "recentposts": "กระทู้ล่าสุด", "recentips": "IP ที่ใช้เข้าสู่ระบบล่าสุด", "moderator_tools": "เครื่องมือผู้ดูแลระบบ", + "status": "Status", "online": "ออนไลน์", "away": "ไม่อยู่", "dnd": "ห้ามรบกวน", @@ -122,5 +130,7 @@ "edited": "ถูกแก้ไขแล้ว", "disabled": "ปิด", "select": "เลือก", - "user-search-prompt": "Type something here to find users..." + "user-search-prompt": "Type something here to find users...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/th/groups.json b/public/language/th/groups.json index e863ac408c..6b3105e9ce 100644 --- a/public/language/th/groups.json +++ b/public/language/th/groups.json @@ -1,5 +1,6 @@ { "groups": "กลุ่ม", + "members": "Members", "view_group": "ดูกลุ่ม", "owner": "เจ้าของกลุ่ม", "new_group": "สร้างกลุ่มใหม่", diff --git a/public/language/th/modules.json b/public/language/th/modules.json index 5a5c70ae88..dadcde8853 100644 --- a/public/language/th/modules.json +++ b/public/language/th/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "คุยกับ", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "ส่ง", "chat.no_active": "คุณไม่มีแชทที่คุยอยู่", "chat.user_typing": "%1 กำลังพิมพ์อยู่ ...", @@ -42,6 +46,7 @@ "composer.compose": "เขียน", "composer.show_preview": "แสดงพรีวิว", "composer.hide_preview": "ซ่อนพรีวิว", + "composer.help": "Help", "composer.user_said_in": "%1 พูดใน %2:", "composer.user_said": "%1 พูด:", "composer.discard": "คุณแน่ใจแล้วใช่ไหมว่าจะทิ้งโพสต์นี้?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "ตกลง", "bootbox.cancel": "ยกเลิก", "bootbox.confirm": "ยืนยัน", diff --git a/public/language/th/pages.json b/public/language/th/pages.json index df7deb0d8a..963f5b0cf5 100644 --- a/public/language/th/pages.json +++ b/public/language/th/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1's Watched Categories", "account/bookmarks": "บุ๊กมาร์คโพสต์ของ %1", "account/settings": "การตั้งค่าผู้ใช้", + "account/settings-of": "Changing settings of %1", "account/watched": "กระทู้ที่ถูกดูโดย %1", "account/ignored": "กระทู้ที่ถูกละเว้นโดย %1", "account/upvoted": "โพสต์ที่ถูกโหวตขึ้นโดย %1", diff --git a/public/language/th/post-queue.json b/public/language/th/post-queue.json index 127c357dd3..b04a2722d5 100644 --- a/public/language/th/post-queue.json +++ b/public/language/th/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/th/register.json b/public/language/th/register.json index ab6b9d4cc3..88f5da93ae 100644 --- a/public/language/th/register.json +++ b/public/language/th/register.json @@ -1,5 +1,6 @@ { "register": "ลงทะเบียน", + "already-have-account": "Already have an account?", "cancel_registration": "ยกเลิกการสมัคร", "help.email": "ผู้ใช้อื่น ๆ จะไม่สามารถมองเห็นอีเมลของคุณโดยดีฟอลต์", "help.username_restrictions": "ชื่อผู้ใช้ที่ไม่ซ้ำกับผู้อื่น จะต้องมีความยาวระหว่าง% %1 และ %2 ตัวอักษร ผู้ใช้อื่นๆ สามารถพูดถึงคุณโดย @ชื่อผู้ใช้", diff --git a/public/language/th/search.json b/public/language/th/search.json index 5cdb898b5d..5aaee4db1b 100644 --- a/public/language/th/search.json +++ b/public/language/th/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 ผลลัพธ์ ตรงตามที่ระบุ \"%2\", (%3 วินาที)", "no-matches": "ไม่พบผลลัพธ์ที่สอดคล้อง", "advanced-search": "การค้นหาแบบละเอียด", "in": "ใน", - "titles": "หัวข้อ", - "titles-posts": "หัวข้อ และ ข้อความ", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Match words", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "All", "any": "Any", "posted-by": "บันทึกโดย", - "in-categories": "ในหมวดหมู่", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "ค้นหาหมวดหมู่ย่อย", "has-tags": "มีแท็ก", "reply-count": "จำนวนข้อความตอบกลับ", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "อย่างน้อยที่สุด", "at-most": "อย่างมากที่สุด", "relevance": "ที่เกี่ยวข้อง", + "time": "Time", "post-time": "เวลาโพสต์", "votes": "Votes", "newer-than": "ใหม่กว่า", @@ -28,7 +48,22 @@ "three-months": "3 เดือน", "six-months": "6 เดือน", "one-year": "1 ปี", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "จัดเรียงโดย", + "sort": "Sort", "last-reply-time": "เวลาตอบกลับล่าสุด", "topic-title": "หัวข้อกระทู้", "topic-votes": "Topic votes", @@ -39,11 +74,36 @@ "category": "หมวดหมู่", "descending": "เรียงจากมากไปน้อย", "ascending": "เรียงจากน้อยไปมาก", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "บันทึกการตั้งค่า", "clear-preferences": "ล้างการตั้งค่า", "search-preferences-saved": "ค้นหาการตั้งค่าที่บันทึกไว้", "search-preferences-cleared": "ค้นหาการตั้งค่าที่ลบล้างไป", "show-results-as": "แสดงผลลัพธ์แบบ", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/th/tags.json b/public/language/th/tags.json index 5eb9dfdfb5..00213c77c7 100644 --- a/public/language/th/tags.json +++ b/public/language/th/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "ไม่มีหัวข้อสนทนาที่เกี่ยวข้องกับป้ายคำศัพท์นี้", + "no-tags-found": "No tags found", "tags": "ป้ายคำศัพท์", "enter_tags_here": "กรอกแท็กที่นี่ จำนวนอักขระอยู่ระหว่าง %1 และ %2 ตัวอักษรต่อ 1 แท็ก", "enter_tags_here_short": "ใส่ป้ายคำศัพท์ ...", diff --git a/public/language/th/topic.json b/public/language/th/topic.json index f26eba5345..3bacf70b3b 100644 --- a/public/language/th/topic.json +++ b/public/language/th/topic.json @@ -39,16 +39,30 @@ "copy-ip": "คัดลอก IP", "ban-ip": "แบน IP", "view-history": "แก้ไขประวัติ", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "คลิกที่นี่เพื่อกลับไปยังโพสต์ล่าสุดในหัวข้อนี้", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "ล้างกระทู้", "thread_tools.purge_confirm": "คุณแน่ใจแล้วใช้ไมว่าต้องการล้างกระทู้นี้?", "thread_tools.merge_topics": "รวมกระทู้", - "thread_tools.merge": "รวม", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "โพสต์ถูกย้ายแล้ว!", "fork_topic": "แยกกระทู้", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "คลิกที่โพสที่คุณต้องการที่จะแยก", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "ไม่มีโพสต์ที่เลือก!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Click the posts you want to assign to another user", "composer.title_placeholder": "ป้อนชื่อกระทู้ของคุณที่นี่ ...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "ยกเลิก", "composer.submit": "ส่ง", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/th/user.json b/public/language/th/user.json index 56c577d271..9ec8206bb8 100644 --- a/public/language/th/user.json +++ b/public/language/th/user.json @@ -43,6 +43,7 @@ "followers": "คนติดตาม", "following": "ติดตาม", "blocks": "Blocks", + "blocked-users": "Blocked users", "block_toggle": "Toggle Block", "block_user": "Block User", "unblock_user": "Unblock User", @@ -68,6 +69,7 @@ "upload_new_picture": "อัพโหลดรูปใหม่", "upload_new_picture_from_url": "อัปโหลดรูปจาก URL", "current_password": "รหัสผ่านปัจจุบัน", + "new_password": "New Password", "change_password": "เปลี่ยนรหัสผ่าน", "change_password_error": "รหัสผ่านใช้ไม่ได้", "change_password_error_wrong_current": "รหัสผ่านปัจจุบันไม่ถูกต้อง", @@ -168,6 +170,8 @@ "info.moderation-note.success": "โน้ตของ Moderation ถูกบันทึกแล้ว", "info.moderation-note.add": "เพิ่มโน้ต", "sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", diff --git a/public/language/th/users.json b/public/language/th/users.json index 4ed0e4c87b..91f7ff4222 100644 --- a/public/language/th/users.json +++ b/public/language/th/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "ผู้ใช้งานล่าสุด", "top_posters": "ผู้ที่โพสต์มากที่สุด", "most_reputation": "ผู้ที่มีชื่อเสียงมากที่สุด", "most_flags": "ผู้ที่ถูกรายงานมากที่สุด", "search": "ค้นหา", "enter_username": "กรอกชื่อผู้ใช้เพื่อค้นหา", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "โหลดเพิ่มเติม", "users-found-search-took": "พบ %1 ผู้ใช้(s)! การค้นหาใช้เวลาทั้งหมด %2 วินาที", "filter-by": "การกรอง", diff --git a/public/language/tr/admin/admin.json b/public/language/tr/admin/admin.json index 5171fb6b8e..eb6f621fb4 100644 --- a/public/language/tr/admin/admin.json +++ b/public/language/tr/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB Yönetici Kontrol Paneli", "settings-header-contents": "İçerikler", - "changes-saved": "Değişiklikler kaydedildi", - "changes-saved-message": "NodeBB konfigürasyon değişiklikleri kaydedildi.", "changes-not-saved": "Değişiklikler kaydedilmedi", "changes-not-saved-message": "NodeBB değişiklikleri kaydederken bir hata oluştu (%1)" } \ No newline at end of file diff --git a/public/language/tr/admin/appearance/customise.json b/public/language/tr/admin/appearance/customise.json index 327a9054c0..8255e47e93 100644 --- a/public/language/tr/admin/appearance/customise.json +++ b/public/language/tr/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Özel CSS/LESS", - "custom-css.description": "Diğer tüm stillerden sonra uygulanacak kendi CSS/LESS kodlarınızı buraya girin.", - "custom-css.enable": "Özelleştirilmiş CSS/LESS kullan", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Özel Javascript", "custom-js.description": "Buraya kendi javascript'inizi girin. Sayfa tamamen yüklendikten sonra çalışır.", diff --git a/public/language/tr/admin/extend/widgets.json b/public/language/tr/admin/extend/widgets.json index 2609575438..f3017cb376 100644 --- a/public/language/tr/admin/extend/widgets.json +++ b/public/language/tr/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Kutucuk Yok", "container.well": "Çukur", "container.jumbotron": "Büyük Gösterim", - "container.panel": "Panel", - "container.panel-header": "Panel Başlığı", - "container.panel-body": "Panel Gövdesi", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Uyarı", "alert.confirm-delete": "Bu bileşeni silmek istediğinizden emin misiniz?", diff --git a/public/language/tr/admin/manage/groups.json b/public/language/tr/admin/manage/groups.json index 971bf28aa1..7b97709e2f 100644 --- a/public/language/tr/admin/manage/groups.json +++ b/public/language/tr/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Eski Haline Döndür", "edit.no-users-found": "Kullanıcı Bulunamadı", - "edit.confirm-remove-user": "Bu kullanıcıyı kaldırmak istediğinizden emin misiniz?", - "edit.save-success": "Değişiklikler kaydedildi!" + "edit.confirm-remove-user": "Bu kullanıcıyı kaldırmak istediğinizden emin misiniz?" } \ No newline at end of file diff --git a/public/language/tr/admin/manage/privileges.json b/public/language/tr/admin/manage/privileges.json index 0155c573b7..87b670b06b 100644 --- a/public/language/tr/admin/manage/privileges.json +++ b/public/language/tr/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Bu gruba yönetim ayrıcalıkları vermek istediğinize emin misiniz? Bu grup genele açık olduğundan her kullanıcı gruba katılabilir. ", "alert.confirm-admins-mods": "Bu gruba "Admins & Mods" ayrıcalıkları vermek istediğinize emin misiniz? Bu ayrıcalığa sahip kullanıcılar başka kullanıcıların ayrıcalıklarını belirleyebilirler, örneğin super administrator veya değiştirebilirler.", "alert.confirm-save": "Lütfen ayrıcalıkları kaydetme isteğinizi onaylayınız", - "alert.saved": "Ayrıcalık değişiklikleri kaydedildi ve uygulandı", "alert.confirm-discard": "Ayrıcalık değişikliklerini iptal etmek istediğinize emin misiniz?", "alert.discarded": "Ayrıcalık değişiklikleri iptal edildi", "alert.confirm-copyToAll": "Bu %1 kategorisini tüm kategorilere uygulamak istediğinizden emin misiniz? ", diff --git a/public/language/tr/admin/settings/navigation.json b/public/language/tr/admin/settings/navigation.json index fd2d7766d0..2808ce3949 100644 --- a/public/language/tr/admin/settings/navigation.json +++ b/public/language/tr/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Gruplar", "open-new-window": "Yeni pencerede aç", "dropdown": "Açılır liste", - "dropdown-placeholder": "Açılır liste öğelerini aşağıda sırala, örneğin:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Sil", "btn.disable": "Etkinsizleştir", diff --git a/public/language/tr/error.json b/public/language/tr/error.json index 2a5fd455b2..e780756f85 100644 --- a/public/language/tr/error.json +++ b/public/language/tr/error.json @@ -224,5 +224,6 @@ "api.429": "Fazla sayıda istekte bulundunuz, lütfen daha sonra tekrar deneyiniz.", "api.500": "İsteğinizi gerçekleştirmeye çalışırken beklenmeyen bir hata ile karşılaşıldı.", "api.501": "Aramaya çalıştığınız rota henüz uygulanmadı, lütfen yarın tekrar deneyin", - "api.503": "Aramaya çalıştığınız rota sunucu yapılandırması nedeniyle şu anda kullanılamıyor" + "api.503": "Aramaya çalıştığınız rota sunucu yapılandırması nedeniyle şu anda kullanılamıyor", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/tr/flags.json b/public/language/tr/flags.json index 8ad12f9c63..43c72c4e0e 100644 --- a/public/language/tr/flags.json +++ b/public/language/tr/flags.json @@ -3,25 +3,27 @@ "reports": "Raporlar", "first-reported": "İlk rapor tarihi", "no-flags": "Yaşasın! Hiçbir şikayet bulunamadı.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Vekil", "update": "Güncelle", "updated": "Güncellendi", "resolved": "Çözüldü", "target-purged": "Şikayet edilen içerik temizlendi ve artık mevcut değil.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Günlük Şikayetler", "quick-filters": "Hızlı Filtre", "filter-active": "Şikayetler listesinde etkin olan bir veya daha fazla filtre var", "filter-reset": "Filtreleri Kaldır", "filters": "Filtre Ayarları", - "filter-reporterId": "Muhabir UID", - "filter-targetUid": "Şikayet UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Şikayet Tipi", "filter-type-all": "Bütün İçerik", "filter-type-post": "İleti", "filter-type-user": "Kullanıcı", "filter-state": "Durum", - "filter-assignee": "Vekil UID", + "filter-assignee": "Assignee", "filter-cid": "Kategori", "filter-quick-mine": "Kendime atananlar", "filter-cid-all": "Tüm kategoriler", @@ -45,6 +47,7 @@ "notes": "Şikayet Notları", "add-note": "Not Ekle", + "edit-note": "Edit Note", "no-notes": "Not paylaşılmadı", "delete-note-confirm": "Bu şikayet notunu silmek istediğinize emin misiniz?", "delete-flag-confirm": "Bu şikayeti silmek istediğinize emin misiniz?", diff --git a/public/language/tr/global.json b/public/language/tr/global.json index ec24809b05..7d3515df67 100644 --- a/public/language/tr/global.json +++ b/public/language/tr/global.json @@ -37,9 +37,13 @@ "header.notifications": "Bildirimler", "header.search": "Arama", "header.profile": "Profil", + "header.account": "Account", "header.navigation": "Navigasyon", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Bildirimler Yükleniyor", "chats.loading": "Sohbetler Yükleniyor", + "drafts.loading": "Loading Drafts", "motd.welcome": "NodeBB, geleceğin tartışma platformuna hoş geldiniz.", "previouspage": "Önceki Sayfa", "nextpage": "Sonraki Sayfa", @@ -54,7 +58,8 @@ "users": "Kullanıcı", "topics": "Konu", "posts": "İleti", - "x-posts": "%1 ileti", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "En İyi", "controversial": "Tartışmalı", "votes": "Oy", @@ -69,6 +74,7 @@ "reputation": "İtibar", "lastpost": "Son ileti", "firstpost": "İlk ileti", + "about": "About", "read_more": "daha fazla oku", "more": "Daha Fazla", "none": "Hiçbiri", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 %2 yayımladı", "guest_posted_ago": "Ziyaretçi %1 yayımladı", "last_edited_by": "Son düzenleyen: %1", + "edited-timestamp": "Edited %1", "norecentposts": "Güncel İleti Yok", "norecenttopics": "Güncel Konu Yok", "recentposts": "Güncel İletiler", "recentips": "Güncel giriş yapilan IP adresleri", "moderator_tools": "Moderasyon Araçları", + "status": "Status", "online": "Çevrimiçi", "away": "Dışarıda", "dnd": "Rahatsız etme", @@ -122,5 +130,7 @@ "edited": "Düzenlendi", "disabled": "Devre dışı", "select": "Seç", - "user-search-prompt": "Kullanıcı bulmak için buraya yazın ..." + "user-search-prompt": "Kullanıcı bulmak için buraya yazın ...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/tr/groups.json b/public/language/tr/groups.json index 0dd72078ae..842d48b01b 100644 --- a/public/language/tr/groups.json +++ b/public/language/tr/groups.json @@ -1,5 +1,6 @@ { "groups": "Gruplar", + "members": "Members", "view_group": "Grubu Gör", "owner": "Grup Kurucusu", "new_group": "Yeni Grup Oluştur", diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json index ab64665303..ed7be496e3 100644 --- a/public/language/tr/modules.json +++ b/public/language/tr/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Sohbet", "chat.placeholder": "Mesajı yazın veya resim sürükleyip bırakın", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Eski mesajlara bakıyorsunuz, en yeni mesajları görmek için buraya tıklayınız.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Gönder", "chat.no_active": "Aktif sohbet mevcut değil", "chat.user_typing": "%1 yazıyor ...", @@ -42,6 +46,7 @@ "composer.compose": "Yaz", "composer.show_preview": "Önizleme Göster", "composer.hide_preview": "Önizleme Sakla", + "composer.help": "Help", "composer.user_said_in": "%1, içinde söyledi: %2", "composer.user_said": "%1 söyledi:", "composer.discard": "Bu iletiyi iptal etmek istediğinizden emin misiniz?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Zaman", "composer.cancel-scheduling": "Zamanlamayı iptal et", "composer.set-schedule-date": "Tarihi ayarla", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "Kabul", "bootbox.cancel": "İptal", "bootbox.confirm": "Onayla", diff --git a/public/language/tr/pages.json b/public/language/tr/pages.json index 373aa898cb..46a4dc6e36 100644 --- a/public/language/tr/pages.json +++ b/public/language/tr/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1 kullanıcısının takip ettiği kategoriler", "account/bookmarks": "%1 kullanıcısının yer imlerine eklenmiş iletiler", "account/settings": "Kullanıcı Ayarları", + "account/settings-of": "Changing settings of %1", "account/watched": "%1 tarafından takip edilen başlıklar", "account/ignored": "%1 tarafından yok sayılan başlıklar", "account/upvoted": "%1 tarafından artılanan iletiler", diff --git a/public/language/tr/post-queue.json b/public/language/tr/post-queue.json index 046d75d232..7b42934dfb 100644 --- a/public/language/tr/post-queue.json +++ b/public/language/tr/post-queue.json @@ -22,6 +22,7 @@ "notify": "Bildirim yap", "notify-user": "Kullanıcıyı uyar", "confirm-reject": "Bu iletiyi reddetmek istediğinize emin misiniz?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Toplu İşlemler", "accept-all": "Hepsini Onayla", "accept-selected": "Seçili Olanları Onayla", @@ -29,6 +30,10 @@ "reject-all-confirm": "Tüm iletileri reddetmek istediğinize emin misiniz?", "reject-selected": "Seçili Olanları Reddet", "reject-selected-confirm": "Seçili olan %1 iletiyi reddetmek istediğinize emin misiniz?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 ileti onaylandı", "bulk-reject-success": "%1 ileti reddedildi" } \ No newline at end of file diff --git a/public/language/tr/register.json b/public/language/tr/register.json index 0d81d81ce0..8bee2a2daa 100644 --- a/public/language/tr/register.json +++ b/public/language/tr/register.json @@ -1,5 +1,6 @@ { "register": "Kayıt Ol", + "already-have-account": "Already have an account?", "cancel_registration": "Kaydı İptal Et", "help.email": "E-posta adresiniz varsayılan olarak topluluktan gizlidir.", "help.username_restrictions": "%1 ve %2 karakter arası bir kullanıcı ismi. Başkaları sizden @isim kullanarak bahsedebilir.", diff --git a/public/language/tr/search.json b/public/language/tr/search.json index 94fb3947d4..a6a7800b05 100644 --- a/public/language/tr/search.json +++ b/public/language/tr/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 tane “%2“ bulundu (%3 saniye)", "no-matches": "Hiç eşleşme bulunamadı", "advanced-search": "Gelişmiş Arama", "in": "Konum:", - "titles": "Başlıklar", - "titles-posts": "Başlıklar ve İletiler", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Eşleşen Kelimeler", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Hepsi", "any": "Herhangi", "posted-by": "Gönderen", - "in-categories": "Şu kategorilerde ara:", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Alt kategorilerde de arat", "has-tags": "Etiketler", "reply-count": "Cevap sayısı", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "En az", "at-most": "En fazla", "relevance": "İlgi", + "time": "Time", "post-time": "Yayımlanma zamanı", "votes": "Oylar", "newer-than": "Daha yeni", @@ -28,7 +48,22 @@ "three-months": "Üç ay", "six-months": "Altı ay", "one-year": "Bir yıl", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Şuna göre filtrele", + "sort": "Sort", "last-reply-time": "En son cevaplama süresi", "topic-title": "Konu başlığı", "topic-votes": "Oylanan konular", @@ -39,11 +74,36 @@ "category": "Kategori", "descending": "Azalan düzene göre", "ascending": "Artan düzene göre", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Tercihleri Kaydet", "clear-preferences": "Tercihleri Sil", "search-preferences-saved": "Arama tercihleri kaydedildi", "search-preferences-cleared": "Arama tercihleri temizlendi", "show-results-as": "Sonuçları göster : ", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Daha fazla sonuç gör (%1)", "search-in-category": "\"%1\" içinde ara" } \ No newline at end of file diff --git a/public/language/tr/tags.json b/public/language/tr/tags.json index 7b5c872862..4f07f16bee 100644 --- a/public/language/tr/tags.json +++ b/public/language/tr/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Bu etiketli başlık yok.", + "no-tags-found": "No tags found", "tags": "Etiketler", "enter_tags_here": "Etiketleri buraya girin. %1-%2 karakter. Her etiketten sonra enter tuşuna basın.", "enter_tags_here_short": "Etiketleri gir...", diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json index c83a476e00..e068469b2c 100644 --- a/public/language/tr/topic.json +++ b/public/language/tr/topic.json @@ -39,16 +39,30 @@ "copy-ip": "IP Kopyala", "ban-ip": "IP Yasakla", "view-history": "Geçmişi Düzenle", - "locked-by": "Kilitlendi", - "unlocked-by": "Kilit kaldırıldı", - "pinned-by": "Sabitlendi", - "unpinned-by": "Sabitlenme kaldırıldı", - "deleted-by": "Silindi", - "restored-by": "Tekrar Yüklendi", - "moved-from-by": "%1 bölümünden taşındı", - "queued-by": "İleti onay için sıraya alındı →", - "backlink": "Bu başlıktan bahsedildi.", - "forked-by": "Başlık ayrıldı", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Bu konuda en son kaldığın yere dönmek için tıkla.", "flag-post": "Bu iletiyi şikayet et", "flag-user": "Bu kullanıcıyı şikayet et", @@ -95,7 +109,7 @@ "thread_tools.purge": "Başlığı Temizle", "thread_tools.purge_confirm": "Bu konuyu temizlemek istediğinize emin misiniz?", "thread_tools.merge_topics": "Başlıkları Birleştir", - "thread_tools.merge": "Birleştir", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Bu başlık şu bölüme taşınıyor: \"%1\" . İşlemi iptal etmek için tıklayınız.", "topic_move_multiple_success": "Bu başlıklar şu bölüme taşınıyor: \"%1\" . İşlemi iptal etmek için tıklayınız.", "topic_move_all_success": "Tüm başlıklar şu bölüme taşınıyor: \"%1\" . İşlemi iptal etmek için tıklayınız.", @@ -121,7 +135,7 @@ "post_moved": "İleti taşındı!", "fork_topic": "Başlığı Ayır", "enter-new-topic-title": "Oluşturulacak Yeni Başlığı Buraya Giriniz", - "fork_topic_instruction": "Ayırmak istediğiniz iletileri seçiniz!", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Hiçbir ileti seçilmedi!", "no-posts-selected": "Hiçbir ileti seçili değil!", "x-posts-selected": "%1 ileti seçildi", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Konu için yeni başlık", "topic-id": "Başlık ID", "move_posts_instruction": "Taşımak istediğiniz iletileri seçin, daha sonra bir başlık ID girin veya hedef başlığa gidin", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Başka kullanıcıya aktarmak istediğiniz iletileri seçiniz!", "composer.title_placeholder": "Başlık ismini buraya giriniz...", "composer.handle_placeholder": "Kullanıcı adınızı buraya girin", + "composer.hide": "Hide", "composer.discard": "Vazgeç", "composer.submit": "Gönder", "composer.additional-options": "Ekstra seçenekler", @@ -184,5 +200,7 @@ "last-post": "Son ileti", "go-to-my-next-post": "Diğer iletime git", "no-more-next-post": "Bu başlıkta başka bir iletiniz bulunmamaktadır.", - "post-quick-reply": "Hızlı yanıt gönder" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/tr/user.json b/public/language/tr/user.json index 1809554c6d..85ec86bf90 100644 --- a/public/language/tr/user.json +++ b/public/language/tr/user.json @@ -43,6 +43,7 @@ "followers": "Takipçiler", "following": "Takip Edilenler", "blocks": "Engellenenler", + "blocked-users": "Blocked users", "block_toggle": "Blokta Geçiş Yap", "block_user": "Kullanıcıyı Engelle", "unblock_user": "Kullanıcı Engelini Kaldır", @@ -68,6 +69,7 @@ "upload_new_picture": "Yeni bir fotoğraf yükle", "upload_new_picture_from_url": "İnternetten yeni bir fotoğraf yükle", "current_password": "Şu anki şifre", + "new_password": "New Password", "change_password": "Şifre Değiştir", "change_password_error": "Geçersiz Şifre", "change_password_error_wrong_current": "Şu anki şifre doğru değil!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Moderasyon notu kaydedildi", "info.moderation-note.add": "Not ekle", "sessions.description": "Bu sayfa, bu forumdaki tüm aktif oturumları görüntülemenizi ve gerektiğinde iptal etmenizi sağlar. Kendi oturumunuzu hesabınızdan çıkış yaparak iptal edebilirsiniz.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Haklarınız & İzinleriniz", "consent.lead": "Bu topluluk forumu kişisel bilgilerinizi toplar ve işler.", "consent.intro": "Bu bilgileri kesinlikle bu topluluktaki deneyiminizi kişiselleştirmek ve kullanıcı hesabınıza yaptığınız yayınları ilişkilendirmek için kullanıyoruz. Kayıt adımı sırasında sizden bir kullanıcı adı ve e-posta adresi vermeniz istenmiştir. Ayrıca, kullanıcı profilinizi bu web sitesinde tamamlamak için isteğe bağlı olarak ek bilgi de ekleyebilirsiniz.

Bu bilgileri kullanıcı hesabınızın ömrü boyunca saklayabilir ve izinleri geri alabilirsiniz. Hesabınızı istediğiniz zaman silebilirsiniz. Herhangi bir zamanda, bu web sitesine yaptığınız katkıların bir kopyasını Haklar & Onay sayfasını talep edebilirsiniz.

Sorularınız veya endişeleriniz varsa, bu forumun yönetim ekibine ulaşmanızı öneririz.", diff --git a/public/language/tr/users.json b/public/language/tr/users.json index 624ab59523..78b043fe3b 100644 --- a/public/language/tr/users.json +++ b/public/language/tr/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "En Yeni Kullanıcılar", "top_posters": "En Fazla Gönderim Yapanlar", "most_reputation": "En Saygınlar", "most_flags": "En Fazla Şikayet", "search": "Ara", "enter_username": "Aramak için bir kullanıcı adı girin", - "search-user-for-chat": "Sohbet için bir kullanıcı arayın", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Daha Fazla Yükle", "users-found-search-took": "%1 kullanıcı(lar) bulundu! Arama %2 saniye sürdü.", "filter-by": "Şu şekilde filtrele", diff --git a/public/language/uk/admin/admin.json b/public/language/uk/admin/admin.json index 092fae5bf6..49683ade92 100644 --- a/public/language/uk/admin/admin.json +++ b/public/language/uk/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Адмінська Панель Керування NodeBB", "settings-header-contents": "Зміст", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/uk/admin/appearance/customise.json b/public/language/uk/admin/appearance/customise.json index 914aa4772c..5ed56f3a90 100644 --- a/public/language/uk/admin/appearance/customise.json +++ b/public/language/uk/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Користувацькі CSS/LESS", - "custom-css.description": "Введіть свої власні CSS/LESS тут, які будуть застосовані після всіх інших стилів.", - "custom-css.enable": "Увімкнути користувацькі CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Користувацький Javascript", "custom-js.description": "Введіть свій власний код javascript тут. Він буде виконаний після повного завантаження сторінки.", diff --git a/public/language/uk/admin/extend/widgets.json b/public/language/uk/admin/extend/widgets.json index 8d06a68e2a..d374eb78f1 100644 --- a/public/language/uk/admin/extend/widgets.json +++ b/public/language/uk/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Ніякий", "container.well": "Криниця", "container.jumbotron": "Екран", - "container.panel": "Панель", - "container.panel-header": "Заголовок панелі", - "container.panel-body": "Тіло панелі", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Тривога", "alert.confirm-delete": "Ви впевнені, що бажаєте видалити цей віджет?", diff --git a/public/language/uk/admin/manage/groups.json b/public/language/uk/admin/manage/groups.json index 807758b546..c826fb202c 100644 --- a/public/language/uk/admin/manage/groups.json +++ b/public/language/uk/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Повернути", "edit.no-users-found": "Користувачів не знайдено", - "edit.confirm-remove-user": "Ви точно бажаєте видалити цього користувача?", - "edit.save-success": "Зміни збережено!" + "edit.confirm-remove-user": "Ви точно бажаєте видалити цього користувача?" } \ No newline at end of file diff --git a/public/language/uk/admin/manage/privileges.json b/public/language/uk/admin/manage/privileges.json index caff1bef31..ccad5c3173 100644 --- a/public/language/uk/admin/manage/privileges.json +++ b/public/language/uk/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/uk/admin/settings/navigation.json b/public/language/uk/admin/settings/navigation.json index 8d6f6fad19..a835bf0d2e 100644 --- a/public/language/uk/admin/settings/navigation.json +++ b/public/language/uk/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Groups:", "open-new-window": "Відкривати у новому вікні", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Видалити", "btn.disable": "Вимкнути", diff --git a/public/language/uk/error.json b/public/language/uk/error.json index 0d7c0a94d8..a69cb0b665 100644 --- a/public/language/uk/error.json +++ b/public/language/uk/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/uk/flags.json b/public/language/uk/flags.json index 80db1a33e5..6b5b30a3e0 100644 --- a/public/language/uk/flags.json +++ b/public/language/uk/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "Ура! Скарг немає.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Виконавець", "update": "Оновлення", "updated": "Оновлено", "resolved": "Resolved", "target-purged": "Зміст на який подана ця скарга було стерто і він більше недоступний.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Щоденні прапорці", "quick-filters": "Швидкі фільтри", "filter-active": "У цьому списку скарг активовано один або більше фільтрів", "filter-reset": "Видалити фільтри", "filters": "Параметри фільтру", - "filter-reporterId": "UID скаржника", - "filter-targetUid": "UID оскаржуваного", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Тип скарги", "filter-type-all": "Увесь зміст", "filter-type-post": "Пост", "filter-type-user": "Користувач", "filter-state": "Стан", - "filter-assignee": "UID виконавця", + "filter-assignee": "Assignee", "filter-cid": "Категорія", "filter-quick-mine": "Призначені мені", "filter-cid-all": "Всі категорії", @@ -45,6 +47,7 @@ "notes": "Коментарі до скарги", "add-note": "Додати коментар", + "edit-note": "Edit Note", "no-notes": "Немає загальних коментарів.", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/uk/global.json b/public/language/uk/global.json index 4bc5e4d55e..e9a787e385 100644 --- a/public/language/uk/global.json +++ b/public/language/uk/global.json @@ -37,9 +37,13 @@ "header.notifications": "Сповіщення", "header.search": "Пошук", "header.profile": "Профіль", + "header.account": "Account", "header.navigation": "Навігація", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Завантаження сповіщень", "chats.loading": "Завантаження чатів", + "drafts.loading": "Loading Drafts", "motd.welcome": "Вітаємо у NodeBB, надсучасній платформі для обговорень.", "previouspage": "Попередня сторінка", "nextpage": "Наступна сторінка", @@ -54,7 +58,8 @@ "users": "Користувачі", "topics": "Теми", "posts": "Пости", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Найкращі", "controversial": "Controversial", "votes": "Голоси", @@ -69,6 +74,7 @@ "reputation": "Репутація", "lastpost": "Останній допис", "firstpost": "Перший допис", + "about": "About", "read_more": "читати далі", "more": "Більше", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 запостив %2", "guest_posted_ago": "Гість запостив %1", "last_edited_by": "востаннє редагувалося %1", + "edited-timestamp": "Edited %1", "norecentposts": "Немає свіжих постів", "norecenttopics": "Немає свіжих тем", "recentposts": "Нещодавні пости", "recentips": "Нещодавно увійшовші IP-адреси", "moderator_tools": "Інструменти модератора", + "status": "Status", "online": "Онлайн", "away": "Відсутній", "dnd": "Не турбувати", @@ -122,5 +130,7 @@ "edited": "Відредаговано", "disabled": "Вимкнено", "select": "Обрати", - "user-search-prompt": "Введіть щось тут, щоб знайти користувачів..." + "user-search-prompt": "Введіть щось тут, щоб знайти користувачів...", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/uk/groups.json b/public/language/uk/groups.json index 7ebaee9b4a..2763776ebc 100644 --- a/public/language/uk/groups.json +++ b/public/language/uk/groups.json @@ -1,5 +1,6 @@ { "groups": "Групи", + "members": "Members", "view_group": "Переглянути групу", "owner": "Власник групи", "new_group": "Створити нову групу", diff --git a/public/language/uk/modules.json b/public/language/uk/modules.json index 67df7003ac..7f1c5bf34b 100644 --- a/public/language/uk/modules.json +++ b/public/language/uk/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Чат з", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Надіслати", "chat.no_active": "У вас немає активних чатів.", "chat.user_typing": "%1 друкує...", @@ -42,6 +46,7 @@ "composer.compose": "Редактор повідомлень", "composer.show_preview": "Показати попередній перегляд", "composer.hide_preview": "Сховати попередній перегляд", + "composer.help": "Help", "composer.user_said_in": "%1 написав в %2:", "composer.user_said": "%1 написав:", "composer.discard": "Ви впевнені, що хочете скасувати цей пост?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "ОК", "bootbox.cancel": "Скасувати", "bootbox.confirm": "Підтвердити", diff --git a/public/language/uk/pages.json b/public/language/uk/pages.json index d30285edda..0d2323529e 100644 --- a/public/language/uk/pages.json +++ b/public/language/uk/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Категорії, за якими спостерігає %1", "account/bookmarks": "Закладки %1", "account/settings": "Налаштування користувача", + "account/settings-of": "Changing settings of %1", "account/watched": "Теми за якими стежить %1", "account/ignored": "Теми, які ігноруються", "account/upvoted": "Пости за які проголосував %1", diff --git a/public/language/uk/post-queue.json b/public/language/uk/post-queue.json index c8b0ad848c..812e21e407 100644 --- a/public/language/uk/post-queue.json +++ b/public/language/uk/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/uk/register.json b/public/language/uk/register.json index 600fd448a9..07320727c5 100644 --- a/public/language/uk/register.json +++ b/public/language/uk/register.json @@ -1,5 +1,6 @@ { "register": "Реєстрація", + "already-have-account": "Already have an account?", "cancel_registration": "Скасувати реєстрацію", "help.email": "За замовчуванням, ваша email-адреса буде прихована від інших. ", "help.username_restrictions": "Унікальне ім'я довжиною від %1 до %2 символів. Інші можуть вас згадувати за допомогою @ім'я.", diff --git a/public/language/uk/search.json b/public/language/uk/search.json index ce04e19f39..860d9a3c72 100644 --- a/public/language/uk/search.json +++ b/public/language/uk/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 збіг(ів) по запиту \"%2\" (%3 секунд)", "no-matches": "Збіги не знайдено", "advanced-search": "Розширений пошук", "in": "В", - "titles": "Заголовки", - "titles-posts": "Заголовки та Пости", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Які містять слова", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Всі", "any": "Будь-які", "posted-by": "Запощено", - "in-categories": "В Категоріях", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Шукати в дочірніх категоріях", "has-tags": "Містить теги", "reply-count": "Лічильник Відповідей", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Щонайменше", "at-most": "Щонайбільше", "relevance": "Релевантність", + "time": "Time", "post-time": "Час посту", "votes": "Голоси", "newer-than": "Новіші за", @@ -28,7 +48,22 @@ "three-months": "Три місяці", "six-months": "Шість місяців", "one-year": "Один рік", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Сортувати за", + "sort": "Sort", "last-reply-time": "Час останньої відповіді", "topic-title": "Заголовок теми", "topic-votes": "Голоси за тему", @@ -39,11 +74,36 @@ "category": "Категорія", "descending": "У порядку спадання", "ascending": "У порядку зростання", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Зберегти налаштування", "clear-preferences": "Очистити налаштування", "search-preferences-saved": "Налаштування пошуку збережено", "search-preferences-cleared": "Налаштування пошуку очищені", "show-results-as": "Показати результати як", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Дивитись більше результатів (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/uk/tags.json b/public/language/uk/tags.json index a15d895df0..48eb97f025 100644 --- a/public/language/uk/tags.json +++ b/public/language/uk/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Немає теми з цим тегом.", + "no-tags-found": "No tags found", "tags": "Теги", "enter_tags_here": "Введіть тег сюди, між літерами %1 та %2 кожен", "enter_tags_here_short": "Введіть тег", diff --git a/public/language/uk/topic.json b/public/language/uk/topic.json index 771bbf852a..451458fb9f 100644 --- a/public/language/uk/topic.json +++ b/public/language/uk/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Копіювати IP", "ban-ip": "Заблокувати IP", "view-history": "Редагувати історію", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Натисніть тут, щоб повернутися до останнього прочитаного посту у цій темі.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "Стерти тему", "thread_tools.purge_confirm": "Ви точно бажаєте стерти цю тему?", "thread_tools.merge_topics": "Об'єднати теми", - "thread_tools.merge": "Об'єднати", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "Пост переміщено!", "fork_topic": "Відгалужити тему", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Тисніть пости які ви бажаєте відгалужити", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Не вибрано жодного поста!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Клікніть на дописи які ви хочете призначити іншому користувачу", "composer.title_placeholder": "Уведіть заголовок теми...", "composer.handle_placeholder": "Enter your name/handle here", + "composer.hide": "Hide", "composer.discard": "Скасувати", "composer.submit": "Надіслати", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/uk/user.json b/public/language/uk/user.json index ec842ecdf2..bf39962cbd 100644 --- a/public/language/uk/user.json +++ b/public/language/uk/user.json @@ -43,6 +43,7 @@ "followers": "Відстежувачі", "following": "Відстежувані", "blocks": "Блокування", + "blocked-users": "Blocked users", "block_toggle": "Увімкнути Блокування", "block_user": "Заблокувати Користувача", "unblock_user": "Розблокувати Користувача", @@ -68,6 +69,7 @@ "upload_new_picture": "Завантажити нове зображення", "upload_new_picture_from_url": "Завантажити нове зображення з URL", "current_password": "Поточний пароль", + "new_password": "New Password", "change_password": "Змінити пароль", "change_password_error": "Невірний пароль!", "change_password_error_wrong_current": "Ваш поточний пароль не вірний!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Коментар модератора збережено", "info.moderation-note.add": "Додати коментар", "sessions.description": "Ця сторінка дозволяє вам переглядати будь-які активні сесії на цьому форумі та видаляти їх якщо потрібно. Ви можете видалити вашу власну сесію, якщо вийдете зі свого акаунта.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Ваші Права & Згода", "consent.lead": "Цей форум збирає та обробляє вашу особисту інформацію.", "consent.intro": "Ми використовуємо цю інформацію виключно з метою персоналізації вашої активності у цій спільноті, а також для з'єднання ваших постів з вашим особистим акаунтом. На етапі реєстрації ми просили вас надати ім'я користувача та електронну пошту, також ви можете (необов'язково) надати нам додаткову інформацію, щоб завершити створення свого користувацького профілю на цьому сайті.

Ми зберігаємо цю інформацію протягом всього періоду життя вашого акаунту, і ви можете відкликати свою згоду у будь-який час, якщо видалите акаунт. У будь-який час ви можете отримати копію ваших особистих даних та внеску на цьому сайті через свою сторінку Права & Згода.

Якщо у вас виникли будь-які питання або зауваження, ми заохочуємо вас звернутись до команди Адміністраторів цього форуму.", diff --git a/public/language/uk/users.json b/public/language/uk/users.json index 9495f89850..a7b562ba10 100644 --- a/public/language/uk/users.json +++ b/public/language/uk/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Останні користувачі", "top_posters": "Кращі автори", "most_reputation": "Найбільша репутація", "most_flags": "Найбільше скарг", "search": "Пошук", "enter_username": "Уведіть ім'я користувача для пошуку", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Завантажити більше", "users-found-search-took": "%1 користувач(ів) знайдено! Пошук тривав %2 секунди.", "filter-by": "Фільтрувати за", diff --git a/public/language/vi/admin/admin.json b/public/language/vi/admin/admin.json index 2123023f10..2d2e82f7f9 100644 --- a/public/language/vi/admin/admin.json +++ b/public/language/vi/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | Bảng Điểu Khiển Quản Trị Viên NodeBB", "settings-header-contents": "Nội dung", - "changes-saved": "Đã Lưu Thay Đổi", - "changes-saved-message": "Các thay đổi của bạn đối với cấu hình NodeBB đã được lưu.", "changes-not-saved": "Thay Đổi Chưa Được Lưu", "changes-not-saved-message": "NodeBB đã gặp sự cố khi lưu các thay đổi của bạn. (%1)" } \ No newline at end of file diff --git a/public/language/vi/admin/appearance/customise.json b/public/language/vi/admin/appearance/customise.json index fd8785bb1f..e86a7a4ab0 100644 --- a/public/language/vi/admin/appearance/customise.json +++ b/public/language/vi/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "Tùy Chỉnh CSS/LESS", - "custom-css.description": "Nhập các khai báo CSS / LESS của bạn tại đây, nó sẽ được áp dụng sau tất cả các kiểu khác.", - "custom-css.enable": "Bật Tùy Chỉnh CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "Javascript tùy chỉnh", "custom-js.description": "Nhập javascript của riêng bạn ở đây. Nó sẽ được thực hiện sau khi trang được tải hoàn toàn.", diff --git a/public/language/vi/admin/extend/widgets.json b/public/language/vi/admin/extend/widgets.json index dd74d40700..6bd63fdf91 100644 --- a/public/language/vi/admin/extend/widgets.json +++ b/public/language/vi/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "Trống", "container.well": "Tốt", "container.jumbotron": "Khung Hiển Thị Lớn", - "container.panel": "Bảng", - "container.panel-header": "Tiêu Đề Bảng", - "container.panel-body": "Thân Bảng", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "Cảnh báo", "alert.confirm-delete": "Bạn có chắc chắn muốn xóa tiện ích này không?", diff --git a/public/language/vi/admin/manage/groups.json b/public/language/vi/admin/manage/groups.json index e781d0612b..dd79c94c2a 100644 --- a/public/language/vi/admin/manage/groups.json +++ b/public/language/vi/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "Hoàn Tác", "edit.no-users-found": "Không Tìm Thấy Người Dùng", - "edit.confirm-remove-user": "Bạn có chắc chắn muốn xóa người dùng này?", - "edit.save-success": "Đã lưu thay đổi!" + "edit.confirm-remove-user": "Bạn có chắc chắn muốn xóa người dùng này?" } \ No newline at end of file diff --git a/public/language/vi/admin/manage/privileges.json b/public/language/vi/admin/manage/privileges.json index 9aea7f6569..50cd6684db 100644 --- a/public/language/vi/admin/manage/privileges.json +++ b/public/language/vi/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Bạn có chắc muốn cấp quyền xét duyệt cho nhóm người dùng này không? Nhóm này công khai và ai cũng có thể tham gia.", "alert.confirm-admins-mods": "Bạn có chắc muốn cấp quyền "Quản Trị Viên& Người Điều Hành" cho người dùng/nhóm này? Người dùng này có quyền thăng và hạ cấp người dùng khác ở các vị trí đặc quyền, Bao gồm quản trị viên cấp cao", "alert.confirm-save": "Vui lòng xác nhận ý định của bạn để lưu các đặc quyền này", - "alert.saved": "Đã lưu và áp dụng các thay đổi đặc quyền ", "alert.confirm-discard": "Bạn có chắc chắn muốn hủy các thay đổi đặc quyền của mình không?", "alert.discarded": "Thay đổi đặc quyền bị hủy", "alert.confirm-copyToAll": "Bạn có chắc muốn áp dụng cài đặt %1 cho tất cả danh mục?", diff --git a/public/language/vi/admin/settings/navigation.json b/public/language/vi/admin/settings/navigation.json index 22ce457fb4..eb94fcad5e 100644 --- a/public/language/vi/admin/settings/navigation.json +++ b/public/language/vi/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "Nhóm:", "open-new-window": "Mở trong một cửa sổ mới", "dropdown": "Thả xuống", - "dropdown-placeholder": "Đặt các mục menu thả xuống của bạn bên dưới, tức là:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Xóa", "btn.disable": "Tắt", diff --git a/public/language/vi/error.json b/public/language/vi/error.json index fe1f5c81f3..d9848d8126 100644 --- a/public/language/vi/error.json +++ b/public/language/vi/error.json @@ -224,5 +224,6 @@ "api.429": "Bạn đã đưa ra quá nhiều yêu cầu, vui lòng thử lại sau", "api.500": "Đã xảy ra lỗi không mong muốn khi cố gắng thực hiện yêu cầu của bạn.", "api.501": "Định tuyến bạn đang cố gắng gọi chưa được triển khai, vui lòng thử lại vào ngày mai", - "api.503": "Định tuyến bạn đang cố gọi hiện không khả dụng do cấu hình máy chủ" + "api.503": "Định tuyến bạn đang cố gọi hiện không khả dụng do cấu hình máy chủ", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/vi/flags.json b/public/language/vi/flags.json index e9ae411735..61fe6d5f9c 100644 --- a/public/language/vi/flags.json +++ b/public/language/vi/flags.json @@ -3,25 +3,27 @@ "reports": "Báo cáo", "first-reported": "Được báo cáo đầu tiên", "no-flags": "Hoan hô! Không tìm thấy cờ.", + "x-flags-found": "%1 flag(s) found.", "assignee": "Người được ủy nhiệm", "update": "Cập nhật", "updated": "Đã cập nhật", "resolved": "Đã Xử Lý", "target-purged": "Nội dung mà cờ này đề cập đến đã bị xóa và không còn nữa.", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "Cờ Hàng Ngày", "quick-filters": "Bộ Lọc Nhanh", "filter-active": "Có một hoặc nhiều bộ lọc đang hoạt động trong danh sách cờ này", "filter-reset": "Xóa Bộ Lọc", "filters": "Tùy Chỉnh Bộ Lọc", - "filter-reporterId": "UID người báo cáo", - "filter-targetUid": "UID bị gắn cờ", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "Loại Cờ", "filter-type-all": "Tất Cả Nội Dung", "filter-type-post": "Bài viết", "filter-type-user": "Người dùng", "filter-state": "Trạng thái", - "filter-assignee": "UID Được chỉ định", + "filter-assignee": "Assignee", "filter-cid": "Chuyên mục", "filter-quick-mine": "Được giao cho tôi", "filter-cid-all": "Tất cả chuyên mục", @@ -45,6 +47,7 @@ "notes": "Ghi Chú Cờ", "add-note": "Thêm Ghi Chú", + "edit-note": "Edit Note", "no-notes": "Không có chia sẻ ghi chú.", "delete-note-confirm": "Bạn có chắc muốn xóa ghi chú cờ này không?", "delete-flag-confirm": "Bạn có chắc chắn muốn xóa cờ này không?", diff --git a/public/language/vi/global.json b/public/language/vi/global.json index ddce58282d..b16bafcc7f 100644 --- a/public/language/vi/global.json +++ b/public/language/vi/global.json @@ -37,9 +37,13 @@ "header.notifications": "Thông báo", "header.search": "Tìm kiếm", "header.profile": "Hồ sơ", + "header.account": "Account", "header.navigation": "Điều hướng", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Đang tải Thông báo", "chats.loading": "Đang Tải Trò Chuyện", + "drafts.loading": "Loading Drafts", "motd.welcome": "Chào mừng bạn đến với NodeBB, nền tảng thảo luận của tương lai.", "previouspage": "Trang trước", "nextpage": "Trang kế", @@ -54,7 +58,8 @@ "users": "Người dùng", "topics": "Chủ Đề", "posts": "Bài Viết", - "x-posts": "%1 bài viết", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "Tốt", "controversial": "Gây tranh cãi", "votes": "Bình chọn", @@ -69,6 +74,7 @@ "reputation": "Uy tín", "lastpost": "Bài viết cuối cùng", "firstpost": "Bài viết đầu tiên", + "about": "About", "read_more": "Đọc thêm", "more": "Xem thêm", "none": "Trống", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 đã đăng %2", "guest_posted_ago": "Khách đã đăng %1", "last_edited_by": "chỉnh sửa lần cuối bởi %1", + "edited-timestamp": "Edited %1", "norecentposts": "Không có bài viết nào gần đây", "norecenttopics": "Không có chủ đề gần đây", "recentposts": "Bài Viết Gần Đây", "recentips": "Các IP đã Đăng nhập Gần đây", "moderator_tools": "Công cụ quản lí", + "status": "Status", "online": "Trực tuyến", "away": "Vắng mặt", "dnd": "Đừng làm phiền", @@ -122,5 +130,7 @@ "edited": "Đã cập nhật", "disabled": "Đã tắt", "select": "Chọn", - "user-search-prompt": "Nhập để tìm kiếm thành viên" + "user-search-prompt": "Nhập để tìm kiếm thành viên", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/vi/groups.json b/public/language/vi/groups.json index 359333b498..5f8f980aeb 100644 --- a/public/language/vi/groups.json +++ b/public/language/vi/groups.json @@ -1,5 +1,6 @@ { "groups": "Nhóm", + "members": "Members", "view_group": "Xem nhóm", "owner": "Người Sở Hữu Nhóm", "new_group": "Tạo nhóm mới", diff --git a/public/language/vi/modules.json b/public/language/vi/modules.json index 98dbac43c4..a451006510 100644 --- a/public/language/vi/modules.json +++ b/public/language/vi/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "Trò chuyện với", "chat.placeholder": "Nhập tin nhắn trò chuyện tại đây, kéo và thả hình ảnh, nhấn enter để gửi", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Bạn đang xem các tin nhắn cũ hơn, nhấp vào đây để chuyển đến tin nhắn gần đây nhất.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Gửi", "chat.no_active": "Bạn không có cuộc trò chuyện đang hoạt động nào.", "chat.user_typing": "%1 đang nhập...", @@ -42,6 +46,7 @@ "composer.compose": "Soạn thảo", "composer.show_preview": "Hiện Xem trước", "composer.hide_preview": "Ẩn Xem trước", + "composer.help": "Help", "composer.user_said_in": "%1 đã nói trong %2:", "composer.user_said": "%1 đã nói:", "composer.discard": "Bạn có chắc chắn hủy bỏ bài viết này?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Thời gian", "composer.cancel-scheduling": "Hủy Lập Lịch", "composer.set-schedule-date": "Đặt Ngày", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "Đồng ý", "bootbox.cancel": "Huỷ bỏ", "bootbox.confirm": "Xác nhận", diff --git a/public/language/vi/pages.json b/public/language/vi/pages.json index fc1da7afaf..baa1b63e6b 100644 --- a/public/language/vi/pages.json +++ b/public/language/vi/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "Chuyên Mục Đã Xem Của %1", "account/bookmarks": "Bài Đăng Được Đánh Dấu Trang Của %1", "account/settings": "Cài Đặt Người Dùng", + "account/settings-of": "Changing settings of %1", "account/watched": "Chủ đề đã được %1 xem", "account/ignored": "Các chủ đề bị bỏ qua bởi %1", "account/upvoted": "Bài đăng được %1 ủng hộ", diff --git a/public/language/vi/post-queue.json b/public/language/vi/post-queue.json index 2782bafdc0..5b0f77b969 100644 --- a/public/language/vi/post-queue.json +++ b/public/language/vi/post-queue.json @@ -22,6 +22,7 @@ "notify": "Thông báo", "notify-user": "Thông Báo Người Dùng", "confirm-reject": "Bạn có muốn từ chối bài viết này không?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Hành động số lượng lớn", "accept-all": "Chấp nhận tất cả", "accept-selected": "Chấp nhận đã chọn", @@ -29,6 +30,10 @@ "reject-all-confirm": "Bạn có muốn từ chối tất cả các bài viết?", "reject-selected": "Từ chối đã chọn", "reject-selected-confirm": "Bạn có muốn từ chối %1 bài viết đã chọn không?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 bài đăng được chấp nhận", "bulk-reject-success": "%1 bài đăng bị từ chối" } \ No newline at end of file diff --git a/public/language/vi/register.json b/public/language/vi/register.json index d435c5fe67..717fea721d 100644 --- a/public/language/vi/register.json +++ b/public/language/vi/register.json @@ -1,5 +1,6 @@ { "register": "Đăng ký", + "already-have-account": "Already have an account?", "cancel_registration": "Hủy đăng ký", "help.email": "Mặc định, email của bạn sẽ bị ẩn không công khai.", "help.username_restrictions": "Một tên đăng nhập duy nhất giữa %1 và %2 ký tự. Người khác có thể nhắc đến bạn với @tên đăng nhập.", diff --git a/public/language/vi/search.json b/public/language/vi/search.json index de5d7dd641..d248008559 100644 --- a/public/language/vi/search.json +++ b/public/language/vi/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "%1 kết quả khớp với \"%2\", (%3 giây)", "no-matches": "Không tìm thấy kết quả phù hợp", "advanced-search": "Tìm kiếm nâng cao", "in": "Trong", - "titles": "Tiêu đề", - "titles-posts": "Tiêu Đề và Bài Viết", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "Khớp các từ", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "Tất cả", "any": "Bất kì", "posted-by": "Đăng bởi", - "in-categories": "Nằm trong chuyên mục", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "Tìm kiếm chuyên mục con", "has-tags": "Có thẻ bên trong", "reply-count": "Số lượt trả lời", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "Tối thiểu", "at-most": "Tối đa", "relevance": "Mức độ liên quan", + "time": "Time", "post-time": "Thời gian đăng bài", "votes": "Phiếu bầu", "newer-than": "Mới hơn", @@ -28,7 +48,22 @@ "three-months": "Ba tháng", "six-months": "Sáu tháng", "one-year": "Một năm", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "Sắp xếp theo", + "sort": "Sort", "last-reply-time": "Thời điểm trả lời lần cuối", "topic-title": "Tiêu đề chủ đề", "topic-votes": "Phiếu bầu chủ đề", @@ -39,11 +74,36 @@ "category": "Chuyên mục ", "descending": "Theo thứ tự giảm dần", "ascending": "Theo thứ tự tăng dần", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "Lưu tuỳ chọn", "clear-preferences": "Xoá tuỳ chọn", "search-preferences-saved": "Tìm kiếm tuỳ chọn đã lưu", "search-preferences-cleared": "Tìm kiếm tuỳ chọn đã xoá", "show-results-as": "Hiện thị kết quả theo", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "Xem thêm kết quả (%1)", "search-in-category": "Tìm kiếm ở \"%1\"" } \ No newline at end of file diff --git a/public/language/vi/tags.json b/public/language/vi/tags.json index 6d98a76ec4..c839d6a411 100644 --- a/public/language/vi/tags.json +++ b/public/language/vi/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "Không có bài viết nào với thẻ này.", + "no-tags-found": "No tags found", "tags": "Thẻ", "enter_tags_here": "Nhập thẻ ở đây, mỗi thẻ phải có từ %1 tới %2 ký tự.", "enter_tags_here_short": "Nhập thẻ...", diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json index c4f60fdaec..47cdd45ff6 100644 --- a/public/language/vi/topic.json +++ b/public/language/vi/topic.json @@ -39,16 +39,30 @@ "copy-ip": "Sao chép IP", "ban-ip": "Cấm IP", "view-history": "Lịch sử chỉnh sửa", - "locked-by": "Bị khóa bởi", - "unlocked-by": "Được mở khóa bởi", - "pinned-by": "Được ghim bởi", - "unpinned-by": "Được bỏ ghim bởi", - "deleted-by": "Đã xóa bởi", - "restored-by": "Được khôi phục bởi", - "moved-from-by": "Đã chuyển từ %1 bởi", - "queued-by": "Bài đăng được xếp hàng chờ duyệt →", - "backlink": "Được giới thiệu bởi", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "Nhấn vào đây để trở lại bài viết đã đọc cuối cùng trong chủ đề này.", "flag-post": "Gắn cờ bài đăng này", "flag-user": "Gắn cờ người dùng này", @@ -95,7 +109,7 @@ "thread_tools.purge": "Xóa hẳn chủ đề", "thread_tools.purge_confirm": "Bạn có muốn xóa hẳn chủ đề này?", "thread_tools.merge_topics": "Gộp chủ đề", - "thread_tools.merge": "Gộp", + "thread_tools.merge": "Merge Topic", "topic_move_success": "Chủ đề này sẽ sớm được chuyển đến \"%1\". Nhấn vào đây để hoàn tác.", "topic_move_multiple_success": "Các chủ đề này sẽ sớm được chuyển đến \"%1\". Nhấn vào đây để hoàn tác.", "topic_move_all_success": "Tất cả các chủ đề sẽ sớm được chuyển đến \"%1\". Nhấn vào đây để hoàn tác.", @@ -121,7 +135,7 @@ "post_moved": "Đã chuyển bài gửi!", "fork_topic": "Tạo bản sao chủ đề", "enter-new-topic-title": "Nhập tiêu đề chủ đề mới", - "fork_topic_instruction": "Nhấp vào bài viết bạn muốn tách", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "Chưa chọn bài gửi nào!", "no-posts-selected": "Không bài viết nào được chọn!", "x-posts-selected": "%1 bài viết được chọn", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "Tiêu đề mới cho chủ đề", "topic-id": "ID Chủ Đề", "move_posts_instruction": "Chọn bài đăng bạn muốn di chuyển, sau đó nhập ID chủ đề hoặc đi đến chủ đề mong muốn", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "Bấm vào bài viết bạn muốn chỉ định cho người dùng khác", "composer.title_placeholder": "Nhập tiêu đề chủ đề của bạn tại đây...", "composer.handle_placeholder": "Nhập tên/xử lý của bạn ở đây", + "composer.hide": "Hide", "composer.discard": "Huỷ bỏ", "composer.submit": "Gửi", "composer.additional-options": "Tùy chọn bổ sung", @@ -184,5 +200,7 @@ "last-post": "Bài viết cuối cùng", "go-to-my-next-post": "Đi tới bài kế tiếp của tôi", "no-more-next-post": "Bạn không có bài viết nào khác trong chủ đề này", - "post-quick-reply": "Đăng trả lời nhanh" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/vi/user.json b/public/language/vi/user.json index 51e83ce0ce..b060064133 100644 --- a/public/language/vi/user.json +++ b/public/language/vi/user.json @@ -43,6 +43,7 @@ "followers": "Người theo dõi", "following": "Đang theo dõi", "blocks": "Khóa", + "blocked-users": "Blocked users", "block_toggle": "Chuyển đổi khối", "block_user": "Khóa Người Dùng", "unblock_user": "Mở Khóa Người Dùng", @@ -68,6 +69,7 @@ "upload_new_picture": "Tải lên ảnh mới", "upload_new_picture_from_url": "Tải Lên Ảnh Mới Từ URL", "current_password": "Mật khẩu hiện tại", + "new_password": "New Password", "change_password": "Đổi Mật Khẩu", "change_password_error": "Mật khẩu không hợp lệ!", "change_password_error_wrong_current": "Mật khẩu hiện tại của bạn không đúng", @@ -168,6 +170,8 @@ "info.moderation-note.success": "Đã lưu ghi chú quản lý", "info.moderation-note.add": "Thêm ghi chú", "sessions.description": "Trang này cho phép bạn xem bất kỳ phiên hoạt động nào trên diễn đàn này và thu hồi chúng nếu cần thiết. Bạn có thể thu hồi phiên của riêng mình bằng cách đăng xuất khỏi tài khoản của bạn.", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Quyền của bạn & Bằng lòng", "consent.lead": "Diễn đàn cộng đồng này thu thập và xử lý thông tin cá nhân của bạn.", "consent.intro": "Chúng tôi dùng thông tin này cẩn thận để cá nhân hóa trải nghiệm của bạn, cũng như để liên kết các bài đăng bạn thực hiện với tài khoản người dùng của bạn. Bạn đã nhập tên người dùng và địa chỉ email khi đăng ký và cũng có thể hoàn tất hồ sơ bằng cách cung cấp thêm thông tin.

Chúng tôi giữ thông tin này suốt vòng đời tài khoản của bạn và bạn có thể rút lại sự đồng ý bất cứ lúc nào bằng cách xóa tài khoản. Bạn có thể yêu cầu một bản sao đóng góp của bạn cho trang web này, ở trang Quyền & Đồng ý

Nếu bạn có câu hỏi hoặc thắc mắc, vui lòng liên hệ với nhóm quản trị diễn đàn.", diff --git a/public/language/vi/users.json b/public/language/vi/users.json index b5caadd441..c4d31e3d41 100644 --- a/public/language/vi/users.json +++ b/public/language/vi/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "Thành viên mới nhất", "top_posters": "Thành viên đăng bài nhiều nhất", "most_reputation": "Nhiều Uy Tín", "most_flags": "Gắn cờ nhiều", "search": "Tìm kiếm", "enter_username": "Nhập tên đăng nhập để tìm", - "search-user-for-chat": "Tìm kiếm người dùng để bắt đầu trò chuyện", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "Tải thêm", "users-found-search-took": "Đã tìm thấy %1 thành viên! Tìm kiếm mất %2 giây.", "filter-by": "Lọc Bởi", diff --git a/public/language/zh-CN/admin/admin.json b/public/language/zh-CN/admin/admin.json index 57b7a1fc3a..4ea1bd6370 100644 --- a/public/language/zh-CN/admin/admin.json +++ b/public/language/zh-CN/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB 管理员控制面板", "settings-header-contents": "内容", - "changes-saved": "更改已保存", - "changes-saved-message": "您对 NodeBB 配置的更改已保存。", "changes-not-saved": "更改未保存", "changes-not-saved-message": "NodeBB 在保存您的更改时遇到了问题。 (%1)" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/appearance/customise.json b/public/language/zh-CN/admin/appearance/customise.json index 86973dbe44..025b340aa1 100644 --- a/public/language/zh-CN/admin/appearance/customise.json +++ b/public/language/zh-CN/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "自定义 CSS/LESS", - "custom-css.description": "在这里输入您自己的 CSS/LESS 声明,它们将放在全部其他样式之后。 ", - "custom-css.enable": "启用自定义 CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "自定义 Javascript", "custom-js.description": "在这里输入您想在页面加载完成后执行的 Javascript 代码。", diff --git a/public/language/zh-CN/admin/extend/widgets.json b/public/language/zh-CN/admin/extend/widgets.json index 968ad499c4..6ae9a2c159 100644 --- a/public/language/zh-CN/admin/extend/widgets.json +++ b/public/language/zh-CN/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "无", "container.well": "Well", "container.jumbotron": "超大屏幕", - "container.panel": "面板", - "container.panel-header": "面板标题", - "container.panel-body": "面板内容", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "警报", "alert.confirm-delete": "确认删除此窗口部件?", diff --git a/public/language/zh-CN/admin/manage/groups.json b/public/language/zh-CN/admin/manage/groups.json index f35a0c6bc9..da975f1a5f 100644 --- a/public/language/zh-CN/admin/manage/groups.json +++ b/public/language/zh-CN/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "重置", "edit.no-users-found": "没有找到用户", - "edit.confirm-remove-user": "确认删除此用户吗?", - "edit.save-success": "设置已保存!" + "edit.confirm-remove-user": "确认删除此用户吗?" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/manage/privileges.json b/public/language/zh-CN/admin/manage/privileges.json index 1213613c4f..84b5770ddd 100644 --- a/public/language/zh-CN/admin/manage/privileges.json +++ b/public/language/zh-CN/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "您确定要将审核权限授予此用户组吗?此用户组是公开的,任何用户都可以随意加入。", "alert.confirm-admins-mods": "您确定您想要给予“管理员和版主”权限给此用户/用户组吗?有此权限的用户能够让其他用户升职或降职到特权位置,包括超级管理员", "alert.confirm-save": "请验证您保存这些权限的目的", - "alert.saved": "权限修改已保存并应用", "alert.confirm-discard": "您确定要取消权限修改吗?", "alert.discarded": "权限修改已被丢弃", "alert.confirm-copyToAll": "您确定您要将此设置%1应用到全部版块?", diff --git a/public/language/zh-CN/admin/settings/navigation.json b/public/language/zh-CN/admin/settings/navigation.json index 31cfe8051e..1aa63c32a5 100644 --- a/public/language/zh-CN/admin/settings/navigation.json +++ b/public/language/zh-CN/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "群组:", "open-new-window": "在新窗口中打开", "dropdown": "下拉列表", - "dropdown-placeholder": "将您的下拉列表项目放在下方,例如:
<li><a href="https://myforum.com">链接 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "删除", "btn.disable": "禁用", diff --git a/public/language/zh-CN/error.json b/public/language/zh-CN/error.json index 57f7a4987b..6a99874984 100644 --- a/public/language/zh-CN/error.json +++ b/public/language/zh-CN/error.json @@ -224,5 +224,6 @@ "api.429": "您在短时间内发出了过多的请求,请稍后再试", "api.500": "在试图为您的请求提供服务时出现了一个意外的错误。", "api.501": "您试图调用的路由还没被实现,请明天重试", - "api.503": "您试图调用的路由因为服务器配置而目前不可用" + "api.503": "您试图调用的路由因为服务器配置而目前不可用", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/zh-CN/flags.json b/public/language/zh-CN/flags.json index c6e4e994e8..c4efe9e315 100644 --- a/public/language/zh-CN/flags.json +++ b/public/language/zh-CN/flags.json @@ -3,25 +3,27 @@ "reports": "报告", "first-reported": "首次报告", "no-flags": "啊哈!没发现任何的举报。", + "x-flags-found": "%1 flag(s) found.", "assignee": "受委托人", "update": "更新", "updated": "已更新", "resolved": "已解决", "target-purged": "被举报的内容已经被清除,不再可用。", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "日举报", "quick-filters": "快速过滤器", "filter-active": "该列中有一个或更多激活的过滤器", "filter-reset": "删除过滤器", "filters": "过滤器选项", - "filter-reporterId": "举报者UID", - "filter-targetUid": "被举报者 UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "举报类型", "filter-type-all": "所有内容", "filter-type-post": "帖子", "filter-type-user": "用户", "filter-state": "状态", - "filter-assignee": "受委托人 UID", + "filter-assignee": "Assignee", "filter-cid": "版块", "filter-quick-mine": "委托给我", "filter-cid-all": "全部版块", @@ -45,6 +47,7 @@ "notes": "举报备注", "add-note": "添加备注", + "edit-note": "Edit Note", "no-notes": "没有共享的备注内容。", "delete-note-confirm": "您确定要删除此举报备注吗?", "delete-flag-confirm": "您确定您要删除此举报吗?", diff --git a/public/language/zh-CN/global.json b/public/language/zh-CN/global.json index a1a86c1b70..001de82eed 100644 --- a/public/language/zh-CN/global.json +++ b/public/language/zh-CN/global.json @@ -37,9 +37,13 @@ "header.notifications": "通知", "header.search": "搜索", "header.profile": "设置", + "header.account": "Account", "header.navigation": "导航", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "正在加载通知", "chats.loading": "正在加载聊天", + "drafts.loading": "Loading Drafts", "motd.welcome": "欢迎来到 NodeBB,未来的社区论坛平台。", "previouspage": "上一页", "nextpage": "下一页", @@ -54,7 +58,8 @@ "users": "用户", "topics": "主题", "posts": "帖子", - "x-posts": "%1 个帖子", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "最佳", "controversial": "有争议的", "votes": "赞同", @@ -69,6 +74,7 @@ "reputation": "声望", "lastpost": "上一个帖子", "firstpost": "第一个帖子", + "about": "About", "read_more": "阅读更多", "more": "更多", "none": "无", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 发布于 %2", "guest_posted_ago": "游客发布于 %1", "last_edited_by": "最后由 %1 编辑", + "edited-timestamp": "Edited %1", "norecentposts": "暂无新帖", "norecenttopics": "暂无新主题", "recentposts": "新帖", "recentips": "最近登录的 IP", "moderator_tools": "版主工具", + "status": "Status", "online": "在线", "away": "离开", "dnd": "请勿打扰", @@ -122,5 +130,7 @@ "edited": "已编辑", "disabled": "禁用", "select": "选择", - "user-search-prompt": "输入以查找用户" + "user-search-prompt": "输入以查找用户", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/zh-CN/groups.json b/public/language/zh-CN/groups.json index 82b76b9587..781a774880 100644 --- a/public/language/zh-CN/groups.json +++ b/public/language/zh-CN/groups.json @@ -1,5 +1,6 @@ { "groups": "群组", + "members": "Members", "view_group": "查看群组", "owner": "群组所有者", "new_group": "创建群组", diff --git a/public/language/zh-CN/modules.json b/public/language/zh-CN/modules.json index b34e73c91d..837aadeb39 100644 --- a/public/language/zh-CN/modules.json +++ b/public/language/zh-CN/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "与聊天", "chat.placeholder": "在此输入聊天消息,或者拖入图片,按下回车键以发送", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "您正在查看较旧的消息,点击此处转到最新消息。", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "发送", "chat.no_active": "暂无聊天", "chat.user_typing": "%1 正在输入……", @@ -42,6 +46,7 @@ "composer.compose": "编写帮助", "composer.show_preview": "显示预览", "composer.hide_preview": "隐藏预览", + "composer.help": "Help", "composer.user_said_in": "%1 在 %2 中说:", "composer.user_said": "%1 说:", "composer.discard": "确定想要取消此帖?", @@ -65,6 +70,9 @@ "composer.schedule-time": "时间", "composer.cancel-scheduling": "取消定时", "composer.set-schedule-date": "设置日期", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "确认", "bootbox.cancel": "取消", "bootbox.confirm": "确认", diff --git a/public/language/zh-CN/pages.json b/public/language/zh-CN/pages.json index 9bbf32d405..008509c79b 100644 --- a/public/language/zh-CN/pages.json +++ b/public/language/zh-CN/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1 关注的版块", "account/bookmarks": "%1 收藏的帖子", "account/settings": "用户设置", + "account/settings-of": "Changing settings of %1", "account/watched": "%1 关注的主题", "account/ignored": "%1 忽略的主题", "account/upvoted": "帖子被 %1 顶过", diff --git a/public/language/zh-CN/post-queue.json b/public/language/zh-CN/post-queue.json index 1fc8e2e058..62e02be348 100644 --- a/public/language/zh-CN/post-queue.json +++ b/public/language/zh-CN/post-queue.json @@ -22,6 +22,7 @@ "notify": "通知", "notify-user": "通知用户", "confirm-reject": "您想要拒绝这个帖子吗?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "批量操作", "accept-all": "全部同意", "accept-selected": "同意选中项", @@ -29,6 +30,10 @@ "reject-all-confirm": "您想要拒绝全部帖子吗?", "reject-selected": "拒绝选中项", "reject-selected-confirm": "您确定要拒绝%1个选择的帖子吗?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1个帖子已接受", "bulk-reject-success": "%1个帖子已拒绝" } \ No newline at end of file diff --git a/public/language/zh-CN/register.json b/public/language/zh-CN/register.json index e24060429c..6a0d65dc23 100644 --- a/public/language/zh-CN/register.json +++ b/public/language/zh-CN/register.json @@ -1,5 +1,6 @@ { "register": "注册", + "already-have-account": "Already have an account?", "cancel_registration": "取消注册", "help.email": "默认情况下,您的电子邮箱不会公开。", "help.username_restrictions": "全局唯一的用户名,长度 %1 到 %2 个字。其他人可以使用 @用户名 提及您。", diff --git a/public/language/zh-CN/search.json b/public/language/zh-CN/search.json index b2926eaa69..ef8a1b9ee1 100644 --- a/public/language/zh-CN/search.json +++ b/public/language/zh-CN/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "共 %1 条结果匹配 \"%2\",(耗时 %3 秒)", "no-matches": "无匹配结果", "advanced-search": "高级搜索", "in": "在", - "titles": "标题", - "titles-posts": "标题和回帖", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "匹配字符", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "所有", "any": "任何", "posted-by": "发表", - "in-categories": "在版块", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "搜索子版块", "has-tags": "有标签", "reply-count": "回复数", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "至少", "at-most": "至多", "relevance": "关联", + "time": "Time", "post-time": "发帖时间", "votes": "赞同数", "newer-than": "晚于", @@ -28,7 +48,22 @@ "three-months": "三个月", "six-months": "六个月", "one-year": "一年", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "排序", + "sort": "Sort", "last-reply-time": "最后回复时间", "topic-title": "主题标题", "topic-votes": "主题赞同数", @@ -39,11 +74,36 @@ "category": "版块", "descending": "倒序", "ascending": "顺序", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "保存设置", "clear-preferences": "清除设置", "search-preferences-saved": "搜索设置已保存", "search-preferences-cleared": "搜索设置已清除", "show-results-as": "结果显示为", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "查看更多结果 (%1)", "search-in-category": "在\"%1\"中搜索" } \ No newline at end of file diff --git a/public/language/zh-CN/tags.json b/public/language/zh-CN/tags.json index 11f336cb03..6b8193f7b6 100644 --- a/public/language/zh-CN/tags.json +++ b/public/language/zh-CN/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "此标签还没有主题帖。", + "no-tags-found": "No tags found", "tags": "标签", "enter_tags_here": "在这里输入标签,每个标签 %1 到 %2 个字符。", "enter_tags_here_short": "输入标签...", diff --git a/public/language/zh-CN/topic.json b/public/language/zh-CN/topic.json index 44188b443f..1b79037143 100644 --- a/public/language/zh-CN/topic.json +++ b/public/language/zh-CN/topic.json @@ -39,16 +39,30 @@ "copy-ip": "复制IP", "ban-ip": "封禁 IP", "view-history": "编辑历史", - "locked-by": "锁定自", - "unlocked-by": "解锁自", - "pinned-by": "置顶自", - "unpinned-by": "取消置顶自", - "deleted-by": "删除自", - "restored-by": "恢复自", - "moved-from-by": "移动自 %1 由", - "queued-by": "排队等待批准的帖子 &rarr;", - "backlink": "被引用自", - "forked-by": "分叉自", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "点击阅读本主题帖中的最新回复", "flag-post": "举报此帖", "flag-user": "举报此用户", @@ -95,7 +109,7 @@ "thread_tools.purge": "清除主题", "thread_tools.purge_confirm": "确认清除此主题吗?", "thread_tools.merge_topics": "合并主题", - "thread_tools.merge": "合并", + "thread_tools.merge": "Merge Topic", "topic_move_success": "注意:此主题将会被移动到“1%”。点击此处可取消。", "topic_move_multiple_success": "注意:以下主题将会被移动到“%1”,点击此处可取消。", "topic_move_all_success": "注意 :全部主题都将被移动到“1%”,点击此处可取消。", @@ -121,7 +135,7 @@ "post_moved": "帖子已移动!", "fork_topic": "分割主题", "enter-new-topic-title": "输入新的主题标题", - "fork_topic_instruction": "点击将分割的帖子", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "未选中帖子!", "no-posts-selected": "未选中帖子!", "x-posts-selected": "已选中%1个帖子", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "主题的新标题", "topic-id": "主题 ID", "move_posts_instruction": "选中您想移动的帖子,然后输入一个主题 ID 或前往目标主题", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "点击您想转移给其他用户的帖子", "composer.title_placeholder": "在此输入您主题的标题...", "composer.handle_placeholder": "在这里输入您的姓名/昵称", + "composer.hide": "Hide", "composer.discard": "撤销", "composer.submit": "提交", "composer.additional-options": "附加选项", @@ -184,5 +200,7 @@ "last-post": "最后一个帖子", "go-to-my-next-post": "转到我的下一个帖子", "no-more-next-post": "您在此主题中没有更多的帖子了", - "post-quick-reply": "发布快速回复" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/zh-CN/user.json b/public/language/zh-CN/user.json index 0563fc3663..83b8715c59 100644 --- a/public/language/zh-CN/user.json +++ b/public/language/zh-CN/user.json @@ -43,6 +43,7 @@ "followers": "粉丝", "following": "关注", "blocks": "屏蔽", + "blocked-users": "Blocked users", "block_toggle": "屏蔽该用户", "block_user": "屏蔽用户", "unblock_user": "解除屏蔽用户", @@ -68,6 +69,7 @@ "upload_new_picture": "上传新头像", "upload_new_picture_from_url": "上传来自URL的新头像", "current_password": "当前密码", + "new_password": "New Password", "change_password": "更改密码", "change_password_error": "无效的密码!", "change_password_error_wrong_current": "您的当前密码不正确!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "版主备注已保存", "info.moderation-note.add": "添加备注", "sessions.description": "此页面允许您查看当前论坛的所有激活的会话(active session),并在需要的时候关闭它们.您可以通过注销您的账户来关闭自己的会话(session)", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "您的权利与许可", "consent.lead": "本论坛将会收集与处理您的个人信息。", "consent.intro": "我们收集这些信息将仅用于个性化您于本社区的体验,和关联您的用户账号与您所发表的帖子。在注册过程中您需要提供一个用户名和邮箱地址,您也可以选择是否提供额外的个人信息,以完善您的用户资料。

在您的用户账号有效期内,我们将保留您的信息。您可以在任何时候通过删除您的账号,以撤回您的许可。您可以在任何时候通过您的权力与许可页面,获取一份您对本论坛的贡献的副本。

如果您有任何疑问,我们鼓励您与本论坛管理团队联系。", diff --git a/public/language/zh-CN/users.json b/public/language/zh-CN/users.json index 055a7028e1..8f92f0f063 100644 --- a/public/language/zh-CN/users.json +++ b/public/language/zh-CN/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "最新用户", "top_posters": "发帖排行", "most_reputation": "声望排行", "most_flags": "举报最多", "search": "搜索", "enter_username": "输入用户名搜索", - "search-user-for-chat": "搜索用户以开始聊天", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "加载更多", "users-found-search-took": "找到 %1 位用户!耗时 %2 秒。", "filter-by": "过滤选项", diff --git a/public/language/zh-TW/admin/admin.json b/public/language/zh-TW/admin/admin.json index 4d707e36bf..86960c8017 100644 --- a/public/language/zh-TW/admin/admin.json +++ b/public/language/zh-TW/admin/admin.json @@ -4,8 +4,6 @@ "acp-title": "%1 | NodeBB 管理控制台", "settings-header-contents": "内容", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", "changes-not-saved": "Changes Not Saved", "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)" } \ No newline at end of file diff --git a/public/language/zh-TW/admin/appearance/customise.json b/public/language/zh-TW/admin/appearance/customise.json index 9797ee69c7..acc46d0a9a 100644 --- a/public/language/zh-TW/admin/appearance/customise.json +++ b/public/language/zh-TW/admin/appearance/customise.json @@ -1,7 +1,7 @@ { - "custom-css": "自訂 CSS/LESS", - "custom-css.description": "在這裡輸入您想應用於所有其它風格的 CSS/LESS,", - "custom-css.enable": "啟用自訂 CSS/LESS", + "custom-css": "Custom CSS/SASS", + "custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS/SASS", "custom-js": "自訂 Javascript", "custom-js.description": "在這裡輸入您想在頁面加載完成後執行的 Javascript 程式碼。", diff --git a/public/language/zh-TW/admin/extend/widgets.json b/public/language/zh-TW/admin/extend/widgets.json index b2814cdff5..a89a37eb55 100644 --- a/public/language/zh-TW/admin/extend/widgets.json +++ b/public/language/zh-TW/admin/extend/widgets.json @@ -8,9 +8,9 @@ "containers.none": "無", "container.well": "Well", "container.jumbotron": "超大屏幕", - "container.panel": "面板", - "container.panel-header": "面板標題", - "container.panel-body": "面板內容", + "container.card": "Card", + "container.card-header": "Card Header", + "container.card-body": "Card Body", "container.alert": "警示", "alert.confirm-delete": "確認刪除此小工具?", diff --git a/public/language/zh-TW/admin/manage/groups.json b/public/language/zh-TW/admin/manage/groups.json index 99f07175bf..4e6c8c7236 100644 --- a/public/language/zh-TW/admin/manage/groups.json +++ b/public/language/zh-TW/admin/manage/groups.json @@ -39,6 +39,5 @@ "revert": "重置", "edit.no-users-found": "沒有找到使用者", - "edit.confirm-remove-user": "確認刪除此使用者嗎?", - "edit.save-success": "設定已儲存!" + "edit.confirm-remove-user": "確認刪除此使用者嗎?" } \ No newline at end of file diff --git a/public/language/zh-TW/admin/manage/privileges.json b/public/language/zh-TW/admin/manage/privileges.json index b4e1a30bda..6d9e48d3f3 100644 --- a/public/language/zh-TW/admin/manage/privileges.json +++ b/public/language/zh-TW/admin/manage/privileges.json @@ -49,7 +49,6 @@ "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", - "alert.saved": "Privilege changes saved and applied", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", "alert.discarded": "Privilege changes discarded", "alert.confirm-copyToAll": "Are you sure you wish to apply this set of %1 to all categories?", diff --git a/public/language/zh-TW/admin/settings/navigation.json b/public/language/zh-TW/admin/settings/navigation.json index de20547ab9..fd062ccc74 100644 --- a/public/language/zh-TW/admin/settings/navigation.json +++ b/public/language/zh-TW/admin/settings/navigation.json @@ -12,7 +12,7 @@ "groups": "群組:", "open-new-window": "在新窗口中打開", "dropdown": "Dropdown", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "刪除", "btn.disable": "禁用", diff --git a/public/language/zh-TW/error.json b/public/language/zh-TW/error.json index 1b1381b91f..135d7c6128 100644 --- a/public/language/zh-TW/error.json +++ b/public/language/zh-TW/error.json @@ -224,5 +224,6 @@ "api.429": "You have made too many requests, please try again later", "api.500": "An unexpected error was encountered while attempting to service your request.", "api.501": "The route you are trying to call is not implemented yet, please try again tomorrow", - "api.503": "The route you are trying to call is not currently available due to a server configuration" + "api.503": "The route you are trying to call is not currently available due to a server configuration", + "api.reauth-required": "The resource you are trying to access requires (re-)authentication." } \ No newline at end of file diff --git a/public/language/zh-TW/flags.json b/public/language/zh-TW/flags.json index bfb22a77a3..213dc72259 100644 --- a/public/language/zh-TW/flags.json +++ b/public/language/zh-TW/flags.json @@ -3,25 +3,27 @@ "reports": "Reports", "first-reported": "First Reported", "no-flags": "帥!沒發現任何的舉報。", + "x-flags-found": "%1 flag(s) found.", "assignee": "受指派人", "update": "更新", "updated": "已更新", "resolved": "Resolved", "target-purged": "被舉報的內容已經被清除,不再可用。", + "target-aboutme-empty": "This user has no "About Me" set.", "graph-label": "日舉報", "quick-filters": "快速過濾器", "filter-active": "該列中有一個或更多啟用的過濾器", "filter-reset": "刪除過濾器", "filters": "過濾器選項", - "filter-reporterId": "舉報者UID", - "filter-targetUid": "被舉報者 UID", + "filter-reporterId": "Reporter", + "filter-targetUid": "Reportee", "filter-type": "舉報類型", "filter-type-all": "所有內容", "filter-type-post": "貼文", "filter-type-user": "使用者", "filter-state": "狀態", - "filter-assignee": "受指派人 UID", + "filter-assignee": "Assignee", "filter-cid": "版面", "filter-quick-mine": "指派給我", "filter-cid-all": "全部版面", @@ -45,6 +47,7 @@ "notes": "舉報備註", "add-note": "新增備註", + "edit-note": "Edit Note", "no-notes": "沒有共享的備註內容。", "delete-note-confirm": "Are you sure you want to delete this flag note?", "delete-flag-confirm": "Are you sure you want to delete this flag?", diff --git a/public/language/zh-TW/global.json b/public/language/zh-TW/global.json index bc492eda30..451fc53497 100644 --- a/public/language/zh-TW/global.json +++ b/public/language/zh-TW/global.json @@ -37,9 +37,13 @@ "header.notifications": "通知", "header.search": "搜尋", "header.profile": "個人檔案", + "header.account": "Account", "header.navigation": "導航", + "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "正在載入通知", "chats.loading": "正在載入聊天", + "drafts.loading": "Loading Drafts", "motd.welcome": "歡迎來到 NodeBB,未來的社區論壇平臺。", "previouspage": "上一頁", "nextpage": "下一頁", @@ -54,7 +58,8 @@ "users": "使用者", "topics": "主題", "posts": "貼文", - "x-posts": "%1 posts", + "x-posts": "%1 posts", + "x-topics": "%1 topics", "best": "最佳", "controversial": "Controversial", "votes": "評價", @@ -69,6 +74,7 @@ "reputation": "聲望", "lastpost": "上一個貼文", "firstpost": "第一個貼文", + "about": "About", "read_more": "閱讀更多", "more": "更多", "none": "None", @@ -82,11 +88,13 @@ "user_posted_ago": "%1 發佈於 %2", "guest_posted_ago": "訪客發佈於 %1", "last_edited_by": "最後由 %1 編輯", + "edited-timestamp": "Edited %1", "norecentposts": "暫無新貼文", "norecenttopics": "暫無新主題", "recentposts": "新貼文", "recentips": "最近登入的 IP", "moderator_tools": "版主工具", + "status": "Status", "online": "線上", "away": "離開", "dnd": "請勿打擾", @@ -122,5 +130,7 @@ "edited": "已編輯", "disabled": "停用", "select": "選擇", - "user-search-prompt": "輸入以搜尋使用者" + "user-search-prompt": "輸入以搜尋使用者", + "hidden": "Hidden", + "sort": "Sort" } \ No newline at end of file diff --git a/public/language/zh-TW/groups.json b/public/language/zh-TW/groups.json index 26bfb74072..4d1e84b991 100644 --- a/public/language/zh-TW/groups.json +++ b/public/language/zh-TW/groups.json @@ -1,5 +1,6 @@ { "groups": "群組", + "members": "Members", "view_group": "檢視群組", "owner": "群組所有者", "new_group": "新增群組", diff --git a/public/language/zh-TW/modules.json b/public/language/zh-TW/modules.json index 4f0edc5ac1..fb5da0fd3a 100644 --- a/public/language/zh-TW/modules.json +++ b/public/language/zh-TW/modules.json @@ -1,7 +1,11 @@ { "chat.chatting_with": "與聊天", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", + "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", + "chat.usernames-and-x-others": "%1 & %2 others", + "chat.chat-with-usernames": "Chat with %1", + "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "發送", "chat.no_active": "暫無聊天", "chat.user_typing": "%1 正在輸入……", @@ -42,6 +46,7 @@ "composer.compose": "撰寫", "composer.show_preview": "顯示預覽", "composer.hide_preview": "隱藏預覽", + "composer.help": "Help", "composer.user_said_in": "%1 在 %2 中說:", "composer.user_said": "%1 說:", "composer.discard": "確定想要取消此貼文?", @@ -65,6 +70,9 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", + "composer.discard-all-drafts": "Discard all drafts", + "composer.no-drafts": "You have no drafts", + "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "確認", "bootbox.cancel": "取消", "bootbox.confirm": "確認", diff --git a/public/language/zh-TW/pages.json b/public/language/zh-TW/pages.json index 9516c568cb..4b1f1568cc 100644 --- a/public/language/zh-TW/pages.json +++ b/public/language/zh-TW/pages.json @@ -49,6 +49,7 @@ "account/watched_categories": "%1 關注的版面", "account/bookmarks": "%1 收藏的貼文", "account/settings": "使用者設定", + "account/settings-of": "Changing settings of %1", "account/watched": "主題已被 %1 關注", "account/ignored": "主題已被 %1 忽略", "account/upvoted": "貼文被 %1 點贊", diff --git a/public/language/zh-TW/post-queue.json b/public/language/zh-TW/post-queue.json index 8ea94fe36e..77aeca1e42 100644 --- a/public/language/zh-TW/post-queue.json +++ b/public/language/zh-TW/post-queue.json @@ -22,6 +22,7 @@ "notify": "Notify", "notify-user": "Notify User", "confirm-reject": "Do you want to reject this post?", + "confirm-remove": "Do you want to remove this post?", "bulk-actions": "Bulk Actions", "accept-all": "Accept All", "accept-selected": "Accept Selected", @@ -29,6 +30,10 @@ "reject-all-confirm": "Do you want to reject all posts?", "reject-selected": "Reject Selected", "reject-selected-confirm": "Do you want to reject %1 selected posts?", + "remove-all": "Remove all", + "remove-all-confirm": "Do you want to remove all posts?", + "remove-selected": "Remove Selected", + "remove-selected-confirm": "Do you want to remove %1 selected posts?", "bulk-accept-success": "%1 posts accepted", "bulk-reject-success": "%1 posts rejected" } \ No newline at end of file diff --git a/public/language/zh-TW/register.json b/public/language/zh-TW/register.json index 9258b76735..fe142b9f6e 100644 --- a/public/language/zh-TW/register.json +++ b/public/language/zh-TW/register.json @@ -1,5 +1,6 @@ { "register": "註冊", + "already-have-account": "Already have an account?", "cancel_registration": "取消註冊", "help.email": "預設情況下,您的電子信箱不會公開。", "help.username_restrictions": "全站唯一的登入名稱,長度 %1 到 %2 個字元。其他人可以使用 @使用者名 提及您。", diff --git a/public/language/zh-TW/search.json b/public/language/zh-TW/search.json index c42a6f599e..a0b96c2b89 100644 --- a/public/language/zh-TW/search.json +++ b/public/language/zh-TW/search.json @@ -1,21 +1,41 @@ { + "type-to-search": "Type to search", "results_matching": "共 %1 條結果符合 \"%2\",(耗時 %3 秒)", "no-matches": "無符合的結果", "advanced-search": "進階搜尋", "in": "在", - "titles": "標題", - "titles-posts": "標題和貼文", + "in-titles": "In titles", + "in-titles-posts": "In titles and posts", + "in-posts": "In posts", + "in-categories": "In categories", + "in-users": "In users", + "in-tags": "In tags", + "categories": "Categories", + "all-categories": "All categories", + "categories-x": "Categories: %1", + "categories-watched-categories": "Categories: Watched categories", + "type-a-category": "Type a category", + "tags": "Tags", + "tags-x": "Tags: %1", + "type-a-tag": "Type a tag", "match-words": "關鍵字匹配", + "match-all-words": "Match all words", + "match-any-word": "Match any word", "all": "所有", "any": "任何", "posted-by": "發表", - "in-categories": "在版面", + "posted-by-usernames": "Posted by: %1", + "type-a-username": "Type a username", "search-child-categories": "搜索子版面", "has-tags": "有標籤", "reply-count": "回覆數", + "replies": "Replies", + "replies-atleast-count": "Replies: At least %1", + "replies-atmost-count": "Replies: At most %1", "at-least": "至少", "at-most": "至多", "relevance": "關聯性", + "time": "Time", "post-time": "貼文時間", "votes": "點贊數", "newer-than": "晚於", @@ -28,7 +48,22 @@ "three-months": "三個月", "six-months": "六個月", "one-year": "一年", + "time-newer-than-86400": "Time: Newer than yesterday", + "time-older-than-86400": "Time: Older than yesterday", + "time-newer-than-604800": "Time: Newer than one week", + "time-older-than-604800": "Time: Older than one week", + "time-newer-than-1209600": "Time: Newer than two weeks", + "time-older-than-1209600": "Time: Older than two weeks", + "time-newer-than-2592000": "Time: Newer than one month", + "time-older-than-2592000": "Time: Older than one month", + "time-newer-than-7776000": "Time: Newer than three months", + "time-older-than-7776000": "Time: Older than three months", + "time-newer-than-15552000": "Time: Newer than six months", + "time-older-than-15552000": "Time: Older than six months", + "time-newer-than-31104000": "Time: Newer than one year", + "time-older-than-31104000": "Time: Older than one year", "sort-by": "排序", + "sort": "Sort", "last-reply-time": "最後回覆時間", "topic-title": "主題標題", "topic-votes": "主題點贊數", @@ -39,11 +74,36 @@ "category": "版面", "descending": "降冪排序", "ascending": "升冪排序", + "sort-by-relevance-desc": "Sort by: Relevance in descending order", + "sort-by-relevance-asc": "Sort by: Relevance in ascending order", + "sort-by-timestamp-desc": "Sort by: Post time in descending order", + "sort-by-timestamp-asc": "Sort by: Post time in ascending order", + "sort-by-votes-desc": "Sort by: Votes in descending order", + "sort-by-votes-asc": "Sort by: Votes in ascending order", + "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", + "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", + "sort-by-topic.title-desc": "Sort by: Topic title in descending order", + "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", + "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", + "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", + "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", + "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", + "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", + "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", + "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", + "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", + "sort-by-user.username-desc": "Sort by: Username in descending order", + "sort-by-user.username-asc": "Sort by: Username in ascending order", + "sort-by-category.name-desc": "Sort by: Category in descending order", + "sort-by-category.name-asc": "Sort by: Category in ascending order", + "save": "Save", "save-preferences": "存為偏好設定", "clear-preferences": "清除偏好設定", "search-preferences-saved": "搜尋偏好設定已儲存", "search-preferences-cleared": "搜尋偏好設定已清除", "show-results-as": "結果顯示為", + "show-results-as-topics": "Show results as topics", + "show-results-as-posts": "Show results as posts", "see-more-results": "查看更多結果 (%1)", "search-in-category": "Search in \"%1\"" } \ No newline at end of file diff --git a/public/language/zh-TW/tags.json b/public/language/zh-TW/tags.json index 08d3c49cae..2c8351838a 100644 --- a/public/language/zh-TW/tags.json +++ b/public/language/zh-TW/tags.json @@ -1,5 +1,7 @@ { + "all-tags": "All tags", "no_tag_topics": "此標籤還沒有主題貼文。", + "no-tags-found": "No tags found", "tags": "標籤", "enter_tags_here": "在這裡輸入標籤,每個標籤 %1 到 %2 個字元。", "enter_tags_here_short": "輸入標籤...", diff --git a/public/language/zh-TW/topic.json b/public/language/zh-TW/topic.json index b519872d63..b0015a751c 100644 --- a/public/language/zh-TW/topic.json +++ b/public/language/zh-TW/topic.json @@ -39,16 +39,30 @@ "copy-ip": "複製IP", "ban-ip": "禁用IP", "view-history": "編輯歷史", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", - "moved-from-by": "Moved from %1 by", - "queued-by": "Post queued for approval →", - "backlink": "Referenced by", - "forked-by": "Forked by", + "wrote-ago": "wrote ", + "wrote-on": "wrote on ", + "replied-to-user-ago": "replied to %3 ", + "replied-to-user-on": "replied to %3 on ", + "user-locked-topic-ago": "%1 locked this topic %2", + "user-locked-topic-on": "%1 locked this topic on %2", + "user-unlocked-topic-ago": "%1 unlocked this topic %2", + "user-unlocked-topic-on": "%1 unlocked this topic on %2", + "user-pinned-topic-ago": "%1 pinned this topic %2", + "user-pinned-topic-on": "%1 pinned this topic on %2", + "user-unpinned-topic-ago": "%1 unpinned this topic %2", + "user-unpinned-topic-on": "%1 unpinned this topic on %2", + "user-deleted-topic-ago": "%1 deleted this topic %2", + "user-deleted-topic-on": "%1 deleted this topic on %2", + "user-restored-topic-ago": "%1 restored this topic %2", + "user-restored-topic-on": "%1 restored this topic on %2", + "user-moved-topic-from-ago": "%1 moved this topic from %2 %3", + "user-moved-topic-from-on": "%1 moved this topic from %2 on %3", + "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-on": "%1 queued post for approval on %3", + "user-referenced-topic-ago": "%1 referenced this topic %3", + "user-referenced-topic-on": "%1 referenced this topic on %3", + "user-forked-topic-ago": "%1 forked this topic %3", + "user-forked-topic-on": "%1 forked this topic on %3", "bookmark_instructions": "點擊閱讀本主題貼文中的最新回覆", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -95,7 +109,7 @@ "thread_tools.purge": "清除主題", "thread_tools.purge_confirm": "確認清除此主題嗎?", "thread_tools.merge_topics": "合併主題", - "thread_tools.merge": "合併", + "thread_tools.merge": "Merge Topic", "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", @@ -121,7 +135,7 @@ "post_moved": "回覆已移動!", "fork_topic": "分割主題", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "點擊將分割的貼文", + "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", "fork_no_pids": "未選中貼文!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", @@ -136,9 +150,11 @@ "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move_topic_instruction": "Select the target category and then click move", "change_owner_instruction": "點擊您想轉移給其他使用者的貼文", "composer.title_placeholder": "在此輸入您主題的標題...", "composer.handle_placeholder": "在此輸入您的名稱/代稱", + "composer.hide": "Hide", "composer.discard": "撤銷", "composer.submit": "提交", "composer.additional-options": "Additional Options", @@ -184,5 +200,7 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", - "post-quick-reply": "Post quick reply" + "post-quick-reply": "Quick reply", + "navigator.index": "Post %1 of %2", + "navigator.unread": "%1 unread" } \ No newline at end of file diff --git a/public/language/zh-TW/user.json b/public/language/zh-TW/user.json index 7f4e9db7f1..55b62279c6 100644 --- a/public/language/zh-TW/user.json +++ b/public/language/zh-TW/user.json @@ -43,6 +43,7 @@ "followers": "追隨者", "following": "追隨", "blocks": "屏蔽", + "blocked-users": "Blocked users", "block_toggle": "封鎖該使用者", "block_user": "封鎖使用者", "unblock_user": "解封使用者", @@ -68,6 +69,7 @@ "upload_new_picture": "上傳新頭像", "upload_new_picture_from_url": "上傳來自URL的新頭像", "current_password": "當前密碼", + "new_password": "New Password", "change_password": "更改密碼", "change_password_error": "無效的密碼!", "change_password_error_wrong_current": "您的當前密碼不正確!", @@ -168,6 +170,8 @@ "info.moderation-note.success": "版主備註已儲存", "info.moderation-note.add": "新增備註", "sessions.description": "此頁面允許您查看當前論壇的所有當前的會話(active session),並在需要的時候關閉它們.您可以通過登出您的帳戶來關閉自己的會話(session)", + "revoke-session": "Revoke Session", + "browser-version-on-platform": "%1 %2 on %3", "consent.title": "您的權利與許可", "consent.lead": "本論壇將會收集與處理您的個人資料。", "consent.intro": "我們收集這些資料將僅用於個人化您於本社區的體驗,和關聯您的帳戶與您所發表的貼文。在註冊過程中您需要提供一個使用者名和信箱地址,您也可以選擇是否提供額外的個人資料,以完善您的使用者檔案。

在您的帳戶有效期內,我們將保留您的資料。您可以在任何時候通過刪除您的帳戶,以撤回您的許可。您可以在任何時候通過您的權力與許可頁面,獲取一份您對本論壇的貢獻的副本。

如果您有任何疑問,我們鼓勵您與本論壇管理團隊聯繫。", diff --git a/public/language/zh-TW/users.json b/public/language/zh-TW/users.json index 2e67d9c826..380b89d3f5 100644 --- a/public/language/zh-TW/users.json +++ b/public/language/zh-TW/users.json @@ -1,11 +1,12 @@ { + "all-users": "All Users", "latest_users": "最新使用者", "top_posters": "發文排行", "most_reputation": "聲望排行", "most_flags": "舉報最多", "search": "搜尋", "enter_username": "輸入使用者名搜索", - "search-user-for-chat": "Search a user to start chat", + "search-user-for-chat": "Search for a user to start chat:", "load_more": "載入更多", "users-found-search-took": "找到 %1 位使用者!耗時 %2 秒。", "filter-by": "過濾選項",