diff --git a/public/language/ar/admin/general/dashboard.json b/public/language/ar/admin/general/dashboard.json index 2cd4764a4e..2756bdd2c2 100644 --- a/public/language/ar/admin/general/dashboard.json +++ b/public/language/ar/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "أدخل نطاقا زمنيا لمرات مشاهدة الصفحات التي ترغب في عرضها. إذا لم يظهر منتقي التاريخ، فإن التنسيق المقبول هو YYYY-MM-DD", "page-views-custom-error": "الرجاء إدخال نطاق تاريخ صالح بالتنسيق YYYY-MM-DD", - "stats.day": "يوم", - "stats.week": "إسبوع", - "stats.month": "شهر", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "كل الوقت", "updates": "تحديثات", diff --git a/public/language/ar/admin/manage/groups.json b/public/language/ar/admin/manage/groups.json index c531d1ce19..e930cadca9 100644 --- a/public/language/ar/admin/manage/groups.json +++ b/public/language/ar/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/ar/admin/manage/post-queue.json b/public/language/ar/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/ar/admin/manage/post-queue.json +++ b/public/language/ar/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/ar/admin/manage/privileges.json b/public/language/ar/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/ar/admin/manage/privileges.json +++ b/public/language/ar/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/ar/admin/settings/post.json b/public/language/ar/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/ar/admin/settings/post.json +++ b/public/language/ar/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/ar/email.json b/public/language/ar/email.json index 906a7f64a6..8d4a06a00e 100644 --- a/public/language/ar/email.json +++ b/public/language/ar/email.json @@ -27,7 +27,9 @@ "digest.week": "أسبوع", "digest.month": "شهر", "digest.subject": "إستهلاك ل", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "هناك محادثة جديدة من %1", "notif.chat.cta": "انقر هنا لمتابعة المحادثة", "notif.chat.unsub.info": "تم إرسال هذا الإشعار بوجودة محادثة جديدة وفقا لخيارات تسجيلك.", diff --git a/public/language/ar/error.json b/public/language/ar/error.json index 9179cb8db6..7036327019 100644 --- a/public/language/ar/error.json +++ b/public/language/ar/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "هذه المجموعة تتطلب مالك واحد على اﻷقل", "group-already-invited": "المستخدم سبق وأن تمت دعوته", "group-already-requested": "سبق وتم تسجيل طلب العضوية", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "سبق وتم حذف هذا الرد", "post-already-restored": "سبق وتم إلغاء حذف هذا الرد", "topic-already-deleted": "سبق وتم حذف هذا الموضوع", diff --git a/public/language/ar/groups.json b/public/language/ar/groups.json index ec82c34999..9e75f9a790 100644 --- a/public/language/ar/groups.json +++ b/public/language/ar/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "آخر المشاركات", "details.private": "خاص", "details.disableJoinRequests": "Disable join requests", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "منح/سحب المِلكية", "details.kick": "طرد", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "تم تحديث بيانات المجموعة", "event.deleted": "تم حذف المجموعة %1", "membership.accept-invitation": "اقبل الدعوة", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "الدعوة بانتظار القبول", "membership.join-group": "انظم للمجموعة", "membership.leave-group": "غادر المجموعة", diff --git a/public/language/ar/modules.json b/public/language/ar/modules.json index bca43a7ffa..ffb6c7747c 100644 --- a/public/language/ar/modules.json +++ b/public/language/ar/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "اكتب", "composer.show_preview": "عرض المعاينة", "composer.hide_preview": "إخفاء المعاينة", diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json index 905b777383..611cde0d7d 100644 --- a/public/language/ar/topic.json +++ b/public/language/ar/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/ar/user.json b/public/language/ar/user.json index 34df2c23ec..5266bf7ba7 100644 --- a/public/language/ar/user.json +++ b/public/language/ar/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "متابعة المواضيع التي تقوم بالرد عليها", "follow_topics_you_create": "متابعة المواضيع التي تقوم بإنشائها", "grouptitle": "عنوان المجموعة", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "لا يوجد عنوان للمجموعة", "select-skin": "إختر سمة", "select-homepage": "إختر الصفحة الرئيسية", diff --git a/public/language/bg/admin/extend/plugins.json b/public/language/bg/admin/extend/plugins.json index b0da64ed7b..b7035ece37 100644 --- a/public/language/bg/admin/extend/plugins.json +++ b/public/language/bg/admin/extend/plugins.json @@ -9,7 +9,7 @@ "plugin-search": "Търсене на добавки", "plugin-search-placeholder": "Търсене на добавка…", - "submit-anonymous-usage": "Submit anonymous plugin usage data.", + "submit-anonymous-usage": "Изпращане на анонимни данни за употребата на добавката", "reorder-plugins": "Пренареждане на добавките", "order-active": "Подреждане на включените добавки", "dev-interested": "Искате ли да пишете добавки за NodeBB?", @@ -30,8 +30,8 @@ "plugin-item.more-info": "За повече информация", "plugin-item.unknown": "Неизвестно", "plugin-item.unknown-explanation": "Състоянието на тази добавка не може да бъде определено, може би поради грешка в конфигурацията.", - "plugin-item.compatible": "This plugin works on NodeBB %1", - "plugin-item.not-compatible": "This plugin has no compatibility data, make sure it works before installing on your production environment.", + "plugin-item.compatible": "Тази добавка работи с NodeBB %1", + "plugin-item.not-compatible": "Тази добавка няма информация за съвместимост. Уверете се, че работи, преди да я инсталирате на истинския си сървър.", "alert.enabled": "Добавката е включена", "alert.disabled": "Добавката е изключена", diff --git a/public/language/bg/admin/general/dashboard.json b/public/language/bg/admin/general/dashboard.json index 8d7d43a352..5d887aff78 100644 --- a/public/language/bg/admin/general/dashboard.json +++ b/public/language/bg/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Въведете интервал от дати, за които искате да видите преглежданията на страниците. Ако не се появи календар за избор, можете да въведете датите във формат: ГГГГ-ММ-ДД", "page-views-custom-error": "Моля, въведете правилен интервал от дати във формата: ГГГГ-ММ-ДД", - "stats.day": "Ден", - "stats.week": "Седмица", - "stats.month": "Месец", + "stats.yesterday": "Вчера", + "stats.today": "Днес", + "stats.last-week": "Миналата седмица", + "stats.this-week": "Тази седмица", + "stats.last-month": "Миналия месец", + "stats.this-month": "Този месец", "stats.all": "От началото", "updates": "Обновления", diff --git a/public/language/bg/admin/manage/groups.json b/public/language/bg/admin/manage/groups.json index 1053afd44e..1948c00967 100644 --- a/public/language/bg/admin/manage/groups.json +++ b/public/language/bg/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Показване на емблема", "edit.private-details": "Ако е включено, присъединяването към група ще изисква одобрение от собственик на групата.", "edit.private-override": "Внимание: Частните групи са изключени на системно ниво, това пренебрегва тази настройка.", - "edit.disable-requests": "Изключване на заявките за присъединяване", + "edit.disable-join": "Забраняване на заявките за присъединяване", + "edit.disable-leave": "Забраняване на потребители да напускат групата", "edit.hidden": "Скрита", "edit.hidden-details": "Ако е включено, групата няма да е видима в списъка с групи и ще трябва потребителите да бъдат поканени специално.", "edit.add-user": "Добавяне на потребител към групата", diff --git a/public/language/bg/admin/manage/post-queue.json b/public/language/bg/admin/manage/post-queue.json index a03685fa13..c5ae725e4d 100644 --- a/public/language/bg/admin/manage/post-queue.json +++ b/public/language/bg/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Опашка за публикации", - "description": "Няма публикации в опашката.
За да включите тази функционалност, идете в Настройки → Публикуване → Ограничения за публикуването и включете Опашката за публикации.", + "description": "Няма публикации в опашката.
За да включите тази функционалност, идете в Настройки → Публикуване → Опашка за публикации и включете Опашката за публикации.", "user": "Потребител", "category": "Категория", "title": "Заглавие", diff --git a/public/language/bg/admin/manage/privileges.json b/public/language/bg/admin/manage/privileges.json index 7db491f79e..75ee28846f 100644 --- a/public/language/bg/admin/manage/privileges.json +++ b/public/language/bg/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Глобални", "global.no-users": "Няма глобални правомощия за отделни потребители.", - + "group-privileges": "Правомощия за групите", + "user-privileges": "Правомощия за потребителите", "chat": "Разговор", "upload-images": "Качване на изображения", "upload-files": "Качване на файлове", diff --git a/public/language/bg/admin/settings/cookies.json b/public/language/bg/admin/settings/cookies.json index 0c5333478e..cb58a23bc7 100644 --- a/public/language/bg/admin/settings/cookies.json +++ b/public/language/bg/admin/settings/cookies.json @@ -4,7 +4,7 @@ "consent.message": "Съобщение за известие", "consent.acceptance": "Съобщение за приемане", "consent.link-text": "Връзка към текста на политиката", - "consent.link-url": "Policy Link URL", + "consent.link-url": "Връзка към адреса на политиката", "consent.blank-localised-default": "Оставете това празно, за да използвате данните по подразбиране на NodeBB, които са преведени", "settings": "Настройки", "cookie-domain": "Домейн на бисквитката за сесията", diff --git a/public/language/bg/admin/settings/post.json b/public/language/bg/admin/settings/post.json index 9099f0aaad..a26dc3416b 100644 --- a/public/language/bg/admin/settings/post.json +++ b/public/language/bg/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Първо тези с най-много публикации", "sorting.topic-default": "Подредба по подразбиране на темите", "length": "Дължина на публикациите", + "post-queue": "Опашка за публикации", "restrictions": "Ограничения за публикуването", "restrictions-new": "Ограничения за новите потребители", "restrictions.post-queue": "Включване на опашката за публикации", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Включване на ограниченията за новите потребители", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/bg/email.json b/public/language/bg/email.json index 589c1550f2..f64a1f3767 100644 --- a/public/language/bg/email.json +++ b/public/language/bg/email.json @@ -27,7 +27,9 @@ "digest.week": "месец", "digest.month": "година", "digest.subject": "Резюме за %1", - "digest.title": "Дневното Ви резюме", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Получено е ново съобщение от %1", "notif.chat.cta": "Натиснете тук, за да продължите дискусията", "notif.chat.unsub.info": "Това известие за разговор беше изпратено до Вас поради настройките Ви за абонаментите.", diff --git a/public/language/bg/error.json b/public/language/bg/error.json index 9c8bf36c66..6b174a517c 100644 --- a/public/language/bg/error.json +++ b/public/language/bg/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Тази група се нуждае от поне един собственик", "group-already-invited": "Този потребител вече е бил поканен", "group-already-requested": "Вашата заявка за членство вече е била изпратена", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Тази публикация вече е изтрита", "post-already-restored": "Тази публикация вече е възстановена", "topic-already-deleted": "Тази тема вече е изтрита", diff --git a/public/language/bg/groups.json b/public/language/bg/groups.json index 74418c5583..0a149cd76f 100644 --- a/public/language/bg/groups.json +++ b/public/language/bg/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Скорошни публикации", "details.private": "Частна", "details.disableJoinRequests": "Забраняване на заявките за присъединяване", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Даване/отнемане на собственост", "details.kick": "Изгонване", "details.kick_confirm": "Наистина ли искате да премахнете този член на групата?", @@ -48,6 +49,7 @@ "event.updated": "Подробностите за групата бяха обновени", "event.deleted": "Групата „%1“ е изтрита", "membership.accept-invitation": "Приемане на поканата", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Чакаща покана", "membership.join-group": "Присъединяване към групата", "membership.leave-group": "Напускане на групата", diff --git a/public/language/bg/modules.json b/public/language/bg/modules.json index 7847b6617d..59e3be44d6 100644 --- a/public/language/bg/modules.json +++ b/public/language/bg/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Изгонване", "chat.show-ip": "Показване на IP адреса", "chat.owner": "Собственик на стаята", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Писане", "composer.show_preview": "Показване на прегледа", "composer.hide_preview": "Скриване на прегледа", diff --git a/public/language/bg/topic.json b/public/language/bg/topic.json index ed23f080f5..6669b9838f 100644 --- a/public/language/bg/topic.json +++ b/public/language/bg/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Тази публикация има %1 варианта.", "diffs.current-revision": "текуща версия", "diffs.original-revision": "оригинална версия", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/bg/user.json b/public/language/bg/user.json index 71f0b755be..b34f12c5db 100644 --- a/public/language/bg/user.json +++ b/public/language/bg/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Следене на темите, в които отговаряте", "follow_topics_you_create": "Следене на темите, които създавате", "grouptitle": "Заглавие на групата", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Няма заглавие на група", "select-skin": "Изберете облик", "select-homepage": "Изберете начална страница", diff --git a/public/language/bn/admin/general/dashboard.json b/public/language/bn/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/bn/admin/general/dashboard.json +++ b/public/language/bn/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/bn/admin/manage/groups.json b/public/language/bn/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/bn/admin/manage/groups.json +++ b/public/language/bn/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/bn/admin/manage/post-queue.json b/public/language/bn/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/bn/admin/manage/post-queue.json +++ b/public/language/bn/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/bn/admin/manage/privileges.json b/public/language/bn/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/bn/admin/manage/privileges.json +++ b/public/language/bn/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/bn/admin/settings/post.json b/public/language/bn/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/bn/admin/settings/post.json +++ b/public/language/bn/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/bn/email.json b/public/language/bn/email.json index ee626642f8..0dd325d284 100644 --- a/public/language/bn/email.json +++ b/public/language/bn/email.json @@ -27,7 +27,9 @@ "digest.week": "সপ্তাহ", "digest.month": "মাস", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "%1 এর থেকে নতুন মেসেজ এসেছে।", "notif.chat.cta": "কথপোকথন চালিয়ে যেতে এখানে ক্লিক করুন", "notif.chat.unsub.info": "আপনার সাবস্ক্রীপশন সেটিংসের কারনে আপনার এই নোটিফিকেশন পাঠানো হয়েছে", diff --git a/public/language/bn/error.json b/public/language/bn/error.json index 37119f8bf9..374cbb2582 100644 --- a/public/language/bn/error.json +++ b/public/language/bn/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "This group requires at least one owner", "group-already-invited": "This user has already been invited", "group-already-requested": "Your membership request has already been submitted", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "এই পোস্টটি ইতিমধ্যে ডিলিট করা হয়ে গিয়েছে", "post-already-restored": "এই পোষ্টটি ইতিমধ্যে পুনরোদ্ধার করা হয়েছে", "topic-already-deleted": "এই টপিকটি ইতিমধ্যে ডিলিট করা হয়েছে", diff --git a/public/language/bn/groups.json b/public/language/bn/groups.json index ba9dc0141f..8eb607c2f1 100644 --- a/public/language/bn/groups.json +++ b/public/language/bn/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "সর্বশেষ পোষ্টসমূহ", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", diff --git a/public/language/bn/modules.json b/public/language/bn/modules.json index 5ea447f0bf..f1e23c4370 100644 --- a/public/language/bn/modules.json +++ b/public/language/bn/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/bn/topic.json b/public/language/bn/topic.json index 9b3a87d018..4ed0ff81d9 100644 --- a/public/language/bn/topic.json +++ b/public/language/bn/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/bn/user.json b/public/language/bn/user.json index ca9c3b5069..6953074f05 100644 --- a/public/language/bn/user.json +++ b/public/language/bn/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Watch topics you create", "grouptitle": "Group Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", "select-skin": "Select a Skin", "select-homepage": "Select a Homepage", diff --git a/public/language/cs/admin/general/dashboard.json b/public/language/cs/admin/general/dashboard.json index 310e868799..ae8d9ff3e6 100644 --- a/public/language/cs/admin/general/dashboard.json +++ b/public/language/cs/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Zadejte rozsah data zobrazení stránek, které chcete vidět. Není-li datum nastaveno, výchozí formát je YYYY-MM-DD", "page-views-custom-error": "Zadejte správný rozsah ve formátu YYYY-MM-DD", - "stats.day": "Den", - "stats.week": "Týden", - "stats.month": "Měsíc", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Všechny časy", "updates": "Aktualizace", diff --git a/public/language/cs/admin/manage/groups.json b/public/language/cs/admin/manage/groups.json index 05b4c51296..0aef18f8e3 100644 --- a/public/language/cs/admin/manage/groups.json +++ b/public/language/cs/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Zobrazit odznak", "edit.private-details": "Je-li povoleno, připojení ke skupině vyžaduje schválení od vlastníka skupiny.", "edit.private-override": "Upozornění: soukromé skupiny jsou zakázány na systémové úrovni, což tuto možnost zneplatňuje.", - "edit.disable-requests": "Zakázat požadavky pro připojení", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Skrýt", "edit.hidden-details": "Je-li povoleno, tato skupina nebude zobrazena na seznamu skupin a uživatelé musí být manuálně zvány", "edit.add-user": "Přidat uživatele do skupiny", diff --git a/public/language/cs/admin/manage/post-queue.json b/public/language/cs/admin/manage/post-queue.json index e46490b1b7..db659bae54 100644 --- a/public/language/cs/admin/manage/post-queue.json +++ b/public/language/cs/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Fronta příspěvků", - "description": "Ve frontě nejsou žádné příspěvky.Pro povolení této vastnosti, přejděte do Nastavení – Příspěvek – Omezení příspěvků a povolte Fronta příspěvků.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Uživatel", "category": "Kategorie", "title": "Název", diff --git a/public/language/cs/admin/manage/privileges.json b/public/language/cs/admin/manage/privileges.json index 9e08b521ab..628cd3c46d 100644 --- a/public/language/cs/admin/manage/privileges.json +++ b/public/language/cs/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Všeobecné", "global.no-users": "Žádné všeobecné uživatelské nastavení.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Konverzace", "upload-images": "Nahrát obrázky", "upload-files": "Náhrát soubory", diff --git a/public/language/cs/admin/settings/post.json b/public/language/cs/admin/settings/post.json index 30689a5ca0..135e49d565 100644 --- a/public/language/cs/admin/settings/post.json +++ b/public/language/cs/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Dle počtu příspěvků", "sorting.topic-default": "Výchozí třídění tématu", "length": "Délka příspěvku", + "post-queue": "Post Queue", "restrictions": "Omezení příspěvků", "restrictions-new": "Omezení nového uživatele", "restrictions.post-queue": "Povolit frontu pro příspěvky", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Povolit omezení nových uživatelů", "restrictions.post-queue-help": "Povolení fronty příspěvků bude mít za následek vložení příspěvků nových uživatelů do fronty pro schválení.", "restrictions-new.post-queue-help": "Povolení omezení nových uživatelů bude mít za následek omezení příspěvků vytvořených novými uživateli", diff --git a/public/language/cs/email.json b/public/language/cs/email.json index 16a915b56b..76594df256 100644 --- a/public/language/cs/email.json +++ b/public/language/cs/email.json @@ -27,7 +27,9 @@ "digest.week": "týden", "digest.month": "měsíc", "digest.subject": "Výběr pro %1", - "digest.title": "Váš denní přehled", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nová zpráva z chatu od %1", "notif.chat.cta": "Chcete-li pokračovat v konverzaci, klikněte zde.", "notif.chat.unsub.info": "Toto upozornění na chat vám bylo odesláno na základě vašeho nastavení odběru.", diff --git a/public/language/cs/error.json b/public/language/cs/error.json index 0a4cf54b3f..d53a60f148 100644 --- a/public/language/cs/error.json +++ b/public/language/cs/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Tato skupina vyžaduje nejméně jednoho vlastníka", "group-already-invited": "Tento uživatel již byl pozván", "group-already-requested": "Váš požadavek o členství již byl odeslán", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Tento příspěvek byl již odstraněn", "post-already-restored": "Tento příspěvek byl již obnoven", "topic-already-deleted": "Toto téma bylo již odstraněno", diff --git a/public/language/cs/groups.json b/public/language/cs/groups.json index 8a798530d8..d29fdf0881 100644 --- a/public/language/cs/groups.json +++ b/public/language/cs/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Nejnovější příspěvky", "details.private": "Soukromé", "details.disableJoinRequests": "Zakázat žádosti o připojení", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Přidat/Zrušit vlastnictví", "details.kick": "Vyhodit", "details.kick_confirm": "Jste si jist/a, že chcete vyjmout tohoto uživatele ze skupiny?", @@ -48,6 +49,7 @@ "event.updated": "Podrobnosti skupiny byly aktualizovány", "event.deleted": "Skupina \"%1\" byla odstraněna", "membership.accept-invitation": "Přijmout pozvání", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Čekající pozvání", "membership.join-group": "Vstoupit do skupiny", "membership.leave-group": "Opustit skupinu", diff --git a/public/language/cs/modules.json b/public/language/cs/modules.json index 64a7050077..52fd03391f 100644 --- a/public/language/cs/modules.json +++ b/public/language/cs/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Vykopnout", "chat.show-ip": "Zobrazit IP", "chat.owner": "Majitel místnosti", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Napsat", "composer.show_preview": "Ukázat náhled", "composer.hide_preview": "Skrýt náhled", diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json index 47392269f1..6d37d6e55f 100644 --- a/public/language/cs/topic.json +++ b/public/language/cs/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Tento příspěvek má %1 změn.", "diffs.current-revision": "aktuální revize", "diffs.original-revision": "originální revize", - "timeago_later": "%1 později" + "timeago_later": "%1 později", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/cs/user.json b/public/language/cs/user.json index 390ff64ac4..90640d0f7c 100644 --- a/public/language/cs/user.json +++ b/public/language/cs/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Sledovat témata, do kterých přispějete", "follow_topics_you_create": "Sledovat témata, která vytvoříte", "grouptitle": "Nadpis skupiny", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Žádný nadpis skupiny", "select-skin": "Vybrat vzhled", "select-homepage": "Vybrat domovskou stránku", diff --git a/public/language/da/admin/general/dashboard.json b/public/language/da/admin/general/dashboard.json index 9376b82507..acfc81c24c 100644 --- a/public/language/da/admin/general/dashboard.json +++ b/public/language/da/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Dag", - "stats.week": "Uge", - "stats.month": "Måned", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Opdateringer", diff --git a/public/language/da/admin/manage/groups.json b/public/language/da/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/da/admin/manage/groups.json +++ b/public/language/da/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/da/admin/manage/post-queue.json b/public/language/da/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/da/admin/manage/post-queue.json +++ b/public/language/da/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/da/admin/manage/privileges.json b/public/language/da/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/da/admin/manage/privileges.json +++ b/public/language/da/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/da/admin/settings/post.json b/public/language/da/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/da/admin/settings/post.json +++ b/public/language/da/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/da/email.json b/public/language/da/email.json index ad86e64692..dd67048030 100644 --- a/public/language/da/email.json +++ b/public/language/da/email.json @@ -27,7 +27,9 @@ "digest.week": "uge", "digest.month": "måned", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Ny chat besked modtaget fra %1", "notif.chat.cta": "Klik her for at forsætte med samtalen", "notif.chat.unsub.info": "Denne chat notifikation blev sendt til dig pga. indstillingerne i dit abonnement.", diff --git a/public/language/da/error.json b/public/language/da/error.json index b37bd0e66f..63ad865e80 100644 --- a/public/language/da/error.json +++ b/public/language/da/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Denne grupper kræver mindst én ejer", "group-already-invited": "Denne bruger er allerede blevet inviteret", "group-already-requested": "Din medlemskabs anmodning er allerede blevet afsendt", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Dette indlæg er allerede blevet slettet", "post-already-restored": "Dette indlæg er allerede blevet genskabt", "topic-already-deleted": "Denne tråd er allerede blevet slettet", diff --git a/public/language/da/groups.json b/public/language/da/groups.json index 29792d5a64..78eb000c94 100644 --- a/public/language/da/groups.json +++ b/public/language/da/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "seneste indlæg", "details.private": "Privat", "details.disableJoinRequests": "Deaktiver Anmodninger", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Giv/ophæv ejerskab", "details.kick": "Spark", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Gruppe detaljer er blevet opdateret", "event.deleted": "Gruppen \"%1\" er blevet slettet", "membership.accept-invitation": "Acceptér Invitation", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Afventende Invitationer", "membership.join-group": "Bliv medlem af gruppe", "membership.leave-group": "Forlad Gruppe", diff --git a/public/language/da/modules.json b/public/language/da/modules.json index 46f3a6d233..fa008284f7 100644 --- a/public/language/da/modules.json +++ b/public/language/da/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Skriv", "composer.show_preview": "Vis forhåndsvisning", "composer.hide_preview": "Fjern forhåndsvisning", diff --git a/public/language/da/topic.json b/public/language/da/topic.json index d8d6e1368b..9f43d8db79 100644 --- a/public/language/da/topic.json +++ b/public/language/da/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/da/user.json b/public/language/da/user.json index 06077c6fe9..5ca02c7330 100644 --- a/public/language/da/user.json +++ b/public/language/da/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Vis emner du har oprettet", "grouptitle": "Gruppe Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Ingen gruppe titel", "select-skin": "Vælg et skin", "select-homepage": "Vælg en hjemmeside", diff --git a/public/language/de/admin/general/dashboard.json b/public/language/de/admin/general/dashboard.json index 891b23c95a..06a1e6ca54 100644 --- a/public/language/de/admin/general/dashboard.json +++ b/public/language/de/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Gib eine Zeitspanne an, in dem du die Besichtigungszahlen ansehen willst. Sollte keine Kalenderauswahl verfügbar sein ist das akzeptierte format YYYY-MM-DD", "page-views-custom-error": "Bitte gib eine gültige Zeitspanne im Format YYYY-MM-DD an", - "stats.day": "Diesen Tag", - "stats.week": "Diese Woche", - "stats.month": "Diesen Monat", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Alle", "updates": "Updates", diff --git a/public/language/de/admin/manage/groups.json b/public/language/de/admin/manage/groups.json index add125a203..c7b1b23420 100644 --- a/public/language/de/admin/manage/groups.json +++ b/public/language/de/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Abzeichen zeigen", "edit.private-details": "Wenn aktiviert, benögt das Beitreten von Gruppen das Einverständnis eines Gruppenbesitzers", "edit.private-override": "Warnung: Private Gruppen sind auf System-Level deaktiviert, was diese Option überschreibt.", - "edit.disable-requests": "Gruppenbeitrittsanfragen deaktivieren", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Versteckt", "edit.hidden-details": "Wenn aktiviert, wird diese Gruppe nicht im Gruppen-Listing angezeigt und Benutzer müssten manuell eingeladen werden.", "edit.add-user": "Benutzer zur Gruppe hinzufügen", diff --git a/public/language/de/admin/manage/post-queue.json b/public/language/de/admin/manage/post-queue.json index e36b4de07e..db2cf85f69 100644 --- a/public/language/de/admin/manage/post-queue.json +++ b/public/language/de/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Beitragswarteschlange", - "description": "Es sind keine Beiträge in der Warteschlange.
Bitte gehe zu Einstellungen → Beiträge → Posting Beschränkungen und aktiviere Beitragswarteschlange für diese Funktion.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Benutzer", "category": "Kategorie", "title": "Titel", diff --git a/public/language/de/admin/manage/privileges.json b/public/language/de/admin/manage/privileges.json index 0c5eecf54e..855e7449cd 100644 --- a/public/language/de/admin/manage/privileges.json +++ b/public/language/de/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "Keine benutzerspezifischen globalen Berechtigungen", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Bilder hochladen", "upload-files": "Dateien hochladen", diff --git a/public/language/de/admin/settings/post.json b/public/language/de/admin/settings/post.json index b20baa139d..76bdbcb802 100644 --- a/public/language/de/admin/settings/post.json +++ b/public/language/de/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Meiste Beiträge", "sorting.topic-default": "Standardmäßige Themensortierung", "length": "Beitragslänge", + "post-queue": "Post Queue", "restrictions": "Posting beschränkungen", "restrictions-new": "Beschränkungen für neue Benutzer", "restrictions.post-queue": "Beitragswarteschlange verwenden", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Aktiviere Beschränkungen für neue Benutzer", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/de/email.json b/public/language/de/email.json index b19c8d34b0..6c866ed701 100644 --- a/public/language/de/email.json +++ b/public/language/de/email.json @@ -27,7 +27,9 @@ "digest.week": "der letzten Woche", "digest.month": "des letzen Monats", "digest.subject": "Zusammenfassung für %1", - "digest.title": "Deine tägliche Zusammenfassung", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Neue Chatnachricht von %1 erhalten", "notif.chat.cta": "Klicke hier, um die Unterhaltung fortzusetzen", "notif.chat.unsub.info": "Diese Chat-Benachrichtigung wurde dir aufgrund deiner Abonnement-Einstellungen gesendet.", diff --git a/public/language/de/error.json b/public/language/de/error.json index 0266ff0c07..3ab475db71 100644 --- a/public/language/de/error.json +++ b/public/language/de/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Diese Gruppe muss mindestens einen Besitzer vorweisen", "group-already-invited": "Dieser Benutzer wurde bereits eingeladen", "group-already-requested": "Deine Mitgliedsanfrage wurde bereits eingereicht", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Dieser Beitrag ist bereits gelöscht worden", "post-already-restored": "Dieser Beitrag ist bereits wiederhergestellt worden", "topic-already-deleted": "Dieses Thema ist bereits gelöscht worden", diff --git a/public/language/de/groups.json b/public/language/de/groups.json index 26c203b2a6..b52478eb5c 100644 --- a/public/language/de/groups.json +++ b/public/language/de/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Neueste Beiträge", "details.private": "Privat", "details.disableJoinRequests": "Deaktiviere Beitrittsanfragen", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Gewähre/widerrufe Besitz", "details.kick": "Kick", "details.kick_confirm": "Sind Sie sicher, dass Sie dieses Mitglied aus der Gruppe entfernen möchten?", @@ -48,6 +49,7 @@ "event.updated": "Gruppendetails wurden aktualisiert", "event.deleted": "Die Gruppe \"%1\" wurde gelöscht.", "membership.accept-invitation": "Einladung akzeptieren", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Einladung ausstehend", "membership.join-group": "Gruppe beitreten", "membership.leave-group": "Gruppe verlassen", diff --git a/public/language/de/modules.json b/public/language/de/modules.json index 64fef6b15f..5aa8a7547a 100644 --- a/public/language/de/modules.json +++ b/public/language/de/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Rauswerfen", "chat.show-ip": "IP anzeigen", "chat.owner": "Raumbesitzer", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Verfassen", "composer.show_preview": "Vorschau zeigen", "composer.hide_preview": "Vorschau ausblenden", diff --git a/public/language/de/topic.json b/public/language/de/topic.json index 58b377bf37..a70951a170 100644 --- a/public/language/de/topic.json +++ b/public/language/de/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Dieser Beitrag ha %1 Revisionen.", "diffs.current-revision": "Aktuelle Revision", "diffs.original-revision": "Ursprüngliche Revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/de/user.json b/public/language/de/user.json index 89200148fc..87b5842fab 100644 --- a/public/language/de/user.json +++ b/public/language/de/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Themen folgen, in denen du geantwortet hast", "follow_topics_you_create": "Themen folgen, die du erstellst", "grouptitle": "Gruppentitel", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Kein Gruppentitel", "select-skin": "Einen Skin auswählen", "select-homepage": "Startseite", diff --git a/public/language/el/admin/general/dashboard.json b/public/language/el/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/el/admin/general/dashboard.json +++ b/public/language/el/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/el/admin/manage/groups.json b/public/language/el/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/el/admin/manage/groups.json +++ b/public/language/el/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/el/admin/manage/post-queue.json b/public/language/el/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/el/admin/manage/post-queue.json +++ b/public/language/el/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/el/admin/manage/privileges.json b/public/language/el/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/el/admin/manage/privileges.json +++ b/public/language/el/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/el/admin/settings/post.json b/public/language/el/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/el/admin/settings/post.json +++ b/public/language/el/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/el/email.json b/public/language/el/email.json index da05826c8f..4a26b113a9 100644 --- a/public/language/el/email.json +++ b/public/language/el/email.json @@ -27,7 +27,9 @@ "digest.week": "week", "digest.month": "month", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Νέο μήνυμα συνομιλίας από τον/την %1", "notif.chat.cta": "Κάνε κλικ εδώ για να πας στην συνομιλία", "notif.chat.unsub.info": "Αυτή η ειδοποίηση για συνομιλία σου στάλθηκε λόγω των ρυθμίσεών σου. ", diff --git a/public/language/el/error.json b/public/language/el/error.json index 54e3f529b7..3639be4d1e 100644 --- a/public/language/el/error.json +++ b/public/language/el/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "This group requires at least one owner", "group-already-invited": "This user has already been invited", "group-already-requested": "Your membership request has already been submitted", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", diff --git a/public/language/el/groups.json b/public/language/el/groups.json index 2b098b4a14..7aa4555d6c 100644 --- a/public/language/el/groups.json +++ b/public/language/el/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Τελευταίες δημοσιεύσεις.", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", diff --git a/public/language/el/modules.json b/public/language/el/modules.json index bcae50a333..2455a0e417 100644 --- a/public/language/el/modules.json +++ b/public/language/el/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/el/topic.json b/public/language/el/topic.json index eb75236589..93dec6dee2 100644 --- a/public/language/el/topic.json +++ b/public/language/el/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/el/user.json b/public/language/el/user.json index cbf4ace860..3d486a8f40 100644 --- a/public/language/el/user.json +++ b/public/language/el/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Watch topics you create", "grouptitle": "Group Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", "select-skin": "Select a Skin", "select-homepage": "Select a Homepage", diff --git a/public/language/en-US/admin/general/dashboard.json b/public/language/en-US/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/en-US/admin/general/dashboard.json +++ b/public/language/en-US/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/en-US/admin/manage/groups.json b/public/language/en-US/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/en-US/admin/manage/groups.json +++ b/public/language/en-US/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/en-US/admin/manage/post-queue.json b/public/language/en-US/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/en-US/admin/manage/post-queue.json +++ b/public/language/en-US/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/en-US/admin/manage/privileges.json b/public/language/en-US/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/en-US/admin/manage/privileges.json +++ b/public/language/en-US/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/en-US/admin/settings/post.json b/public/language/en-US/admin/settings/post.json index 9eb034c4e7..1650baf62f 100644 --- a/public/language/en-US/admin/settings/post.json +++ b/public/language/en-US/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/en-US/email.json b/public/language/en-US/email.json index d3a7a7acf5..abfb22af6b 100644 --- a/public/language/en-US/email.json +++ b/public/language/en-US/email.json @@ -27,7 +27,9 @@ "digest.week": "week", "digest.month": "month", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", diff --git a/public/language/en-US/error.json b/public/language/en-US/error.json index 2b4a6828ac..67bbe27d61 100644 --- a/public/language/en-US/error.json +++ b/public/language/en-US/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "This group requires at least one owner", "group-already-invited": "This user has already been invited", "group-already-requested": "Your membership request has already been submitted", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", diff --git a/public/language/en-US/groups.json b/public/language/en-US/groups.json index 1d801b01d7..5620026bd1 100644 --- a/public/language/en-US/groups.json +++ b/public/language/en-US/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Latest Posts", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", diff --git a/public/language/en-US/modules.json b/public/language/en-US/modules.json index bcae50a333..2455a0e417 100644 --- a/public/language/en-US/modules.json +++ b/public/language/en-US/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/en-US/topic.json b/public/language/en-US/topic.json index cc0c79bc3a..ba73d2c9e1 100644 --- a/public/language/en-US/topic.json +++ b/public/language/en-US/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/en-US/user.json b/public/language/en-US/user.json index 7d5fba3e5e..063c320d56 100644 --- a/public/language/en-US/user.json +++ b/public/language/en-US/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Watch topics you create", "grouptitle": "Group Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", "select-skin": "Select a Skin", "select-homepage": "Select a Homepage", diff --git a/public/language/en-x-pirate/admin/general/dashboard.json b/public/language/en-x-pirate/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/en-x-pirate/admin/general/dashboard.json +++ b/public/language/en-x-pirate/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/en-x-pirate/admin/manage/groups.json b/public/language/en-x-pirate/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/en-x-pirate/admin/manage/groups.json +++ b/public/language/en-x-pirate/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/en-x-pirate/admin/manage/post-queue.json b/public/language/en-x-pirate/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/en-x-pirate/admin/manage/post-queue.json +++ b/public/language/en-x-pirate/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/en-x-pirate/admin/manage/privileges.json b/public/language/en-x-pirate/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/en-x-pirate/admin/manage/privileges.json +++ b/public/language/en-x-pirate/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/en-x-pirate/admin/settings/post.json b/public/language/en-x-pirate/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/en-x-pirate/admin/settings/post.json +++ b/public/language/en-x-pirate/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/en-x-pirate/email.json b/public/language/en-x-pirate/email.json index 7762a9e8b6..52e1382603 100644 --- a/public/language/en-x-pirate/email.json +++ b/public/language/en-x-pirate/email.json @@ -27,7 +27,9 @@ "digest.week": "week", "digest.month": "month", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", diff --git a/public/language/en-x-pirate/error.json b/public/language/en-x-pirate/error.json index 2b4a6828ac..67bbe27d61 100644 --- a/public/language/en-x-pirate/error.json +++ b/public/language/en-x-pirate/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "This group requires at least one owner", "group-already-invited": "This user has already been invited", "group-already-requested": "Your membership request has already been submitted", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", diff --git a/public/language/en-x-pirate/groups.json b/public/language/en-x-pirate/groups.json index 1d801b01d7..5620026bd1 100644 --- a/public/language/en-x-pirate/groups.json +++ b/public/language/en-x-pirate/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Latest Posts", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", diff --git a/public/language/en-x-pirate/modules.json b/public/language/en-x-pirate/modules.json index ee35aa4ff8..78da718248 100644 --- a/public/language/en-x-pirate/modules.json +++ b/public/language/en-x-pirate/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/en-x-pirate/topic.json b/public/language/en-x-pirate/topic.json index cc0c79bc3a..ba73d2c9e1 100644 --- a/public/language/en-x-pirate/topic.json +++ b/public/language/en-x-pirate/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ 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 6bf3e62fd8..b2cf727b76 100644 --- a/public/language/en-x-pirate/user.json +++ b/public/language/en-x-pirate/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Watch topics you create", "grouptitle": "Group Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", "select-skin": "Select a Skin", "select-homepage": "Select a Homepage", diff --git a/public/language/es/admin/general/dashboard.json b/public/language/es/admin/general/dashboard.json index b0151c802d..808c1945b6 100644 --- a/public/language/es/admin/general/dashboard.json +++ b/public/language/es/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Introduce un rango de fechas para las vistas de página que deseas ver. Si no hay ningún selector de fechas disponible, el formato aceptado es AAAA-MM-DD", "page-views-custom-error": "Por favor, introduce un rango de fechas válido en el formato AAAA-MM-DD", - "stats.day": "Día", - "stats.week": "Semana", - "stats.month": "Mes", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Todos los Tiempos", "updates": "Actualizaciones", diff --git a/public/language/es/admin/manage/groups.json b/public/language/es/admin/manage/groups.json index 16c7d5f067..02297f12fe 100644 --- a/public/language/es/admin/manage/groups.json +++ b/public/language/es/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Mostrar Distintivo", "edit.private-details": "Si está activado, unirse a los grupos requiere la aprovación de un/a propietario/a del grupo.", "edit.private-override": "Advertencia: Los grupos privados están deshabilitados a nivel del sistema, lo cual invalida esta opción.", - "edit.disable-requests": "Desactivar peticiones conjuntas", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Oculto", "edit.hidden-details": "SI está activado, este grupo no podrá ser encontrado en la lista de grupos, y los usuarios tendrán que ser invitados manualmente.", "edit.add-user": "Añadir Usuario al Grupo", diff --git a/public/language/es/admin/manage/post-queue.json b/public/language/es/admin/manage/post-queue.json index 2b7720d717..533fb96f44 100644 --- a/public/language/es/admin/manage/post-queue.json +++ b/public/language/es/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Cola de Mensajes", - "description": "No hay mensajes en la cola de mensajes.
Para habilitar esta función, vaya a Configuración → Mensaje → Restricciones de Mensajes", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Usuario", "category": "Categoría", "title": "Título", diff --git a/public/language/es/admin/manage/privileges.json b/public/language/es/admin/manage/privileges.json index b2680b882b..86037f0af3 100644 --- a/public/language/es/admin/manage/privileges.json +++ b/public/language/es/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No hay privilegios globales específicos de usuario.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Subir imágenes", "upload-files": "Subir Archivos", diff --git a/public/language/es/admin/settings/post.json b/public/language/es/admin/settings/post.json index 29ceb610b7..b0b0314d01 100644 --- a/public/language/es/admin/settings/post.json +++ b/public/language/es/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Más Respondido", "sorting.topic-default": "Ordenamiento de Temas por defecto", "length": "Longitud de la entrada", + "post-queue": "Post Queue", "restrictions": "Restricciones a las Respuestas", "restrictions-new": "Restriciones a Nuevos Usuarios", "restrictions.post-queue": "Permitir cola de respuestas", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Permitir restricciones a usuarios nuevos", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/es/email.json b/public/language/es/email.json index e4cc5f034d..469f7bd26b 100644 --- a/public/language/es/email.json +++ b/public/language/es/email.json @@ -27,7 +27,9 @@ "digest.week": "semana", "digest.month": "mes", "digest.subject": "Resumen de %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nuevo mensaje de chat recibido de %1", "notif.chat.cta": "Haz click aquí para continuar la conversación", "notif.chat.unsub.info": "Esta notificación de chat se te envió debido a tus ajustes de suscripción.", diff --git a/public/language/es/error.json b/public/language/es/error.json index e4bec48199..e0cc4e7ebb 100644 --- a/public/language/es/error.json +++ b/public/language/es/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Este grupo requiere al menos un propietario", "group-already-invited": "Este usuario ya ha sido invitado", "group-already-requested": "Tu solicitud de miembro ya ha sido enviada", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Este publicación ya ha sido borrada", "post-already-restored": "Esta publicación ya ha sido restaurada", "topic-already-deleted": "Este tema ya ha sido borrado", diff --git a/public/language/es/groups.json b/public/language/es/groups.json index 9335fe706f..c3230902f8 100644 --- a/public/language/es/groups.json +++ b/public/language/es/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Últimas Publicaciones", "details.private": "Privado", "details.disableJoinRequests": "Desactivar las peticiones de unión", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Conceder/Rescindir Propiedad", "details.kick": "Expulsar", "details.kick_confirm": "¿ Estás seguro de que quieres eliminar a este miembro del grupo ?", @@ -48,6 +49,7 @@ "event.updated": "Los detalles del grupo han sido actualizados", "event.deleted": "El grupo \"%1\" ha sido eliminado", "membership.accept-invitation": "Aceptar Invitación", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitación Pendiente", "membership.join-group": "Unirse al grupo", "membership.leave-group": "Dejar el grupo", diff --git a/public/language/es/modules.json b/public/language/es/modules.json index 80410a8922..6fc4f88fea 100644 --- a/public/language/es/modules.json +++ b/public/language/es/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Expulsar", "chat.show-ip": "Mostrar IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Crear", "composer.show_preview": "Ver Previsualización", "composer.hide_preview": "Ocultar Previsualización", diff --git a/public/language/es/topic.json b/public/language/es/topic.json index 8da4b00a1b..9027f979b1 100644 --- a/public/language/es/topic.json +++ b/public/language/es/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Este post ha tenido %1 revisión(es).", "diffs.current-revision": "revisión actual", "diffs.original-revision": "revisión original", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/es/user.json b/public/language/es/user.json index 7b8f9a489b..1fdc202c73 100644 --- a/public/language/es/user.json +++ b/public/language/es/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Seguir temas a los que respondes", "follow_topics_you_create": "Seguir temas creados por ti", "grouptitle": "Título del grupo", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Sin título de grupo", "select-skin": "Seleccionar una plantilla", "select-homepage": "Seleccione una página de inicio", diff --git a/public/language/et/admin/general/dashboard.json b/public/language/et/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/et/admin/general/dashboard.json +++ b/public/language/et/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/et/admin/manage/groups.json b/public/language/et/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/et/admin/manage/groups.json +++ b/public/language/et/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/et/admin/manage/post-queue.json b/public/language/et/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/et/admin/manage/post-queue.json +++ b/public/language/et/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/et/admin/manage/privileges.json b/public/language/et/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/et/admin/manage/privileges.json +++ b/public/language/et/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/et/admin/settings/post.json b/public/language/et/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/et/admin/settings/post.json +++ b/public/language/et/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/et/email.json b/public/language/et/email.json index 55bffa9b4a..c6b0f00c4d 100644 --- a/public/language/et/email.json +++ b/public/language/et/email.json @@ -27,7 +27,9 @@ "digest.week": "nädal", "digest.month": "kuu", "digest.subject": "Ima 1% jaoks", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Sulle on saabunud uus sõnum kasutajalt %1", "notif.chat.cta": "Vajuta siia, et jätkata vestlusega", "notif.chat.unsub.info": "See chat teavitus on saadetud teile tellimuse seadistuse tõttu.", diff --git a/public/language/et/error.json b/public/language/et/error.json index 1f019d5789..2baccf0fef 100644 --- a/public/language/et/error.json +++ b/public/language/et/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "See grupp nõuab vähemalt ühte omanikku", "group-already-invited": "Antud kasutaja on juba kutsutud.", "group-already-requested": "Teie liikmetaotlus on juba saadetud.", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Postitus on juba kustutatud", "post-already-restored": "Postitus on juba taastatud", "topic-already-deleted": "Teema on juba kustutatud", diff --git a/public/language/et/groups.json b/public/language/et/groups.json index 94c1ad914e..41874ecf74 100644 --- a/public/language/et/groups.json +++ b/public/language/et/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Viimased postitused", "details.private": "Privaatne", "details.disableJoinRequests": "Keela ühinemis taotlused", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Anna/võta omanikuõigused", "details.kick": "Viska välja", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Grupi lisainformatsiooni on uuendatud", "event.deleted": "Grupp \"%1\" on kustutatud", "membership.accept-invitation": "Võta kutse vastu", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Kutse ootel", "membership.join-group": "Liitu grupiga", "membership.leave-group": "Lahku grupist", diff --git a/public/language/et/modules.json b/public/language/et/modules.json index 564fb346b4..4eedbed067 100644 --- a/public/language/et/modules.json +++ b/public/language/et/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Koosta", "composer.show_preview": "Kuva eelvaadet", "composer.hide_preview": "Peida eelvaade", diff --git a/public/language/et/topic.json b/public/language/et/topic.json index 8a72be954a..0092cc25c3 100644 --- a/public/language/et/topic.json +++ b/public/language/et/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/et/user.json b/public/language/et/user.json index 7c7535443c..756f332313 100644 --- a/public/language/et/user.json +++ b/public/language/et/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Jälgi teemasid, millele vastad", "follow_topics_you_create": "Jälgi teemasid, mille lood", "grouptitle": "Grupi tiitel", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Grupi tiitel puudub", "select-skin": "Vali välimus", "select-homepage": "Vali avaleht", diff --git a/public/language/fa-IR/admin/general/dashboard.json b/public/language/fa-IR/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/fa-IR/admin/general/dashboard.json +++ b/public/language/fa-IR/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/fa-IR/admin/manage/groups.json b/public/language/fa-IR/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/fa-IR/admin/manage/groups.json +++ b/public/language/fa-IR/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/fa-IR/admin/manage/post-queue.json b/public/language/fa-IR/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/fa-IR/admin/manage/post-queue.json +++ b/public/language/fa-IR/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/fa-IR/admin/manage/privileges.json b/public/language/fa-IR/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/fa-IR/admin/manage/privileges.json +++ b/public/language/fa-IR/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/fa-IR/admin/settings/post.json b/public/language/fa-IR/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/fa-IR/admin/settings/post.json +++ b/public/language/fa-IR/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/fa-IR/email.json b/public/language/fa-IR/email.json index 75937c05ed..18883c5311 100644 --- a/public/language/fa-IR/email.json +++ b/public/language/fa-IR/email.json @@ -27,7 +27,9 @@ "digest.week": "هفته", "digest.month": "ماه", "digest.subject": "خلاصه برای %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "پیام چتی جدیدی از %1 دریافت شد", "notif.chat.cta": "برای ادامه‌ی چت اینجا کلیک کنید", "notif.chat.unsub.info": "این اطلاعیه ی چتیی که برای شما فرستاده شده به علت تنظیمات اشترک شماست.", diff --git a/public/language/fa-IR/error.json b/public/language/fa-IR/error.json index b40b860a38..24fdab2f69 100644 --- a/public/language/fa-IR/error.json +++ b/public/language/fa-IR/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "این گروه حداقل یک مالک باید داشته باشد", "group-already-invited": "این کاربر قبلا به گروه دعوت شده است", "group-already-requested": "درخواست عضویت شما قبلا تایید شده است", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "این پست قبلا پاک شده است", "post-already-restored": "پست قبلا بازگردانی شده است.", "topic-already-deleted": "موضوع قبلا حذف شده است", diff --git a/public/language/fa-IR/groups.json b/public/language/fa-IR/groups.json index d1c7221cea..0b2333139d 100644 --- a/public/language/fa-IR/groups.json +++ b/public/language/fa-IR/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "آخرین پست ها", "details.private": "خصوصی", "details.disableJoinRequests": "غیر فعال کردن درخواستهای عضویت", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "اعطاء/خلع مالکیت", "details.kick": "بیرون انداختن", "details.kick_confirm": "آیا شما مطمئن هستید که می خواهید این عضو از گروه را حذف کنید؟", @@ -48,6 +49,7 @@ "event.updated": "جزییات گروه با موفقیت به روز شد", "event.deleted": "گروه \"%1\" حدف شد", "membership.accept-invitation": "دعوت را قبول میکنم", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "در انتظار تایید", "membership.join-group": "ورود به گروه", "membership.leave-group": "خروج از گروه", diff --git a/public/language/fa-IR/modules.json b/public/language/fa-IR/modules.json index 3a5f0dd8dd..682f1b223a 100644 --- a/public/language/fa-IR/modules.json +++ b/public/language/fa-IR/modules.json @@ -34,6 +34,9 @@ "chat.kick": "اخراج", "chat.show-ip": "نشان دادن IP", "chat.owner": "مدیر چت روم", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "ارسال", "composer.show_preview": "نمایش پیش‌نمایش", "composer.hide_preview": "مخفی کردن پیش‌نمایش", diff --git a/public/language/fa-IR/topic.json b/public/language/fa-IR/topic.json index 4455dcecaf..c876b737fb 100644 --- a/public/language/fa-IR/topic.json +++ b/public/language/fa-IR/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "این پست %1 نسخه دارد.", "diffs.current-revision": "نسخه فعلی", "diffs.original-revision": "نسخه اصلی", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/fa-IR/user.json b/public/language/fa-IR/user.json index b3e504f877..91d868b65c 100644 --- a/public/language/fa-IR/user.json +++ b/public/language/fa-IR/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "موضوع‌های که جواب دادید را پیگیری نمائید", "follow_topics_you_create": "موضوع‌های که ایجاد کردید را پیگیری نمائید", "grouptitle": "عنوان گروه", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "عنوان گروهی نیست", "select-skin": "انتخاب یک پوسته", "select-homepage": "انتخاب صفحه اصلی", diff --git a/public/language/fi/admin/general/dashboard.json b/public/language/fi/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/fi/admin/general/dashboard.json +++ b/public/language/fi/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/fi/admin/manage/groups.json b/public/language/fi/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/fi/admin/manage/groups.json +++ b/public/language/fi/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/fi/admin/manage/post-queue.json b/public/language/fi/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/fi/admin/manage/post-queue.json +++ b/public/language/fi/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/fi/admin/manage/privileges.json b/public/language/fi/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/fi/admin/manage/privileges.json +++ b/public/language/fi/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/fi/admin/settings/post.json b/public/language/fi/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/fi/admin/settings/post.json +++ b/public/language/fi/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/fi/email.json b/public/language/fi/email.json index 0e384e5656..6440b8cfe7 100644 --- a/public/language/fi/email.json +++ b/public/language/fi/email.json @@ -27,7 +27,9 @@ "digest.week": "viikko", "digest.month": "kuukausi", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Uusi chatviesti henkilöltä %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", diff --git a/public/language/fi/error.json b/public/language/fi/error.json index 3645a559bc..b36da1164c 100644 --- a/public/language/fi/error.json +++ b/public/language/fi/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "This group requires at least one owner", "group-already-invited": "This user has already been invited", "group-already-requested": "Your membership request has already been submitted", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", diff --git a/public/language/fi/groups.json b/public/language/fi/groups.json index d3be1dcbb7..70e6381da2 100644 --- a/public/language/fi/groups.json +++ b/public/language/fi/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Uusimmat viestit", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Potkaise", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", diff --git a/public/language/fi/modules.json b/public/language/fi/modules.json index e827dc339c..b588812f96 100644 --- a/public/language/fi/modules.json +++ b/public/language/fi/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json index a7d7a18c83..97ec6f3d19 100644 --- a/public/language/fi/topic.json +++ b/public/language/fi/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/fi/user.json b/public/language/fi/user.json index 97254790f6..027d0179a5 100644 --- a/public/language/fi/user.json +++ b/public/language/fi/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Watch topics you create", "grouptitle": "Group Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", "select-skin": "Select a Skin", "select-homepage": "Select a Homepage", diff --git a/public/language/fr/admin/general/dashboard.json b/public/language/fr/admin/general/dashboard.json index 874c6ba3c2..602c8bedc5 100644 --- a/public/language/fr/admin/general/dashboard.json +++ b/public/language/fr/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Entrez une plage de date pour les vues que vous souhaitez afficher. Si aucun sélecteur de date n'est disponible, le format de date accepté est YYYY-MM-DD.", "page-views-custom-error": "Veuillez entrer une plage de date valide dans le format suivant : YYYY-MM-DD", - "stats.day": "Jour", - "stats.week": "Semaine", - "stats.month": "Mois", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Tous les temps", "updates": "Mises à jour", diff --git a/public/language/fr/admin/manage/groups.json b/public/language/fr/admin/manage/groups.json index 100dff4936..9bc5fc9633 100644 --- a/public/language/fr/admin/manage/groups.json +++ b/public/language/fr/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Afficher le badge", "edit.private-details": "Si activé, rejoindre les groupes nécessitera l'approbation de l'un de leurs propriétaires.", "edit.private-override": "Attention : Les groupes privés sont désactivés au niveau du système, ce qui annule cette option.", - "edit.disable-requests": "Désactiver les demandes d'adhésion", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Masqué", "edit.hidden-details": "Si activé, ce groupe sera masqué de la liste des groupes et les utilisateurs devront être invités manuellement.", "edit.add-user": "Ajouter l'utilisateur au groupe", diff --git a/public/language/fr/admin/manage/post-queue.json b/public/language/fr/admin/manage/post-queue.json index 321ff32c03..bb6c1b86b8 100644 --- a/public/language/fr/admin/manage/post-queue.json +++ b/public/language/fr/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "File d’attente des messages", - "description": "Il ny a aucun message dans la file d’attente
Pour activer cette fonctionnalité, allez dans Paramètres → Message → Restriction de publication et activez File d’attente des messages.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Utilisateur", "category": "Catégorie", "title": "Titre", diff --git a/public/language/fr/admin/manage/privileges.json b/public/language/fr/admin/manage/privileges.json index 173779e8eb..d8e9217e42 100644 --- a/public/language/fr/admin/manage/privileges.json +++ b/public/language/fr/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "Aucun privilège global spécifique à l'utilisateur.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Images envoyées", "upload-files": "Fichiers envoyés", diff --git a/public/language/fr/admin/settings/post.json b/public/language/fr/admin/settings/post.json index f15b708c9f..02cd73ae40 100644 --- a/public/language/fr/admin/settings/post.json +++ b/public/language/fr/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Avec le plus de messages", "sorting.topic-default": "Tri des sujets par défaut", "length": "Longueur de message", + "post-queue": "Post Queue", "restrictions": "Restrictions d'envoi", "restrictions-new": "Restrictions des nouveaux utilisateurs", "restrictions.post-queue": "Activer la file d'attente des messages", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Activer la restriction", "restrictions.post-queue-help": "L'activation de la file d'attente de publication placera les messages de nouveaux utilisateurs dans une file d'attente pour approbation.", "restrictions-new.post-queue-help": "L'activation de restrictions des nouveaux utilisateurs définira des restrictions sur les messages créées par de nouveaux utilisateurs.", diff --git a/public/language/fr/email.json b/public/language/fr/email.json index c61cdd364a..5be48f1271 100644 --- a/public/language/fr/email.json +++ b/public/language/fr/email.json @@ -27,7 +27,9 @@ "digest.week": "semaine", "digest.month": "mois", "digest.subject": "Résumé de l'actualité de %1", - "digest.title": "Votre résumé quotidien ", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nouveau message de chat reçu de %1", "notif.chat.cta": "Cliquez ici pour continuer la conversation", "notif.chat.unsub.info": "Cette notification de chat a été envoyé en raison de vos paramètres d'abonnement.", diff --git a/public/language/fr/error.json b/public/language/fr/error.json index 2e6e8550fa..fa1ec9f9ee 100644 --- a/public/language/fr/error.json +++ b/public/language/fr/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Ce groupe nécessite au moins un propriétaire", "group-already-invited": "Cet utilisateur a déjà été invité.", "group-already-requested": "Votre demande d'adhésion a déjà été envoyée.", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Message déjà supprimé", "post-already-restored": "Message déjà restauré", "topic-already-deleted": "Sujet déjà supprimé", diff --git a/public/language/fr/groups.json b/public/language/fr/groups.json index 003fedb501..0222299bcd 100644 --- a/public/language/fr/groups.json +++ b/public/language/fr/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Derniers messages", "details.private": "Privé", "details.disableJoinRequests": "Désactiver les demandes d'adhésion", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Promouvoir/rétrograder comme propriétaire", "details.kick": "Exclure", "details.kick_confirm": "Voulez-vous vraiment supprimer ce membre du groupe ?", @@ -48,6 +49,7 @@ "event.updated": "Les détails du groupe ont été mis à jour", "event.deleted": "Le groupe \"%1\" a été supprimé", "membership.accept-invitation": "Accepter l'invitation", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitation en attente", "membership.join-group": "Rejoindre le groupe", "membership.leave-group": "Quitter le groupe", diff --git a/public/language/fr/modules.json b/public/language/fr/modules.json index 5dd0ffa527..305cc6c8dc 100644 --- a/public/language/fr/modules.json +++ b/public/language/fr/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Exclure", "chat.show-ip": "Voir IP", "chat.owner": "Espace Admin", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Écrire", "composer.show_preview": "Afficher l'aperçu", "composer.hide_preview": "Masquer l'aperçu", diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json index 820d63b5aa..ae319c54bc 100644 --- a/public/language/fr/topic.json +++ b/public/language/fr/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Cet article a %1 révisions.", "diffs.current-revision": "Révision en cours", "diffs.original-revision": "Révision originale", - "timeago_later": "%1" + "timeago_later": "%1", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/fr/user.json b/public/language/fr/user.json index 2da0a4caf9..b5e31d1ea5 100644 --- a/public/language/fr/user.json +++ b/public/language/fr/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "S'abonner aux sujets auxquels vous répondez", "follow_topics_you_create": "S'abonner aux sujets que vous créez", "grouptitle": "Nom du groupe", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Aucun titre de groupe", "select-skin": "Sélectionner un thème", "select-homepage": "Sélectionner une page d'accueil", diff --git a/public/language/gl/admin/general/dashboard.json b/public/language/gl/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/gl/admin/general/dashboard.json +++ b/public/language/gl/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/gl/admin/manage/groups.json b/public/language/gl/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/gl/admin/manage/groups.json +++ b/public/language/gl/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/gl/admin/manage/post-queue.json b/public/language/gl/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/gl/admin/manage/post-queue.json +++ b/public/language/gl/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/gl/admin/manage/privileges.json b/public/language/gl/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/gl/admin/manage/privileges.json +++ b/public/language/gl/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/gl/admin/settings/post.json b/public/language/gl/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/gl/admin/settings/post.json +++ b/public/language/gl/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/gl/email.json b/public/language/gl/email.json index 9ca5665aa3..3eae3b3663 100644 --- a/public/language/gl/email.json +++ b/public/language/gl/email.json @@ -27,7 +27,9 @@ "digest.week": "semana", "digest.month": "mes", "digest.subject": "Resumo de 1%", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nova charla recibida de %1", "notif.chat.cta": "Pica aquí para continuar a conversación", "notif.chat.unsub.info": "Esta notificación de charla foiche enviada polas túas opcións de subscrición.", diff --git a/public/language/gl/error.json b/public/language/gl/error.json index 823026ee97..4197b6dc55 100644 --- a/public/language/gl/error.json +++ b/public/language/gl/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Este grupo require polo menos de un propietario", "group-already-invited": "Este usuario xa foi convidado", "group-already-requested": "A túa petición de membresía foi enviada", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "A publicación foi eliminada", "post-already-restored": "A publicación foi restaurada", "topic-already-deleted": "O tema foi borrado", diff --git a/public/language/gl/groups.json b/public/language/gl/groups.json index 6a3061dc30..8cec9bca91 100644 --- a/public/language/gl/groups.json +++ b/public/language/gl/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Últimas Publicacións", "details.private": "Privado", "details.disableJoinRequests": "Desactivar as peticións de unión", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Outorgar/Rescindir propiedade", "details.kick": "Expulsar", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Os detalles do grupo foron actualizados", "event.deleted": "O grupo \"%1\" foi borrado.", "membership.accept-invitation": "Aceptar ", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitación Pendente", "membership.join-group": "Unirse ao grupo", "membership.leave-group": "Marchar do grupo", diff --git a/public/language/gl/modules.json b/public/language/gl/modules.json index 917e2816e2..82fe9e56a0 100644 --- a/public/language/gl/modules.json +++ b/public/language/gl/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Elaborar", "composer.show_preview": "Amosar vista previa", "composer.hide_preview": "Agochar vista previa", diff --git a/public/language/gl/topic.json b/public/language/gl/topic.json index c6ac99b104..bede02dfa4 100644 --- a/public/language/gl/topic.json +++ b/public/language/gl/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/gl/user.json b/public/language/gl/user.json index 13640d1535..f93495675d 100644 --- a/public/language/gl/user.json +++ b/public/language/gl/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Segui-los temas aos que respondes", "follow_topics_you_create": "Segui-los temas que creaches ti", "grouptitle": "Título do Grupo", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Sen titulo de grupo", "select-skin": "Seleccionar apariencia", "select-homepage": "Escolla unha páxina de inicio", diff --git a/public/language/he/admin/general/dashboard.json b/public/language/he/admin/general/dashboard.json index 4a8617e9e8..d95d4e7220 100644 --- a/public/language/he/admin/general/dashboard.json +++ b/public/language/he/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "הכנס טווח תאריך עבור התקופה שבה תרצה לצפות בצפיות העמודים. הפורמט הנדרש הוא YYYY-MM-DD", "page-views-custom-error": "נא הזן טווח תאריכים תקין כלהלן YYYY-MM-DD", - "stats.day": "יום", - "stats.week": "שבוע", - "stats.month": "חודש", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "כל הזמנים", "updates": "עדכונים", diff --git a/public/language/he/admin/manage/groups.json b/public/language/he/admin/manage/groups.json index 8bd5ab16f4..da8eac1a9b 100644 --- a/public/language/he/admin/manage/groups.json +++ b/public/language/he/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "הראה תקציב", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "נסתר", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "הוסף משתמש לקבוצה", diff --git a/public/language/he/admin/manage/post-queue.json b/public/language/he/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/he/admin/manage/post-queue.json +++ b/public/language/he/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/he/admin/manage/privileges.json b/public/language/he/admin/manage/privileges.json index 2b7df2cc57..475c02c33f 100644 --- a/public/language/he/admin/manage/privileges.json +++ b/public/language/he/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "כללי", "global.no-users": "אין הרשאות כלליות למשתמשים מסויימים", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "צ'אט", "upload-images": "העלאת תמונות", "upload-files": "העלאת קבצים", diff --git a/public/language/he/admin/settings/post.json b/public/language/he/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/he/admin/settings/post.json +++ b/public/language/he/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/he/email.json b/public/language/he/email.json index 384dc7802c..a5d8b9cf40 100644 --- a/public/language/he/email.json +++ b/public/language/he/email.json @@ -27,7 +27,9 @@ "digest.week": "שבוע", "digest.month": "חודש", "digest.subject": "מקבץ עבור %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "הודעת צ'אט חדשה התקבלה מ%1", "notif.chat.cta": "לחץ כאן כדי להמשיך את השיחה", "notif.chat.unsub.info": "התראה הצ'אט הזו נשלחה אליך על-פי הגדרות החשבון שלך.", diff --git a/public/language/he/error.json b/public/language/he/error.json index 1043b216e0..ecb55a7b51 100644 --- a/public/language/he/error.json +++ b/public/language/he/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "קבוצה זו חייבת לפחות מנהל אחד", "group-already-invited": "משתמש זה כבר הוזמן", "group-already-requested": "בקשת החברות שלך כבר נשלחה", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "פוסט זה כבר נמחק", "post-already-restored": "פוסט זה כבר שוחזר", "topic-already-deleted": "נושא זה כבר נמחק", diff --git a/public/language/he/groups.json b/public/language/he/groups.json index 6e0a7b5ef1..2075c7f50f 100644 --- a/public/language/he/groups.json +++ b/public/language/he/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "פוסטים אחרונים", "details.private": "פרטי", "details.disableJoinRequests": "בטל בקשות הצטרפות", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "הענק/בטל בעלות", "details.kick": "גרש", "details.kick_confirm": "האם אתה בטוח שאתה רוצה להסיר משתמש זה מהקבוצה?", @@ -48,6 +49,7 @@ "event.updated": "פרטי הקבוצה עודכנו", "event.deleted": "קבוצת \"%1\" נמחקה", "membership.accept-invitation": "קבל הזמנה", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "הזמנה ממתינה", "membership.join-group": "הצטרף לקבוצה", "membership.leave-group": "עזוב קבוצה", diff --git a/public/language/he/modules.json b/public/language/he/modules.json index 363075c1f3..d540b46276 100644 --- a/public/language/he/modules.json +++ b/public/language/he/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "צור", "composer.show_preview": "הצג תצוגה מקדימה", "composer.hide_preview": "הסתר תצוגה מקדימה", diff --git a/public/language/he/topic.json b/public/language/he/topic.json index c082002894..27dd5bd76f 100644 --- a/public/language/he/topic.json +++ b/public/language/he/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "לפוסט זה יש %1גרסאות", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/he/user.json b/public/language/he/user.json index e21cbae3c3..cad5c51e09 100644 --- a/public/language/he/user.json +++ b/public/language/he/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "עקוב אחר נושאים שהגבת עליהם", "follow_topics_you_create": "עקוב אחר נושאים שפרסמת", "grouptitle": "כותרת הקבוצה", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "ללא כותרת לקבוצה", "select-skin": "בחר מראה", "select-homepage": "בחר דף בית", diff --git a/public/language/hr/admin/general/dashboard.json b/public/language/hr/admin/general/dashboard.json index 354d835d1f..55170bc950 100644 --- a/public/language/hr/admin/general/dashboard.json +++ b/public/language/hr/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Dan", - "stats.week": "Tjedan", - "stats.month": "Mjesec", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Sve vrijeme", "updates": "Nadogradnje", diff --git a/public/language/hr/admin/manage/groups.json b/public/language/hr/admin/manage/groups.json index ec407200a4..a2e1ff15e7 100644 --- a/public/language/hr/admin/manage/groups.json +++ b/public/language/hr/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Prikaži beđ", "edit.private-details": "Ako je omogućeno, pridruživanje grupi zahtjeva dozvolu vlasnika grupe.", "edit.private-override": "Upozorenje:Privatne grupe su onemogućene na sistemskoj razini,koje onemogućavaju ovu opciju", - "edit.disable-requests": "Onemogući zahtjeve za priključenje", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Skriveno", "edit.hidden-details": "Ako je uključeno,ova grupa neće biti prikazana u listi grupa i korisnici će morati biti pozvani ručno", "edit.add-user": "Dodaj korisnika u grupu", diff --git a/public/language/hr/admin/manage/post-queue.json b/public/language/hr/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/hr/admin/manage/post-queue.json +++ b/public/language/hr/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/hr/admin/manage/privileges.json b/public/language/hr/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/hr/admin/manage/privileges.json +++ b/public/language/hr/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/hr/admin/settings/post.json b/public/language/hr/admin/settings/post.json index c92874a469..e33ba823ec 100644 --- a/public/language/hr/admin/settings/post.json +++ b/public/language/hr/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Uobičajeno sortiranje tema", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Restrikcije objave", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/hr/email.json b/public/language/hr/email.json index 1a34389c94..1a0262b26f 100644 --- a/public/language/hr/email.json +++ b/public/language/hr/email.json @@ -27,7 +27,9 @@ "digest.week": "Tjedan", "digest.month": "Mjesec", "digest.subject": "Pregled za %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nova poruka od %1", "notif.chat.cta": "Klikni ovdje za nastavak razgovora ", "notif.chat.unsub.info": "Ova obavijest razgovora Vam je poslana na temelju vaših postavki pretplate.", diff --git a/public/language/hr/error.json b/public/language/hr/error.json index 33722ee59a..7f761d101f 100644 --- a/public/language/hr/error.json +++ b/public/language/hr/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Ova grupa zahtjeva bar jednog vlasnika", "group-already-invited": "Ovaj korisnik je već pozvan", "group-already-requested": "Vaš zahtjev za članstvom je već podnesen", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Ova objava je već obrisana", "post-already-restored": "Ova objava je povraćena", "topic-already-deleted": "Ova tema je već obrisana", diff --git a/public/language/hr/groups.json b/public/language/hr/groups.json index 015000e99f..b38e71601b 100644 --- a/public/language/hr/groups.json +++ b/public/language/hr/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Zadnje objave", "details.private": "Privatno", "details.disableJoinRequests": "Onemogući zahtjeve za pristup", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Dozvoli/Ukini vlasništvo", "details.kick": "Izbaci", "details.kick_confirm": "Jeste li sigurni da želite izbaciti ovog člana iz grupe?", @@ -48,6 +49,7 @@ "event.updated": "Detalji grupe su promjenjeni", "event.deleted": "Grupa \\\"%1\\\" je obrisana", "membership.accept-invitation": "Prihvati pozivnicu", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Pozivnica na čekanju", "membership.join-group": "Priključi se u grupu", "membership.leave-group": "Izađi iz grupe", diff --git a/public/language/hr/modules.json b/public/language/hr/modules.json index fbe1fc7196..8cb0647075 100644 --- a/public/language/hr/modules.json +++ b/public/language/hr/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Sastavi", "composer.show_preview": "Prikaz", "composer.hide_preview": "Sakrij prikaz", diff --git a/public/language/hr/topic.json b/public/language/hr/topic.json index 9e12cff554..2ee1ed92c1 100644 --- a/public/language/hr/topic.json +++ b/public/language/hr/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/hr/user.json b/public/language/hr/user.json index 9d032a630e..3c22f7c113 100644 --- a/public/language/hr/user.json +++ b/public/language/hr/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Prati teme na koje objavljuješ", "follow_topics_you_create": "Prati teme koje si napravio", "grouptitle": "Ime Grupe", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Nema imena grupe", "select-skin": "Izaberi izgled", "select-homepage": "Izaberi naslovnu", diff --git a/public/language/hu/admin/general/dashboard.json b/public/language/hu/admin/general/dashboard.json index 26abe75902..98b7559d43 100644 --- a/public/language/hu/admin/general/dashboard.json +++ b/public/language/hu/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Adj meg egy dátum tartományt a kívánt oldal megtekintések megtekintéséhez. Ha nem áll rendelkezésre dátumválasztó, az elfogadott formátum ÉÉÉÉ-HH-NN", "page-views-custom-error": "Kérlek, érvényes dátum tartományt adj meg ÉÉÉÉ-HH-NN formátumban.", - "stats.day": "Naponta", - "stats.week": "Hetente", - "stats.month": "Havonta", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Mindenkori", "updates": "Frissítések", diff --git a/public/language/hu/admin/manage/groups.json b/public/language/hu/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/hu/admin/manage/groups.json +++ b/public/language/hu/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/hu/admin/manage/post-queue.json b/public/language/hu/admin/manage/post-queue.json index dfb42dad8f..b533498eb0 100644 --- a/public/language/hu/admin/manage/post-queue.json +++ b/public/language/hu/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Hozzászólási várósor", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Felhasználó", "category": "Kategória", "title": "Cím", diff --git a/public/language/hu/admin/manage/privileges.json b/public/language/hu/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/hu/admin/manage/privileges.json +++ b/public/language/hu/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/hu/admin/settings/post.json b/public/language/hu/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/hu/admin/settings/post.json +++ b/public/language/hu/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/hu/email.json b/public/language/hu/email.json index 8ae65f8d43..1fca3aea80 100644 --- a/public/language/hu/email.json +++ b/public/language/hu/email.json @@ -27,7 +27,9 @@ "digest.week": "héten", "digest.month": "hónapban", "digest.subject": "%1 hírlevél", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Új chat üzenet érkezett a következőtől: %1", "notif.chat.cta": "Kattints ide a beszélgetés folytatásához", "notif.chat.unsub.info": "Ez a chat-értesítés a feliratkozási beállításaid miatt lett kiküldve.", diff --git a/public/language/hu/error.json b/public/language/hu/error.json index 8fb1c239a1..ba103e2fa1 100644 --- a/public/language/hu/error.json +++ b/public/language/hu/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Ennek a csoportnak lennie kell legalább egy tulajdonosnak.", "group-already-invited": "This user has already been invited", "group-already-requested": "Your membership request has already been submitted", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Ez a bejegyzés mát törlésre került", "post-already-restored": "Ez a bejegyzés már visszaállításra került", "topic-already-deleted": "Ezt a témakör már törlésre került", diff --git a/public/language/hu/groups.json b/public/language/hu/groups.json index 13144ae608..913fa3b07a 100644 --- a/public/language/hu/groups.json +++ b/public/language/hu/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Legutóbbi hozzászólások", "details.private": "Privát", "details.disableJoinRequests": "Csatlakozási kérelem kikapcsolva", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Tulajdonjog megadása/törlése", "details.kick": "Kirúgás", "details.kick_confirm": "Biztos el akarod távolítani ezt a tagot a csoportból?", @@ -48,6 +49,7 @@ "event.updated": "A csoport részletei frissítve", "event.deleted": "A(z) \"%1\" csoport törölve", "membership.accept-invitation": "Meghívás elfogadása", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Függőben levő meghívás", "membership.join-group": "Csoporthoz csatlakozás", "membership.leave-group": "Csoport elhagyása", diff --git a/public/language/hu/modules.json b/public/language/hu/modules.json index bef6109dff..197c828e19 100644 --- a/public/language/hu/modules.json +++ b/public/language/hu/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Üzenetírás", "composer.show_preview": "Előnézet megjelenítése", "composer.hide_preview": "Előnézet elrejtése", diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json index bb2790719d..f2b0268ad6 100644 --- a/public/language/hu/topic.json +++ b/public/language/hu/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/hu/user.json b/public/language/hu/user.json index 1423cdda68..1b56b465dd 100644 --- a/public/language/hu/user.json +++ b/public/language/hu/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Témakör figyelése, melyre válaszolsz", "follow_topics_you_create": "Témakör figyelése, amit létrehozol", "grouptitle": "Csoport címe", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Nincs csoportcím", "select-skin": "Válassz egy kinézetet", "select-homepage": "Válasz egy kezdőlapot", diff --git a/public/language/id/admin/general/dashboard.json b/public/language/id/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/id/admin/general/dashboard.json +++ b/public/language/id/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/id/admin/manage/groups.json b/public/language/id/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/id/admin/manage/groups.json +++ b/public/language/id/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/id/admin/manage/post-queue.json b/public/language/id/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/id/admin/manage/post-queue.json +++ b/public/language/id/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/id/admin/manage/privileges.json b/public/language/id/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/id/admin/manage/privileges.json +++ b/public/language/id/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/id/admin/settings/post.json b/public/language/id/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/id/admin/settings/post.json +++ b/public/language/id/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/id/email.json b/public/language/id/email.json index 7971134101..c3911609f7 100644 --- a/public/language/id/email.json +++ b/public/language/id/email.json @@ -27,7 +27,9 @@ "digest.week": "week", "digest.month": "month", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Pesan yang baru diterima dari %1", "notif.chat.cta": "Klik di sini untuk melanjutkan percakapan", "notif.chat.unsub.info": "Sesuai pengaturan langganan anda, notifikasi obrolan ini dikirmkan kepada anda", diff --git a/public/language/id/error.json b/public/language/id/error.json index aa3771e461..bcb9397b16 100644 --- a/public/language/id/error.json +++ b/public/language/id/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "This group requires at least one owner", "group-already-invited": "This user has already been invited", "group-already-requested": "Your membership request has already been submitted", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Postingan ini sudah dihapus", "post-already-restored": "Postingan ini sudah direstore", "topic-already-deleted": "Topik ini sudah dihapus", diff --git a/public/language/id/groups.json b/public/language/id/groups.json index 75e32ec65b..cf55e20e1e 100644 --- a/public/language/id/groups.json +++ b/public/language/id/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Posting Terkini", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", diff --git a/public/language/id/modules.json b/public/language/id/modules.json index 1ea1227e7c..6cacb4ae4b 100644 --- a/public/language/id/modules.json +++ b/public/language/id/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/id/topic.json b/public/language/id/topic.json index 1a8de83a84..05dcb36a06 100644 --- a/public/language/id/topic.json +++ b/public/language/id/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/id/user.json b/public/language/id/user.json index 0d08c2c7b0..9004d2a200 100644 --- a/public/language/id/user.json +++ b/public/language/id/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Watch topics you create", "grouptitle": "Group Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", "select-skin": "Select a Skin", "select-homepage": "Select a Homepage", diff --git a/public/language/it/admin/general/dashboard.json b/public/language/it/admin/general/dashboard.json index 43584ef14a..7b6eb7d5eb 100644 --- a/public/language/it/admin/general/dashboard.json +++ b/public/language/it/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Immettere un intervallo di date, delle pagine viste, che si desidera visualizzare. Se non è disponibile un selezionatore di date, il formato accettato è il seguente YYYY-MM-DD", "page-views-custom-error": "Si prega di inserire un intervallo di date valido nel formato YYYY-MM-DD", - "stats.day": "Giorno", - "stats.week": "Settimana", - "stats.month": "Mese", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Sempre", "updates": "Aggiornamenti", diff --git a/public/language/it/admin/manage/groups.json b/public/language/it/admin/manage/groups.json index 2f71d3d1b6..404c137a19 100644 --- a/public/language/it/admin/manage/groups.json +++ b/public/language/it/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Mostra Badge", "edit.private-details": "Se abilitato, l'unione ai gruppi richiede l'approvazione del proprietario del gruppo.", "edit.private-override": "Attenzione: I gruppi privati sono disabilitati a livello di sistema, il che prevale su questa opzione.", - "edit.disable-requests": "Disabilita le richieste di unione", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Nascosto", "edit.hidden-details": "Se abilitato, questo gruppo non apparirà nella lista dei gruppi, e gli utenti dovranno essere invitati manualmente", "edit.add-user": "Aggiungi utente al gruppo", diff --git a/public/language/it/admin/manage/post-queue.json b/public/language/it/admin/manage/post-queue.json index 7c82529de8..bb5c952534 100644 --- a/public/language/it/admin/manage/post-queue.json +++ b/public/language/it/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post in attesa", - "description": "Non ci sono post nei post in attesa.
Per abilitare questa funzione, vai in Impostazioni → Post → Restrizioni pubblicazione e abilita Post in attesa", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Utente", "category": "Categoria", "title": "Titolo", diff --git a/public/language/it/admin/manage/privileges.json b/public/language/it/admin/manage/privileges.json index b1ddac8bd6..8ec973e1cd 100644 --- a/public/language/it/admin/manage/privileges.json +++ b/public/language/it/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Globale", "global.no-users": "Nessun privilegio globale specifico per l'utente.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Carica immagini", "upload-files": "Carica file", diff --git a/public/language/it/admin/settings/post.json b/public/language/it/admin/settings/post.json index 985ab7ecf8..e2fe97e355 100644 --- a/public/language/it/admin/settings/post.json +++ b/public/language/it/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Restrizioni pubblicazione", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Abilita post in attesa", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/it/email.json b/public/language/it/email.json index a00296ec5e..2ccfd2cf51 100644 --- a/public/language/it/email.json +++ b/public/language/it/email.json @@ -27,7 +27,9 @@ "digest.week": "settimana", "digest.month": "mese", "digest.subject": "Riepilogo per %1", - "digest.title": "Il tuo riepilogo giornaliero", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nuovo messaggio chat ricevuto da %1", "notif.chat.cta": "Clicca qui per continuare la conversazione", "notif.chat.unsub.info": "Questa notifica di chat ti è stata inviata perché l'hai sottoscritta nelle impostazioni.", diff --git a/public/language/it/error.json b/public/language/it/error.json index 1fa0fb1c83..523f7126cb 100644 --- a/public/language/it/error.json +++ b/public/language/it/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Questo gruppo richiede almeno un proprietario.", "group-already-invited": "Questo utente è già stato invitato", "group-already-requested": "La tua richiesta di partecipazione è già stata inviata", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Questo post è già stato eliminato", "post-already-restored": "Questo Post è già stato ripristinato", "topic-already-deleted": "Questo topic è già stato eliminato", diff --git a/public/language/it/groups.json b/public/language/it/groups.json index e295f4a4e2..8c5c46f1ec 100644 --- a/public/language/it/groups.json +++ b/public/language/it/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Ultimi Post", "details.private": "Privato", "details.disableJoinRequests": "Disabilita le richieste d'iscrizione", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Concedi/Revoca la Proprietà", "details.kick": "Espelli", "details.kick_confirm": "Sei sicuro di voler rimuovere questo membro dal gruppo?", @@ -48,6 +49,7 @@ "event.updated": "I dettagli del Gruppo sono stati aggiornati", "event.deleted": "Il gruppo \"%1\" è stato eliminato", "membership.accept-invitation": "Accetta l'invito", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invito in sospeso", "membership.join-group": "Unisciti al Gruppo", "membership.leave-group": "Lascia il Gruppo", diff --git a/public/language/it/modules.json b/public/language/it/modules.json index a923d30c9a..be8e91d08d 100644 --- a/public/language/it/modules.json +++ b/public/language/it/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Butta fuori", "chat.show-ip": "Mostra indirizzo IP", "chat.owner": "Propietario stanza", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Componi", "composer.show_preview": "Visualizza Anteprima", "composer.hide_preview": "Nascondi Anteprima", diff --git a/public/language/it/topic.json b/public/language/it/topic.json index 236764e70e..3fd2d23877 100644 --- a/public/language/it/topic.json +++ b/public/language/it/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Questo post ha %1 revisioni.", "diffs.current-revision": "revisione corrente", "diffs.original-revision": "revisione originale", - "timeago_later": "%1 successivo" + "timeago_later": "%1 successivo", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/it/user.json b/public/language/it/user.json index 4d72bc8343..429cfa2a4c 100644 --- a/public/language/it/user.json +++ b/public/language/it/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Segui le discussioni a cui rispondi", "follow_topics_you_create": "Segui le discussioni che crei", "grouptitle": "Titolo del Gruppo", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Nessun titolo al gruppo", "select-skin": "Seleziona uno Skin", "select-homepage": "Seleziona una Pagina Iniziale", diff --git a/public/language/ja/admin/general/dashboard.json b/public/language/ja/admin/general/dashboard.json index 8f9bbbc9f1..6cef90f7b8 100644 --- a/public/language/ja/admin/general/dashboard.json +++ b/public/language/ja/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "表示したいページビューの日付範囲を入力します。日付選択ツールが使用できない場合、受け入れ可能な形式は次のとおりです。YYYY-MM-DD", "page-views-custom-error": "有効な期間をフォーマットで入力してくださいYYYY-MM-DD", - "stats.day": "日", - "stats.week": "週", - "stats.month": "月", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "全て", "updates": "更新", diff --git a/public/language/ja/admin/manage/groups.json b/public/language/ja/admin/manage/groups.json index afc57fbaa0..146ed768d9 100644 --- a/public/language/ja/admin/manage/groups.json +++ b/public/language/ja/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "バッジを表示", "edit.private-details": "有効になっている場合、グループの参加にはグループオーナーの承認が必要です。", "edit.private-override": "警告:プライベートグループはシステムレベルで無効になっており、このオプションは無効になります。", - "edit.disable-requests": "参加申請を無効にする", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "非表示", "edit.hidden-details": "有効の場合、このグループはグループ一覧で発見することは出来ず、ユーザーが手動で招待する必要があります。", "edit.add-user": "グループにユーザーを追加", diff --git a/public/language/ja/admin/manage/post-queue.json b/public/language/ja/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/ja/admin/manage/post-queue.json +++ b/public/language/ja/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/ja/admin/manage/privileges.json b/public/language/ja/admin/manage/privileges.json index 0db45acc4b..1cac9f3e03 100644 --- a/public/language/ja/admin/manage/privileges.json +++ b/public/language/ja/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "グローバル", "global.no-users": "ユーザー固有のグローバル特権はありません。", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "チャット", "upload-images": "画像をアップロード", "upload-files": "ファイルをアップロード", diff --git a/public/language/ja/admin/settings/post.json b/public/language/ja/admin/settings/post.json index 547a08f3e5..4d184fd06b 100644 --- a/public/language/ja/admin/settings/post.json +++ b/public/language/ja/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "最大投稿", "sorting.topic-default": "デフォルトのスレッドの並び順", "length": "投稿の長さ", + "post-queue": "Post Queue", "restrictions": "転記の制限", "restrictions-new": "新しいユーザー制限", "restrictions.post-queue": "投稿キューを有効にする", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "新しいユーザー制限を有効にする", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/ja/email.json b/public/language/ja/email.json index 71014c5c92..117e73b90a 100644 --- a/public/language/ja/email.json +++ b/public/language/ja/email.json @@ -27,7 +27,9 @@ "digest.week": "週", "digest.month": "月", "digest.subject": "%1のダイジェスト", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "%1さんからの新しいチャットメッセージがあります。", "notif.chat.cta": "クリックして会話を続ける", "notif.chat.unsub.info": "このチャットの通知はあなたの購読設定により送られました。", diff --git a/public/language/ja/error.json b/public/language/ja/error.json index 0350644cf3..0791af9d2b 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "このグループには少なくとも一人のオーナーが必要です", "group-already-invited": "このユーザーが既に招待されました", "group-already-requested": "あなたのメンバーシップの要求が既に提出されました", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "この投稿が既に削除されました", "post-already-restored": "この投稿が既に復元されました", "topic-already-deleted": "このスレッドは既に削除されました", diff --git a/public/language/ja/groups.json b/public/language/ja/groups.json index 3c4ddb2823..76288f3c21 100644 --- a/public/language/ja/groups.json +++ b/public/language/ja/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "最近の投稿", "details.private": "プライベート", "details.disableJoinRequests": "参加申請を無効にする", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "寄贈/取り消す管理権限", "details.kick": "キック", "details.kick_confirm": "このメンバーをグループから削除", @@ -48,6 +49,7 @@ "event.updated": "グループ詳細が更新されました。", "event.deleted": "グループ\"%1\"は削除されました。", "membership.accept-invitation": "招待を受ける", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "招待を保留", "membership.join-group": "グループへ参加", "membership.leave-group": "グループから離脱", diff --git a/public/language/ja/modules.json b/public/language/ja/modules.json index 0d00417d2c..9cb03c10e9 100644 --- a/public/language/ja/modules.json +++ b/public/language/ja/modules.json @@ -34,6 +34,9 @@ "chat.kick": "キック", "chat.show-ip": "IP表示", "chat.owner": "部屋の管理者", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "構成", "composer.show_preview": "プレビュー表示", "composer.hide_preview": "プレビュー非表示", diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json index 9855ca8613..387d6cb0e8 100644 --- a/public/language/ja/topic.json +++ b/public/language/ja/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "現在のリビジョン", "diffs.original-revision": "元のリビジョン", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/ja/user.json b/public/language/ja/user.json index adb3835f36..80255930f9 100644 --- a/public/language/ja/user.json +++ b/public/language/ja/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "あなたが返信したスレッドをウォッチする", "follow_topics_you_create": "あなたが作成したスレッドをウォッチする", "grouptitle": "グループ題名", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "グループ名がありません", "select-skin": "スキンを選んで下さい", "select-homepage": "ホームページの設定", diff --git a/public/language/ko/admin/general/dashboard.json b/public/language/ko/admin/general/dashboard.json index f2af1170ad..6c75c765db 100644 --- a/public/language/ko/admin/general/dashboard.json +++ b/public/language/ko/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "페이지 뷰를 확인하고 싶은 기간을 입력하세요. 만약 데이트 피커를 사용할 수 없다면, YYYY-MM-DD 포맷으로 입력해주세요.", "page-views-custom-error": "유효한 기간을 다음과 같은 포맷으로 입력하세요 YYYY-MM-DD", - "stats.day": "일", - "stats.week": "주", - "stats.month": "월", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "항상", "updates": "업데이트", diff --git a/public/language/ko/admin/manage/groups.json b/public/language/ko/admin/manage/groups.json index f06130aad4..e9b3f1e1a4 100644 --- a/public/language/ko/admin/manage/groups.json +++ b/public/language/ko/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "뱃지 보여주기", "edit.private-details": "만약 활성화된다면, 그룹에 가입하기 위해서는 그룹 운영자의 승인이 필요합니다.", "edit.private-override": "경고: 비공개 그룹은 시스템에 의해 비활성화 되었으며, 시스템 설정은 이 옵션보다 우위를 가집니다.", - "edit.disable-requests": "가입 신청 비활성화", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "숨김", "edit.hidden-details": "활성 시 그룹 목록에 노출되지 않습니다. 또한 구성원은 초대를 통해서만 가입이 가능합니다.", "edit.add-user": "그룹에 사용자 추가", diff --git a/public/language/ko/admin/manage/post-queue.json b/public/language/ko/admin/manage/post-queue.json index 176d740765..e5ec934ddf 100644 --- a/public/language/ko/admin/manage/post-queue.json +++ b/public/language/ko/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "게시 대기열", - "description": "게시 대기열에 글이 없습니다.
이 기능을 사용하려면 설정 → 글→ 게시대기에서게시대기를 활성화 하세요.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "사용자", "category": "카테고리", "title": "제목", diff --git a/public/language/ko/admin/manage/privileges.json b/public/language/ko/admin/manage/privileges.json index 62d138927d..532a1691c7 100644 --- a/public/language/ko/admin/manage/privileges.json +++ b/public/language/ko/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "글로벌", "global.no-users": "사용자별 글로벌 권한이 없습니다.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "대화", "upload-images": "이미지 업로드", "upload-files": "파일 업로드", diff --git a/public/language/ko/admin/settings/post.json b/public/language/ko/admin/settings/post.json index fadd1091f4..3c106659be 100644 --- a/public/language/ko/admin/settings/post.json +++ b/public/language/ko/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "게시글 개수 순", "sorting.topic-default": "게시물 정렬기준 기본값", "length": "게시글 길이", + "post-queue": "Post Queue", "restrictions": "글 작성 제약사항", "restrictions-new": "신규 사용자 제한", "restrictions.post-queue": "게시 대기열 사용", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "신규 사용자 제한 활성화", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/ko/email.json b/public/language/ko/email.json index ac7d69afa0..d001fb84e3 100644 --- a/public/language/ko/email.json +++ b/public/language/ko/email.json @@ -27,7 +27,9 @@ "digest.week": "주", "digest.month": "월", "digest.subject": "%1님을 위한 다이제스트", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "%1님이 대화 메시지를 보냈습니다.", "notif.chat.cta": "대화를 계속하려면 여기를 클릭하세요.", "notif.chat.unsub.info": "이 대화 알림은 사용자의 구독 설정에 따라 전송되었습니다.", diff --git a/public/language/ko/error.json b/public/language/ko/error.json index a9a41d9614..370efbe645 100644 --- a/public/language/ko/error.json +++ b/public/language/ko/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "이 그룹은 적어도 한 명의 소유자가 필요합니다.", "group-already-invited": "이 사용자는 이미 초대됐습니다.", "group-already-requested": "회원 요청이 이미 제출되었습니다.", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "이미 삭제된 포스트 입니다.", "post-already-restored": "이미 복원된 포스트 입니다.", "topic-already-deleted": "이미 삭제된 게시물 입니다.", diff --git a/public/language/ko/groups.json b/public/language/ko/groups.json index e0161c8ccb..9e765e7458 100644 --- a/public/language/ko/groups.json +++ b/public/language/ko/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "최근 포스트", "details.private": "비공개", "details.disableJoinRequests": "가입 신청 비활성화하기", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "소유권 이전/포기하기", "details.kick": "내보내기", "details.kick_confirm": "이 사용자를 해당 그룹에서 삭제 하시겠습니까?", @@ -48,6 +49,7 @@ "event.updated": "그룹 정보가 업데이트 되었습니다.", "event.deleted": "%1 그룹이 삭제되었습니다.", "membership.accept-invitation": "초대 수락", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "보류중인 초대 수락", "membership.join-group": "그룹 들어가기", "membership.leave-group": "그룹 나가기", diff --git a/public/language/ko/modules.json b/public/language/ko/modules.json index b258d85c21..d7e5dfaa45 100644 --- a/public/language/ko/modules.json +++ b/public/language/ko/modules.json @@ -34,6 +34,9 @@ "chat.kick": "추방", "chat.show-ip": "IP 보이기", "chat.owner": "방 소유자", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "작성", "composer.show_preview": "미리보기", "composer.hide_preview": "미리보기 숨김", diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json index 4546a69283..bbb273c9a5 100644 --- a/public/language/ko/topic.json +++ b/public/language/ko/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "이 게시글에는 %1번의 수정이 있습니다.", "diffs.current-revision": "현재 리비젼", "diffs.original-revision": "원래의 리비젼", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/ko/user.json b/public/language/ko/user.json index 44c7987797..72d8661b8e 100644 --- a/public/language/ko/user.json +++ b/public/language/ko/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "내가 답글을 단 게시물을 관심 목록에 추가", "follow_topics_you_create": "내가 작성한 게시물을 관심 목록에 추가", "grouptitle": "그룹 이름", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "그룹 이름이 없습니다.", "select-skin": "스킨 선택", "select-homepage": "홈페이지 선택", diff --git a/public/language/lt/admin/general/dashboard.json b/public/language/lt/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/lt/admin/general/dashboard.json +++ b/public/language/lt/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/lt/admin/manage/groups.json b/public/language/lt/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/lt/admin/manage/groups.json +++ b/public/language/lt/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/lt/admin/manage/post-queue.json b/public/language/lt/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/lt/admin/manage/post-queue.json +++ b/public/language/lt/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/lt/admin/manage/privileges.json b/public/language/lt/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/lt/admin/manage/privileges.json +++ b/public/language/lt/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/lt/admin/settings/post.json b/public/language/lt/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/lt/admin/settings/post.json +++ b/public/language/lt/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/lt/email.json b/public/language/lt/email.json index 2ba4ce38ec..af2cac8eb3 100644 --- a/public/language/lt/email.json +++ b/public/language/lt/email.json @@ -27,7 +27,9 @@ "digest.week": "savaitė", "digest.month": "mėnuo", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nauja pokalbio žinutė gauta iš %1", "notif.chat.cta": "Pokalbio pratęsimui spauskite čia", "notif.chat.unsub.info": "Šios žinutės perpėjimas buvo išsiųstas į tavo prenumeratos nustatymus", diff --git a/public/language/lt/error.json b/public/language/lt/error.json index 2d4c10d3a8..cad2948606 100644 --- a/public/language/lt/error.json +++ b/public/language/lt/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Ši grupė reikalauja mažiausiai vieno savininko", "group-already-invited": "Šis vartotojas jau buvo pakviestas", "group-already-requested": "Jūsų prašymas dėl narystes jau buvo pateiktas", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Šis įrašas jau buvo ištrintas", "post-already-restored": "Šis įrašas jau atstatytas", "topic-already-deleted": "Ši tema jau ištrinta", diff --git a/public/language/lt/groups.json b/public/language/lt/groups.json index 21f2b8626f..a293ba5689 100644 --- a/public/language/lt/groups.json +++ b/public/language/lt/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Vėliausi įrašai", "details.private": "Asmeniška", "details.disableJoinRequests": "Disable join requests", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Duoti/Atšaukti Nuosavybę", "details.kick": "Išmesti", "details.kick_confirm": "Ar tikrai šį narį norite pašalinti iš grupės?", @@ -48,6 +49,7 @@ "event.updated": "Grupės informacija atnaujinta", "event.deleted": "Grupė \"%1\" pašalinta", "membership.accept-invitation": "Priimti Kvietimą", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Pakvietimas Laukiamas", "membership.join-group": "Prisijungti Prie Grupės", "membership.leave-group": "Palikti Grupę", diff --git a/public/language/lt/modules.json b/public/language/lt/modules.json index 7691b0ba30..3329aff5f6 100644 --- a/public/language/lt/modules.json +++ b/public/language/lt/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Sukomponuoti", "composer.show_preview": "Rodyti pavyzdį", "composer.hide_preview": "Slėpti pavyzdį", diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json index 1341f3491b..12551c5c32 100644 --- a/public/language/lt/topic.json +++ b/public/language/lt/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/lt/user.json b/public/language/lt/user.json index 2734192872..92215d6a2d 100644 --- a/public/language/lt/user.json +++ b/public/language/lt/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Peržiūrėti temas, kuriose Jūs atsakėte", "follow_topics_you_create": "Peržiūrėti temas, kurias Jūs sukūrėte", "grouptitle": "Grupės pavadinimas", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Nėra grupės pavadinimo", "select-skin": "Pasirinkite išvaizdą", "select-homepage": "Pasirinkite pagrindinį puslapį", diff --git a/public/language/lv/admin/general/dashboard.json b/public/language/lv/admin/general/dashboard.json index 88872b3fe5..24259f98f5 100644 --- a/public/language/lv/admin/general/dashboard.json +++ b/public/language/lv/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Ievadīt datumu diapazonu, kā lapu skatījumu skaitu vēlies redzēt. Ja datumu atlasītājs nav pieejams, lietot formātu YYYY-MM-DD", "page-views-custom-error": "Lūdzu, ievadīt derīgu datumu diapazonu formatā YYYY-MM-DD", - "stats.day": "Šodien", - "stats.week": "Šonedēļ", - "stats.month": "Šomēnes", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Visu laiku", "updates": "Atjauninājumi", diff --git a/public/language/lv/admin/manage/groups.json b/public/language/lv/admin/manage/groups.json index 80e4eb831b..7d34907997 100644 --- a/public/language/lv/admin/manage/groups.json +++ b/public/language/lv/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Rādīt etiķeti", "edit.private-details": "Pievienoties grupai nepieciešama grupas īpašnieka apstiprināšana.", "edit.private-override": "Brīdinājums: privātās grupas ir atspējotas sistēmas līmenī, un šo opciju neņems vērā.", - "edit.disable-requests": "Atspējot pievienošanās pieteikumus", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Paslēpta", "edit.hidden-details": "Grupa nav redzama grupu sarakstā un lietotāji būs jāuzaicina pašrocīgi", "edit.add-user": "Pievienot lietotāju grupai", diff --git a/public/language/lv/admin/manage/post-queue.json b/public/language/lv/admin/manage/post-queue.json index 815dc6fd96..4f68aea318 100644 --- a/public/language/lv/admin/manage/post-queue.json +++ b/public/language/lv/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Rakstu apstiprināšanas rinda", - "description": "Apstiprināšanas rinda ir tukša.
Lai iespējotu šo funkciju, dodies uz Iestatījumi → Raksti → Jauno lietotāju ierobežojumi un Iespējo rakstu apstiprināšanas rindu.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Lietotājs", "category": "Kategorija", "title": "Virsraksts", diff --git a/public/language/lv/admin/manage/privileges.json b/public/language/lv/admin/manage/privileges.json index 872b3465b3..2b7f68189f 100644 --- a/public/language/lv/admin/manage/privileges.json +++ b/public/language/lv/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Globālās", "global.no-users": "Nav lietotājiem īpašo globālo privilēģiju.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Sarunāties", "upload-images": "Augšupielādēt bildes", "upload-files": "Augšupielādēt failus", diff --git a/public/language/lv/admin/settings/post.json b/public/language/lv/admin/settings/post.json index 07d3c319f8..01f119241c 100644 --- a/public/language/lv/admin/settings/post.json +++ b/public/language/lv/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Visvairāk rakstu", "sorting.topic-default": "Noklusējuma tematu kārtošana", "length": "Raksta garums", + "post-queue": "Post Queue", "restrictions": "Publicēšanas ierobežojumi", "restrictions-new": "Jauno lietotāju ierobežojumi", "restrictions.post-queue": "Iespējot rakstu apstiprināšanas rindu", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Iespējot jauno lietotāju ierobežojumus", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/lv/email.json b/public/language/lv/email.json index 303ae78b45..1aec2de915 100644 --- a/public/language/lv/email.json +++ b/public/language/lv/email.json @@ -27,7 +27,9 @@ "digest.week": "nedēļa", "digest.month": "mēness", "digest.subject": "Kopsavilkums par %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Jauna saruna saņemta no %1", "notif.chat.cta": "Noklikšķini, lai turpinātu sarunu", "notif.chat.unsub.info": "Sarunas paziņojums tika Tev nosūtīts Tavu abonēšanas iestatījumu dēļ.", diff --git a/public/language/lv/error.json b/public/language/lv/error.json index 6c6a6c0643..8a08f79060 100644 --- a/public/language/lv/error.json +++ b/public/language/lv/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Šai grupai ir nepieciešams vismaz viens īpašnieks", "group-already-invited": "Šis lietotājs jau ir uzaicināts", "group-already-requested": "Tavs biedru pieteikums jau ir iesniegts", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Raksts jau ir izdzēsts", "post-already-restored": "Raksts jau ir atjaunots", "topic-already-deleted": "Temats jau ir izdzēsts", diff --git a/public/language/lv/groups.json b/public/language/lv/groups.json index 5964c667e5..95336d7260 100644 --- a/public/language/lv/groups.json +++ b/public/language/lv/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Pēdējie raksti", "details.private": "Privāta", "details.disableJoinRequests": "Atspējot biedra pieprasījumus", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Piešķirt/atsaukt īpašumtiesības", "details.kick": "Izslēgt", "details.kick_confirm": "Vai tiešām vēlies izslēgt šo biedru no grupas?", @@ -48,6 +49,7 @@ "event.updated": "Grupas informācija ir atjaunināta", "event.deleted": "Grupa %1 ir izdzēsta", "membership.accept-invitation": "Pieņemt ielūgumu", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Neapstiprināts ielūgums", "membership.join-group": "Pievienoties grupai", "membership.leave-group": "Atstāt grupu", diff --git a/public/language/lv/modules.json b/public/language/lv/modules.json index fc0697de18..61ce109d17 100644 --- a/public/language/lv/modules.json +++ b/public/language/lv/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Izslēgt", "chat.show-ip": "Rādīt IP adresi", "chat.owner": "Tērzētavas īpašnieks", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Rediģēt", "composer.show_preview": "Rādīt priekšskatu", "composer.hide_preview": "Slēpt priekšskatu", diff --git a/public/language/lv/topic.json b/public/language/lv/topic.json index 642abaee2e..4f31b27b34 100644 --- a/public/language/lv/topic.json +++ b/public/language/lv/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Šim rakstam ir %1 versijas.", "diffs.current-revision": "pašreizējā versija", "diffs.original-revision": "sākotnējā versija", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/lv/user.json b/public/language/lv/user.json index 5359dd5058..663f4ed85f 100644 --- a/public/language/lv/user.json +++ b/public/language/lv/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Novērot tematus, kuros esi rakstījis(-jusi)", "follow_topics_you_create": "Novērot tematus, kurus esi izveidojis(-jusi)", "grouptitle": "Grupa", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Nav", "select-skin": "Ādiņa", "select-homepage": "Sākumlapa", diff --git a/public/language/ms/admin/general/dashboard.json b/public/language/ms/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/ms/admin/general/dashboard.json +++ b/public/language/ms/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/ms/admin/manage/groups.json b/public/language/ms/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/ms/admin/manage/groups.json +++ b/public/language/ms/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/ms/admin/manage/post-queue.json b/public/language/ms/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/ms/admin/manage/post-queue.json +++ b/public/language/ms/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/ms/admin/manage/privileges.json b/public/language/ms/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/ms/admin/manage/privileges.json +++ b/public/language/ms/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/ms/admin/settings/post.json b/public/language/ms/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/ms/admin/settings/post.json +++ b/public/language/ms/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/ms/email.json b/public/language/ms/email.json index 9aeafb598e..ebaaea96cd 100644 --- a/public/language/ms/email.json +++ b/public/language/ms/email.json @@ -27,7 +27,9 @@ "digest.week": "week", "digest.month": "month", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Pesanan baru diterima dari %1", "notif.chat.cta": "Klik sini untuk meneruskan perbualan", "notif.chat.unsub.info": "Pemberitahuan sembang ini dihantar berdasarkan tetapan langganan anda.", diff --git a/public/language/ms/error.json b/public/language/ms/error.json index bdfc3ab75f..021fd6db57 100644 --- a/public/language/ms/error.json +++ b/public/language/ms/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Kumpulan ini memerlukan sekurang-kurangnya seorang pemilik", "group-already-invited": "Pengguna ini telah pun dijemput", "group-already-requested": "Permintaan anda untuk menjadi telah pun dihantar", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Kiriman ini telah dipadam", "post-already-restored": "Kiriman ini telah dipulihkan", "topic-already-deleted": "Topik ini telah dipadam", diff --git a/public/language/ms/groups.json b/public/language/ms/groups.json index 94ff4e2a86..f9b09c2def 100644 --- a/public/language/ms/groups.json +++ b/public/language/ms/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Kiriman Terkini", "details.private": "Privasi", "details.disableJoinRequests": "Batalkan permintaan sertai", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Pemberian/Pembatalan pemilikan", "details.kick": "Tendang", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Perincian kumpulan telah dikemaskini", "event.deleted": "Kumpulan \"%1\" telah dipadam", "membership.accept-invitation": "Terima Jemputan", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Jemputan Menunggu", "membership.join-group": "Masuk Kumpulan", "membership.leave-group": "Keluar Kumpulan", diff --git a/public/language/ms/modules.json b/public/language/ms/modules.json index 8cf268a541..5c1a445514 100644 --- a/public/language/ms/modules.json +++ b/public/language/ms/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Tulis", "composer.show_preview": "Pra-lihat", "composer.hide_preview": "Sorok pra-lihat", diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json index 4fa3c644db..5b7bdca068 100644 --- a/public/language/ms/topic.json +++ b/public/language/ms/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/ms/user.json b/public/language/ms/user.json index fa9db38044..72575654a9 100644 --- a/public/language/ms/user.json +++ b/public/language/ms/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Watch topics you create", "grouptitle": "Group Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Tiada nama kumpulan", "select-skin": "Pilih skin", "select-homepage": "Pilih Laman Utama", diff --git a/public/language/nb/admin/general/dashboard.json b/public/language/nb/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/nb/admin/general/dashboard.json +++ b/public/language/nb/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/nb/admin/manage/groups.json b/public/language/nb/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/nb/admin/manage/groups.json +++ b/public/language/nb/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/nb/admin/manage/post-queue.json b/public/language/nb/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/nb/admin/manage/post-queue.json +++ b/public/language/nb/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/nb/admin/manage/privileges.json b/public/language/nb/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/nb/admin/manage/privileges.json +++ b/public/language/nb/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/nb/admin/settings/post.json b/public/language/nb/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/nb/admin/settings/post.json +++ b/public/language/nb/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/nb/email.json b/public/language/nb/email.json index df8006ce39..dc1eb54b17 100644 --- a/public/language/nb/email.json +++ b/public/language/nb/email.json @@ -27,7 +27,9 @@ "digest.week": "week", "digest.month": "month", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Ny samtalemelding mottatt fra %1", "notif.chat.cta": "Klikk her for å fortsette samtalen", "notif.chat.unsub.info": "Denne samtale-varselen ble sendt til deg basert på dine innstillinger for abonnering.", diff --git a/public/language/nb/error.json b/public/language/nb/error.json index a9c138f511..1740c04e70 100644 --- a/public/language/nb/error.json +++ b/public/language/nb/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Denne gruppen krever minst en eier", "group-already-invited": "Denne brukeren har allerede blitt invitert", "group-already-requested": "Forespørsel om medlemskap er allerede innsendt", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Dette innlegget har blitt slettet", "post-already-restored": "Dette innlegget har allerede blitt gjenopprettet", "topic-already-deleted": "Dette emnet har allerede blitt slettet", diff --git a/public/language/nb/groups.json b/public/language/nb/groups.json index c7c1fe9f88..9870f54c93 100644 --- a/public/language/nb/groups.json +++ b/public/language/nb/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Seneste innlegg", "details.private": "Privat", "details.disableJoinRequests": "Disable join requests", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Gi/Opphev Eierskap", "details.kick": "Kast ut", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Gruppedetaljer har blitt oppdatert", "event.deleted": "Gruppen \"%1\" har blitt slettet", "membership.accept-invitation": "Aksepter invitasjon", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitasjon venter", "membership.join-group": "Bli med i gruppe", "membership.leave-group": "Forlat gruppe", diff --git a/public/language/nb/modules.json b/public/language/nb/modules.json index a5405365df..d797b3dfa4 100644 --- a/public/language/nb/modules.json +++ b/public/language/nb/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Komponer", "composer.show_preview": "Vis forhåndsvisning", "composer.hide_preview": "Skjul forhåndsvisning", diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json index 1e066fa6f1..eec35accae 100644 --- a/public/language/nb/topic.json +++ b/public/language/nb/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/nb/user.json b/public/language/nb/user.json index 6eef33184c..ecd9fb41c9 100644 --- a/public/language/nb/user.json +++ b/public/language/nb/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Watch topics you create", "grouptitle": "Group Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Ingen gruppetittel", "select-skin": "Velg et skin", "select-homepage": "Select a Homepage", diff --git a/public/language/nl/admin/general/dashboard.json b/public/language/nl/admin/general/dashboard.json index 7e99e1f24b..8ff7c081f6 100644 --- a/public/language/nl/admin/general/dashboard.json +++ b/public/language/nl/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/nl/admin/manage/groups.json b/public/language/nl/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/nl/admin/manage/groups.json +++ b/public/language/nl/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/nl/admin/manage/post-queue.json b/public/language/nl/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/nl/admin/manage/post-queue.json +++ b/public/language/nl/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/nl/admin/manage/privileges.json b/public/language/nl/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/nl/admin/manage/privileges.json +++ b/public/language/nl/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/nl/admin/settings/post.json b/public/language/nl/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/nl/admin/settings/post.json +++ b/public/language/nl/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/nl/email.json b/public/language/nl/email.json index 12a47f2267..dad7046d79 100644 --- a/public/language/nl/email.json +++ b/public/language/nl/email.json @@ -27,7 +27,9 @@ "digest.week": "week", "digest.month": "maand", "digest.subject": "Samenvatting voor %1", - "digest.title": "Uw dagelijkse samenvatting", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nieuw chatbericht van %1", "notif.chat.cta": "Klik hier om het gesprek te hervatten", "notif.chat.unsub.info": "Deze notificatie is verzonden vanwege de gebruikersinstellingen voor abonnementen.", diff --git a/public/language/nl/error.json b/public/language/nl/error.json index efc34ee488..5b6f25bab3 100644 --- a/public/language/nl/error.json +++ b/public/language/nl/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "De groep vereist ten minste 1 eigenaar", "group-already-invited": "Deze gebruiker is al uitgenodigt", "group-already-requested": "Uw lidmaatschap aanvraag is al verstuurd", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Dit bericht is al verwijderd", "post-already-restored": "Dit bericht is al hersteld", "topic-already-deleted": "Dit onderwerp is al verwijderd", diff --git a/public/language/nl/groups.json b/public/language/nl/groups.json index 582d83ce05..32a90021fe 100644 --- a/public/language/nl/groups.json +++ b/public/language/nl/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Meest recente berichten", "details.private": "Prive", "details.disableJoinRequests": "Groepsverzoeken uitschakelen", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Toekennen/herroepen van eigendom", "details.kick": "Kick", "details.kick_confirm": "Weet u zeker dat u de gebruiker wilt verwijderen uit de groep?", @@ -48,6 +49,7 @@ "event.updated": "Groepsdetails zijn bijgewerkt", "event.deleted": "De groep \"%1\" is verwijderd", "membership.accept-invitation": "Uitnodiging accepteren", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Openstaande uitnodiging", "membership.join-group": "Deelnemen aan groep", "membership.leave-group": "Verlaat groep", diff --git a/public/language/nl/modules.json b/public/language/nl/modules.json index 7734504c00..bc86a1df20 100644 --- a/public/language/nl/modules.json +++ b/public/language/nl/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Schop", "chat.show-ip": "Geef IP weer", "chat.owner": "Chatroom-eigenaar", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Samenstellen", "composer.show_preview": "Voorbeeldweergave", "composer.hide_preview": "Verberg voorbeeld", diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json index 14e288f47b..a07a689811 100644 --- a/public/language/nl/topic.json +++ b/public/language/nl/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Dit bericht heeft %1 revisies.", "diffs.current-revision": "Huidige revisie", "diffs.original-revision": "Oorspronkelijke revisie", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/nl/user.json b/public/language/nl/user.json index 76409927f1..cf5fc691b7 100644 --- a/public/language/nl/user.json +++ b/public/language/nl/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Ontvang meldingen van berichten waar je op hebt gereageerd", "follow_topics_you_create": "Ontvang meldingen van berichten die je hebt gemaakt", "grouptitle": "Groepstitel", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Geen groepstitel", "select-skin": "Selecteer een skin", "select-homepage": "Selecteer een startpagina", diff --git a/public/language/pl/admin/general/dashboard.json b/public/language/pl/admin/general/dashboard.json index 7160a73eeb..5eae19c627 100644 --- a/public/language/pl/admin/general/dashboard.json +++ b/public/language/pl/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Wprowadź zakres dat dla wyświetleń strony, które chcesz zobaczyć. Jeśli nie ma możliwości wyboru daty, obowiązuje format RRRR-MM-DD", "page-views-custom-error": "Proszę wprowadzić poprawny zakres dat w formacie YYYY-MM-DD", - "stats.day": "Dzień", - "stats.week": "Tydzień", - "stats.month": "Miesiąc", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Cały czas", "updates": "Aktualizacje", diff --git a/public/language/pl/admin/manage/groups.json b/public/language/pl/admin/manage/groups.json index 916aba8af8..70639b96b7 100644 --- a/public/language/pl/admin/manage/groups.json +++ b/public/language/pl/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Pokaż etykietę", "edit.private-details": "Jeśli włączone, przystępowanie do grup wymaga zatwierdzenia przez właściciela grupy", "edit.private-override": "Ostrzeżenie: Prywatne grupy są wyłączone w ustawieniach, co powoduje przesłonięcia opcji.", - "edit.disable-requests": "Wyłącz prośby o dołączenie", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Ukryta", "edit.hidden-details": "Jeśli opcja jest włączona, grupa ta nie będzie widoczna dla użytkowników.", "edit.add-user": "Dodaj użytkownika do grupy", diff --git a/public/language/pl/admin/manage/post-queue.json b/public/language/pl/admin/manage/post-queue.json index 8d8e1f48c6..afb4d99ac4 100644 --- a/public/language/pl/admin/manage/post-queue.json +++ b/public/language/pl/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Kolejka postów", - "description": "Brak postów w kolejce.
W celu włączenia tej funkcji, przejdź do Ustawienia → Posty → Ograniczenia pisania i włącz Kolejkę postów. ", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Użytkownik", "category": "Kategoria", "title": "Tytuł", diff --git a/public/language/pl/admin/manage/privileges.json b/public/language/pl/admin/manage/privileges.json index 85b8f45e4c..b77a1e6844 100644 --- a/public/language/pl/admin/manage/privileges.json +++ b/public/language/pl/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Globalny", "global.no-users": "Brak globalnych uprawnień zdefiniowanych dla użytkownika", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Dostęp do czatu", "upload-images": "Przesyłanie zdjęć", "upload-files": "Przesyłanie plików", diff --git a/public/language/pl/admin/settings/post.json b/public/language/pl/admin/settings/post.json index 316fcf85b8..023c581d50 100644 --- a/public/language/pl/admin/settings/post.json +++ b/public/language/pl/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Najwięcej postów", "sorting.topic-default": "Domyślne sortowanie tematów", "length": "Długość postu", + "post-queue": "Post Queue", "restrictions": "Restrykcje postowania", "restrictions-new": "Restrykcje dla nowych użytkowników", "restrictions.post-queue": "Włącz kolejkę postów", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Włącz restrykcje dla nowych użytkowników", "restrictions.post-queue-help": "Włączenie kolejki postów spowoduje umieszczenie postów nowych użytkowników w kolejce do zatwierdzenia", "restrictions-new.post-queue-help": "Włączenie restrykcji dla nowych użytkowników ustawi restrykcje na ich wpisy.", diff --git a/public/language/pl/email.json b/public/language/pl/email.json index b401f86572..1071a45764 100644 --- a/public/language/pl/email.json +++ b/public/language/pl/email.json @@ -27,7 +27,9 @@ "digest.week": "tygodni", "digest.month": "miesięcy", "digest.subject": "Podsumowanie z %1", - "digest.title": "Twój codzienny przegląd", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nowa wiadomość na czacie od %1", "notif.chat.cta": "Kliknij tutaj, aby kontynuować rozmowę", "notif.chat.unsub.info": "To powiadomienie o czacie zostało wysłane zgodnie z Twoimi ustawieniami.", diff --git a/public/language/pl/error.json b/public/language/pl/error.json index 3a05abe781..cfa937e3e4 100644 --- a/public/language/pl/error.json +++ b/public/language/pl/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Ta grupa musi mieć przynajmniej jednego właściciela", "group-already-invited": "Ten użytkownik został już zaproszony", "group-already-requested": "Twoje podanie o członkostwo zostało już wysłane", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Ten post został już skasowany", "post-already-restored": "Ten post został już przywrócony", "topic-already-deleted": "Ten temat został już skasowany", diff --git a/public/language/pl/groups.json b/public/language/pl/groups.json index 488bf3d469..a57b84ee46 100644 --- a/public/language/pl/groups.json +++ b/public/language/pl/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Ostatnie posty", "details.private": "Prywatna", "details.disableJoinRequests": "Wyłączono prośbę o dołączenie", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Nadaj/Cofnij prawa Właściciela", "details.kick": "Wykop", "details.kick_confirm": "Jesteś pewny, że chcesz wyrzucić tego użytkownika z grupy?", @@ -48,6 +49,7 @@ "event.updated": "Dane grupy zostały zaktualizowane", "event.deleted": "Grupa \"%1\" została usunięta", "membership.accept-invitation": "Przyjmij zaproszenie", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Oczekujące zaproszenie", "membership.join-group": "Dołącz do grupy", "membership.leave-group": "Opuść grupę", diff --git a/public/language/pl/modules.json b/public/language/pl/modules.json index e797ddd406..869e2f80f2 100644 --- a/public/language/pl/modules.json +++ b/public/language/pl/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Wyrzuć", "chat.show-ip": "Pokaż IP", "chat.owner": "Właściciel pokoju", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Napisz", "composer.show_preview": "Pokaż podgląd", "composer.hide_preview": "Ukryj podgląd", diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json index 0e64548865..8f42c6ce55 100644 --- a/public/language/pl/topic.json +++ b/public/language/pl/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Ten post zawiera %1 zmian.", "diffs.current-revision": "wersja obecna", "diffs.original-revision": "pierwsza zmiana", - "timeago_later": "%1 później" + "timeago_later": "%1 później", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/pl/user.json b/public/language/pl/user.json index 6b0d91a284..105a792414 100644 --- a/public/language/pl/user.json +++ b/public/language/pl/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Obserwuj tematy, w których uczestniczysz", "follow_topics_you_create": "Obserwuj tematy, które utworzyłeś", "grouptitle": "Nazwa grupy", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Brak nazwy grupy", "select-skin": "Wybierz skórkę", "select-homepage": "Wybierz stronę startową", diff --git a/public/language/pt-BR/admin/general/dashboard.json b/public/language/pt-BR/admin/general/dashboard.json index 9b6c0e0c2e..f5800aaef9 100644 --- a/public/language/pt-BR/admin/general/dashboard.json +++ b/public/language/pt-BR/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Entre com um intervalo de data de visualizações de página que gostaria de ver. Se nenhum selecionador de data estiver disponível, o formato aceito é AAAA-MM-DD", "page-views-custom-error": "Por favor, entre com um intervalo de data válido no formato AAAA-MM-DD", - "stats.day": "Dia", - "stats.week": "Semana", - "stats.month": "Mês", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Todos os Tempos", "updates": "Atualizações", diff --git a/public/language/pt-BR/admin/manage/groups.json b/public/language/pt-BR/admin/manage/groups.json index 7179ebe186..125b666290 100644 --- a/public/language/pt-BR/admin/manage/groups.json +++ b/public/language/pt-BR/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Mostrar Insígnia", "edit.private-details": "Se ativado, entrar em grupos requer a aprovação do dono do grupo.", "edit.private-override": "Aviso: grupos privados estão desabilitados no sistema, o que sobrepõe esta opção.", - "edit.disable-requests": "Desabilitar solicitações de entrada", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Oculto", "edit.hidden-details": "Se ligado, o grupo não será encontrado nas listagens de grupos, e os usuários terão de ser convidados manualmente", "edit.add-user": "Adicionar Usuário ao Grupo", diff --git a/public/language/pt-BR/admin/manage/post-queue.json b/public/language/pt-BR/admin/manage/post-queue.json index 6b63d67d09..3dd2f9342b 100644 --- a/public/language/pt-BR/admin/manage/post-queue.json +++ b/public/language/pt-BR/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Fila de Posts", - "description": "Não há posts na fila de posts.
Para habilitar esta função, vá paraConfigurações → Post → Restrições de Postageme habilite Fila de Posts.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Usuário", "category": "Categoria", "title": "Título", diff --git a/public/language/pt-BR/admin/manage/privileges.json b/public/language/pt-BR/admin/manage/privileges.json index ec0549fb6c..37af70db37 100644 --- a/public/language/pt-BR/admin/manage/privileges.json +++ b/public/language/pt-BR/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "Sem privilégios globais para usuários específicos.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Conversar", "upload-images": "Enviar Imagens", "upload-files": "Enviar Arquivos", diff --git a/public/language/pt-BR/admin/settings/post.json b/public/language/pt-BR/admin/settings/post.json index 6ccf2da157..117f3fa670 100644 --- a/public/language/pt-BR/admin/settings/post.json +++ b/public/language/pt-BR/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Mais postados", "sorting.topic-default": "Ordenação Padrão de Tópicos", "length": "Tamanho do Post", + "post-queue": "Post Queue", "restrictions": "Restições de Postagem", "restrictions-new": "Restrições a Novos Usuários", "restrictions.post-queue": "Ativar enfileiramento de posts", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Ativar novas restrições de usuários", "restrictions.post-queue-help": "Habilitar a fila de postagens colocará as postagens de novos usuários na fila para aprovação", "restrictions-new.post-queue-help": "Habilitar restrições a novos usuários irá estabelecer restrições em postagens criadas por novos usuários", diff --git a/public/language/pt-BR/email.json b/public/language/pt-BR/email.json index 3a523ce273..c225e8fa0f 100644 --- a/public/language/pt-BR/email.json +++ b/public/language/pt-BR/email.json @@ -27,7 +27,9 @@ "digest.week": "semana", "digest.month": "mês", "digest.subject": "Resumo de %1", - "digest.title": "O seu resumo diário", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nova mensagem de chat recebida de %1", "notif.chat.cta": "Clique aqui para continuar a conversa", "notif.chat.unsub.info": "Esta notificação de chat foi enviada a você devido às suas configurações de assinatura.", diff --git a/public/language/pt-BR/error.json b/public/language/pt-BR/error.json index 22778f7858..56e7b59e4e 100644 --- a/public/language/pt-BR/error.json +++ b/public/language/pt-BR/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Este grupo requer ao menos um dono", "group-already-invited": "Esse usuário já foi convidado", "group-already-requested": "Seu pedido de filiação já foi enviado", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Este post já foi deletado", "post-already-restored": "Este post já foi restaurado", "topic-already-deleted": "Esté tópico já foi deletado", diff --git a/public/language/pt-BR/groups.json b/public/language/pt-BR/groups.json index 63e3811c4b..b157665b84 100644 --- a/public/language/pt-BR/groups.json +++ b/public/language/pt-BR/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Últimos Posts", "details.private": "Particular", "details.disableJoinRequests": "Desabilitar pedidos de participação", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Conceder/Retomar a Posse", "details.kick": "Chutar", "details.kick_confirm": "Você tem certeza de que deseja remover este membro do grupo?", @@ -48,6 +49,7 @@ "event.updated": "Os detalhes do grupo foram atualizados", "event.deleted": "O grupo \"%1\" foi deletado", "membership.accept-invitation": "Aceitar Convite", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Convite Pendente", "membership.join-group": "Entrar no Grupo", "membership.leave-group": "Deixar Grupo", diff --git a/public/language/pt-BR/modules.json b/public/language/pt-BR/modules.json index 21bf713965..d80c28cfc4 100644 --- a/public/language/pt-BR/modules.json +++ b/public/language/pt-BR/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Expulsar", "chat.show-ip": "Mostrar IP", "chat.owner": "Dono da Sala", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Compor", "composer.show_preview": "Exibir Pré-visualização", "composer.hide_preview": "Esconder Pré-visualização", diff --git a/public/language/pt-BR/topic.json b/public/language/pt-BR/topic.json index f5d866eb10..6bbb9fc339 100644 --- a/public/language/pt-BR/topic.json +++ b/public/language/pt-BR/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Este post foi revisado %1 vezes.", "diffs.current-revision": "revisão atual", "diffs.original-revision": "revisão original", - "timeago_later": "%1 depois" + "timeago_later": "%1 depois", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/pt-BR/user.json b/public/language/pt-BR/user.json index 5199bda6fa..86ff43804d 100644 --- a/public/language/pt-BR/user.json +++ b/public/language/pt-BR/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Acompanhar os tópicos que você responde", "follow_topics_you_create": "Acompanhar os tópicos que você cria", "grouptitle": "Título do Grupo", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Sem título de grupo", "select-skin": "Escolha uma Skin", "select-homepage": "Selecione uma página inicial", diff --git a/public/language/pt-PT/admin/general/dashboard.json b/public/language/pt-PT/admin/general/dashboard.json index 7af4f0233b..47940ac09b 100644 --- a/public/language/pt-PT/admin/general/dashboard.json +++ b/public/language/pt-PT/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Insere um intervalo entre datas de visualizações de página que gostarias de visualizar. Se o selecionador de datas não estiver disponível, o formato aceitável é AAAA-MM-DD", "page-views-custom-error": "Por favor, insere um intervalo entre datas no formato AAAA-MM-DD", - "stats.day": "Dia", - "stats.week": "Semana", - "stats.month": "Mês", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Desde sempre", "updates": "Atualizações", diff --git a/public/language/pt-PT/admin/manage/groups.json b/public/language/pt-PT/admin/manage/groups.json index 5e42d679dc..9e09cbeca3 100644 --- a/public/language/pt-PT/admin/manage/groups.json +++ b/public/language/pt-PT/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": " Mostrar Crachá", "edit.private-details": "Se ativada, para aderir ao grupo é necessária aprovação do dono do grupo.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Desativar pedidos de adesão", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Escondido", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Adicionar um Utilizador ao Grupo", diff --git a/public/language/pt-PT/admin/manage/post-queue.json b/public/language/pt-PT/admin/manage/post-queue.json index 73c1d717c3..1c7c0beb51 100644 --- a/public/language/pt-PT/admin/manage/post-queue.json +++ b/public/language/pt-PT/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Publicações por aprovar", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Utilizador", "category": "Categoria", "title": "Título", diff --git a/public/language/pt-PT/admin/manage/privileges.json b/public/language/pt-PT/admin/manage/privileges.json index b65d04a21b..5aef3cf06e 100644 --- a/public/language/pt-PT/admin/manage/privileges.json +++ b/public/language/pt-PT/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "Não existem privilégios globais específicos para utilizadores.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Conversa", "upload-images": "Enviar Imagens", "upload-files": "Enviar Ficheiros", diff --git a/public/language/pt-PT/admin/settings/post.json b/public/language/pt-PT/admin/settings/post.json index cb9994b6fd..9fc313d795 100644 --- a/public/language/pt-PT/admin/settings/post.json +++ b/public/language/pt-PT/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Mais publicações", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "Restrições para Novos Utilizadores", "restrictions.post-queue": "Ativar publicações em fila de espera", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Ativar restrições para novos utilizadores", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/pt-PT/email.json b/public/language/pt-PT/email.json index e2c980d51a..62cdcef671 100644 --- a/public/language/pt-PT/email.json +++ b/public/language/pt-PT/email.json @@ -27,7 +27,9 @@ "digest.week": "semana", "digest.month": "mês", "digest.subject": "Resumo para %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nova mensagem de %1", "notif.chat.cta": "Clique aqui para continuar a conversa", "notif.chat.unsub.info": "Esta notificação de chat foi enviada devido às suas definições de subscrição", diff --git a/public/language/pt-PT/error.json b/public/language/pt-PT/error.json index 1e9b154810..c64503d78a 100644 --- a/public/language/pt-PT/error.json +++ b/public/language/pt-PT/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Este grupo requer pelo menos um dono", "group-already-invited": "Este utilizador já foi convidado", "group-already-requested": "O teu pedido de adesão já foi submetido", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Esta publicação já foi eliminada", "post-already-restored": "Esta publicação já foi restaurada", "topic-already-deleted": "Este tópico já foi eliminado", diff --git a/public/language/pt-PT/groups.json b/public/language/pt-PT/groups.json index 4dad0f4d35..9110dcea4d 100644 --- a/public/language/pt-PT/groups.json +++ b/public/language/pt-PT/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Publicações Recentes", "details.private": "Privado", "details.disableJoinRequests": "Desativar pedidos de adesão", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Conceder/rescindir posse", "details.kick": "Expulsar", "details.kick_confirm": "Tens a certeza que queres remover este membro do grupo?", @@ -48,6 +49,7 @@ "event.updated": "Detalhes do grupo foram atualizados", "event.deleted": "O grupo \"%1\" foi apagado", "membership.accept-invitation": "Aceitar convite", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Convite em espera", "membership.join-group": "Aderir ao grupo", "membership.leave-group": "Sair do grupo", diff --git a/public/language/pt-PT/modules.json b/public/language/pt-PT/modules.json index 699868bf9c..27231fa137 100644 --- a/public/language/pt-PT/modules.json +++ b/public/language/pt-PT/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Expulsar", "chat.show-ip": "Mostrar IP", "chat.owner": "Dono da Sala", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Compor", "composer.show_preview": "Mostrar pré-visualização", "composer.hide_preview": "Ocultar pré-visualização", diff --git a/public/language/pt-PT/topic.json b/public/language/pt-PT/topic.json index 188ccefd74..a0b463a9d3 100644 --- a/public/language/pt-PT/topic.json +++ b/public/language/pt-PT/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "revisão atual", "diffs.original-revision": "revisão original", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/pt-PT/user.json b/public/language/pt-PT/user.json index 52e55f5630..e5a9f289ed 100644 --- a/public/language/pt-PT/user.json +++ b/public/language/pt-PT/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Visualizar tópicos aos quais respondeste", "follow_topics_you_create": "Visualizar tópicos que criaste", "grouptitle": "Título do grupo", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Sem título de grupo", "select-skin": "Seleciona uma máscara", "select-homepage": "Seleciona a página inicial", diff --git a/public/language/ro/admin/general/dashboard.json b/public/language/ro/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/ro/admin/general/dashboard.json +++ b/public/language/ro/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/ro/admin/manage/groups.json b/public/language/ro/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/ro/admin/manage/groups.json +++ b/public/language/ro/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/ro/admin/manage/post-queue.json b/public/language/ro/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/ro/admin/manage/post-queue.json +++ b/public/language/ro/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/ro/admin/manage/privileges.json b/public/language/ro/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/ro/admin/manage/privileges.json +++ b/public/language/ro/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/ro/admin/settings/post.json b/public/language/ro/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/ro/admin/settings/post.json +++ b/public/language/ro/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/ro/email.json b/public/language/ro/email.json index cf4fb77cfd..d39ab6f1e9 100644 --- a/public/language/ro/email.json +++ b/public/language/ro/email.json @@ -27,7 +27,9 @@ "digest.week": "saptămână", "digest.month": "lună", "digest.subject": "Rezumat pentru %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Ai primit un mesaj de la %1", "notif.chat.cta": "Apasă aici pentru a continua conversația", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", diff --git a/public/language/ro/error.json b/public/language/ro/error.json index 51b4849734..ecea64eee2 100644 --- a/public/language/ro/error.json +++ b/public/language/ro/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "This group requires at least one owner", "group-already-invited": "This user has already been invited", "group-already-requested": "Your membership request has already been submitted", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", diff --git a/public/language/ro/groups.json b/public/language/ro/groups.json index 18eef8510a..54cd467d98 100644 --- a/public/language/ro/groups.json +++ b/public/language/ro/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Ultimele Mesaje", "details.private": "Privat", "details.disableJoinRequests": "Disable join requests", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Detaliile grupului au fost actualizate", "event.deleted": "Grupul %1\" a fost șters", "membership.accept-invitation": "Acceptă invitația", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitație in așteptare", "membership.join-group": "Alăture-te grupului", "membership.leave-group": "Părăsește grupul", diff --git a/public/language/ro/modules.json b/public/language/ro/modules.json index b1c13aa20a..448e1503ea 100644 --- a/public/language/ro/modules.json +++ b/public/language/ro/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Scrie", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/ro/topic.json b/public/language/ro/topic.json index 22650036ad..f9425c9a80 100644 --- a/public/language/ro/topic.json +++ b/public/language/ro/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/ro/user.json b/public/language/ro/user.json index 24649152c8..02b3117c51 100644 --- a/public/language/ro/user.json +++ b/public/language/ro/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Watch topics you create", "grouptitle": "Group Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", "select-skin": "Select a Skin", "select-homepage": "Select a Homepage", diff --git a/public/language/ru/admin/general/dashboard.json b/public/language/ru/admin/general/dashboard.json index fc291e31d0..f58d7c6947 100644 --- a/public/language/ru/admin/general/dashboard.json +++ b/public/language/ru/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Введите диапазон дат, за который вы хотите увидеть количество просмотров. Если выбор даты не доступен, то принимает можете указать дату в формате ГГГГ-ММ-ДД ", "page-views-custom-error": "Пожалуйста, укажите правильный диапазон дат в формате ГГГГ-ММ-ДД", - "stats.day": "День", - "stats.week": "Неделя", - "stats.month": "Месяц", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Всё время", "updates": "Обновления", diff --git a/public/language/ru/admin/manage/groups.json b/public/language/ru/admin/manage/groups.json index bd85817246..17972116f5 100644 --- a/public/language/ru/admin/manage/groups.json +++ b/public/language/ru/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Показывать бейдж", "edit.private-details": "Если включено, то вступление в группу требует подтверждение владельца.", "edit.private-override": "Внимание: Приватные группы отключены на системном уровне.", - "edit.disable-requests": "Отключить запросы на участие", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Скрыто", "edit.hidden-details": "Если включено, то эта группа не будет отображаться в списке групп, и участников нужно будет приглашать вручную", "edit.add-user": "Добавить участника в группу", diff --git a/public/language/ru/admin/manage/post-queue.json b/public/language/ru/admin/manage/post-queue.json index 8e75d0c5ab..cc15956a53 100644 --- a/public/language/ru/admin/manage/post-queue.json +++ b/public/language/ru/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Очередь модерации", - "description": "В очереди нет сообщений.
Чтобы включить эту модерацию, откройте Настройки %rarr; Сообщения → Огрничения сообщений и включите Модерация сообщений", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Участник", "category": "Категория", "title": "Название", diff --git a/public/language/ru/admin/manage/privileges.json b/public/language/ru/admin/manage/privileges.json index 9e4540e108..ca7b78bf33 100644 --- a/public/language/ru/admin/manage/privileges.json +++ b/public/language/ru/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Глобальные", "global.no-users": "Глобальные права не привязанные в участнику", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Чат", "upload-images": "Загрузка изображений", "upload-files": "Загрузка файлов", diff --git a/public/language/ru/admin/settings/post.json b/public/language/ru/admin/settings/post.json index f3b666ae6d..ec395ad6f9 100644 --- a/public/language/ru/admin/settings/post.json +++ b/public/language/ru/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "По количеству ответов", "sorting.topic-default": "Сортировка записей по умолчанию", "length": "Длина записи", + "post-queue": "Post Queue", "restrictions": "Ограничения на запись", "restrictions-new": "Ограничения для новых участников", "restrictions.post-queue": "Включить очередь записей", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Включить ограничения для новых участников", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/ru/email.json b/public/language/ru/email.json index dc05dcb663..f7946ab36c 100644 --- a/public/language/ru/email.json +++ b/public/language/ru/email.json @@ -27,7 +27,9 @@ "digest.week": "неделя", "digest.month": "месяц", "digest.subject": "Новости для %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Новое сообщение от %1", "notif.chat.cta": "Нажмите, чтобы ответить", "notif.chat.unsub.info": "Вы получили это уведомление в соответствии с настройками своей подписки на новости сайта.", diff --git a/public/language/ru/error.json b/public/language/ru/error.json index 9bb43acb05..748776b64f 100644 --- a/public/language/ru/error.json +++ b/public/language/ru/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "У группы должен быть как минимум один владелец", "group-already-invited": "Этот участник уже был приглашён в группу", "group-already-requested": "Запрос на вступление в группу уже отправлен", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Это сообщение уже удалено", "post-already-restored": "Это сообщение уже восстановлено", "topic-already-deleted": "Тема уже удалена", diff --git a/public/language/ru/groups.json b/public/language/ru/groups.json index a9f8664422..e2100aaf5b 100644 --- a/public/language/ru/groups.json +++ b/public/language/ru/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Последние записи", "details.private": "Закрытая", "details.disableJoinRequests": "Отключить запросы на приглашение", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Выдать/забрать привилегии администратора", "details.kick": "Исключить", "details.kick_confirm": "Вы уверены, что хотите удалить этого участника из группы?", @@ -48,6 +49,7 @@ "event.updated": "Настройки группы обновлены", "event.deleted": "Группа \"%1\" удалена", "membership.accept-invitation": "Принять приглашение", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Заявка на рассмотрении", "membership.join-group": "Вступить", "membership.leave-group": "Покинуть", diff --git a/public/language/ru/modules.json b/public/language/ru/modules.json index dc63adb578..b8a17b757f 100644 --- a/public/language/ru/modules.json +++ b/public/language/ru/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Исключить", "chat.show-ip": "Показать IP", "chat.owner": "Владелец комнаты", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Редактор сообщений", "composer.show_preview": "Показать предпросмотр сообщения", "composer.hide_preview": "Скрыть предпросмотр", diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json index 12e7c32afd..a362b69be1 100644 --- a/public/language/ru/topic.json +++ b/public/language/ru/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "У этого поста %1изменений", "diffs.current-revision": "текущая ревизия", "diffs.original-revision": "оригинальная ревизия", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/ru/user.json b/public/language/ru/user.json index 10dcf94401..43fd27d2a3 100644 --- a/public/language/ru/user.json +++ b/public/language/ru/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Подписаться на темы, на которые вы отвечали", "follow_topics_you_create": "Подписаться на созданные вами темы", "grouptitle": "Ваши группы (выберите группу, чтобы добавить её бейдж на своё фото)", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Не показывать бейдж с названием группы на своём фото", "select-skin": "Выбрать стиль сайта", "select-homepage": "Установка первой страницы сайта", diff --git a/public/language/rw/admin/general/dashboard.json b/public/language/rw/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/rw/admin/general/dashboard.json +++ b/public/language/rw/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/rw/admin/manage/groups.json b/public/language/rw/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/rw/admin/manage/groups.json +++ b/public/language/rw/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/rw/admin/manage/post-queue.json b/public/language/rw/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/rw/admin/manage/post-queue.json +++ b/public/language/rw/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/rw/admin/manage/privileges.json b/public/language/rw/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/rw/admin/manage/privileges.json +++ b/public/language/rw/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/rw/admin/settings/post.json b/public/language/rw/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/rw/admin/settings/post.json +++ b/public/language/rw/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/rw/email.json b/public/language/rw/email.json index d890a60525..2556d6b05b 100644 --- a/public/language/rw/email.json +++ b/public/language/rw/email.json @@ -27,7 +27,9 @@ "digest.week": "icyumweru", "digest.month": "ukwezi", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Ubutumwa bwo mu gikari bwaturutse kuri %1", "notif.chat.cta": "Kanda hano kugirango ukomeze", "notif.chat.unsub.info": "Iri tangazo rijyanye n'ubutumwa bwo mu gikari waryohererejwe kubera ko wabihisemo mu byo uzajya umenyeshwa", diff --git a/public/language/rw/error.json b/public/language/rw/error.json index a1ea43b252..7a475dfc9d 100644 --- a/public/language/rw/error.json +++ b/public/language/rw/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Iri tsinda risaba kugira nibura umuyobozi umwe", "group-already-invited": "Uyu muntu yari yaramaze gutumirwa", "group-already-requested": "Ubusabe bwo kuba mu itsinda bwari bwaramaze koherezwa", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Ibi byari byarakuweho", "post-already-restored": "Ibi byari byaragaruwe", "topic-already-deleted": "Iki kiganiro cyari cyarakuweho", diff --git a/public/language/rw/groups.json b/public/language/rw/groups.json index 62e4211a01..ec2c965e52 100644 --- a/public/language/rw/groups.json +++ b/public/language/rw/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Ibiheruka Gushyirwaho", "details.private": "Yigenga", "details.disableJoinRequests": "Guhagarika ubusabe bwo kwinjira", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Tanga/Ambura Ubuyobozi", "details.kick": "Tera", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Amakuru ku itsinda yahinduweho bijyanye n'igihe", "event.deleted": "Itsinda rya \"%1\" ryakuweho", "membership.accept-invitation": "Emera Ubutumire", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Ubutumire Buracyategereje", "membership.join-group": "Injira mu Itsinda", "membership.leave-group": "Va mu Itsinda", diff --git a/public/language/rw/modules.json b/public/language/rw/modules.json index 77acbd539f..7dec469b84 100644 --- a/public/language/rw/modules.json +++ b/public/language/rw/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Andika", "composer.show_preview": "Bona Uko Biza Gusa", "composer.hide_preview": "Hisha Uko Biza Gusa", diff --git a/public/language/rw/topic.json b/public/language/rw/topic.json index cf26c85141..6f5b4b12b1 100644 --- a/public/language/rw/topic.json +++ b/public/language/rw/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/rw/user.json b/public/language/rw/user.json index b160b96f45..813d063329 100644 --- a/public/language/rw/user.json +++ b/public/language/rw/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Watch topics you create", "grouptitle": "Group Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Nta mutwe w'itsinda", "select-skin": "Hitamo Uruhu", "select-homepage": "Hitamo Paji y'Imbere", diff --git a/public/language/sc/admin/general/dashboard.json b/public/language/sc/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/sc/admin/general/dashboard.json +++ b/public/language/sc/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/sc/admin/manage/groups.json b/public/language/sc/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/sc/admin/manage/groups.json +++ b/public/language/sc/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/sc/admin/manage/post-queue.json b/public/language/sc/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/sc/admin/manage/post-queue.json +++ b/public/language/sc/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/sc/admin/manage/privileges.json b/public/language/sc/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/sc/admin/manage/privileges.json +++ b/public/language/sc/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/sc/admin/settings/post.json b/public/language/sc/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/sc/admin/settings/post.json +++ b/public/language/sc/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/sc/email.json b/public/language/sc/email.json index d3a7a7acf5..abfb22af6b 100644 --- a/public/language/sc/email.json +++ b/public/language/sc/email.json @@ -27,7 +27,9 @@ "digest.week": "week", "digest.month": "month", "digest.subject": "Digest for %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "New chat message received from %1", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", diff --git a/public/language/sc/error.json b/public/language/sc/error.json index 2b4a6828ac..67bbe27d61 100644 --- a/public/language/sc/error.json +++ b/public/language/sc/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "This group requires at least one owner", "group-already-invited": "This user has already been invited", "group-already-requested": "Your membership request has already been submitted", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "This post has already been deleted", "post-already-restored": "This post has already been restored", "topic-already-deleted": "This topic has already been deleted", diff --git a/public/language/sc/groups.json b/public/language/sc/groups.json index 1d801b01d7..5620026bd1 100644 --- a/public/language/sc/groups.json +++ b/public/language/sc/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Latest Posts", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", diff --git a/public/language/sc/modules.json b/public/language/sc/modules.json index 21d978a1b2..2f4d6efee1 100644 --- a/public/language/sc/modules.json +++ b/public/language/sc/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Compose", "composer.show_preview": "Show Preview", "composer.hide_preview": "Hide Preview", diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json index 79a988639c..1273321e1d 100644 --- a/public/language/sc/topic.json +++ b/public/language/sc/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/sc/user.json b/public/language/sc/user.json index 2684295353..2d1187194b 100644 --- a/public/language/sc/user.json +++ b/public/language/sc/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Watch topics that you reply to", "follow_topics_you_create": "Watch topics you create", "grouptitle": "Group Title", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", "select-skin": "Select a Skin", "select-homepage": "Select a Homepage", diff --git a/public/language/sk/admin/general/dashboard.json b/public/language/sk/admin/general/dashboard.json index fb927ae9db..bbeae11cbc 100644 --- a/public/language/sk/admin/general/dashboard.json +++ b/public/language/sk/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Zadajte rozsah obdobia zobrazenia stránok, ktoré chcete vidieť. Ak nie je obdobie nastavené, predvolený formát je YYYY-MM-DD", "page-views-custom-error": "Zadajte správny rozsah vo formáte YYYY-MM-DD", - "stats.day": "Deň", - "stats.week": "Týždeň", - "stats.month": "Mesiac", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Celé obdobie", "updates": "Aktualizácie", diff --git a/public/language/sk/admin/manage/groups.json b/public/language/sk/admin/manage/groups.json index 65679de5df..2680dd20c8 100644 --- a/public/language/sk/admin/manage/groups.json +++ b/public/language/sk/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Zobraziť odznak", "edit.private-details": "Ak je povolené, pripojenie k skupine vyžaduje schválenie od vlastníka skupiny.", "edit.private-override": "Upozornenie: súkromné ​​skupiny sú zakázané na systémovej úrovni, ktorej táto možnosť zruší platnosť.", - "edit.disable-requests": "Zakázať požiadavky pre pripojenie", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Skryť", "edit.hidden-details": "Ak je povolené, táto skupina nebude zobrazená na zozname skupín a používatelia musia byť manuálne pozývaný", "edit.add-user": "Pridať používateľa do skupiny", diff --git a/public/language/sk/admin/manage/post-queue.json b/public/language/sk/admin/manage/post-queue.json index bc58fd8c73..ec4966fd70 100644 --- a/public/language/sk/admin/manage/post-queue.json +++ b/public/language/sk/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Príspevky vo fronte", - "description": "Vo fronte nie sú žiadne príspevky. Pre povolenie tejto vlastnosti, prejdite do Nastavení - Príspevok - Obmedzenie príspevkov a povoľte Fronta príspevkov.", + "description": "There are no posts in the post queue.
To enable this feature, go to
Settings → Post → Post Queue and enable Post Queue.", "user": "Používateľ", "category": "Kategórie", "title": "Názov", diff --git a/public/language/sk/admin/manage/privileges.json b/public/language/sk/admin/manage/privileges.json index a9c380ad2b..87e03cfa86 100644 --- a/public/language/sk/admin/manage/privileges.json +++ b/public/language/sk/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Verejný", "global.no-users": "Žiadne všeobecné používateľské nastavenia.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Konverzácia", "upload-images": "Nahrať obrázky", "upload-files": "Nahrať súbory", diff --git a/public/language/sk/admin/settings/post.json b/public/language/sk/admin/settings/post.json index cd840d29c7..a20b598dc8 100644 --- a/public/language/sk/admin/settings/post.json +++ b/public/language/sk/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Podľa počtu príspevkov", "sorting.topic-default": "Predvolené zoradenie tém", "length": "Dĺžka príspevku", + "post-queue": "Post Queue", "restrictions": "Obmedzenie príspevkov", "restrictions-new": "Obmedzenia nového používateľa", "restrictions.post-queue": "Povoliť frontu pre príspevky", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Povoliť obmedzenie nových používateľov", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/sk/email.json b/public/language/sk/email.json index 64a6b55eef..9a94036482 100644 --- a/public/language/sk/email.json +++ b/public/language/sk/email.json @@ -27,7 +27,9 @@ "digest.week": "týždeň", "digest.month": "mesiac", "digest.subject": "Prehľad za %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Máte novú správu od %1", "notif.chat.cta": "Kliknite sem pre pokračovanie v konverzácii", "notif.chat.unsub.info": "Túto správu konverzácie ste prijali na základe Vašich nastavení odoberania.", diff --git a/public/language/sk/error.json b/public/language/sk/error.json index 9f1d119a85..c8c24406ef 100644 --- a/public/language/sk/error.json +++ b/public/language/sk/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Táto skupina vyžaduje aspoň jedného vlastníka", "group-already-invited": "Tento užívateľ už bol pozvaný", "group-already-requested": "Vaša požiadavka na členstvo už bola predložená", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Tento príspevok bol odstránený", "post-already-restored": "Tento príspevok bol obnovený", "topic-already-deleted": "Táto téma bola odstránená", diff --git a/public/language/sk/groups.json b/public/language/sk/groups.json index 9676deef5f..1f6a1bc008 100644 --- a/public/language/sk/groups.json +++ b/public/language/sk/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Najnovšie príspevky", "details.private": "Súkromné", "details.disableJoinRequests": "Vypnúť požiadavky o prijatie", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Pridať/Zrušiť vlastníctvo", "details.kick": "Vyhodiť", "details.kick_confirm": "Ste si naozaj istý, že chcete odstrániť tohto člena zo skupiny?", @@ -48,6 +49,7 @@ "event.updated": "Podrobnosti skupiny boli aktualizované", "event.deleted": "Skupina \"%1\" bola odstránená", "membership.accept-invitation": "Prijať pozvanie", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Pozvánka čakajúca na vybavenie", "membership.join-group": "Pripojiť do skupiny", "membership.leave-group": "Opustiť skupinu", diff --git a/public/language/sk/modules.json b/public/language/sk/modules.json index 5b6a2a06e0..3d7ea2d108 100644 --- a/public/language/sk/modules.json +++ b/public/language/sk/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Vykopnúť", "chat.show-ip": "Zobraziť IP adresu", "chat.owner": "Majiteľ miestnosti", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Napísať", "composer.show_preview": "Zobraziť náhľad", "composer.hide_preview": "Skryť náhľad", diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json index 0c4f18f076..ab1ffd1393 100644 --- a/public/language/sk/topic.json +++ b/public/language/sk/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Tento príspevok má %1 zmien.", "diffs.current-revision": "aktuálna revízia", "diffs.original-revision": "originálna revízia", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/sk/user.json b/public/language/sk/user.json index b75deff38c..893901f2e0 100644 --- a/public/language/sk/user.json +++ b/public/language/sk/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Sledovať témy na ktoré ste odpovedali", "follow_topics_you_create": "Sledovať témy ktoré ste vytvorili", "grouptitle": "Názov skupiny", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Žiadny názov skupiny", "select-skin": "Vybrať vzhľad", "select-homepage": "Vybrať domovskú stránku", diff --git a/public/language/sl/admin/general/dashboard.json b/public/language/sl/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/sl/admin/general/dashboard.json +++ b/public/language/sl/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/sl/admin/manage/groups.json b/public/language/sl/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/sl/admin/manage/groups.json +++ b/public/language/sl/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/sl/admin/manage/post-queue.json b/public/language/sl/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/sl/admin/manage/post-queue.json +++ b/public/language/sl/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/sl/admin/manage/privileges.json b/public/language/sl/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/sl/admin/manage/privileges.json +++ b/public/language/sl/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/sl/admin/settings/post.json b/public/language/sl/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/sl/admin/settings/post.json +++ b/public/language/sl/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/sl/email.json b/public/language/sl/email.json index dddeb743a5..743ef80af7 100644 --- a/public/language/sl/email.json +++ b/public/language/sl/email.json @@ -27,7 +27,9 @@ "digest.week": "Teden", "digest.month": "Mesec", "digest.subject": "Povzetek za %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Uporabnik %1 vam je poslal novo sporočilo za klepet.", "notif.chat.cta": "Kliknite tu za nadaljevanje pogovora.", "notif.chat.unsub.info": "Obvestilo o klepetu vam je bilo poslano zaradi nastavitev vaše naročnine.", diff --git a/public/language/sl/error.json b/public/language/sl/error.json index 916602d682..c7de7f56f6 100644 --- a/public/language/sl/error.json +++ b/public/language/sl/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Ta skupina potrebuje vsaj enega skrbnika.", "group-already-invited": "Ta uporabnik je že bil povabljen.", "group-already-requested": "Vaša prošnja za članstvo je že bila sprejeta.", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Ta objava je že bila izbrisana.", "post-already-restored": "Ta objava je že bila obnovljena.", "topic-already-deleted": "Ta tema je že bila izbrisana.", diff --git a/public/language/sl/groups.json b/public/language/sl/groups.json index ce7e1f2ea1..438e254541 100644 --- a/public/language/sl/groups.json +++ b/public/language/sl/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Zadnje objave", "details.private": "Zasebno", "details.disableJoinRequests": "Onemogoči zahteve za pridružitev.", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Dodeli/Prekliči lastništvo", "details.kick": "Odstrani iz skupine", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "Podatki o skupini so bili posodobljeni.", "event.deleted": "Skupina %1 je bila izbrisana.", "membership.accept-invitation": "Sprejmi povabilo", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Čakajoče vabilo", "membership.join-group": "Pridruži se skupini", "membership.leave-group": "Zapusti skupino", diff --git a/public/language/sl/modules.json b/public/language/sl/modules.json index 0a1d9857f4..9ac499d691 100644 --- a/public/language/sl/modules.json +++ b/public/language/sl/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Sestavljanje", "composer.show_preview": "Pokaži predogled", "composer.hide_preview": "Skrij predogled", diff --git a/public/language/sl/topic.json b/public/language/sl/topic.json index 19591fd453..09f6f84ab5 100644 --- a/public/language/sl/topic.json +++ b/public/language/sl/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "This post has %1 revisions.", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/sl/user.json b/public/language/sl/user.json index 708f26fd1e..778dc6f60e 100644 --- a/public/language/sl/user.json +++ b/public/language/sl/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Spremljanj teme, na katere si odgovoril", "follow_topics_you_create": "Spremljanj teme, ki si jih ustvaril", "grouptitle": "Naslov skupine", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Skupina nima imena", "select-skin": "Izberi preobleko", "select-homepage": "Izberi domačo stran", diff --git a/public/language/sr/admin/general/dashboard.json b/public/language/sr/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/sr/admin/general/dashboard.json +++ b/public/language/sr/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/sr/admin/manage/groups.json b/public/language/sr/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/sr/admin/manage/groups.json +++ b/public/language/sr/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/sr/admin/manage/post-queue.json b/public/language/sr/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/sr/admin/manage/post-queue.json +++ b/public/language/sr/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/sr/admin/manage/privileges.json b/public/language/sr/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/sr/admin/manage/privileges.json +++ b/public/language/sr/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/sr/admin/settings/post.json b/public/language/sr/admin/settings/post.json index 1ec0799d8f..32712104c0 100644 --- a/public/language/sr/admin/settings/post.json +++ b/public/language/sr/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Uobičajeno sortiranje tema", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Restrikcije postavljanja", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/sr/email.json b/public/language/sr/email.json index b4d0b6c5d8..330fa086ba 100644 --- a/public/language/sr/email.json +++ b/public/language/sr/email.json @@ -27,7 +27,9 @@ "digest.week": "Недеља", "digest.month": "Месец", "digest.subject": "Сажетак за %1", - "digest.title": "Ваш дневни сажетак", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Примљена је нова порука ћаскања од %1", "notif.chat.cta": "Кликните овде да наставите са разговором", "notif.chat.unsub.info": "Ова обавештење о ћаскању вам је послато услед вашег подешавања претплате.", diff --git a/public/language/sr/error.json b/public/language/sr/error.json index 0bc85da933..bb776a902e 100644 --- a/public/language/sr/error.json +++ b/public/language/sr/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Неопходан је најмање један власник ове групе", "group-already-invited": "Овај корисник је већ позван", "group-already-requested": "Ваш захтев за чланство је већ поднесен", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Ова порука је већ избрисана", "post-already-restored": "Ова порука је већ обновљена", "topic-already-deleted": "Ова тема је већ избрисана", diff --git a/public/language/sr/groups.json b/public/language/sr/groups.json index f9ebbee210..4e6dd2bff2 100644 --- a/public/language/sr/groups.json +++ b/public/language/sr/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Последње поруке", "details.private": "Приватна", "details.disableJoinRequests": "Искључи захтеве за придруживање", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Одобри/Поништи власништво", "details.kick": "Избаци", "details.kick_confirm": "Да ли сте сигурни да желите да уклоните овог члана из групе?", @@ -48,6 +49,7 @@ "event.updated": "Детаљи групе су ажурирани", "event.deleted": "Група „%1“ је избрисана", "membership.accept-invitation": "Прихватите позив", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Позиви на чекању", "membership.join-group": "Придружите се групи", "membership.leave-group": "Напусти групу", diff --git a/public/language/sr/modules.json b/public/language/sr/modules.json index 3e0ec6c82c..ddf015196c 100644 --- a/public/language/sr/modules.json +++ b/public/language/sr/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Избаци", "chat.show-ip": "Прикажи IP", "chat.owner": "Власник собе", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Писање поруке", "composer.show_preview": "Прикажи преглед", "composer.hide_preview": "Сакриј преглед", diff --git a/public/language/sr/topic.json b/public/language/sr/topic.json index c59869fb2b..33214263bf 100644 --- a/public/language/sr/topic.json +++ b/public/language/sr/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Ова порука има %1 корекција.", "diffs.current-revision": "тренутна корекција", "diffs.original-revision": "оригинална корекција", - "timeago_later": "пре %1" + "timeago_later": "пре %1", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/sr/user.json b/public/language/sr/user.json index 11808881ef..8e1b144a97 100644 --- a/public/language/sr/user.json +++ b/public/language/sr/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Надгледај теме у којима си одговорио", "follow_topics_you_create": "Надгледај теме које си креирао", "grouptitle": "Назив групе", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Без назива групе", "select-skin": "Изаберите маску", "select-homepage": "Изаберите почетну страницу", diff --git a/public/language/sv/admin/general/dashboard.json b/public/language/sv/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/sv/admin/general/dashboard.json +++ b/public/language/sv/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/sv/admin/manage/groups.json b/public/language/sv/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/sv/admin/manage/groups.json +++ b/public/language/sv/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/sv/admin/manage/post-queue.json b/public/language/sv/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/sv/admin/manage/post-queue.json +++ b/public/language/sv/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/sv/admin/manage/privileges.json b/public/language/sv/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/sv/admin/manage/privileges.json +++ b/public/language/sv/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/sv/admin/settings/post.json b/public/language/sv/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/sv/admin/settings/post.json +++ b/public/language/sv/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/sv/email.json b/public/language/sv/email.json index 2528af74ab..dc9509cd81 100644 --- a/public/language/sv/email.json +++ b/public/language/sv/email.json @@ -27,7 +27,9 @@ "digest.week": "vecka", "digest.month": "månad", "digest.subject": "Sammanställt flöde för %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Nytt meddelande från %1", "notif.chat.cta": "Klicka här för att fortsätta konversationen", "notif.chat.unsub.info": "Denna notifikation skickades till dig på grund av dina inställningar för prenumerationer.", diff --git a/public/language/sv/error.json b/public/language/sv/error.json index dec6f56edf..102f68b311 100644 --- a/public/language/sv/error.json +++ b/public/language/sv/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Gruppen kräver minst en ägare", "group-already-invited": "Användaren har redan bjudits in", "group-already-requested": "Din medlemsskapsförfrågan har redan skickats", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Inlägget är redan raderat", "post-already-restored": "Inlägget är redan återställt", "topic-already-deleted": "Ämnet är redan raderat", diff --git a/public/language/sv/groups.json b/public/language/sv/groups.json index a37f57b8a0..04b8280630 100644 --- a/public/language/sv/groups.json +++ b/public/language/sv/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Senaste inlägg", "details.private": "Privat", "details.disableJoinRequests": "Inaktivera förfrågningar om att gå med", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Tilldela/Dra tillbaka ägarskap", "details.kick": "Sparka ut", "details.kick_confirm": "Vill du verkligen avlägsna denna användare från gruppen?", @@ -48,6 +49,7 @@ "event.updated": "Gruppinformationen har uppdaterats", "event.deleted": "Gruppen \"%1\" har tagits bort", "membership.accept-invitation": "Acceptera inbjudan", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Inbjudan väntar på svar", "membership.join-group": "Gå med i grupp", "membership.leave-group": "Lämna grupp", diff --git a/public/language/sv/modules.json b/public/language/sv/modules.json index b33c964fb4..f48e1a9cf2 100644 --- a/public/language/sv/modules.json +++ b/public/language/sv/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Sparka ut", "chat.show-ip": "Visa IP", "chat.owner": "Rummets ägare", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Komponera", "composer.show_preview": "Visa förhandsgranskning", "composer.hide_preview": "Dölj förhandsgranskning", diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json index fd8fa15042..e0007c093f 100644 --- a/public/language/sv/topic.json +++ b/public/language/sv/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Detta inlägg har %1 revisioner.", "diffs.current-revision": "Nuvarande revision", "diffs.original-revision": "Ursprunglig revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/sv/user.json b/public/language/sv/user.json index 27cc966ace..ccc4df1b2b 100644 --- a/public/language/sv/user.json +++ b/public/language/sv/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Bevaka ämnen som du svarat på", "follow_topics_you_create": "Bevaka ämnen som du skapat", "grouptitle": "Grupptitel", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Ingen titel på gruppen", "select-skin": "Välj ett Skin", "select-homepage": "Välj en startsida", diff --git a/public/language/th/admin/general/dashboard.json b/public/language/th/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/th/admin/general/dashboard.json +++ b/public/language/th/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/th/admin/manage/groups.json b/public/language/th/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/th/admin/manage/groups.json +++ b/public/language/th/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/th/admin/manage/post-queue.json b/public/language/th/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/th/admin/manage/post-queue.json +++ b/public/language/th/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/th/admin/manage/privileges.json b/public/language/th/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/th/admin/manage/privileges.json +++ b/public/language/th/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/th/admin/settings/post.json b/public/language/th/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/th/admin/settings/post.json +++ b/public/language/th/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/th/email.json b/public/language/th/email.json index 5c26bad5da..190a682778 100644 --- a/public/language/th/email.json +++ b/public/language/th/email.json @@ -27,7 +27,9 @@ "digest.week": "สัปดาห์", "digest.month": "เดือน", "digest.subject": "คำชี้แจงสำหรับ %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "ได้รับข้อความแชทใหม่จาก %1", "notif.chat.cta": "กดตรงนี้เพื่อกลับไปยังบทสนทนา", "notif.chat.unsub.info": "การแจ้งเตือนแชทนี้ถูกส่งไปหาคุณเนื่องจากการตั้งค่าสมาชิกของคุณ", diff --git a/public/language/th/error.json b/public/language/th/error.json index 240aa2e617..3a88798e1f 100644 --- a/public/language/th/error.json +++ b/public/language/th/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "กลุ่มนี้ต้องการเจ้าของอย่างน้อย 1 คน", "group-already-invited": "ผู้ใช้นี้ถูกเชิญแล้ว", "group-already-requested": "คำร้องขอเป็นสมาชิกถูกส่งแล้ว", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "โพสต์นี้ได้ถูกลบไปแล้ว", "post-already-restored": "โพสต์นี้ถูกกู้คืนเรียบร้อยแล้ว", "topic-already-deleted": "กระทู้นี้ถูกลบไปแล้ว", diff --git a/public/language/th/groups.json b/public/language/th/groups.json index ee13fd4fe7..3db2d146dc 100644 --- a/public/language/th/groups.json +++ b/public/language/th/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "โพสล่าสุด", "details.private": "ส่วนตัว", "details.disableJoinRequests": "ปิดคำขอ", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "ให้ / ยกเลิกการเป็นเจ้าของ", "details.kick": "เตะออก", "details.kick_confirm": "คุณแน่ใจใช่ไหมว่าต้องการลบสมาชิกคนนี้ออกจากกลุ่ม?", @@ -48,6 +49,7 @@ "event.updated": "ข้อมูลกลุ่มได้รับการบันทึกแล้ว", "event.deleted": "กลุ่ม \"%1\"  ได้ถูกลบไปแล้ว", "membership.accept-invitation": "ยอมรับคำเชิญ", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "คำเชิญที่รอการอนุมัติ", "membership.join-group": "เข้าร่วมกลุ่ม", "membership.leave-group": "ออกจากกลุ่ม", diff --git a/public/language/th/modules.json b/public/language/th/modules.json index 78bf07ba6e..a96c51c16e 100644 --- a/public/language/th/modules.json +++ b/public/language/th/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "เขียน", "composer.show_preview": "แสดงพรีวิว", "composer.hide_preview": "ซ่อนพรีวิว", diff --git a/public/language/th/topic.json b/public/language/th/topic.json index 2095305c87..1df52856e6 100644 --- a/public/language/th/topic.json +++ b/public/language/th/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "โพสนี้มี %1การแก้ไข", "diffs.current-revision": "current revision", "diffs.original-revision": "original revision", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/th/user.json b/public/language/th/user.json index 1ddf1cbe70..d6669a043e 100644 --- a/public/language/th/user.json +++ b/public/language/th/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "ดูกระทู้ที่คุณตอบ", "follow_topics_you_create": "ดูกระทู้ที่คุณตั้ง", "grouptitle": "ชื่อกลุ่ม", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "ไม่มีชื่อกลุ่ม", "select-skin": "เลือกสกิน", "select-homepage": "เลือกหน้าแรก", diff --git a/public/language/tr/admin/general/dashboard.json b/public/language/tr/admin/general/dashboard.json index 8170dbcfac..f5920da1e4 100644 --- a/public/language/tr/admin/general/dashboard.json +++ b/public/language/tr/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Görüntülemek istediğiniz sayfa için görüntüleme tarih aralığı girin. Hiçbir tarih seçici yoksa, kabul edilebilir format YYYY-AA-GG'dir", "page-views-custom-error": "Lütfen tarih aralığını geçerli formatta girin YYYY-MM-DD", - "stats.day": "Gün", - "stats.week": "Hafta", - "stats.month": "Ay", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Tüm Zamanlar", "updates": "Güncellemeler", diff --git a/public/language/tr/admin/manage/groups.json b/public/language/tr/admin/manage/groups.json index 65e448d466..de64849055 100644 --- a/public/language/tr/admin/manage/groups.json +++ b/public/language/tr/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Rozeti Göster", "edit.private-details": "Gruba katılmak için, eğer etkinse grup sahibinin onayı gerekir.", "edit.private-override": "Uyarı: Sistem düzeyinde özel gruplar devre dışı bırakıldı, bu seçenek onu geçersiz kılar.", - "edit.disable-requests": "Katılım isteklerini devre dışı bırak", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Gizli", "edit.hidden-details": "Bu grup eğer etkinse grup listelerinde bulunmaz, ve kullanıcılar bizzat davet eder", "edit.add-user": "Gruba Kullanıcı Ekle", diff --git a/public/language/tr/admin/manage/post-queue.json b/public/language/tr/admin/manage/post-queue.json index 037f3e97d9..a25c4c97e0 100644 --- a/public/language/tr/admin/manage/post-queue.json +++ b/public/language/tr/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "İleti Kuyruğu", - "description": "İleti kuyruğunda hiç ileti yok.
Bu özelliği etkinleştirmek için, şuraya gidin: Ayarlar; İleti; İleti Kısıtlamaları ve İleti Kuyruğunu etkinleştirin.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Kullanıcı", "category": "Kategori", "title": "Başlık", diff --git a/public/language/tr/admin/manage/privileges.json b/public/language/tr/admin/manage/privileges.json index c1c8e54bc7..2a0f94daab 100644 --- a/public/language/tr/admin/manage/privileges.json +++ b/public/language/tr/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Genel", "global.no-users": "Kullanıcıya özel genel ayrıcalık yok.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Sohbet", "upload-images": "Resim Yükle", "upload-files": "Dosya Yükle", diff --git a/public/language/tr/admin/settings/post.json b/public/language/tr/admin/settings/post.json index 61c7cf2883..ec8e33f1c1 100644 --- a/public/language/tr/admin/settings/post.json +++ b/public/language/tr/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "En çok yazılanlar", "sorting.topic-default": "Varsayılan Konu Sıralaması", "length": "İleti Uzunluğu", + "post-queue": "Post Queue", "restrictions": "İleti Kısıtlamaları", "restrictions-new": "Yeni Kullanıcı Kısıtlamaları", "restrictions.post-queue": "İleti kuyruğunu etkinleştir", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Yeni kullanıcı kısıtlamalarını etkinleştir", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/tr/email.json b/public/language/tr/email.json index 340534e7ee..c3b846f388 100644 --- a/public/language/tr/email.json +++ b/public/language/tr/email.json @@ -27,7 +27,9 @@ "digest.week": "hafta", "digest.month": "ay", "digest.subject": "%1 için özet", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Okunmamış bazı iletileriniz var", "notif.chat.cta": "Sohbete devam etmek için buraya tıklayın", "notif.chat.unsub.info": "Bu bildirim şectiğiniz ayarlar yüzünden gönderildi.", diff --git a/public/language/tr/error.json b/public/language/tr/error.json index ccf9f05179..c6f4811689 100644 --- a/public/language/tr/error.json +++ b/public/language/tr/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Bu grubu en az bir kişi sahiplenmesi gerekiyor", "group-already-invited": "Bu kullanıcı zaten davet edilmiş", "group-already-requested": "Üyelik isteğiniz zaten gönderildi", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "İleti zaten silinmiş", "post-already-restored": "İleti zaten geri getirilmiş", "topic-already-deleted": "Başlık zaten silinmiş", diff --git a/public/language/tr/groups.json b/public/language/tr/groups.json index 98525b204e..835d015f13 100644 --- a/public/language/tr/groups.json +++ b/public/language/tr/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "En son iletiler", "details.private": "Özel", "details.disableJoinRequests": "Katılma isteklerini devre dışı bırak", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grup Sahibi Yap/Kaldır", "details.kick": "Dışarı at", "details.kick_confirm": "Bu üyeyi bu gruptan silmek istediğinden emin misin?", @@ -48,6 +49,7 @@ "event.updated": "Grup detayları güncellenmiştir", "event.deleted": "\"%1\" grubu silinmiş", "membership.accept-invitation": "Daveti Kabul Et", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Davet beklemede", "membership.join-group": "Gruba Katıl", "membership.leave-group": "Gruptan Ayrıl", diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json index 3f9e3de2a0..db7693e0e6 100644 --- a/public/language/tr/modules.json +++ b/public/language/tr/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Dışarı At", "chat.show-ip": "IP Göster", "chat.owner": "Oda Sahibi", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Yaz", "composer.show_preview": "Önizleme Göster", "composer.hide_preview": "Önizleme Sakla", diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json index 0a7a3e46f7..f35d1da7d2 100644 --- a/public/language/tr/topic.json +++ b/public/language/tr/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Bu iletinin %1 revizyonu var.", "diffs.current-revision": "mevcut revizyon", "diffs.original-revision": "orijinal revizyon", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/tr/user.json b/public/language/tr/user.json index e391472d01..1c2e04bef1 100644 --- a/public/language/tr/user.json +++ b/public/language/tr/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Cevap verdiğim konuları takip et", "follow_topics_you_create": "Oluşturduğum konuları takip et", "grouptitle": "Grup Başlığı", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Grup başlığı yok", "select-skin": "Bir tema seçin", "select-homepage": "Bir anasayfa seçin", diff --git a/public/language/uk/admin/general/dashboard.json b/public/language/uk/admin/general/dashboard.json index 10b8dfad7b..ea07992480 100644 --- a/public/language/uk/admin/general/dashboard.json +++ b/public/language/uk/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Вкажіть календарний період, за який ви хочете побачити переглянуті сторінки. Якщо ви не можете використати селектор дат, допустимий формат дати YYYY-MM-DD", "page-views-custom-error": "Будь-ласка вкажіть календарний період у форматі YYYY-MM-DD", - "stats.day": "День", - "stats.week": "Тиждень", - "stats.month": "Місяць", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "Увесь час", "updates": "Оновлень", diff --git a/public/language/uk/admin/manage/groups.json b/public/language/uk/admin/manage/groups.json index 7c5003aaad..3ba28bff87 100644 --- a/public/language/uk/admin/manage/groups.json +++ b/public/language/uk/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Показувати бейдж", "edit.private-details": "Якщо увімкнено, приєднання до групи вимагає підтвердження власника.", "edit.private-override": "Увага: Приватні групи вимкнено на системному рівні, ця опція нічого не робить.", - "edit.disable-requests": "Вимкнути запити на приєднання", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Прихована", "edit.hidden-details": "Якщо увімкнено, групу не буде видно в загальному списку і запрошення користувачів потрібно буде здійснювати вручну", "edit.add-user": "Додати користувача до групи", diff --git a/public/language/uk/admin/manage/post-queue.json b/public/language/uk/admin/manage/post-queue.json index 47da91c9d0..298a366ecf 100644 --- a/public/language/uk/admin/manage/post-queue.json +++ b/public/language/uk/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Черга Постів", - "description": "Немає постів у черзі.
Щоб увімкнути цю опцію, відкрийте Налаштування → Пост → Обмеження Постингу та увімкніть Черга Постів.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "Користувач", "category": "Категорія", "title": "Заголовок", diff --git a/public/language/uk/admin/manage/privileges.json b/public/language/uk/admin/manage/privileges.json index fc9ca5e771..3af29ffcb7 100644 --- a/public/language/uk/admin/manage/privileges.json +++ b/public/language/uk/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Глобальні", "global.no-users": "Відсутні глобальні права, що стосуються користувача.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Чат", "upload-images": "Завантаження Зображень", "upload-files": "Завантаження Файлів", diff --git a/public/language/uk/admin/settings/post.json b/public/language/uk/admin/settings/post.json index efa06a5471..90ad307a54 100644 --- a/public/language/uk/admin/settings/post.json +++ b/public/language/uk/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Кількість постів", "sorting.topic-default": "Типове сортування тем", "length": "Довжина посту", + "post-queue": "Post Queue", "restrictions": "Обмеження постингу", "restrictions-new": "Нові обмеження користувачів", "restrictions.post-queue": "Увімкнути чергу постів", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Увімкнути нові обмеження користувачів", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/uk/email.json b/public/language/uk/email.json index fd13ff3af4..f840376fb8 100644 --- a/public/language/uk/email.json +++ b/public/language/uk/email.json @@ -27,7 +27,9 @@ "digest.week": "тиждень", "digest.month": "місяць", "digest.subject": "Дайджест для %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Отримане нове повідомлення чату від %1", "notif.chat.cta": "Натисніть тут, щоб продовжити розмову", "notif.chat.unsub.info": "Це повідомлення чату було вислано вам, згідно ваших налаштувань підписки", diff --git a/public/language/uk/error.json b/public/language/uk/error.json index 9be1f9860d..36c7677cfd 100644 --- a/public/language/uk/error.json +++ b/public/language/uk/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Ця група потребує щонайменше одного власника", "group-already-invited": "Користувача вже було запрошено", "group-already-requested": "Ваша заявка на вступ вже подана", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Цей пост вже видалено", "post-already-restored": "Цей пост вже відновлено", "topic-already-deleted": "Ця тема вже була видалена", diff --git a/public/language/uk/groups.json b/public/language/uk/groups.json index dc05ca9aad..1a80b34fce 100644 --- a/public/language/uk/groups.json +++ b/public/language/uk/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Останні пости", "details.private": "Приватна", "details.disableJoinRequests": "Вимкнути запити на приєднання", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Надати/забрати права адміністратора", "details.kick": "Вигнати", "details.kick_confirm": "Ви впевнені, що бажаєте видалити цього користувача з групи?", @@ -48,6 +49,7 @@ "event.updated": "Деталі групи оновлено", "event.deleted": "Група \"%1\" видалена", "membership.accept-invitation": "Прийняти запрошення", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Запрошення в черзі", "membership.join-group": "Приєднатися до групи", "membership.leave-group": "Покинути групу", diff --git a/public/language/uk/modules.json b/public/language/uk/modules.json index a115a5ca58..132ede2891 100644 --- a/public/language/uk/modules.json +++ b/public/language/uk/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Штурхнути", "chat.show-ip": "Показати IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Редактор повідомлень", "composer.show_preview": "Показати попередній перегляд", "composer.hide_preview": "Сховати попередній перегляд", diff --git a/public/language/uk/topic.json b/public/language/uk/topic.json index 9aa1ecd46f..fcaafdb40b 100644 --- a/public/language/uk/topic.json +++ b/public/language/uk/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Цей пост має %1 версій.", "diffs.current-revision": "поточна ревізія", "diffs.original-revision": "початкова ревізія", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/uk/user.json b/public/language/uk/user.json index 22be9c69d2..a5042e463f 100644 --- a/public/language/uk/user.json +++ b/public/language/uk/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Підписуватися на теми в котрих ви відповідаєте", "follow_topics_you_create": "Підписуватися на теми які ви створюєте", "grouptitle": "Заголовок групи", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Немає заголовка групи", "select-skin": "Обрати стиль сайту", "select-homepage": "Обрати домашню сторінку", diff --git a/public/language/vi/admin/general/dashboard.json b/public/language/vi/admin/general/dashboard.json index a31d285379..1444de5a88 100644 --- a/public/language/vi/admin/general/dashboard.json +++ b/public/language/vi/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/vi/admin/manage/groups.json b/public/language/vi/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/vi/admin/manage/groups.json +++ b/public/language/vi/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/vi/admin/manage/post-queue.json b/public/language/vi/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/vi/admin/manage/post-queue.json +++ b/public/language/vi/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/vi/admin/manage/privileges.json b/public/language/vi/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/vi/admin/manage/privileges.json +++ b/public/language/vi/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/vi/admin/settings/post.json b/public/language/vi/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/vi/admin/settings/post.json +++ b/public/language/vi/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/vi/email.json b/public/language/vi/email.json index 866b7977d0..f0dcd36c6e 100644 --- a/public/language/vi/email.json +++ b/public/language/vi/email.json @@ -27,7 +27,9 @@ "digest.week": "tuần", "digest.month": "tháng", "digest.subject": "Tóm tắt cho %1", - "digest.title": "Your Daily Digest", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "Bạn có tin nhắn mới từ %1", "notif.chat.cta": "Nhấn vào đây để tiếp tục cuộc hội thoại", "notif.chat.unsub.info": "Thông báo tin nhắn này được gửi tới dựa theo cài đặt theo dõi của bạn.", diff --git a/public/language/vi/error.json b/public/language/vi/error.json index dcf5e82e6e..2260029f06 100644 --- a/public/language/vi/error.json +++ b/public/language/vi/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "Nhóm này phải có tối thiểu một chủ sỡ hữu", "group-already-invited": "Thành viên này đã được mời", "group-already-requested": "Yêu cầu tham gia của bạn đã được gửi.", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "Bài viết này đã bị xóa", "post-already-restored": "Bài viết này đã được phục hồi", "topic-already-deleted": "Chủ đề này đã bị xóa", diff --git a/public/language/vi/groups.json b/public/language/vi/groups.json index e14d062813..e7fe17a796 100644 --- a/public/language/vi/groups.json +++ b/public/language/vi/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "Bài mới nhất", "details.private": "Riêng tư", "details.disableJoinRequests": "Vô hiệu hóa yêu cầu tham gia", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Cấp/Huỷ quyền trưởng nhóm", "details.kick": "Đá ra", "details.kick_confirm": "Bạn có chắc muốn xoá thành viên này khỏi nhóm?", @@ -48,6 +49,7 @@ "event.updated": "Thông tin nhóm đã được cập nhật", "event.deleted": "Nhóm \"%1\" đã bị xoá", "membership.accept-invitation": "Chấp nhận lời mời", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "Lời mời đang chờ trả lời", "membership.join-group": "Tham gia nhóm", "membership.leave-group": "Rời khỏi nhóm", diff --git a/public/language/vi/modules.json b/public/language/vi/modules.json index 9532f99f4d..a3225aaa9d 100644 --- a/public/language/vi/modules.json +++ b/public/language/vi/modules.json @@ -34,6 +34,9 @@ "chat.kick": "Kick", "chat.show-ip": "Show IP", "chat.owner": "Room Owner", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "Soạn thảo", "composer.show_preview": "Hiện Xem trước", "composer.hide_preview": "Ẩn Xem trước", diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json index 3b5404e2a2..340d85b940 100644 --- a/public/language/vi/topic.json +++ b/public/language/vi/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "Bài viết này có %1 sửa đổi", "diffs.current-revision": "Bản sao lưu hiện tại", "diffs.original-revision": "Bản sao lưu gốc", - "timeago_later": "%1 sau" + "timeago_later": "%1 sau", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/vi/user.json b/public/language/vi/user.json index 2c8c11bdf4..9b49206965 100644 --- a/public/language/vi/user.json +++ b/public/language/vi/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "Những chủ đề bạn quan tâm và từng bình luận", "follow_topics_you_create": "Theo dõi chủ đề bạn tạo", "grouptitle": "Tên nhóm", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Không có tên nhóm", "select-skin": "Chọn một giao diện", "select-homepage": "Chọn Trang chủ", diff --git a/public/language/zh-CN/admin/general/dashboard.json b/public/language/zh-CN/admin/general/dashboard.json index 8d89e52b98..9570584326 100644 --- a/public/language/zh-CN/admin/general/dashboard.json +++ b/public/language/zh-CN/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "输入你要查看的网页浏览日期范围。 如果没有日期选择器可用,则接受的格式是 YYYY-MM-DD", "page-views-custom-error": "请输入 YYYY-MM-DD格式的有效日期范围 ", - "stats.day": "日", - "stats.week": "周", - "stats.month": "月", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "总计", "updates": "更新", diff --git a/public/language/zh-CN/admin/manage/groups.json b/public/language/zh-CN/admin/manage/groups.json index e1eb805102..48d9999df9 100644 --- a/public/language/zh-CN/admin/manage/groups.json +++ b/public/language/zh-CN/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "显示徽章", "edit.private-details": "启用此选项后,加入群组的请求将需要群组所有者审批。", "edit.private-override": "警告:系统已禁用了私有群组,优先级高于该选项。", - "edit.disable-requests": "禁止加入请求", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "隐藏", "edit.hidden-details": "启用此选项后,此群组将不在群组列表展现,并且用户只能被手动邀请加入", "edit.add-user": "向此群组添加成员", diff --git a/public/language/zh-CN/admin/manage/post-queue.json b/public/language/zh-CN/admin/manage/post-queue.json index 533d3f999b..742d177cee 100644 --- a/public/language/zh-CN/admin/manage/post-queue.json +++ b/public/language/zh-CN/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "发布队列", - "description": "发布队列为空。
若要启用该功能,请到设置 → 发布 → 发布限制中启用发布队列", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "用户", "category": "版块", "title": "标题", diff --git a/public/language/zh-CN/admin/manage/privileges.json b/public/language/zh-CN/admin/manage/privileges.json index 4c7b07c793..693a7a9d62 100644 --- a/public/language/zh-CN/admin/manage/privileges.json +++ b/public/language/zh-CN/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "全局", "global.no-users": "没有用户已分配全局权限。", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "聊天", "upload-images": "上传图片", "upload-files": "上传文件", diff --git a/public/language/zh-CN/admin/settings/post.json b/public/language/zh-CN/admin/settings/post.json index 5378722846..7e9e601787 100644 --- a/public/language/zh-CN/admin/settings/post.json +++ b/public/language/zh-CN/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "最多回复", "sorting.topic-default": "默认主题排序", "length": "发布帖子长度", + "post-queue": "Post Queue", "restrictions": "发帖限制", "restrictions-new": "新用户限制", "restrictions.post-queue": "启用发布队列", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "启用新的用户限制", "restrictions.post-queue-help": "启用发布队列会将新用户的帖子放入队列进行审批", "restrictions-new.post-queue-help": "启用新用户限制将对新用户创建的帖子设置限制", diff --git a/public/language/zh-CN/email.json b/public/language/zh-CN/email.json index 7eca900107..1237876904 100644 --- a/public/language/zh-CN/email.json +++ b/public/language/zh-CN/email.json @@ -27,7 +27,9 @@ "digest.week": "周", "digest.month": "月", "digest.subject": "%1 的摘要", - "digest.title": "您的每日摘要", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "收到来自 %1 的新聊天消息", "notif.chat.cta": "点击这里继续会话", "notif.chat.unsub.info": "根据您的订阅设置,为您发送此聊天提醒。", diff --git a/public/language/zh-CN/error.json b/public/language/zh-CN/error.json index 428560a7b2..a7423e39a6 100644 --- a/public/language/zh-CN/error.json +++ b/public/language/zh-CN/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "群组需要指定至少一名群组所有者", "group-already-invited": "您已邀请该用户", "group-already-requested": "已提交您的请求", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "此帖已被删除", "post-already-restored": "此帖已经恢复", "topic-already-deleted": "此主题已被删除", diff --git a/public/language/zh-CN/groups.json b/public/language/zh-CN/groups.json index 9f0793a3c6..7278a3c71e 100644 --- a/public/language/zh-CN/groups.json +++ b/public/language/zh-CN/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "最新帖子", "details.private": "私有", "details.disableJoinRequests": "禁止申请加入群组", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "授予/取消管理权", "details.kick": "踢出群组", "details.kick_confirm": "您确定要将此成员从群组中移除吗?", @@ -48,6 +49,7 @@ "event.updated": "群组信息已更新", "event.deleted": "群组 \"%1\" 已被删除", "membership.accept-invitation": "接受邀请", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "邀请中", "membership.join-group": "加入群组", "membership.leave-group": "退出群组", diff --git a/public/language/zh-CN/modules.json b/public/language/zh-CN/modules.json index fa9ca314d4..763c15c3a5 100644 --- a/public/language/zh-CN/modules.json +++ b/public/language/zh-CN/modules.json @@ -34,6 +34,9 @@ "chat.kick": "踢出", "chat.show-ip": "显示 IP", "chat.owner": "房间所有者", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "编写帮助", "composer.show_preview": "显示预览", "composer.hide_preview": "隐藏预览", diff --git a/public/language/zh-CN/topic.json b/public/language/zh-CN/topic.json index b678b8849f..9e55decd19 100644 --- a/public/language/zh-CN/topic.json +++ b/public/language/zh-CN/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "该贴已重新修改", "diffs.current-revision": "当前版本", "diffs.original-revision": "原始版本", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/zh-CN/user.json b/public/language/zh-CN/user.json index 21ff8708c9..b67f2acebb 100644 --- a/public/language/zh-CN/user.json +++ b/public/language/zh-CN/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "关注您回复过的主题", "follow_topics_you_create": "关注您创建的主题", "grouptitle": "群组标题", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "不展示群组称号", "select-skin": "选择皮肤", "select-homepage": "选择首页", diff --git a/public/language/zh-TW/admin/general/dashboard.json b/public/language/zh-TW/admin/general/dashboard.json index cfec2cd754..5ff9d61ba1 100644 --- a/public/language/zh-TW/admin/general/dashboard.json +++ b/public/language/zh-TW/admin/general/dashboard.json @@ -14,9 +14,12 @@ "page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is YYYY-MM-DD", "page-views-custom-error": "Please enter a valid date range in the format YYYY-MM-DD", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.yesterday": "Yesterday", + "stats.today": "Today", + "stats.last-week": "Last Week", + "stats.this-week": "This Week", + "stats.last-month": "Last Month", + "stats.this-month": "This Month", "stats.all": "All Time", "updates": "Updates", diff --git a/public/language/zh-TW/admin/manage/groups.json b/public/language/zh-TW/admin/manage/groups.json index 814eebaa0f..c3d60d4eed 100644 --- a/public/language/zh-TW/admin/manage/groups.json +++ b/public/language/zh-TW/admin/manage/groups.json @@ -25,7 +25,8 @@ "edit.show-badge": "Show Badge", "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", + "edit.disable-join": "Disable join requests", + "edit.disable-leave": "Disallow users from leaving the group", "edit.hidden": "Hidden", "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.add-user": "Add User to Group", diff --git a/public/language/zh-TW/admin/manage/post-queue.json b/public/language/zh-TW/admin/manage/post-queue.json index 4de24c991b..2742e3a7af 100644 --- a/public/language/zh-TW/admin/manage/post-queue.json +++ b/public/language/zh-TW/admin/manage/post-queue.json @@ -1,6 +1,6 @@ { "post-queue": "Post Queue", - "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.", + "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", "user": "User", "category": "Category", "title": "Title", diff --git a/public/language/zh-TW/admin/manage/privileges.json b/public/language/zh-TW/admin/manage/privileges.json index 5e6d451b67..ca4ad9fc36 100644 --- a/public/language/zh-TW/admin/manage/privileges.json +++ b/public/language/zh-TW/admin/manage/privileges.json @@ -1,7 +1,8 @@ { "global": "Global", "global.no-users": "No user-specific global privileges.", - + "group-privileges": "Group Privileges", + "user-privileges": "User Privileges", "chat": "Chat", "upload-images": "Upload Images", "upload-files": "Upload Files", diff --git a/public/language/zh-TW/admin/settings/post.json b/public/language/zh-TW/admin/settings/post.json index 7fc74a4d6b..b10ebe2c35 100644 --- a/public/language/zh-TW/admin/settings/post.json +++ b/public/language/zh-TW/admin/settings/post.json @@ -7,9 +7,11 @@ "sorting.most-posts": "Most Posts", "sorting.topic-default": "Default Topic Sorting", "length": "Post Length", + "post-queue": "Post Queue", "restrictions": "Posting Restrictions", "restrictions-new": "New User Restrictions", "restrictions.post-queue": "Enable post queue", + "restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue", "restrictions-new.post-queue": "Enable new user restrictions", "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval", "restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users", diff --git a/public/language/zh-TW/email.json b/public/language/zh-TW/email.json index ee9d9063fa..f83c2e7053 100644 --- a/public/language/zh-TW/email.json +++ b/public/language/zh-TW/email.json @@ -27,7 +27,9 @@ "digest.week": "週", "digest.month": "月", "digest.subject": "摘要於 %1", - "digest.title": "你的每日摘要", + "digest.title.day": "Your Daily Digest", + "digest.title.week": "Your Weekly Digest", + "digest.title.month": "Your Monthly Digest", "notif.chat.subject": "收到來自 %1 的聊天訊息", "notif.chat.cta": "點擊此處繼續聊天對話", "notif.chat.unsub.info": "本聊天通知依照你的訂閱設定發送給你。", diff --git a/public/language/zh-TW/error.json b/public/language/zh-TW/error.json index c37e9405d8..a57eb63091 100644 --- a/public/language/zh-TW/error.json +++ b/public/language/zh-TW/error.json @@ -99,6 +99,8 @@ "group-needs-owner": "這個群組至少要有一個主持人。", "group-already-invited": "這位使用者已經被邀請", "group-already-requested": "你的會員申請已經送出", + "group-join-disabled": "You are not able to join this group at this time", + "group-leave-disabled": "You are not able to leave this group at this time", "post-already-deleted": "此文章已經被刪除", "post-already-restored": "此文章已還原", "topic-already-deleted": "此主題已經被刪除", diff --git a/public/language/zh-TW/groups.json b/public/language/zh-TW/groups.json index 0bf907df96..fb3af8109d 100644 --- a/public/language/zh-TW/groups.json +++ b/public/language/zh-TW/groups.json @@ -25,6 +25,7 @@ "details.latest_posts": "最新文章", "details.private": "私人", "details.disableJoinRequests": "禁止加入要求", + "details.disableLeave": "Disallow users from leaving the group", "details.grant": "准許/撤銷 所有權", "details.kick": "剔除", "details.kick_confirm": "Are you sure you want to remove this member from the group?", @@ -48,6 +49,7 @@ "event.updated": "群組詳細訊息已被更新", "event.deleted": "此 \"%1\" 群組已被刪除了", "membership.accept-invitation": "同意邀請", + "membership.accept.notification_title": "You are now a member of %1", "membership.invitation-pending": "邀請等待中", "membership.join-group": "加入群組", "membership.leave-group": "離開群組", diff --git a/public/language/zh-TW/modules.json b/public/language/zh-TW/modules.json index 18790c5dfa..cb21142a29 100644 --- a/public/language/zh-TW/modules.json +++ b/public/language/zh-TW/modules.json @@ -34,6 +34,9 @@ "chat.kick": "踢", "chat.show-ip": "顯示IP", "chat.owner": "聊天室主人", + "chat.system.user-join": "%1 has joined the room", + "chat.system.user-leave": "%1 has left the room", + "chat.system.room-rename": "%2 has renamed this room: %1", "composer.compose": "撰寫", "composer.show_preview": "顯示預覽", "composer.hide_preview": "隱藏預覽", diff --git a/public/language/zh-TW/topic.json b/public/language/zh-TW/topic.json index 934df672cd..a631d0a6d2 100644 --- a/public/language/zh-TW/topic.json +++ b/public/language/zh-TW/topic.json @@ -133,5 +133,6 @@ "diffs.no-revisions-description": "此文章有 %1 個版本.", "diffs.current-revision": "目前版本", "diffs.original-revision": "原始版本", - "timeago_later": "%1 later" + "timeago_later": "%1 later", + "timeago_earlier": "%1 earlier" } \ No newline at end of file diff --git a/public/language/zh-TW/user.json b/public/language/zh-TW/user.json index 9f9ad429bf..9675457c71 100644 --- a/public/language/zh-TW/user.json +++ b/public/language/zh-TW/user.json @@ -124,6 +124,7 @@ "follow_topics_you_reply_to": "關注你有回覆的主題", "follow_topics_you_create": "關注你建立的主題", "grouptitle": "群組標題", + "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "無此群組標題", "select-skin": "選擇外觀", "select-homepage": "選擇首頁",