Latest translations and fallbacks

v1.18.x
Misty (Bot) 4 years ago
parent 3090a2aee4
commit 429cff93ee

@ -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",

@ -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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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": "انقر هنا لربط مع",

@ -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": "Задайте базова категория",

@ -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"
}

@ -35,8 +35,7 @@
"details.member_count": "Брой на членовете",
"details.creation_date": "Дата на създаване",
"details.description": "Описание",
"details.member-post-cids": "Категории, от които да се показват публикации",
"details.member-post-cids-help": "<strong>Забележка</strong>: Ако не изберете нито една категория, ще се смята, че са включени всички категории. Използвайте <code>CTRL</code> и <code>SHIFT</code>, за да изберете няколко възможности.",
"details.member-post-cids": "Category IDs to display posts from",
"details.badge_preview": "Преглед на емблемата",
"details.change_icon": "Промяна на иконката",
"details.change_label_colour": "Промяна на цвета на етикета",

@ -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": "Натиснете тук, за да свържете с",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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ä",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: si aucune catégorie n'est sélectionnée, toutes les catégories sont incluses. Utilisez <code>ctrl</code> et <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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": "הגדר קטגוריית אב",

@ -178,5 +178,7 @@
"no-connection": "נראה שיש בעיות בחיבור האינטרנט שלך..",
"socket-reconnect-failed": "לא ניתן להגיע לשרת בשלב זה. לחץ כאן כדי לנסות שוב, או נסה שוב מאוחר יותר",
"plugin-not-whitelisted": "לא ניתן להתקין את התוסף &ndash; ניתן להתקין דרך הניהול רק תוספים שנמצאים ברשימה הלבנה של מנהל החבילות של 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"
}

@ -35,8 +35,7 @@
"details.member_count": "מספר חברים",
"details.creation_date": "תאריך יצירה",
"details.description": "תיאור",
"details.member-post-cids": "קטגוריות מהם יוצגו פוסטים",
"details.member-post-cids-help": "<strong>הערה</strong>: אי בחירת קטגוריה תכלול את כל הקטגוריות. השתמש ב-<code>ctrl</code> ו-<code>shift</code> כדי לבחור אפשרויות מרובות.",
"details.member-post-cids": "Category IDs to display posts from",
"details.badge_preview": "תצוגה מקדימה של התג",
"details.change_icon": "שנה אייקון",
"details.change_label_colour": "שנה צבע תווית",

@ -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": "לחץ כאן כדי לשייך",

@ -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 ",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

@ -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"
}

@ -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 &quot;report&quot; 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 &quot;report&quot; 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"
}

@ -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"
}

@ -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 &amp; 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"
}

@ -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",

@ -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": "<strong>Nota</strong>: Se non si seleziona alcuna categoria, tutte le categorie saranno incluse. Utilizza <code>ctrl</code> e <code>shift</code> 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",

@ -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"
}

@ -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"
}

@ -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",

@ -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",

@ -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": "親カテゴリとして設定",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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": "ここを押して、関連付けられています",

@ -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": "상위 게시판 설정",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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": "이 곳을 클릭하여 연동시키세요.",

@ -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",

@ -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 &ndash; 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"
}

@ -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": "<strong>Note</strong>: Selecting no categories will assume all categories are included. Use <code>ctrl</code> and <code>shift</code> 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",

@ -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",

@ -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",

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save