diff --git a/public/language/ar/admin/manage/categories.json b/public/language/ar/admin/manage/categories.json index 49f16ef323..89bde1d9d0 100644 --- a/public/language/ar/admin/manage/categories.json +++ b/public/language/ar/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/ar/error.json b/public/language/ar/error.json index c56e076d70..ad1741e0a7 100644 --- a/public/language/ar/error.json +++ b/public/language/ar/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/ar/groups.json b/public/language/ar/groups.json index 56af464733..73095455ce 100644 --- a/public/language/ar/groups.json +++ b/public/language/ar/groups.json @@ -35,8 +35,7 @@ "details.member_count": "عدد اﻷعضاء", "details.creation_date": "تاريخ الإنشاء", "details.description": "الوصف", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "معاينة الوسام", "details.change_icon": "تغيير الأيقونة", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/ar/user.json b/public/language/ar/user.json index 9970485935..560abc97f6 100644 --- a/public/language/ar/user.json +++ b/public/language/ar/user.json @@ -135,7 +135,7 @@ "homepage": "الصفحة الرئيسية", "homepage_description": "حدد صفحة لاستخدامها كصفحة رئيسية للمنتدى أو \"لا شيء\" لاستخدام الصفحة الرئيسية الافتراضية.", "custom_route": "مسار الصفحة الرئيسية المخصصة", - "custom_route_help": "أدخل اسم مسار هنا، بدون أي شرطة مائلة (على سبيل المثال \"حديثة\" أو \"شائعة\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "خدمات تسجيل الدخول الموحد", "sso.associated": "مرتبط مع", "sso.not-associated": "انقر هنا لربط مع", diff --git a/public/language/bg/admin/manage/categories.json b/public/language/bg/admin/manage/categories.json index bccb20de16..8543c85579 100644 --- a/public/language/bg/admin/manage/categories.json +++ b/public/language/bg/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Изображение на категорията", "parent-category": "Базова категория", "optional-parent-category": "(Незадължително) Базова категория", + "top-level": "Top Level", "parent-category-none": "(Няма)", "copy-parent": "Копиране на базовата", "copy-settings": "Копиране на настройките от", @@ -31,6 +32,7 @@ "edit": "Редактиране", "analytics": "Анализи", "view-category": "Преглед на категорията", + "set-order": "Set order", "select-category": "Изберете категория", "set-parent-category": "Задайте базова категория", diff --git a/public/language/bg/error.json b/public/language/bg/error.json index 0c440b3a7a..a76b6bc5a5 100644 --- a/public/language/bg/error.json +++ b/public/language/bg/error.json @@ -178,5 +178,7 @@ "no-connection": "Изглежда има проблем с връзката Ви с Интернет", "socket-reconnect-failed": "В момента сървърът е недостъпен. Натиснете тук, за да опитате отново, или опитайте пак по-късно.", "plugin-not-whitelisted": "Добавката не може да бъде инсталирана – само добавки, одобрени от пакетния мениджър на NodeBB могат да бъдат инсталирани чрез ACP", - "topic-event-unrecognized": "Събитието „%1“ на темата е неизвестно" + "topic-event-unrecognized": "Събитието „%1“ на темата е неизвестно", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/bg/groups.json b/public/language/bg/groups.json index 3aa1e669cf..0eb12f65a9 100644 --- a/public/language/bg/groups.json +++ b/public/language/bg/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Брой на членовете", "details.creation_date": "Дата на създаване", "details.description": "Описание", - "details.member-post-cids": "Категории, от които да се показват публикации", - "details.member-post-cids-help": "Забележка: Ако не изберете нито една категория, ще се смята, че са включени всички категории. Използвайте CTRL и SHIFT, за да изберете няколко възможности.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Преглед на емблемата", "details.change_icon": "Промяна на иконката", "details.change_label_colour": "Промяна на цвета на етикета", diff --git a/public/language/bg/user.json b/public/language/bg/user.json index e2440e37ca..0561023f88 100644 --- a/public/language/bg/user.json +++ b/public/language/bg/user.json @@ -135,7 +135,7 @@ "homepage": "Начална страница", "homepage_description": "Изберете страница, която да използвате като начална за форума, или „Нищо“, за да използвате тази по подразбиране.", "custom_route": "Път до персонализираната начална страница", - "custom_route_help": "Въведете името на пътя тук, без наклонена черта пред него (пример: „recent“ или „popular“)", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Услуги за еднократно вписване", "sso.associated": "Свързан с", "sso.not-associated": "Натиснете тук, за да свържете с", diff --git a/public/language/bn/admin/manage/categories.json b/public/language/bn/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/bn/admin/manage/categories.json +++ b/public/language/bn/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/bn/error.json b/public/language/bn/error.json index 9d9801592d..aa9f3ae986 100644 --- a/public/language/bn/error.json +++ b/public/language/bn/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/bn/groups.json b/public/language/bn/groups.json index b8879ed8e5..4fcb269410 100644 --- a/public/language/bn/groups.json +++ b/public/language/bn/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Member Count", "details.creation_date": "Creation Date", "details.description": "Description", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Badge Preview", "details.change_icon": "Change Icon", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/bn/user.json b/public/language/bn/user.json index 54ca3a3e03..798d228043 100644 --- a/public/language/bn/user.json +++ b/public/language/bn/user.json @@ -135,7 +135,7 @@ "homepage": "Homepage", "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", diff --git a/public/language/cs/admin/manage/categories.json b/public/language/cs/admin/manage/categories.json index e59cc0bab5..ecd5d09438 100644 --- a/public/language/cs/admin/manage/categories.json +++ b/public/language/cs/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Obrázek kategorie", "parent-category": "Nadřazená kategorie", "optional-parent-category": "Nadřazená kategorie (doporučeno)", + "top-level": "Top Level", "parent-category-none": "(nic)", "copy-parent": "Kopírovat nadřazenou", "copy-settings": "Kopírovat nastavení z", @@ -31,6 +32,7 @@ "edit": "Upravit", "analytics": "Analytika", "view-category": "Zobrazit kategorii", + "set-order": "Set order", "select-category": "Vyberte kategorii", "set-parent-category": "Nastavit nadřazenou kategorii", diff --git a/public/language/cs/error.json b/public/language/cs/error.json index 908ec3ed8f..4104ea3a48 100644 --- a/public/language/cs/error.json +++ b/public/language/cs/error.json @@ -178,5 +178,7 @@ "no-connection": "Zdá se, že nastal problém s připojením k internetu", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/cs/groups.json b/public/language/cs/groups.json index 96d6738c06..92af62ce0b 100644 --- a/public/language/cs/groups.json +++ b/public/language/cs/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Počet členů", "details.creation_date": "Datum vytvoření", "details.description": "Popis", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Náhled symbolu", "details.change_icon": "Změnit ikonu", "details.change_label_colour": "Změnit barvu popisu", diff --git a/public/language/cs/user.json b/public/language/cs/user.json index 5550e69817..e631f731e4 100644 --- a/public/language/cs/user.json +++ b/public/language/cs/user.json @@ -135,7 +135,7 @@ "homepage": "Domovská stránka", "homepage_description": "Vyberte stránku, která má být domovskou stránkou fóra nebo vyberte „Nic” a bude použita výchozí domovská stránka.", "custom_route": "Cesta k uživatelské domovské stránce", - "custom_route_help": "Zde zadejte název cesty - bez předcházejícího lomítka (např.: „Poslední” nebo „oblíbené”)", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Služby jednotného přihlášení", "sso.associated": "Přiřazeno k", "sso.not-associated": "Zde klikněte pro přiřazení k", diff --git a/public/language/da/admin/manage/categories.json b/public/language/da/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/da/admin/manage/categories.json +++ b/public/language/da/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/da/error.json b/public/language/da/error.json index d869dc6e61..53cc5d38db 100644 --- a/public/language/da/error.json +++ b/public/language/da/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/da/groups.json b/public/language/da/groups.json index e525e7824d..b9f2c13d4c 100644 --- a/public/language/da/groups.json +++ b/public/language/da/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Medlemsantal", "details.creation_date": "Oprettelsesdato", "details.description": "Beskrivelse", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Mærke forhåndsvisning", "details.change_icon": "Skift ikon", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/da/user.json b/public/language/da/user.json index 2386b1ada9..f0f9d2955c 100644 --- a/public/language/da/user.json +++ b/public/language/da/user.json @@ -135,7 +135,7 @@ "homepage": "Hjemmeside", "homepage_description": "Vælg en side som forummets hjemmeside, eller 'Ingen' for at bruge standard hjemmesiden.", "custom_route": "Brugerdefinerede hjemme rute", - "custom_route_help": "Indtast et rute navn her, uden nogle foregående skråstreg (f.eks. \"nyligt\" eller \"populært\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Enkeltgangs Sign-on Servicer", "sso.associated": "Forbundet med", "sso.not-associated": "Klik her for at forbinde med", diff --git a/public/language/de/admin/manage/categories.json b/public/language/de/admin/manage/categories.json index be4088b5a0..2709567719 100644 --- a/public/language/de/admin/manage/categories.json +++ b/public/language/de/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Kategoriebild", "parent-category": "Übergeordnete Kategorie", "optional-parent-category": "(Optional) Übergeordnete Kategorie", + "top-level": "Top Level", "parent-category-none": "(Keine)", "copy-parent": "Copy Parent", "copy-settings": "Kopiere Einstellungen von", @@ -31,6 +32,7 @@ "edit": "Bearbeiten", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Kategorie auswählen", "set-parent-category": "Übergeordnete Kategorie festlegen", diff --git a/public/language/de/error.json b/public/language/de/error.json index 1a094e1698..6203910472 100644 --- a/public/language/de/error.json +++ b/public/language/de/error.json @@ -178,5 +178,7 @@ "no-connection": "Es scheint als gäbe es ein Problem mit deiner Internetverbindung", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/de/groups.json b/public/language/de/groups.json index 27a933979f..b5c5c138a4 100644 --- a/public/language/de/groups.json +++ b/public/language/de/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Mitgliederanzahl", "details.creation_date": "Erstelldatum", "details.description": "Beschreibung", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Abzeichenvorschau", "details.change_icon": "Symbol ändern", "details.change_label_colour": "Label-Farbe ändern", diff --git a/public/language/de/user.json b/public/language/de/user.json index 5b219f1078..c0f22a9e47 100644 --- a/public/language/de/user.json +++ b/public/language/de/user.json @@ -135,7 +135,7 @@ "homepage": "Startseite", "homepage_description": "Wähle eine Seite die als Forumstartseite benutzt werden soll aus oder 'Keine' um die Standardstartseite zu verwenden.", "custom_route": "Eigener Startseitenpfad", - "custom_route_help": "Gib hier einen Pfadnamen ohne vorangehenden Schrägstrich ein (z.B. \"recent\" oder \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Dienste", "sso.associated": "Verbunden mit", "sso.not-associated": "Verbinde dich mit", diff --git a/public/language/el/admin/manage/categories.json b/public/language/el/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/el/admin/manage/categories.json +++ b/public/language/el/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/el/error.json b/public/language/el/error.json index c7877466dd..bfd01b4998 100644 --- a/public/language/el/error.json +++ b/public/language/el/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/el/groups.json b/public/language/el/groups.json index 0953e444c4..8e6431a0f9 100644 --- a/public/language/el/groups.json +++ b/public/language/el/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Member Count", "details.creation_date": "Ημερομηνία Δημιουργίας", "details.description": "Περιγραφή", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Badge Preview", "details.change_icon": "Change Icon", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/el/user.json b/public/language/el/user.json index 9d546c54b8..2c9fcf34fb 100644 --- a/public/language/el/user.json +++ b/public/language/el/user.json @@ -135,7 +135,7 @@ "homepage": "Homepage", "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", diff --git a/public/language/en-US/admin/manage/categories.json b/public/language/en-US/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/en-US/admin/manage/categories.json +++ b/public/language/en-US/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/en-US/error.json b/public/language/en-US/error.json index a378531f6b..e0b6d25d25 100644 --- a/public/language/en-US/error.json +++ b/public/language/en-US/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/en-US/groups.json b/public/language/en-US/groups.json index ff52b35c08..2072d52894 100644 --- a/public/language/en-US/groups.json +++ b/public/language/en-US/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Member Count", "details.creation_date": "Creation Date", "details.description": "Description", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Badge Preview", "details.change_icon": "Change Icon", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/en-US/user.json b/public/language/en-US/user.json index 48573a2b19..79d5f5ecf2 100644 --- a/public/language/en-US/user.json +++ b/public/language/en-US/user.json @@ -135,7 +135,7 @@ "homepage": "Homepage", "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", diff --git a/public/language/en-x-pirate/admin/manage/categories.json b/public/language/en-x-pirate/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/en-x-pirate/admin/manage/categories.json +++ b/public/language/en-x-pirate/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/en-x-pirate/error.json b/public/language/en-x-pirate/error.json index a378531f6b..e0b6d25d25 100644 --- a/public/language/en-x-pirate/error.json +++ b/public/language/en-x-pirate/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/en-x-pirate/groups.json b/public/language/en-x-pirate/groups.json index ff52b35c08..2072d52894 100644 --- a/public/language/en-x-pirate/groups.json +++ b/public/language/en-x-pirate/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Member Count", "details.creation_date": "Creation Date", "details.description": "Description", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Badge Preview", "details.change_icon": "Change Icon", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/en-x-pirate/user.json b/public/language/en-x-pirate/user.json index 995ec23a49..0926baa6db 100644 --- a/public/language/en-x-pirate/user.json +++ b/public/language/en-x-pirate/user.json @@ -135,7 +135,7 @@ "homepage": "Homepage", "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", diff --git a/public/language/es/admin/manage/categories.json b/public/language/es/admin/manage/categories.json index c83a2cb8c7..22bb6256e7 100644 --- a/public/language/es/admin/manage/categories.json +++ b/public/language/es/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Imagen de Categoría", "parent-category": "Categoría Superior", "optional-parent-category": "(Opcional) Categoría Superior", + "top-level": "Top Level", "parent-category-none": "(Ninguna)", "copy-parent": "Copy Parent", "copy-settings": "Copiar Configuración Desde", @@ -31,6 +32,7 @@ "edit": "Editar", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Seleccionar Categoría", "set-parent-category": "Fijar Categoría Superior", diff --git a/public/language/es/error.json b/public/language/es/error.json index 06011acf9d..3921f4fd5d 100644 --- a/public/language/es/error.json +++ b/public/language/es/error.json @@ -178,5 +178,7 @@ "no-connection": "Parece haber un problema con tu conexión a internet", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/es/groups.json b/public/language/es/groups.json index 6d5038583d..a00c4035e4 100644 --- a/public/language/es/groups.json +++ b/public/language/es/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Numero de Miembros", "details.creation_date": "Fecha de Creacion", "details.description": "Descripción", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Previsualización de Insignia", "details.change_icon": "Cambiar Icono", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/es/user.json b/public/language/es/user.json index 0e05de01f5..dd3a438100 100644 --- a/public/language/es/user.json +++ b/public/language/es/user.json @@ -135,7 +135,7 @@ "homepage": "Página de inicio", "homepage_description": "Seleccione una página para su uso habitual como la página principal del foro o 'Ninguno' para utilizar la página de inicio.", "custom_route": "Pagina de inicio personalizada", - "custom_route_help": "Introduzca un nombre de ruta aquí, sin ninguna barra anterior (por ejemplo, \"reciente\", o \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Servicios de Inicio de sesión Único", "sso.associated": "Asociado con", "sso.not-associated": "Da clic aquí para asociarse con", diff --git a/public/language/et/admin/manage/categories.json b/public/language/et/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/et/admin/manage/categories.json +++ b/public/language/et/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/et/error.json b/public/language/et/error.json index f29a84b1e0..24bf6fafe5 100644 --- a/public/language/et/error.json +++ b/public/language/et/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/et/groups.json b/public/language/et/groups.json index fe945ebd3b..d1b5d7d701 100644 --- a/public/language/et/groups.json +++ b/public/language/et/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Liikmete arv", "details.creation_date": "Algatamise kuupäev", "details.description": "Kirjeldus", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Embleemi eelvaade", "details.change_icon": "Vaheta ikooni", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/et/user.json b/public/language/et/user.json index 41f1e32fd8..6cf909ce37 100644 --- a/public/language/et/user.json +++ b/public/language/et/user.json @@ -135,7 +135,7 @@ "homepage": "Avaleht", "homepage_description": "Valige leht, mida kasutada foorumi esilehena või 'None', et kasutada vaikimisi esilehte.", "custom_route": "Kohandatud Esilehe Teekond", - "custom_route_help": "Sisestage tee nimi siia, ilma eelnevate kaldkriipsudeta (nt. \"recent\", või \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Ühekordse sisselogimisega teenused", "sso.associated": "Seotud koos", "sso.not-associated": "Kliki siia, et siduda koos", diff --git a/public/language/fa-IR/admin/manage/categories.json b/public/language/fa-IR/admin/manage/categories.json index 28c258568c..29558b95b5 100644 --- a/public/language/fa-IR/admin/manage/categories.json +++ b/public/language/fa-IR/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/fa-IR/error.json b/public/language/fa-IR/error.json index 0cecd37309..2e5579cce1 100644 --- a/public/language/fa-IR/error.json +++ b/public/language/fa-IR/error.json @@ -178,5 +178,7 @@ "no-connection": "به نظر می رسد اینترنت شما مشکل دارد", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/fa-IR/groups.json b/public/language/fa-IR/groups.json index 6e50aeec20..ffd69d118b 100644 --- a/public/language/fa-IR/groups.json +++ b/public/language/fa-IR/groups.json @@ -35,8 +35,7 @@ "details.member_count": "تعداد اعضا", "details.creation_date": "زمان ساخته شدن", "details.description": "توضیحات", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "پیش نمایشِ نشان", "details.change_icon": "تغییر آیکن", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/fa-IR/user.json b/public/language/fa-IR/user.json index 10325b2b1c..1c943ad065 100644 --- a/public/language/fa-IR/user.json +++ b/public/language/fa-IR/user.json @@ -135,7 +135,7 @@ "homepage": "صفحه اصلی", "homepage_description": "یک صفحه را به عنوان خانه انتخاب کنید یا با انتخاب \"هیچکدام\" صفحه‌ی پیش فرض برای شما انتخاب می‌شود. ", "custom_route": "مسیر صفحه‌ی اختصاصی", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", diff --git a/public/language/fi/admin/manage/categories.json b/public/language/fi/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/fi/admin/manage/categories.json +++ b/public/language/fi/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/fi/error.json b/public/language/fi/error.json index 313eea7739..4f5904c990 100644 --- a/public/language/fi/error.json +++ b/public/language/fi/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/fi/groups.json b/public/language/fi/groups.json index 434c7d726d..0346460360 100644 --- a/public/language/fi/groups.json +++ b/public/language/fi/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Jäsenmäärä", "details.creation_date": "Luontipäivämäärä", "details.description": "Kuvaus", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Merkin esikatselu", "details.change_icon": "Vaihda kuvake", "details.change_label_colour": "Vaihda merkin väriä", diff --git a/public/language/fi/user.json b/public/language/fi/user.json index 8904f76fde..1c0a24097d 100644 --- a/public/language/fi/user.json +++ b/public/language/fi/user.json @@ -135,7 +135,7 @@ "homepage": "Kotisivu", "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", diff --git a/public/language/fr/admin/manage/categories.json b/public/language/fr/admin/manage/categories.json index bee7608f84..c2fb977876 100644 --- a/public/language/fr/admin/manage/categories.json +++ b/public/language/fr/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Image de la catégorie", "parent-category": "Catégorie parente", "optional-parent-category": "Catégorie parente (optionnel)", + "top-level": "Top Level", "parent-category-none": "(Aucun)", "copy-parent": "Copier Parent", "copy-settings": "Copier les paramètres de", @@ -31,6 +32,7 @@ "edit": "Éditer", "analytics": "Statistiques", "view-category": "Voir la catégorie", + "set-order": "Set order", "select-category": "Sélectionner une catégorie", "set-parent-category": "Définissez une catégorie parente", diff --git a/public/language/fr/error.json b/public/language/fr/error.json index ffbe609ae8..f7f2bc8401 100644 --- a/public/language/fr/error.json +++ b/public/language/fr/error.json @@ -178,5 +178,7 @@ "no-connection": "Il semble y avoir un problème avec votre connexion Internet", "socket-reconnect-failed": "Serveur inaccessible pour le moment. Cliquez ici pour réessayer ou réessayez plus tard", "plugin-not-whitelisted": "Impossible d'installer le plug-in – seuls les plugins mis en liste blanche dans le gestionnaire de packages NodeBB peuvent être installés via l'ACP", - "topic-event-unrecognized": "Événement du sujet '%1' non reconnu" + "topic-event-unrecognized": "Événement du sujet '%1' non reconnu", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/fr/groups.json b/public/language/fr/groups.json index fa62429380..cdecf4e4e1 100644 --- a/public/language/fr/groups.json +++ b/public/language/fr/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Nombre de membres", "details.creation_date": "Date de création", "details.description": "Description", - "details.member-post-cids": "Catégories ou seront affichés les articles", - "details.member-post-cids-help": "Note: si aucune catégorie n'est sélectionnée, toutes les catégories sont incluses. Utilisez ctrl et shift pour sélectionner plusieurs options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Aperçu du badge", "details.change_icon": "Modifier l'icône", "details.change_label_colour": "Changer la couleur de l'étiquette", diff --git a/public/language/fr/user.json b/public/language/fr/user.json index 1358f7a5f3..e95b276fa9 100644 --- a/public/language/fr/user.json +++ b/public/language/fr/user.json @@ -135,7 +135,7 @@ "homepage": "Page d'accueil", "homepage_description": "Sélectionnez une page à utiliser comme page d'accueil du forum, ou \"Aucune\" pour utiliser la page d'accueil par défaut.", "custom_route": "Chemin personnalisé de la page d'accueil", - "custom_route_help": "Entrez le chemin ici, sans slash au début (par exemple \"recent\" ou \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Services d'authentification unique", "sso.associated": "Associé avec", "sso.not-associated": "Cliquez ici pour associer", diff --git a/public/language/gl/admin/manage/categories.json b/public/language/gl/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/gl/admin/manage/categories.json +++ b/public/language/gl/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/gl/error.json b/public/language/gl/error.json index c5083be753..92dea92989 100644 --- a/public/language/gl/error.json +++ b/public/language/gl/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/gl/groups.json b/public/language/gl/groups.json index 5b1d941872..fd1229eb47 100644 --- a/public/language/gl/groups.json +++ b/public/language/gl/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Conta de Membros", "details.creation_date": "Data de Creación", "details.description": "Descripción", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Vista Previa da Insignia", "details.change_icon": "Cambiar Icona", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/gl/user.json b/public/language/gl/user.json index b3265cee18..f329329363 100644 --- a/public/language/gl/user.json +++ b/public/language/gl/user.json @@ -135,7 +135,7 @@ "homepage": "Páxina de inicio", "homepage_description": "Escolla unha páxina para o seu uso habitual como a páxina principal do foro ou \"Ningún\" para empregar a páxina de inicio", "custom_route": "Modificar páxina de ruta", - "custom_route_help": "Introduza o nome de ruta aquí, sen ningunha barra (por exemplo, \"recente\", ou \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Servizos de Inicio de Sesión Único", "sso.associated": "Asociado con", "sso.not-associated": "Pica aquí para asociarte con", diff --git a/public/language/he/admin/manage/categories.json b/public/language/he/admin/manage/categories.json index 7a1adc50f9..fe1a4a5b94 100644 --- a/public/language/he/admin/manage/categories.json +++ b/public/language/he/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "תמונת קטגוריה", "parent-category": "קטגוריית אב", "optional-parent-category": "(אופציונלי) קטגוריית הורים", + "top-level": "Top Level", "parent-category-none": "(ללא)", "copy-parent": "העתק אב", "copy-settings": "העתק הגדרות מ:", @@ -31,6 +32,7 @@ "edit": "ערוך", "analytics": "נתח", "view-category": "הצג קטגוריה", + "set-order": "Set order", "select-category": "בחר קטגוריה", "set-parent-category": "הגדר קטגוריית אב", diff --git a/public/language/he/error.json b/public/language/he/error.json index b27c15d652..e95f725152 100644 --- a/public/language/he/error.json +++ b/public/language/he/error.json @@ -178,5 +178,7 @@ "no-connection": "נראה שיש בעיות בחיבור האינטרנט שלך..", "socket-reconnect-failed": "לא ניתן להגיע לשרת בשלב זה. לחץ כאן כדי לנסות שוב, או נסה שוב מאוחר יותר", "plugin-not-whitelisted": "לא ניתן להתקין את התוסף – ניתן להתקין דרך הניהול רק תוספים שנמצאים ברשימה הלבנה של מנהל החבילות של NodeBB.", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/he/groups.json b/public/language/he/groups.json index 3b2934fb20..10dc9097a7 100644 --- a/public/language/he/groups.json +++ b/public/language/he/groups.json @@ -35,8 +35,7 @@ "details.member_count": "מספר חברים", "details.creation_date": "תאריך יצירה", "details.description": "תיאור", - "details.member-post-cids": "קטגוריות מהם יוצגו פוסטים", - "details.member-post-cids-help": "הערה: אי בחירת קטגוריה תכלול את כל הקטגוריות. השתמש ב-ctrl ו-shift כדי לבחור אפשרויות מרובות.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "תצוגה מקדימה של התג", "details.change_icon": "שנה אייקון", "details.change_label_colour": "שנה צבע תווית", diff --git a/public/language/he/user.json b/public/language/he/user.json index 165bf72e38..453b28ddd8 100644 --- a/public/language/he/user.json +++ b/public/language/he/user.json @@ -135,7 +135,7 @@ "homepage": "דף הבית", "homepage_description": "בחר דף שיוגדר כדף הבית של הפורום או בחר ב\"כלום\" על מנת להשתמש בדף הבית הברירת מחדל.", "custom_route": "נתיב דף הבית המותאם-אישית", - "custom_route_help": "הכנס שם נתיב כאן, ללא לוכסן לפני (לדוגמא \"recent\" לאחרונים, או \"popular\" לפופולארי)", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "משוייך עם", "sso.not-associated": "לחץ כאן כדי לשייך", diff --git a/public/language/hr/admin/manage/categories.json b/public/language/hr/admin/manage/categories.json index 4abe6bce49..0ec362b08c 100644 --- a/public/language/hr/admin/manage/categories.json +++ b/public/language/hr/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Slika kategorije", "parent-category": "Roditeljska kategorija", "optional-parent-category": "(Opcionalno) Roditeljska kategorija", + "top-level": "Top Level", "parent-category-none": "(Ništa)", "copy-parent": "Copy Parent", "copy-settings": "Kopiraj postavke iz ", @@ -31,6 +32,7 @@ "edit": "Uredi", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Odabri kategoriju", "set-parent-category": "Postavi roditeljsku kategoriju ", diff --git a/public/language/hr/error.json b/public/language/hr/error.json index 73848513d2..021a82766e 100644 --- a/public/language/hr/error.json +++ b/public/language/hr/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/hr/groups.json b/public/language/hr/groups.json index 6f1a2fde96..bfdbf2a416 100644 --- a/public/language/hr/groups.json +++ b/public/language/hr/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Broj članova", "details.creation_date": "Kreirano", "details.description": "Opis", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Prikaz značke", "details.change_icon": "Promjeni ikonu", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/hr/user.json b/public/language/hr/user.json index 3d02d57c99..877802acfa 100644 --- a/public/language/hr/user.json +++ b/public/language/hr/user.json @@ -135,7 +135,7 @@ "homepage": "Naslovna", "homepage_description": "Izaberi stranicu ", "custom_route": "Uobičajena putanja naslovnice", - "custom_route_help": "Izaberi ime putanje ovdje", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Jednokratne usluge prijave", "sso.associated": "Povezano sa", "sso.not-associated": "Klikni ovdje za povezivanje sa", diff --git a/public/language/hu/admin/manage/categories.json b/public/language/hu/admin/manage/categories.json index 86a8fdf818..ed9033b047 100644 --- a/public/language/hu/admin/manage/categories.json +++ b/public/language/hu/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Kategóriakép", "parent-category": "Szülő kategória", "optional-parent-category": "(Nem kötelező) Szülő kategória", + "top-level": "Top Level", "parent-category-none": "(Nincs)", "copy-parent": "Copy Parent", "copy-settings": "Beállítások másolása", @@ -31,6 +32,7 @@ "edit": "Szerkesztés", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Kategória kiválasztása", "set-parent-category": "Szülő kategória beállítása", diff --git a/public/language/hu/error.json b/public/language/hu/error.json index 8ac73cd91b..e43b907cf4 100644 --- a/public/language/hu/error.json +++ b/public/language/hu/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/hu/groups.json b/public/language/hu/groups.json index 51e903ec8f..696adc83bd 100644 --- a/public/language/hu/groups.json +++ b/public/language/hu/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Tagok száma", "details.creation_date": "Létrehozás dátuma", "details.description": "Leírás", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Jelvény előnézet", "details.change_icon": "Ikon módosítása", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/hu/user.json b/public/language/hu/user.json index da9b978538..09c2ee4a46 100644 --- a/public/language/hu/user.json +++ b/public/language/hu/user.json @@ -135,7 +135,7 @@ "homepage": "Kezdőlap", "homepage_description": "Válasz egy oldalt a fórum kezdőlapjához, vagy az alapértelmezett kezdőlaphoz a 'Nincs' lehetőséget.", "custom_route": "Egyéni kezdőlap útvonal", - "custom_route_help": "Adj meg egy útvonalnevet (pl. \"legújabb\", vagy \"népszerű\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Egyszeri bejelentkezési szolgáltatás", "sso.associated": "Társítás", "sso.not-associated": "Kattints ide a társításhoz", diff --git a/public/language/id/admin/manage/categories.json b/public/language/id/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/id/admin/manage/categories.json +++ b/public/language/id/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/id/error.json b/public/language/id/error.json index 437953f7d4..5b1bb481d3 100644 --- a/public/language/id/error.json +++ b/public/language/id/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/id/groups.json b/public/language/id/groups.json index 920a7a76fc..47065e357e 100644 --- a/public/language/id/groups.json +++ b/public/language/id/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Member Count", "details.creation_date": "Creation Date", "details.description": "Description", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Badge Preview", "details.change_icon": "Change Icon", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/id/user.json b/public/language/id/user.json index 33f49fc395..1361ced6de 100644 --- a/public/language/id/user.json +++ b/public/language/id/user.json @@ -135,7 +135,7 @@ "homepage": "Homepage", "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", diff --git a/public/language/it/admin/manage/categories.json b/public/language/it/admin/manage/categories.json index 3d545e76e7..83d2008461 100644 --- a/public/language/it/admin/manage/categories.json +++ b/public/language/it/admin/manage/categories.json @@ -10,7 +10,7 @@ "custom-class": "Classe personalizzata", "num-recent-replies": "# di Repliche Recenti", "ext-link": "Link esterni", - "subcategories-per-page": "Subcategories per page", + "subcategories-per-page": "Sottocategorie per pagina", "is-section": "Tratta questa categoria come una sezione", "post-queue": "Post in attesa", "tag-whitelist": "Whitelist tag", @@ -19,6 +19,7 @@ "category-image": "Immagine di Categoria", "parent-category": "Categoria Padre", "optional-parent-category": "Categoria Padre (Opzionale)", + "top-level": "Top Level", "parent-category-none": "(Nessuna)", "copy-parent": "Copia Padre", "copy-settings": "Copia Impostazioni Da", @@ -31,6 +32,7 @@ "edit": "Modifica", "analytics": "Analitica", "view-category": "Visualizza categoria", + "set-order": "Set order", "select-category": "Seleziona Categoria", "set-parent-category": "Imposta la Categoria Padre", @@ -47,8 +49,8 @@ "privileges.no-users": "Nessun privilegio specifico dell'utente in questa categoria.", "privileges.section-group": "Gruppo", "privileges.group-private": "Questo gruppo è privato", - "privileges.inheritance-exception": "This group does not inherit privileges from registered-users group", - "privileges.banned-user-inheritance": "Banned users inherit privileges from banned-users group", + "privileges.inheritance-exception": "Questo gruppo non eredita privilegi dal gruppo utenti registrati", + "privileges.banned-user-inheritance": "Gli utenti bannati ereditano i privilegi dal gruppo utenti bannati", "privileges.search-group": "Aggiungi gruppo", "privileges.copy-to-children": "Copia i Figli", "privileges.copy-from-category": "Copia da Categoria", diff --git a/public/language/it/admin/settings/pagination.json b/public/language/it/admin/settings/pagination.json index a640e3894a..1292c4fbba 100644 --- a/public/language/it/admin/settings/pagination.json +++ b/public/language/it/admin/settings/pagination.json @@ -1,12 +1,12 @@ { "pagination": "Impostazioni di impaginazione", "enable": "Impaginare discussioni e post al posto di usare lo scorrimento infinito", - "posts": "Post Pagination", + "posts": "Impaginazione dei post", "topics": "Impaginazione Discussione", "posts-per-page": "Post per pagina", "max-posts-per-page": "Numero massimo di post per pagina", "categories": "Categoria Impaginazione", "topics-per-page": "Discussioni per pagina", "max-topics-per-page": "Numero massimo di discussioni per pagina", - "categories-per-page": "Categories per page" + "categories-per-page": "Categorie per pagina" } \ No newline at end of file diff --git a/public/language/it/admin/settings/reputation.json b/public/language/it/admin/settings/reputation.json index c5566a7e85..4b025602a1 100644 --- a/public/language/it/admin/settings/reputation.json +++ b/public/language/it/admin/settings/reputation.json @@ -17,6 +17,6 @@ "flags": "Impostazioni segnalazioni", "flags.limit-per-target": "Numero massimo di volte che qualcosa può essere segnalato", "flags.limit-per-target-placeholder": "Predefinito: 0", - "flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.", - "flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned" + "flags.limit-per-target-help": "Quando un post o un utente viene segnalato più volte, ogni segnalazione aggiuntiva è considerata una "report" e aggiunto alla segnalazione originale. Imposta questa opzione su un numero diverso da zero per limitare il numero di rapporti che un elemento può ricevere.", + "flags.auto-resolve-on-ban": "Risolvi automaticamente tutti i ticket di un utente quando vengono bannati" } \ No newline at end of file diff --git a/public/language/it/category.json b/public/language/it/category.json index ec6c9b6adb..1d172a0abf 100644 --- a/public/language/it/category.json +++ b/public/language/it/category.json @@ -19,5 +19,5 @@ "notwatching.message": "Ora non stai seguendo gli aggiornamenti di questa categoria e di tutte le sottocategorie", "ignoring.message": "Ora stai ignorando gli aggiornamenti di questa categoria e di tutte le sottocategorie", "watched-categories": "Categorie seguite", - "x-more-categories": "%1 more categories" + "x-more-categories": "Altre %1 categorie" } \ No newline at end of file diff --git a/public/language/it/error.json b/public/language/it/error.json index beabfb1600..7cb60dddd4 100644 --- a/public/language/it/error.json +++ b/public/language/it/error.json @@ -178,5 +178,7 @@ "no-connection": "Sembra ci sia un problema con la tua connessione internet", "socket-reconnect-failed": "Impossibile raggiungere il server al momento. Clicca qui per riprovare o riprova in un secondo momento", "plugin-not-whitelisted": "Impossibile installare il plug-in & solo i plugin nella whitelist del Gestione Pacchetti di NodeBB possono essere installati tramite ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Evento discussione '%1' non riconosciuto", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/it/global.json b/public/language/it/global.json index fd18406f69..4c5c50d002 100644 --- a/public/language/it/global.json +++ b/public/language/it/global.json @@ -46,9 +46,9 @@ "alert.success": "Riuscito", "alert.error": "Errore", "alert.banned": "Bannato", - "alert.banned.message": "You have just been banned, your access is now restricted.", - "alert.unbanned": "Unbanned", - "alert.unbanned.message": "Your ban has been lifted.", + "alert.banned.message": "Sei stato appena bannato, il tuo accesso è ora limitato.", + "alert.unbanned": "Non bannato", + "alert.unbanned.message": "Il tuo ban è stato revocato.", "alert.unfollow": "Non stai più seguendo %1!", "alert.follow": "Stai seguendo %1!", "users": "Utenti", @@ -95,8 +95,8 @@ "guest": "Ospite", "guests": "Ospiti", "former_user": "Un Ex Utente", - "system-user": "System", - "unknown-user": "Unknown user", + "system-user": "Sistema", + "unknown-user": "Utente sconosciuto", "updated.title": "Forum Aggiornato", "updated.message": "Questo forum è stato aggiornato all'ultima versione. Clicca qui per ricaricare la pagina.", "privacy": "Privacy", diff --git a/public/language/it/groups.json b/public/language/it/groups.json index afa767294c..d8bd05eabb 100644 --- a/public/language/it/groups.json +++ b/public/language/it/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Numero Membri", "details.creation_date": "Data Creazione", "details.description": "Descrizione", - "details.member-post-cids": "Categorie da cui visualizzare i post", - "details.member-post-cids-help": "Nota: Se non si seleziona alcuna categoria, tutte le categorie saranno incluse. Utilizza ctrl e shift per selezionare più opzioni.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Anteprima Badge", "details.change_icon": "Cambia Icona", "details.change_label_colour": "Cambia colore etichetta", diff --git a/public/language/it/login.json b/public/language/it/login.json index 1b7cf4001b..dcfac5694d 100644 --- a/public/language/it/login.json +++ b/public/language/it/login.json @@ -9,5 +9,5 @@ "login_successful": "Hai effettuato l'accesso con successo!", "dont_have_account": "Non hai un account?", "logged-out-due-to-inactivity": "Sei stato disconnesso dal Pannello di Controllo Amministratore per inattività", - "caps-lock-enabled": "Caps Lock is enabled" + "caps-lock-enabled": "Il blocco delle maiuscole è abilitato" } \ No newline at end of file diff --git a/public/language/it/register.json b/public/language/it/register.json index c97b31c503..642c469490 100644 --- a/public/language/it/register.json +++ b/public/language/it/register.json @@ -25,7 +25,7 @@ "gdpr_agree_data": "Acconsento alla raccolta e al trattamento dei miei dati personali su questo sito web.", "gdpr_agree_email": "Acconsento a ricevere email di riepilogo e notifiche da questo sito web.", "gdpr_consent_denied": "È necessario dare il consenso a questo sito per raccogliere/elaborare i tuoi dati e per inviarti email.", - "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", - "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", - "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" + "invite.error-admin-only": "La registrazione diretta degli utenti è stata disabilitata. Si prega di contattare un amministratore per maggiori dettagli.", + "invite.error-invite-only": "La registrazione diretta degli utenti è stata disabilitata. Devi essere invitato da un utente esistente per accedere a questo forum.", + "invite.error-invalid-data": "I dati di registrazione ricevuti non corrispondono ai nostri registri. Si prega di contattare un amministratore per maggiori dettagli" } \ No newline at end of file diff --git a/public/language/it/topic.json b/public/language/it/topic.json index c808eba2d5..b103e581c3 100644 --- a/public/language/it/topic.json +++ b/public/language/it/topic.json @@ -28,19 +28,19 @@ "share": "Condividi", "tools": "Strumenti", "locked": "Bloccato", - "pinned": "Appeso", - "pinned-with-expiry": "Bloccato fino al %1", + "pinned": "Fissato", + "pinned-with-expiry": "Fissato fino al %1", "moved": "Spostato", "moved-from": "Spostato da %1", "copy-ip": "Copia indirizzo IP", "ban-ip": "Banna indirizzo IP", "view-history": "Modifica storico", - "locked-by": "Locked by", - "unlocked-by": "Unlocked by", - "pinned-by": "Pinned by", - "unpinned-by": "Unpinned by", - "deleted-by": "Deleted by", - "restored-by": "Restored by", + "locked-by": "Bloccato da", + "unlocked-by": "Sbloccata da", + "pinned-by": "Fissato da", + "unpinned-by": "Liberato da", + "deleted-by": "Eliminato da", + "restored-by": "Ripristinato da", "bookmark_instructions": "Clicca qui per tornare all'ultimo post letto in questa discussione.", "flag-post": "Segnala questo post", "flag-user": "Segnala questo utente", @@ -69,7 +69,7 @@ "thread_tools.title": "Strumenti per la Discussione", "thread_tools.markAsUnreadForAll": "Marca come Non Letta per tutti", "thread_tools.pin": "Fissa Discussione", - "thread_tools.unpin": "Sblocca Discussione", + "thread_tools.unpin": "Libera Discussione", "thread_tools.lock": "Blocca Discussione", "thread_tools.unlock": "Sblocca Discussione", "thread_tools.move": "Sposta Discussione", @@ -97,7 +97,7 @@ "post_restore_confirm": "Sei sicuro di voler ripristinare questo post?", "post_purge_confirm": "Sei sicuro di voler eliminare definitivamente questo post?", "pin-modal-expiry": "Data di scadenza", - "pin-modal-help": "Facoltativamente, è possibile impostare una data di scadenza per le discussioni appuntate qui. In alternativa, è possibile lasciare vuoto questo campo per mantenere la discussione bloccata fino a quando non viene sbloccata manualmente.", + "pin-modal-help": "Facoltativamente, è possibile impostare una data di scadenza per le discussioni fissate qui. In alternativa, è possibile lasciare vuoto questo campo per mantenere la discussione fissata fino a quando non viene liberata manualmente.", "load_categories": "Caricamento Categorie", "confirm_move": "Sposta", "confirm_fork": "Dividi", @@ -158,10 +158,10 @@ "diffs.current-revision": "revisione corrente", "diffs.original-revision": "revisione originale", "diffs.restore": "Ripristina questa revisione", - "diffs.restore-description": "A new revision will be appended to this post's edit history after restoring.", + "diffs.restore-description": "Una nuova revisione sarà aggiunta alla cronologia delle modifiche di questo post dopo il ripristino.", "diffs.post-restored": "Post ripristinato con successo alla revisione precedente", - "diffs.delete": "Delete this revision", - "diffs.deleted": "Revision deleted", + "diffs.delete": "Elimina questa revisione", + "diffs.deleted": "Revisione eliminata", "timeago_later": "%1 dopo", "timeago_earlier": "%1 precedente", "first-post": "Primo post", diff --git a/public/language/it/user.json b/public/language/it/user.json index 986e149234..47d57c4964 100644 --- a/public/language/it/user.json +++ b/public/language/it/user.json @@ -135,7 +135,7 @@ "homepage": "Pagina Iniziale", "homepage_description": "Seleziona una pagina da usare come pagina iniziale o \"Nessuna\" per usare quella di default.", "custom_route": "Percorso Pagina Iniziale Personalizzato", - "custom_route_help": "Inserisci qui un nome percorso, senza nessuno slash precedente (p.es. \"recent\", o \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Servizi Single-Sign-On", "sso.associated": "Associa con", "sso.not-associated": "Clicca qui per associare con", diff --git a/public/language/ja/admin/manage/categories.json b/public/language/ja/admin/manage/categories.json index ac04538db0..2e5f25ff97 100644 --- a/public/language/ja/admin/manage/categories.json +++ b/public/language/ja/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "カテゴリ画像", "parent-category": "親カテゴリ", "optional-parent-category": "(任意)親カテゴリ", + "top-level": "Top Level", "parent-category-none": "(なし)", "copy-parent": "親をコピー", "copy-settings": "設定をコピー", @@ -31,6 +32,7 @@ "edit": "編集", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "カテゴリを選択", "set-parent-category": "親カテゴリとして設定", diff --git a/public/language/ja/error.json b/public/language/ja/error.json index b29073971d..33aa02ad1c 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -178,5 +178,7 @@ "no-connection": "インターネット接続に問題があるようです", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/ja/groups.json b/public/language/ja/groups.json index fea566ad1b..24ea04d538 100644 --- a/public/language/ja/groups.json +++ b/public/language/ja/groups.json @@ -35,8 +35,7 @@ "details.member_count": "メンバー数", "details.creation_date": "作成日", "details.description": "説明", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "バッジプレビュー", "details.change_icon": "アイコンを変更", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/ja/user.json b/public/language/ja/user.json index 52464560c5..99b05d0713 100644 --- a/public/language/ja/user.json +++ b/public/language/ja/user.json @@ -135,7 +135,7 @@ "homepage": "ホームページ", "homepage_description": "フォーラムのホームに指定するページを選んで下さい。デフォルトのホームページを使用する場合は’None’を選んで下さい。", "custom_route": "カスタムホームページルート", - "custom_route_help": "ここにルート名を入れます。手前にスラッシュを入れないようにして下さい。(例:\"recent\"、\"popular\"など)", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "シングルサインオンサービス", "sso.associated": "関連付けられています", "sso.not-associated": "ここを押して、関連付けられています", diff --git a/public/language/ko/admin/manage/categories.json b/public/language/ko/admin/manage/categories.json index 1cc64468e8..9c4da0d6b2 100644 --- a/public/language/ko/admin/manage/categories.json +++ b/public/language/ko/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "게시판 이미지", "parent-category": "상위 카테고리", "optional-parent-category": "(선택) 상위 게시판", + "top-level": "Top Level", "parent-category-none": "(없음)", "copy-parent": "Copy Parent", "copy-settings": "에서 설정 복사", @@ -31,6 +32,7 @@ "edit": "편집", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "게시판 선택", "set-parent-category": "상위 게시판 설정", diff --git a/public/language/ko/error.json b/public/language/ko/error.json index 8c0f5497df..0f0961c162 100644 --- a/public/language/ko/error.json +++ b/public/language/ko/error.json @@ -178,5 +178,7 @@ "no-connection": "사용자님의 인터넷 연결에 문제가있는 것 같습니다", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/ko/groups.json b/public/language/ko/groups.json index 21d56a4f98..7c40bca725 100644 --- a/public/language/ko/groups.json +++ b/public/language/ko/groups.json @@ -35,8 +35,7 @@ "details.member_count": "구성원 수", "details.creation_date": "생성일", "details.description": "설명", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "배지 미리보기", "details.change_icon": "아이콘 변경", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/ko/user.json b/public/language/ko/user.json index 620308b1bf..89f3fd931b 100644 --- a/public/language/ko/user.json +++ b/public/language/ko/user.json @@ -135,7 +135,7 @@ "homepage": "홈페이지", "homepage_description": "포럼 홈페이지로 사용할 페이지를 선택하거나 'None'으로 설정하여 기본 홈페이지를 사용합니다.", "custom_route": "사용자 지정 홈페이지 라우트", - "custom_route_help": "라우트 이름을 앞쪽 '/' 없이 입력해주세요 (예: \"/recent\" => \"recent\", \"/popular\" => \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "통합 인증 서비스", "sso.associated": "와/과 연동된", "sso.not-associated": "이 곳을 클릭하여 연동시키세요.", diff --git a/public/language/lt/admin/manage/categories.json b/public/language/lt/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/lt/admin/manage/categories.json +++ b/public/language/lt/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/lt/error.json b/public/language/lt/error.json index 2df2c88edc..9767dd26da 100644 --- a/public/language/lt/error.json +++ b/public/language/lt/error.json @@ -178,5 +178,7 @@ "no-connection": "Panašu, jog yra problema su jūsų interneto prieiga", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/lt/groups.json b/public/language/lt/groups.json index b4d5092432..fc4f6291c4 100644 --- a/public/language/lt/groups.json +++ b/public/language/lt/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Narių skaičiuotuvas", "details.creation_date": "Sukūrimo Data", "details.description": "Aprašymas", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Ženklelio Peržiūra", "details.change_icon": "Pakeisti paveikslėlį", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/lt/user.json b/public/language/lt/user.json index 3cc4b27ab1..7b3c499e7f 100644 --- a/public/language/lt/user.json +++ b/public/language/lt/user.json @@ -135,7 +135,7 @@ "homepage": "Pagrindinis puslapis", "homepage_description": "Pasirinkite puslapį kaip savo pagrindinį, arba pasirinkite \"Joks\" norėdami naudoti standartinį pagrindinį puslapį.", "custom_route": "Pagrindinio puslapio vieta", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", diff --git a/public/language/lv/admin/manage/categories.json b/public/language/lv/admin/manage/categories.json index 12e5554d96..a08912e4b7 100644 --- a/public/language/lv/admin/manage/categories.json +++ b/public/language/lv/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Kategorijas bilde", "parent-category": "Virskategorija", "optional-parent-category": "(Neobligāts) virskategorija", + "top-level": "Top Level", "parent-category-none": "(Nav)", "copy-parent": "Copy Parent", "copy-settings": "Kopēt iestatījumus no", @@ -31,6 +32,7 @@ "edit": "Rediģēt", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Atlasīt kategoriju", "set-parent-category": "Iestatīt virskategoriju", diff --git a/public/language/lv/error.json b/public/language/lv/error.json index 49ba8e337a..cf68a88cc6 100644 --- a/public/language/lv/error.json +++ b/public/language/lv/error.json @@ -178,5 +178,7 @@ "no-connection": "Šķiet, ka pastāv problēma ar Tavu interneta savienojumu", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/lv/groups.json b/public/language/lv/groups.json index 62d2cd8009..1cfc699bb1 100644 --- a/public/language/lv/groups.json +++ b/public/language/lv/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Pēc biedru skaita", "details.creation_date": "Pēc datuma", "details.description": "Apraksts", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Etiķetes priekšskats", "details.change_icon": "Mainīt ikonu", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/lv/user.json b/public/language/lv/user.json index 27b818a09e..aa0d88e151 100644 --- a/public/language/lv/user.json +++ b/public/language/lv/user.json @@ -135,7 +135,7 @@ "homepage": "Sākumlapa", "homepage_description": "Izvēlies lapu, kuru izmantot kā foruma sākumlapu vai \"Nav\", lai izmantotu noklusējuma sākumlapu.", "custom_route": "Pielāgotais sākumlapas ceļš", - "custom_route_help": "Ievadīt ceļu bez sākotnējās slīpsvītras (piemēram, \"recent\" vai \"popular\").", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Vienotās ielogošanās pakalpojumi", "sso.associated": "Saistīts ar", "sso.not-associated": "Sasaistīt ar", diff --git a/public/language/ms/admin/manage/categories.json b/public/language/ms/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/ms/admin/manage/categories.json +++ b/public/language/ms/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/ms/error.json b/public/language/ms/error.json index 57284e8e90..9af389ebfb 100644 --- a/public/language/ms/error.json +++ b/public/language/ms/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/ms/groups.json b/public/language/ms/groups.json index ebdc913c22..62ffd93e7c 100644 --- a/public/language/ms/groups.json +++ b/public/language/ms/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Kiraan Ahli", "details.creation_date": "Tarikh Dicipta", "details.description": "Penerangan", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Pra-lihat Lencana", "details.change_icon": "Tukar Ikon", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/ms/user.json b/public/language/ms/user.json index b48641c932..641781de98 100644 --- a/public/language/ms/user.json +++ b/public/language/ms/user.json @@ -135,7 +135,7 @@ "homepage": "Laman Utama", "homepage_description": "Pilih satu halaman untuk digunakan sebagai Laman Utama forum atau 'Tiada' untuk guna tetapan lalai", "custom_route": "Laluan Laman Utama Tersuai", - "custom_route_help": "Masukkan nama laluan disini, tanpa garis miring (cth: \"terkini\", atau \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Servis Satu Log Masuk", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", diff --git a/public/language/nb/admin/manage/categories.json b/public/language/nb/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/nb/admin/manage/categories.json +++ b/public/language/nb/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/nb/error.json b/public/language/nb/error.json index 6abe503303..155635112c 100644 --- a/public/language/nb/error.json +++ b/public/language/nb/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/nb/groups.json b/public/language/nb/groups.json index 65fa516bc2..e3d6ff9760 100644 --- a/public/language/nb/groups.json +++ b/public/language/nb/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Antall medlemmer", "details.creation_date": "Opprettelsesdato", "details.description": "Beskrivelse", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Forhåndsvisning av skilt", "details.change_icon": "Endre ikon", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/nb/user.json b/public/language/nb/user.json index 7d88d4a908..e1e4dd844b 100644 --- a/public/language/nb/user.json +++ b/public/language/nb/user.json @@ -135,7 +135,7 @@ "homepage": "Homepage", "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Assosiert med", "sso.not-associated": "Klikk her for å assosiere med", diff --git a/public/language/nl/admin/manage/categories.json b/public/language/nl/admin/manage/categories.json index 56ee267487..90c02b956c 100644 --- a/public/language/nl/admin/manage/categories.json +++ b/public/language/nl/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/nl/error.json b/public/language/nl/error.json index 6495ef0c32..3de2b25716 100644 --- a/public/language/nl/error.json +++ b/public/language/nl/error.json @@ -178,5 +178,7 @@ "no-connection": "Er lijkt een probleem te zijn met je internetverbinding", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Kan plugin niet installeren – alleen plugins toegestaan door de NodeBB Package Manager kunnen via de ACP geinstalleerd worden", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/nl/groups.json b/public/language/nl/groups.json index 8b4465899d..78177a21b6 100644 --- a/public/language/nl/groups.json +++ b/public/language/nl/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Ledentelling", "details.creation_date": "Aangemaakt op", "details.description": "Beschrijving", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Badge Voorbeeld", "details.change_icon": "Wijzig icoon", "details.change_label_colour": "Wijzig labelkleur", diff --git a/public/language/nl/user.json b/public/language/nl/user.json index e1964d5720..63ff0163c2 100644 --- a/public/language/nl/user.json +++ b/public/language/nl/user.json @@ -135,7 +135,7 @@ "homepage": "Startpagina", "homepage_description": "Selecteer een pagina om te gebruiken als startpagina, of selecteer geen om de standaard pagina te gebruiken.", "custom_route": "Aangepaste startpagina route", - "custom_route_help": "Voer een route naam hier, zonder enige voorafgaande schuine streep (zoals, \"recente\" of \"populaire\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Geassocieerd met", "sso.not-associated": "Klik hier om geassocieerd te worden met", diff --git a/public/language/pl/admin/manage/categories.json b/public/language/pl/admin/manage/categories.json index b9beaf8da5..908ef5eda0 100644 --- a/public/language/pl/admin/manage/categories.json +++ b/public/language/pl/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Obrazek kategorii", "parent-category": "Kategoria nadrzędna", "optional-parent-category": "(Opcjonalne) Kategoria nadrzędna", + "top-level": "Top Level", "parent-category-none": "(Żadna)", "copy-parent": "Skopiuj od rodzica", "copy-settings": "Skopiuj ustawienia z", @@ -31,6 +32,7 @@ "edit": "Edytuj", "analytics": "Analityka", "view-category": "Wyświetl kategorię", + "set-order": "Set order", "select-category": "Wybierz kategorię", "set-parent-category": "Ustaw nadrzędną kategorie", diff --git a/public/language/pl/error.json b/public/language/pl/error.json index 3118bae45d..bb5cb107d0 100644 --- a/public/language/pl/error.json +++ b/public/language/pl/error.json @@ -178,5 +178,7 @@ "no-connection": "Sprawdź swoje połączenie z internetem", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/pl/groups.json b/public/language/pl/groups.json index 3f0b17db0e..10210f90fb 100644 --- a/public/language/pl/groups.json +++ b/public/language/pl/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Liczba Członków", "details.creation_date": "Data Utworzenia", "details.description": "Opis", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Podgląd etykiety", "details.change_icon": "Zmień ikonę", "details.change_label_colour": "Zmień kolor etykiety", diff --git a/public/language/pl/user.json b/public/language/pl/user.json index a985d09d42..5d2d488984 100644 --- a/public/language/pl/user.json +++ b/public/language/pl/user.json @@ -135,7 +135,7 @@ "homepage": "Strona startowa", "homepage_description": "Wybierz preferowaną stronę startową lub „None”, jeśli chcesz używać strony domyślnej. ", "custom_route": "Niestandardowa strona startowa", - "custom_route_help": "Wpisz nazwę strony, bez ukośnika (np. „Ostatnie” lub „Popularne”)", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Usługi Pojedynczego Logowania", "sso.associated": "Powiązane z", "sso.not-associated": "Kliknij tutaj, aby powiązać z", diff --git a/public/language/pt-BR/admin/manage/categories.json b/public/language/pt-BR/admin/manage/categories.json index fc067b32a2..8f82d94c7a 100644 --- a/public/language/pt-BR/admin/manage/categories.json +++ b/public/language/pt-BR/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Imagem da Categoria", "parent-category": "Categoria-Mãe", "optional-parent-category": "(Opcional) Categoria-Mãe", + "top-level": "Top Level", "parent-category-none": "(Nenhum)", "copy-parent": "Copiar Mãe", "copy-settings": "Copiar Configurações De", @@ -31,6 +32,7 @@ "edit": "Editar", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Selecionar Categoria", "set-parent-category": "Definir Categoria-Mãe", diff --git a/public/language/pt-BR/error.json b/public/language/pt-BR/error.json index de3300cb9c..a1715842e7 100644 --- a/public/language/pt-BR/error.json +++ b/public/language/pt-BR/error.json @@ -178,5 +178,7 @@ "no-connection": "Parece haver um problema com a sua conexão com a internet", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/pt-BR/groups.json b/public/language/pt-BR/groups.json index 107ba7e215..846f06d9d6 100644 --- a/public/language/pt-BR/groups.json +++ b/public/language/pt-BR/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Número de Membros", "details.creation_date": "Data de Criação", "details.description": "Descrição", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Visualização do Distintivo", "details.change_icon": "Mudar Ícone", "details.change_label_colour": "Alterar Cor do Rótulo", diff --git a/public/language/pt-BR/user.json b/public/language/pt-BR/user.json index 07f4736c03..df0312037c 100644 --- a/public/language/pt-BR/user.json +++ b/public/language/pt-BR/user.json @@ -135,7 +135,7 @@ "homepage": "Página inicial", "homepage_description": "Selecione uma página para usar como página inicial do fórum ou 'Nenhum' para usar a página inicial padrão.", "custom_route": "Rota da página inicial personalizada", - "custom_route_help": "Entre com o nome da rota aqui, sem nenhuma barra anterior (por exemplo, \"recente\", ou \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Logar por outros Serviços", "sso.associated": "Associado com", "sso.not-associated": "Clique aqui para associar com", diff --git a/public/language/pt-PT/admin/manage/categories.json b/public/language/pt-PT/admin/manage/categories.json index 0c63acf284..5da0d472c4 100644 --- a/public/language/pt-PT/admin/manage/categories.json +++ b/public/language/pt-PT/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Imagem da Categoria", "parent-category": "Categoria Pai", "optional-parent-category": "(Opcional) Categoria Pai", + "top-level": "Top Level", "parent-category-none": "(Nenhuma)", "copy-parent": "Copiar Pai", "copy-settings": "Copiar Definições de ", @@ -31,6 +32,7 @@ "edit": "Editar", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Selecionar Categoria", "set-parent-category": "Definir uma Categoria Pai", diff --git a/public/language/pt-PT/error.json b/public/language/pt-PT/error.json index ad315d4612..ec086a3342 100644 --- a/public/language/pt-PT/error.json +++ b/public/language/pt-PT/error.json @@ -178,5 +178,7 @@ "no-connection": "Parece haver um problema com a tua conexão à Internet", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/pt-PT/groups.json b/public/language/pt-PT/groups.json index 77bfbdd44b..60d8665f8a 100644 --- a/public/language/pt-PT/groups.json +++ b/public/language/pt-PT/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Quantidade de membros", "details.creation_date": "Data de criação", "details.description": "Descrição", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Pré-visualização do crachá", "details.change_icon": "Alterar o Ícone", "details.change_label_colour": "Alterar Cor da Etiqueta", diff --git a/public/language/pt-PT/user.json b/public/language/pt-PT/user.json index 0ef645e6cf..8476633133 100644 --- a/public/language/pt-PT/user.json +++ b/public/language/pt-PT/user.json @@ -135,7 +135,7 @@ "homepage": "Página Inicial", "homepage_description": "Seleciona a página que irás usar como página inicial do fórum ou \"Nenhuma\" para usar a página inicial por defeito", "custom_route": "Rota para a página inicial personalizada", - "custom_route_help": "Introduz aqui o nome da rota, sem uma barra a preceder (por exemplo: \"recente\", ou \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Serviços de login único", "sso.associated": "Associado a", "sso.not-associated": "Carrega aqui para associares com", diff --git a/public/language/ro/admin/manage/categories.json b/public/language/ro/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/ro/admin/manage/categories.json +++ b/public/language/ro/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/ro/error.json b/public/language/ro/error.json index 69c4b04612..d203995be0 100644 --- a/public/language/ro/error.json +++ b/public/language/ro/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/ro/groups.json b/public/language/ro/groups.json index 7f03bf06da..4c944b733c 100644 --- a/public/language/ro/groups.json +++ b/public/language/ro/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Număr de membrii", "details.creation_date": "Data creării", "details.description": "Descriere", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Previzualizarea insignei", "details.change_icon": "Schimbă icoana", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/ro/user.json b/public/language/ro/user.json index b7c643cad0..5508023238 100644 --- a/public/language/ro/user.json +++ b/public/language/ro/user.json @@ -135,7 +135,7 @@ "homepage": "Homepage", "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", diff --git a/public/language/ru/admin/manage/categories.json b/public/language/ru/admin/manage/categories.json index 557fb81a14..9c107fa29e 100644 --- a/public/language/ru/admin/manage/categories.json +++ b/public/language/ru/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Изображение категории", "parent-category": "Родительская категория", "optional-parent-category": "(Не обязательно) Родительская категория\n", + "top-level": "Top Level", "parent-category-none": "(Не указана)", "copy-parent": "Скопировать из родительской", "copy-settings": "Копировать настройки из", @@ -31,6 +32,7 @@ "edit": "Редактировать", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Указать категорию", "set-parent-category": "Указать родительскую категорию", diff --git a/public/language/ru/error.json b/public/language/ru/error.json index 809dfa997f..63ea3058e3 100644 --- a/public/language/ru/error.json +++ b/public/language/ru/error.json @@ -178,5 +178,7 @@ "no-connection": "Похоже, есть проблема с вашим подключением к Интернету", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/ru/groups.json b/public/language/ru/groups.json index c7ac40be51..b47a5d5b68 100644 --- a/public/language/ru/groups.json +++ b/public/language/ru/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Количество участников", "details.creation_date": "Дата создания", "details.description": "Описание", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Предпросмотр значка", "details.change_icon": "Сменить иконку", "details.change_label_colour": "Изменить цвет ярлыка", diff --git a/public/language/ru/user.json b/public/language/ru/user.json index 920738234f..6501752ff9 100644 --- a/public/language/ru/user.json +++ b/public/language/ru/user.json @@ -135,7 +135,7 @@ "homepage": "Главная страница", "homepage_description": "Выберите, на какую страницу вы будете попадать после авторизации и использовать как главную, или оставьте стандартную настройку.", "custom_route": "Ваш маршрут для главной страницы", - "custom_route_help": "Введите адрес страницы, например, recent или popular — без слешей.", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Сервисы единого входа", "sso.associated": "Связан с", "sso.not-associated": "Нажмите здесь, что бы связать учётную запись с", diff --git a/public/language/rw/admin/manage/categories.json b/public/language/rw/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/rw/admin/manage/categories.json +++ b/public/language/rw/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/rw/error.json b/public/language/rw/error.json index 86218c6a75..da254a1830 100644 --- a/public/language/rw/error.json +++ b/public/language/rw/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/rw/groups.json b/public/language/rw/groups.json index eec9571922..518a523d3a 100644 --- a/public/language/rw/groups.json +++ b/public/language/rw/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Umubare w'Abagize Itsinda", "details.creation_date": "Igihe Ryaremewe", "details.description": "Ibiriranga", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Ibisobanuro ku Kirango", "details.change_icon": "Hindura Akarango", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/rw/user.json b/public/language/rw/user.json index 6f406dece7..6cb2872f32 100644 --- a/public/language/rw/user.json +++ b/public/language/rw/user.json @@ -135,7 +135,7 @@ "homepage": "Paji y'Imbere", "homepage_description": "Hitamo paji yo kugaragaza imbere cyangwa ntuyihitemo kugirango hakoreshwe paji uru rubuga rwagennye", "custom_route": "Umurongo Wundi wa Paji y'Imbere", - "custom_route_help": "Shyiramo izina ry'inzira, utiriwe ushyiraho akarongo (ni ukuvuga ni nko kwandika gusa \"ibiheruka\" cyangwa \"ibikunzwe\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Kwinjiramo ukoreshe serivisi za SSO", "sso.associated": "Bisanishijwe na", "sso.not-associated": "Click here to associate with", diff --git a/public/language/sc/admin/manage/categories.json b/public/language/sc/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/sc/admin/manage/categories.json +++ b/public/language/sc/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/sc/error.json b/public/language/sc/error.json index a378531f6b..e0b6d25d25 100644 --- a/public/language/sc/error.json +++ b/public/language/sc/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/sc/groups.json b/public/language/sc/groups.json index ff52b35c08..2072d52894 100644 --- a/public/language/sc/groups.json +++ b/public/language/sc/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Member Count", "details.creation_date": "Creation Date", "details.description": "Description", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Badge Preview", "details.change_icon": "Change Icon", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/sc/user.json b/public/language/sc/user.json index f12f7f0100..91ecffcb83 100644 --- a/public/language/sc/user.json +++ b/public/language/sc/user.json @@ -135,7 +135,7 @@ "homepage": "Homepage", "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", diff --git a/public/language/sk/admin/manage/categories.json b/public/language/sk/admin/manage/categories.json index 7e66e6e017..a0dadc02c7 100644 --- a/public/language/sk/admin/manage/categories.json +++ b/public/language/sk/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Obrázok kategórie", "parent-category": "Nadriadená kategória", "optional-parent-category": "Nadriadená kategória (odporúčané)", + "top-level": "Top Level", "parent-category-none": "(nič)", "copy-parent": "Copy Parent", "copy-settings": "Kopírovať nastavenia z", @@ -31,6 +32,7 @@ "edit": "Upraviť", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Vyberte kategóriu", "set-parent-category": "Nastaviť nadradenú kategóriu", diff --git a/public/language/sk/error.json b/public/language/sk/error.json index b4dfc672c0..007e7307da 100644 --- a/public/language/sk/error.json +++ b/public/language/sk/error.json @@ -178,5 +178,7 @@ "no-connection": "Zdá sa, že máte problém s pripojením k internetu", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/sk/groups.json b/public/language/sk/groups.json index 01e407c012..69c06f5840 100644 --- a/public/language/sk/groups.json +++ b/public/language/sk/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Počet členov", "details.creation_date": "Dátum vytvorenia", "details.description": "Popis", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Náhľad odznaku", "details.change_icon": "Zmeniť ikonu", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/sk/user.json b/public/language/sk/user.json index 25c1bf4629..4d468171ed 100644 --- a/public/language/sk/user.json +++ b/public/language/sk/user.json @@ -135,7 +135,7 @@ "homepage": "Domovská stránka", "homepage_description": "Vyberte stránku ktorá bude použitá ako domovská stránka fóra. Pri vybratí 'Žiadna' bude nastavená predvolená domovská stránka.", "custom_route": "Vlastná cesta pre domovskú stránku", - "custom_route_help": "Sem zadajte názov rozkazu, bez predchádzajúcej lomky. (napr. \"nedávne\" alebo \"populárne\") ", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Služby jednotného prihlasovania", "sso.associated": "Spojené s", "sso.not-associated": "Kliknite tu pre spojenie s", diff --git a/public/language/sl/admin/manage/categories.json b/public/language/sl/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/sl/admin/manage/categories.json +++ b/public/language/sl/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/sl/error.json b/public/language/sl/error.json index 1b9fb2dbb2..0bbf0820e9 100644 --- a/public/language/sl/error.json +++ b/public/language/sl/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/sl/groups.json b/public/language/sl/groups.json index c911313994..880aa8e302 100644 --- a/public/language/sl/groups.json +++ b/public/language/sl/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Število članov", "details.creation_date": "Datum nastanka", "details.description": "Opis skupine", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Predogled značke", "details.change_icon": "Zamenjaj ikono", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/sl/user.json b/public/language/sl/user.json index 4a5002ccad..1cb8a79b77 100644 --- a/public/language/sl/user.json +++ b/public/language/sl/user.json @@ -135,7 +135,7 @@ "homepage": "Domača stran", "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Storitev enotne prijave ", "sso.associated": "Povezan z", "sso.not-associated": "Click here to associate with", diff --git a/public/language/sr/admin/manage/categories.json b/public/language/sr/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/sr/admin/manage/categories.json +++ b/public/language/sr/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/sr/error.json b/public/language/sr/error.json index 44ff1b7749..2b9a827611 100644 --- a/public/language/sr/error.json +++ b/public/language/sr/error.json @@ -178,5 +178,7 @@ "no-connection": "Изгледа да постоји проблем са вашом интернет везом", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/sr/groups.json b/public/language/sr/groups.json index 94698635ff..94a39b3b6f 100644 --- a/public/language/sr/groups.json +++ b/public/language/sr/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Број чланова", "details.creation_date": "Датум настанка", "details.description": "Опис", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Приказ беџа", "details.change_icon": "Промени икону", "details.change_label_colour": "Промени боју ознаке", diff --git a/public/language/sr/user.json b/public/language/sr/user.json index 04cefc151f..decac770c0 100644 --- a/public/language/sr/user.json +++ b/public/language/sr/user.json @@ -135,7 +135,7 @@ "homepage": "Почетна страница", "homepage_description": "Изаберите страницу која ће се користити као почетна страница форума или \"None\" да би се користила подразумевана почетна страница.", "custom_route": "Прилагођена путања почетне странице", - "custom_route_help": "Овде унесите назив путање, без икакве претходне косе црте (нпр. \"недавно\" или \"популарно\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Једноструки Sign-on сервиси", "sso.associated": "Повезано са", "sso.not-associated": "Кликните овде за повезивање са", diff --git a/public/language/sv/admin/manage/categories.json b/public/language/sv/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/sv/admin/manage/categories.json +++ b/public/language/sv/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/sv/error.json b/public/language/sv/error.json index e7b33eae5e..3875c62ebf 100644 --- a/public/language/sv/error.json +++ b/public/language/sv/error.json @@ -178,5 +178,7 @@ "no-connection": "Det verkar vara något problem med din internetanslutning", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/sv/groups.json b/public/language/sv/groups.json index 338272ecc3..1bdc3736c5 100644 --- a/public/language/sv/groups.json +++ b/public/language/sv/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Medlemsantal", "details.creation_date": "Skapardatum", "details.description": "Beskrivning", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Förhandsgranskning av märke", "details.change_icon": "Byt ikon", "details.change_label_colour": "Ändra etikettfärg", diff --git a/public/language/sv/user.json b/public/language/sv/user.json index 1de5867af5..5ac6533a83 100644 --- a/public/language/sv/user.json +++ b/public/language/sv/user.json @@ -135,7 +135,7 @@ "homepage": "Startsida", "homepage_description": "Välj en sida som ska användas som forumets startsida eller 'Ingen' för att använda standardstartsidan.", "custom_route": "Sökväg till egen startsida", - "custom_route_help": "Skriv in ett sökvägsnamn här, utan föregående slash. (tex \"recent\" eller \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on-tjänster", "sso.associated": "Associerad med", "sso.not-associated": "Klicka här för att associera med", diff --git a/public/language/th/admin/manage/categories.json b/public/language/th/admin/manage/categories.json index 68a79e78aa..db353a8ce2 100644 --- a/public/language/th/admin/manage/categories.json +++ b/public/language/th/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Category Image", "parent-category": "Parent Category", "optional-parent-category": "(Optional) Parent Category", + "top-level": "Top Level", "parent-category-none": "(None)", "copy-parent": "Copy Parent", "copy-settings": "Copy Settings From", @@ -31,6 +32,7 @@ "edit": "Edit", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Select Category", "set-parent-category": "Set Parent Category", diff --git a/public/language/th/error.json b/public/language/th/error.json index 65ef886a53..b201b2eec5 100644 --- a/public/language/th/error.json +++ b/public/language/th/error.json @@ -178,5 +178,7 @@ "no-connection": "There seems to be a problem with your internet connection", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/th/groups.json b/public/language/th/groups.json index 4ebfe74b71..e863ac408c 100644 --- a/public/language/th/groups.json +++ b/public/language/th/groups.json @@ -35,8 +35,7 @@ "details.member_count": "จำนวนสมาชิก", "details.creation_date": "สร้างวันที่", "details.description": "คำอธิบาย", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "สัญลักษณ์พรีวิว", "details.change_icon": "เปลี่ยนไอคอน", "details.change_label_colour": "Change Label Colour", diff --git a/public/language/th/user.json b/public/language/th/user.json index e5a2db9b17..7c1a2d36e4 100644 --- a/public/language/th/user.json +++ b/public/language/th/user.json @@ -135,7 +135,7 @@ "homepage": "หน้าแรก", "homepage_description": "เลือกหน้าที่จะใช้เป็นหน้าแรกของฟอรั่ม หรือเลือก None เพื่อใช้ค่าเริ่มต้น", "custom_route": "กำหนดเส้นทางไปหน้าแรกเอง", - "custom_route_help": "กรอกเส้นทางที่นี่ โดยไม่มีเครื่องหมาย ทับ (เช่น \"recent\" หรือ \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "บริการ Single Sign-on ", "sso.associated": "เกี่ยวข้องกับ", "sso.not-associated": "คลิกที่นี่เพื่อเชื่อมโยงกับ", diff --git a/public/language/tr/admin/manage/categories.json b/public/language/tr/admin/manage/categories.json index 7df9df32b7..75b8d20d06 100644 --- a/public/language/tr/admin/manage/categories.json +++ b/public/language/tr/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Kategori Görseli", "parent-category": "Üst Kategori", "optional-parent-category": "(Opsiyonel) Üst Kategori", + "top-level": "Top Level", "parent-category-none": "(Hiçbiri)", "copy-parent": "Üst Kategoriyi Kopyala", "copy-settings": "Ayarları Başka Bir Yerden Kopyala", @@ -31,6 +32,7 @@ "edit": "Düzenle", "analytics": "Analiz", "view-category": "Kategori Görüntüle", + "set-order": "Set order", "select-category": "Kategori Seç", "set-parent-category": "Ana Kategori Ayarla", diff --git a/public/language/tr/error.json b/public/language/tr/error.json index 4b0e615b8b..574e2e4f54 100644 --- a/public/language/tr/error.json +++ b/public/language/tr/error.json @@ -178,5 +178,7 @@ "no-connection": "İnternet bağlantınızda sorun var gibi görünüyor", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "– eklentisi yüklenemedi, sadece NodeBB Paket Yöneticisi tarafından onaylanan eklentiler kontrol panelinden kurulabilir", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/tr/groups.json b/public/language/tr/groups.json index 5cdffb2295..3108bb0496 100644 --- a/public/language/tr/groups.json +++ b/public/language/tr/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Üye Sayısı", "details.creation_date": "Oluşturulma Tarihi", "details.description": "Tanımlama", - "details.member-post-cids": "İletilerin gösterileceği kategoriler", - "details.member-post-cids-help": "Not: Hiçbir kategori belirtilmezse, tüm kategoriler dahil edilecek. Birden fazla kategori seçimi için ctrl ve shift tuşlarını kullanın. ", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Rozet Önizlemesi", "details.change_icon": "İkonu Değiştir", "details.change_label_colour": "Etiket Rengini Değiştir", diff --git a/public/language/tr/user.json b/public/language/tr/user.json index 73cc7d081e..85f246fa8d 100644 --- a/public/language/tr/user.json +++ b/public/language/tr/user.json @@ -135,7 +135,7 @@ "homepage": "Anasayfa", "homepage_description": "Anasayfa olarak kullanacağınız sayfayı seçin veya \"Hiçbiri\" diyerek varsayılan sayfayı kullanın.", "custom_route": "Özel anasayfa yolu", - "custom_route_help": "Herhangi bir eğik çizgi olmadan, burada bir yol adını girin (örneğin \"yeniler\" veya \"popüler\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Tek tuşla giriş uygulamaları", "sso.associated": "Birleştirilmiş", "sso.not-associated": "Birleştirmek için buraya tıklayın", diff --git a/public/language/uk/admin/manage/categories.json b/public/language/uk/admin/manage/categories.json index 910f0d6f9e..771588b319 100644 --- a/public/language/uk/admin/manage/categories.json +++ b/public/language/uk/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "Зображення категорії", "parent-category": "Батьківська категорія", "optional-parent-category": "(Необов'язково) Батьківська категорія", + "top-level": "Top Level", "parent-category-none": "(Жодна)", "copy-parent": "Copy Parent", "copy-settings": "Взяти налаштування з", @@ -31,6 +32,7 @@ "edit": "Редагувати", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "Вибрати категорію", "set-parent-category": "Встановити батьківську категорію", diff --git a/public/language/uk/error.json b/public/language/uk/error.json index ccfcb75ad9..1b33acfc86 100644 --- a/public/language/uk/error.json +++ b/public/language/uk/error.json @@ -178,5 +178,7 @@ "no-connection": "Схоже, виникла проблема з вашим Інтернет-з'єднанням", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/uk/groups.json b/public/language/uk/groups.json index 9d6a75c26e..7ebaee9b4a 100644 --- a/public/language/uk/groups.json +++ b/public/language/uk/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Кількість учасників", "details.creation_date": "Дата створення", "details.description": "Опис", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "Попередній перегляд бейджа", "details.change_icon": "Змінити іконку", "details.change_label_colour": "Змінити колір позначки", diff --git a/public/language/uk/user.json b/public/language/uk/user.json index 9363a6b4a4..85630085be 100644 --- a/public/language/uk/user.json +++ b/public/language/uk/user.json @@ -135,7 +135,7 @@ "homepage": "Домашня сторінка", "homepage_description": "Вкажіть сторінку в якості першої сторінки форуму або \"None\", для використання сторінки за замовчуванням.", "custom_route": "Шлях першої сторінки", - "custom_route_help": "Уведіть тут шлях, без слешу попереду (наприклад \"recent\" або \"popular\")", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Сервіси єдиного входу", "sso.associated": "Зв'язані з", "sso.not-associated": "Натисніть тут, щоб зв'язати з", diff --git a/public/language/vi/admin/manage/categories.json b/public/language/vi/admin/manage/categories.json index b397f023f4..833b2ffc2f 100644 --- a/public/language/vi/admin/manage/categories.json +++ b/public/language/vi/admin/manage/categories.json @@ -10,7 +10,7 @@ "custom-class": "Lớp Tùy Chỉnh", "num-recent-replies": "# của Trả Lời Gần Đây", "ext-link": "Liên Kết Bên Ngoài", - "subcategories-per-page": "Danh mục phụ trên mỗi trang", + "subcategories-per-page": "Danh mục phụ mỗi trang", "is-section": "Coi danh mục này như một phần", "post-queue": "Hàng đợi bài đăng", "tag-whitelist": "Danh Sách Trắng Gắn Thẻ ", @@ -19,6 +19,7 @@ "category-image": "Ảnh Chuyên Mục", "parent-category": "Chuyên Mục Chính", "optional-parent-category": "(Không Bắt Buộc) Chuyên Mục Chính", + "top-level": "Cấp Độ Hàng Đầu", "parent-category-none": "(Không)", "copy-parent": "Sao Chép Mục Chính", "copy-settings": "Sao Chép Cài Đặt Từ", @@ -31,6 +32,7 @@ "edit": "Sửa", "analytics": "Phân tích", "view-category": "Xem chuyên mục", + "set-order": "Đặt thứ tự", "select-category": "Chọn Chuyên Mục", "set-parent-category": "Đặt Chuyên Mục Chính", @@ -64,7 +66,7 @@ "analytics.pageviews-hourly": "Hình 1 – Số lượt xem trang hàng giờ cho chuyên mục này", "analytics.pageviews-daily": "Hình 2 – Số lượt xem trang hàng ngày cho chuyên mục này", "analytics.topics-daily": "Hình 3 – Chủ đề được tạo hằng ngày trong chuyên mục này", - "analytics.posts-daily": "Hình 4 – Bài viết hàng ngày được thực hiện trong danh mục này", + "analytics.posts-daily": "Hình 4 – Bài viết hàng ngày được thực hiện trong chuyên mục này", "alert.created": "Đã tạo", "alert.create-success": "Đã tạo chuyên mục thành công!", diff --git a/public/language/vi/admin/menu.json b/public/language/vi/admin/menu.json index a4df4cf511..4a5d26bd67 100644 --- a/public/language/vi/admin/menu.json +++ b/public/language/vi/admin/menu.json @@ -3,7 +3,7 @@ "section-general": "Chung", "section-manage": "Quản lý", - "manage/categories": "Danh mục", + "manage/categories": "Chuyên mục", "manage/privileges": "Đặc quyền", "manage/tags": "Thẻ", "manage/users": "Người dùng", diff --git a/public/language/vi/category.json b/public/language/vi/category.json index 32f3a31b9e..6a9de4d132 100644 --- a/public/language/vi/category.json +++ b/public/language/vi/category.json @@ -3,7 +3,7 @@ "subcategories": "Chuyên mục con", "new_topic_button": "Chủ đề mới", "guest-login-post": "Đăng nhập để đăng bài", - "no_topics": "Không có chủ đề nào trong danh mục này.
Tại sao bạn không thử đăng một chủ đề?", + "no_topics": "Không có chủ đề nào trong chuyên mục này.
Tại sao bạn không thử đăng?", "browsing": "đang xem", "no_replies": "Không ai trả lời", "no_new_posts": "Không có bài mới.", diff --git a/public/language/vi/error.json b/public/language/vi/error.json index d2673054dc..f2aeb4a332 100644 --- a/public/language/vi/error.json +++ b/public/language/vi/error.json @@ -47,14 +47,14 @@ "user-too-new": "Xin lỗi, bắt buộc bạn phải đợi %1 giây trước khi đăng bài viết đầu tiên.", "blacklisted-ip": "Xin lỗi, địa chỉ IP bạn bị cấm khỏi cộng đồng. Nếu bạn cảm thấy dây là do lỗi, hãy liên lạc với quản trị viên.", "ban-expiry-missing": "Vui lòng cung cấp ngày hết lệnh cấm này", - "no-category": "Danh mục không tồn tại", + "no-category": "Chuyên mục không tồn tại", "no-topic": "Chủ đề không tồn tại", "no-post": "Bài viết không tồn tại", "no-group": "Nhóm không tồn tại", "no-user": "Người dùng không tồn tại", "no-teaser": "Đoạn giới thiệu không tồn tại", "no-privileges": "Bạn không đủ quyền để thực thi hành động này", - "category-disabled": "Danh mục bị khóa", + "category-disabled": "Chuyên mục bị khóa", "topic-locked": "Chủ đề bị khóa", "post-edit-duration-expired": "Bạn chỉ được phép sửa bài viết sau khi đăng %1 giây.", "post-edit-duration-expired-minutes": "Bạn chỉ được phép sửa các bài viết sau khi đăng %1 phút(s)", @@ -178,5 +178,7 @@ "no-connection": "Kết nối internet của bạn có vấn đề.", "socket-reconnect-failed": "Không thể truy cập máy chủ vào lúc này. Nhấp vào đây để thử lại hoặc thử lại sau", "plugin-not-whitelisted": "Không thể cài đặt plugin – chỉ những plugin được Trình quản lý gói NodeBB đưa vào danh sách trắng mới có thể được cài đặt qua ACP", - "topic-event-unrecognized": "Sự kiện chủ đề '%1' không được công nhận" + "topic-event-unrecognized": "Sự kiện chủ đề '%1' không được công nhận", + "cant-set-child-as-parent": "Không thể đặt con làm chuyên mục chính", + "cant-set-self-as-parent": "Không thể tự đặt mình là chuyên mục chính" } \ No newline at end of file diff --git a/public/language/vi/groups.json b/public/language/vi/groups.json index c33fc75359..359333b498 100644 --- a/public/language/vi/groups.json +++ b/public/language/vi/groups.json @@ -35,8 +35,7 @@ "details.member_count": "Số thành viên", "details.creation_date": "Ngày Thành Lập", "details.description": "Miêu tả", - "details.member-post-cids": "Hiển thị bài đăng từ chuyên mục", - "details.member-post-cids-help": "Ghi chú: Chọn không có chuyên mục sẽ giả sử tất cả các chuyên mục đều được bao gồm. Dùng ctrlshift để chọn nhiều tùy chọn.", + "details.member-post-cids": "ID chuyên mục để hiển thị bài đăng từ", "details.badge_preview": "Xem thử huy hiệu", "details.change_icon": "Đổi Biểu Tượng", "details.change_label_colour": "Thay đổi màu nhãn", diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json index 30a1540738..da2328348d 100644 --- a/public/language/vi/topic.json +++ b/public/language/vi/topic.json @@ -64,7 +64,7 @@ "not-watching": "Không Xem", "ignoring": "Bỏ qua", "watching.description": "Thông báo cho tôi về trả lời mới.
Hiển thị chủ đề chưa đọc", - "not-watching.description": "Không thông báo tôi các trả lời mới.
Hiển thị mục chưa đọc nếu danh mục bị bỏ qua.", + "not-watching.description": "Không thông báo tôi các trả lời mới.
Hiển thị mục chưa đọc nếu chuyên mục bị bỏ qua.", "ignoring.description": "Không thông báo tôi các trả lời mới.
Không hiển thị các mục chưa đọc.", "thread_tools.title": "Công cụ", "thread_tools.markAsUnreadForAll": "Đánh Dấu Chưa Đọc Tất Cả", diff --git a/public/language/vi/user.json b/public/language/vi/user.json index 0944434011..585c6372e8 100644 --- a/public/language/vi/user.json +++ b/public/language/vi/user.json @@ -135,7 +135,7 @@ "homepage": "Trang chủ", "homepage_description": "Chọn một trang dùng cho trang chủ diễn đàn hoặc chọn \"Không\" để dùng trang chủ mặc định.", "custom_route": "Đường dẫn trang chủ tuỳ chọn", - "custom_route_help": "Nhập tên đường dẫn ở đây, mà không có dấu gạch chéo ở trước (VD: \"recent\" hoặc \"popular)", + "custom_route_help": "Nhập tên đường dẫn ở đây, không có dấu gạch chéo trước (VD: \"gan-day\" hoặc \"chuyen-muc/2/thao-luan-chung\")", "sso.title": "Đăng nhập một lần", "sso.associated": "Đã liên kết với", "sso.not-associated": "Nhấn vào đây để liên kết với", diff --git a/public/language/zh-CN/admin/manage/categories.json b/public/language/zh-CN/admin/manage/categories.json index 55376b9832..a4e8536ede 100644 --- a/public/language/zh-CN/admin/manage/categories.json +++ b/public/language/zh-CN/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "版块图片", "parent-category": "父版块", "optional-parent-category": "(可选)父版块", + "top-level": "Top Level", "parent-category-none": "(无)", "copy-parent": "复制 父类", "copy-settings": "复制设置", @@ -31,6 +32,7 @@ "edit": "编辑", "analytics": "分析", "view-category": "查看版块", + "set-order": "Set order", "select-category": "选择版块", "set-parent-category": "设置父版块", diff --git a/public/language/zh-CN/error.json b/public/language/zh-CN/error.json index 27e2829f2e..8fa93e7e04 100644 --- a/public/language/zh-CN/error.json +++ b/public/language/zh-CN/error.json @@ -178,5 +178,7 @@ "no-connection": "您的网络连接似乎存在问题", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "无法安装插件 – 只有被NodeBB包管理器列入白名单的插件才能通过ACP安装。", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/zh-CN/groups.json b/public/language/zh-CN/groups.json index 393ad49d9f..6928100249 100644 --- a/public/language/zh-CN/groups.json +++ b/public/language/zh-CN/groups.json @@ -35,8 +35,7 @@ "details.member_count": "群组成员数", "details.creation_date": "创建时间", "details.description": "描述", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "徽章预览", "details.change_icon": "更改图标", "details.change_label_colour": "更改标签颜色", diff --git a/public/language/zh-CN/user.json b/public/language/zh-CN/user.json index 3a3feea59c..8795e5bae3 100644 --- a/public/language/zh-CN/user.json +++ b/public/language/zh-CN/user.json @@ -135,7 +135,7 @@ "homepage": "首页", "homepage_description": "选择一个页面作为论坛的首页,否则设置为 ‘空’ 使用默认首页。", "custom_route": "自定义首页路由", - "custom_route_help": "输入路由名称,前面不需要斜杠 ( 例如, \"recent\" 或 \"popular\" )", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "单点登录服务", "sso.associated": "已关联到", "sso.not-associated": "点击这里来关联", diff --git a/public/language/zh-TW/admin/manage/categories.json b/public/language/zh-TW/admin/manage/categories.json index 7aa6324476..6ff8e3121d 100644 --- a/public/language/zh-TW/admin/manage/categories.json +++ b/public/language/zh-TW/admin/manage/categories.json @@ -19,6 +19,7 @@ "category-image": "版面圖片", "parent-category": "上層版面", "optional-parent-category": "(可選)上層版面", + "top-level": "Top Level", "parent-category-none": "(無)", "copy-parent": "複製 上層版面", "copy-settings": "複製設定", @@ -31,6 +32,7 @@ "edit": "編輯", "analytics": "Analytics", "view-category": "View category", + "set-order": "Set order", "select-category": "選擇版面", "set-parent-category": "設置上層版面", diff --git a/public/language/zh-TW/error.json b/public/language/zh-TW/error.json index 4f62899292..92bc77b8c0 100644 --- a/public/language/zh-TW/error.json +++ b/public/language/zh-TW/error.json @@ -178,5 +178,7 @@ "no-connection": "您的網路連線似乎有問題", "socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later", "plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP", - "topic-event-unrecognized": "Topic event '%1' unrecognized" + "topic-event-unrecognized": "Topic event '%1' unrecognized", + "cant-set-child-as-parent": "Can't set child as parent category", + "cant-set-self-as-parent": "Can't set self as parent category" } \ No newline at end of file diff --git a/public/language/zh-TW/groups.json b/public/language/zh-TW/groups.json index d09a7d1739..26bfb74072 100644 --- a/public/language/zh-TW/groups.json +++ b/public/language/zh-TW/groups.json @@ -35,8 +35,7 @@ "details.member_count": "群組成員數", "details.creation_date": "建立時間", "details.description": "描述", - "details.member-post-cids": "Categories to display posts from", - "details.member-post-cids-help": "Note: Selecting no categories will assume all categories are included. Use ctrl and shift to select multiple options.", + "details.member-post-cids": "Category IDs to display posts from", "details.badge_preview": "徽章預覽", "details.change_icon": "更改圖示", "details.change_label_colour": "更改標籤顏色", diff --git a/public/language/zh-TW/user.json b/public/language/zh-TW/user.json index 409a2342ac..af3d4f1a05 100644 --- a/public/language/zh-TW/user.json +++ b/public/language/zh-TW/user.json @@ -135,7 +135,7 @@ "homepage": "首頁", "homepage_description": "選擇一個頁面作為論壇的首頁,否則設置為 ‘空’ 使用預設首頁。", "custom_route": "自訂首頁路徑", - "custom_route_help": "輸入路由名稱,前面不需要斜線 ( 例如, \"recent\" 或 \"popular\" )", + "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "單一簽入服務", "sso.associated": "已關聯到", "sso.not-associated": "點擊這裡來關聯",