Merge remote-tracking branch 'origin/master' into develop

v1.18.x
Julian Lam 8 years ago
commit fcec6fd41d

@ -52,7 +52,7 @@
"mousetrap": "^1.5.3",
"nconf": "~0.8.2",
"nodebb-plugin-composer-default": "4.3.6",
"nodebb-plugin-dbsearch": "1.0.4",
"nodebb-plugin-dbsearch": "1.0.5",
"nodebb-plugin-emoji-extended": "1.1.1",
"nodebb-plugin-emoji-one": "1.1.5",
"nodebb-plugin-markdown": "7.0.1",

@ -1,6 +1,6 @@
{
"alert.confirm-reload": "Er du sikker på du ønsker at genindlæse NodeBB?",
"alert.confirm-restart": "Er du sikker på du ønsker at genstarte NodeBB?",
"alert.confirm-reload": "Er du sikker på at du ønsker at genindlæse NodeBB?",
"alert.confirm-restart": "Er du sikker på at du ønsker at genstarte NodeBB?",
"acp-title": "%1 | NodeBB Admin Kontrol Panel",
"settings-header-contents": "Indhold"

@ -1,11 +1,11 @@
{
"post-cache": "Post Cache",
"posts-in-cache": "Posts in Cache",
"average-post-size": "Average Post Size",
"length-to-max": "Length / Max",
"percent-full": "%1% Full",
"post-cache-size": "Post Cache Size",
"items-in-cache": "Items in Cache",
"control-panel": "Control Panel",
"update-settings": "Update Cache Settings"
"post-cache": "Indlægs Cache",
"posts-in-cache": "Indlæg i Cache",
"average-post-size": "Gennemsnitlig Størrelse af Indlæg",
"length-to-max": "Længde / Max",
"percent-full": "%1% Fuld",
"post-cache-size": "Indlægs Cache Størrelse",
"items-in-cache": "Ting i Cache",
"control-panel": "Kontrol Panel",
"update-settings": "Opdater Cache Indstillinger"
}

@ -1,35 +1,35 @@
{
"x-b": "%1 b",
"x-mb": "%1 mb",
"uptime-seconds": "Uptime in Seconds",
"uptime-days": "Uptime in Days",
"uptime-seconds": "Oppetid i Sekunder",
"uptime-days": "Oppetid i Dage",
"mongo": "Mongo",
"mongo.version": "MongoDB Version",
"mongo.storage-engine": "Storage Engine",
"mongo.collections": "Collections",
"mongo.objects": "Objects",
"mongo.avg-object-size": "Avg. Object Size",
"mongo.data-size": "Data Size",
"mongo.storage-size": "Storage Size",
"mongo.index-size": "Index Size",
"mongo.file-size": "File Size",
"mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory",
"mongo.raw-info": "MongoDB Raw Info",
"mongo.collections": "Kollektioner",
"mongo.objects": "Objekter",
"mongo.avg-object-size": "Gennemsnitlig Objekt Størrelse",
"mongo.data-size": "Data Størrelse",
"mongo.storage-size": "Lager Størrelse",
"mongo.index-size": "Index Størrelse",
"mongo.file-size": "Fil Størrelse",
"mongo.resident-memory": "Resident Hukommelse",
"mongo.virtual-memory": "Virtuel Hukommelse",
"mongo.mapped-memory": "Kortlagt Hukommelse",
"mongo.raw-info": "MongoDB Rå Info",
"redis": "Redis",
"redis.version": "Redis Version",
"redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients",
"redis.used-memory": "Used Memory",
"redis.memory-frag-ratio": "Memory Fragmentation Ratio",
"redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info"
"redis.connected-clients": "Forbundne Klienter",
"redis.connected-slaves": "Forbundne Slaver",
"redis.blocked-clients": "Blokerede Klienter",
"redis.used-memory": "Brugt Hukommelse",
"redis.memory-frag-ratio": "Hukommelses Fragmentations Forhold",
"redis.total-connections-recieved": "Totale Forbindelser Modtaget",
"redis.total-commands-processed": "Totale Kommandoer Behandlet",
"redis.iops": "Øjeblikkelige Ops. pr. sekund",
"redis.keyspace-hits": "Mellemrums Tryk",
"redis.keyspace-misses": "Mellemrums Misses",
"redis.raw-info": "Redis Rå Info"
}

@ -1,30 +1,30 @@
{
"forum-traffic": "Forum Traffic",
"page-views": "Page Views",
"unique-visitors": "Unique Visitors",
"page-views-last-month": "Page views Last Month",
"page-views-this-month": "Page views This Month",
"page-views-last-day": "Page views in last 24 hours",
"stats.day": "Day",
"stats.week": "Week",
"stats.month": "Month",
"forum-traffic": "Forum Traffik",
"page-views": "Side Visninger",
"unique-visitors": "Unikke Besøgere",
"page-views-last-month": "Side Visninger Sidste Måned",
"page-views-this-month": "Side Visninger Denne Måned",
"page-views-last-day": "Side visninger i de sidste 24 timer",
"stats.day": "Dag",
"stats.week": "Uge",
"stats.month": "Måned",
"stats.all": "All Time",
"updates": "Updates",
"running-version": "You are running <strong>NodeBB v<span id=\"version\">%1</span></strong>.",
"keep-updated": "Always make sure that your NodeBB is up to date for the latest security patches and bug fixes.",
"up-to-date": "<p>You are <strong>up-to-date</strong> <i class=\"fa fa-check\"></i></p>",
"upgrade-available": "<p>A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">upgrading your NodeBB</a>.</p>",
"prerelease-upgrade-available": "<p>This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">upgrading your NodeBB</a>.</p>",
"prerelease-warning": "<p>This is a <strong>pre-release</strong> version of NodeBB. Unintended bugs may occur. <i class=\"fa fa-exclamation-triangle\"></i></p>",
"notices": "Notices",
"control-panel": "System Control",
"reload": "Reload",
"restart": "Restart",
"restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.",
"updates": "Opdateringer",
"running-version": "Du kører <strong>NodeBB v<span id=\"version\">%1</span></strong>.",
"keep-updated": "Altid sikrer dig at din NodeBB er opdateret for de seneste sikkerheds og bug rettelser.",
"up-to-date": "<p>Du er <strong>opdateret</strong> <i class=\"fa fa-check\"></i></p>",
"upgrade-available": "<p>En ny version (v%1) er blevet udgivet. Overvej <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">at opgradere din NodeBB</a>.</p>",
"prerelease-upgrade-available": "<p>Dette er en uddateret pre-release version af NodeBB. En ny version (v%1) er blevet udgivet. Overvej <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">at opdatere din NodeBB</a>.</p>",
"prerelease-warning": "<p>Dette er en <strong>pre-release</strong> udgave af NodeBB. Uforventede bugs kan forekomme.<i class=\"fa fa-exclamation-triangle\"></i></p>",
"notices": "Varsler",
"control-panel": "System Kontrol",
"reload": "Genindlæs",
"restart": "Genstart",
"restart-warning": "At genindlæse eller genstarte din NodeBB vil droppe alle eksisterende forbindelser i et par sekunder.",
"maintenance-mode": "Maintenance Mode",
"maintenance-mode-title": "Click here to set up maintenance mode for NodeBB",
"realtime-chart-updates": "Realtime Chart Updates",

@ -8,5 +8,5 @@
"failed_login_attempt": "Log Ind Mislykkedes",
"login_successful": "Du har successfuldt logged in!",
"dont_have_account": "Har du ikke en konto?",
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
"logged-out-due-to-inactivity": "Du er blevet logged af Admin Kontrol Panelet, på grund af din inaktiviet."
}

@ -1,7 +1,7 @@
{
"alert.confirm-reload": "Are you sure you wish to reload NodeBB?",
"alert.confirm-restart": "Are you sure you wish to restart NodeBB?",
"alert.confirm-reload": "Bist du sicher, dass du NodeBB neu laden möchtest?",
"alert.confirm-restart": "Bist du sicher, dass du NodeBB neu starten möchtest?",
"acp-title": "%1 | NodeBB Admin Control Panel",
"settings-header-contents": "Contents"
"settings-header-contents": "Inhalte"
}

@ -1,6 +1,6 @@
{
"events": "Events",
"no-events": "There are no events",
"control-panel": "Events Control Panel",
"delete-events": "Delete Events"
"events": "Veranstaltungen",
"no-events": "Es gibt keine Veranstaltungen",
"control-panel": "Veranstaltungen Steuerung",
"delete-events": "Veranstaltungen löschen"
}

@ -1,7 +1,7 @@
{
"logs": "Logs",
"control-panel": "Logs Control Panel",
"reload": "Reload Logs",
"clear": "Clear Logs",
"clear-success": "Logs Cleared!"
"logs": "Protokoll",
"control-panel": "Protokoll Steuerung",
"reload": "Protokoll neu laden",
"clear": "Protokoll leeren",
"clear-success": "Protokoll geleert"
}

@ -1,55 +1,55 @@
{
"forum-traffic": "Forum Traffic",
"page-views": "Page Views",
"unique-visitors": "Unique Visitors",
"page-views-last-month": "Page views Last Month",
"page-views-this-month": "Page views This Month",
"page-views-last-day": "Page views in last 24 hours",
"stats.day": "Day",
"stats.week": "Week",
"stats.month": "Month",
"stats.all": "All Time",
"page-views": "Seitenaufrufe",
"unique-visitors": "Besucher",
"page-views-last-month": "Aufrufe im letzten Monat",
"page-views-this-month": "Aufrufe in diesem Monat",
"page-views-last-day": "Aufrufe in den letzten 24 Stunden",
"stats.day": "diesen Tag",
"stats.week": "diese Woche",
"stats.month": "diesen Monat",
"stats.all": "Alle",
"updates": "Updates",
"running-version": "You are running <strong>NodeBB v<span id=\"version\">%1</span></strong>.",
"keep-updated": "Always make sure that your NodeBB is up to date for the latest security patches and bug fixes.",
"up-to-date": "<p>You are <strong>up-to-date</strong> <i class=\"fa fa-check\"></i></p>",
"upgrade-available": "<p>A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">upgrading your NodeBB</a>.</p>",
"prerelease-upgrade-available": "<p>This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">upgrading your NodeBB</a>.</p>",
"prerelease-warning": "<p>This is a <strong>pre-release</strong> version of NodeBB. Unintended bugs may occur. <i class=\"fa fa-exclamation-triangle\"></i></p>",
"running-version": "Es läuft <strong>NodeBB v<span id=\\\"version\\\">%1</span></strong>.",
"keep-updated": "Stelle immer sicher, dass dein NodeBB auf dem neuesten Stand ist für die neuesten Sicherheits-Patches und Bug-fixes.",
"up-to-date": "<p>System ist <strong>aktuell</strong> <i class=\\\"fa fa-check\\\"></i></p>",
"upgrade-available": "<p>Version (v%1) wurde veröffentlicht. Beachte <a href=\\\"https://docs.nodebb.org/en/latest/upgrading/index.html\\\">um ein NodeBB Upgrade durchzuführen</a>.</p>",
"prerelease-upgrade-available": "<p>Das ist eine veraltete pre-release Version von NodeBB. Version (v%1) wurde veröffentlicht. Beachte <a href=\\\"https://docs.nodebb.org/en/latest/upgrading/index.html\\\">um ein NodeBB Upgrade durchzuführen</a>.</p>",
"prerelease-warning": "<p>Das ist eine <strong>pre-release</strong> Version von NodeBB. Es können ungewollte Fehler auftreten. <i class=\\\"fa fa-exclamation-triangle\\\"></i></p>",
"notices": "Notices",
"notices": "Hinweise",
"control-panel": "System Control",
"control-panel": "Systemsteuerung",
"reload": "Reload",
"restart": "Restart",
"restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.",
"maintenance-mode": "Maintenance Mode",
"maintenance-mode-title": "Click here to set up maintenance mode for NodeBB",
"realtime-chart-updates": "Realtime Chart Updates",
"active-users": "Active Users",
"active-users.users": "Users",
"active-users.guests": "Guests",
"active-users.total": "Total",
"active-users.connections": "Connections",
"anonymous-registered-users": "Anonymous vs Registered Users",
"anonymous": "Anonymous",
"registered": "Registered",
"user-presence": "User Presence",
"on-categories": "On categories list",
"reading-posts": "Reading posts",
"browsing-topics": "Browsing topics",
"recent": "Recent",
"unread": "Unread",
"high-presence-topics": "High Presence Topics",
"graphs.page-views": "Page Views",
"graphs.unique-visitors": "Unique Visitors",
"graphs.registered-users": "Registered Users",
"graphs.anonymous-users": "Anonymous Users"
"restart": "Neustart",
"restart-warning": "Ein Reload oder Neustart trennt die Verbindung für ein paar Sekunden.",
"maintenance-mode": "Wartungsmodus",
"maintenance-mode-title": "Hier klicken um NodeBB in den Wartungsmodus zu setzen",
"realtime-chart-updates": "Echtzeit Chartaktualisierung",
"active-users": "aktive Benutzer",
"active-users.users": "Benutzer",
"active-users.guests": "Gäste",
"active-users.total": "Gesamt",
"active-users.connections": "Verbindungen",
"anonymous-registered-users": "anonyme vs registrierte Benutzer",
"anonymous": "Anonym",
"registered": "Registriert",
"user-presence": "Benutzerpräsenz",
"on-categories": "auf Kategorie Übersicht",
"reading-posts": "Beiträge lesen",
"browsing-topics": "Themen durchsuchen",
"recent": "Aktuell",
"unread": "Ungelesen",
"high-presence-topics": "Meist besuchte Themen",
"graphs.page-views": "Seitenaufrufe",
"graphs.unique-visitors": "verschiedene Besucher",
"graphs.registered-users": "registrierte Benutzer",
"graphs.anonymous-users": "anonyme Benutzer"
}

@ -1,7 +1,7 @@
{
"home-page": "Home Page",
"description": "Choose what page is shown when users navigate to the root URL of your forum.",
"home-page-route": "Home Page Route",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages"
"home-page": "Startseite",
"description": "Wähle aus, welche Seite angezeigt werden soll, wenn Nutzer zur Startseite des Forums navigieren.",
"home-page-route": "Startseitenpfad",
"custom-route": "Eigener Startseitenpfad",
"allow-user-home-pages": "Benutzer eigene Startseiten erlauben"
}

@ -1,5 +1,5 @@
{
"language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language"
"language-settings": "Spracheinstellungen",
"description": "Die Standardsprache legt die Spracheinstellungen für alle Benutzer fest, die das Forum besuchen. <br />Einzelne Benutzer können die Standardsprache auf der Seite mit den Kontoeinstellungen überschreiben.",
"default-language": "Standartsprache"
}

@ -1,27 +1,27 @@
{
"icon": "Icon:",
"change-icon": "change",
"route": "Route:",
"change-icon": "ändern",
"route": "Pfad:",
"tooltip": "Tooltip:",
"text": "Text:",
"text-class": "Text Class: <small>optional</small>",
"text-class": "Text Stil: <small>optional</small>",
"id": "ID: <small>optional</small>",
"properties": "Properties:",
"only-admins": "Only display to Admins",
"only-global-mods-and-admins": "Only display to Global Moderators and Admins",
"only-logged-in": "Only display to logged in users",
"open-new-window": "Open in a new window",
"properties": "Eigenschaften:",
"only-admins": "Nur sichtbar für Admins",
"only-global-mods-and-admins": "Nur sichtbar für Globale Moderatoren und Admins",
"only-logged-in": "Nur sichtbar für angemeldete Benutzer",
"open-new-window": "In neuem Fenster öffnen",
"installed-plugins-required": "Installed Plugins Required:",
"installed-plugins-required": "Installierte Plugins notwendig:",
"search-plugin": "Search plugin",
"btn.delete": "Delete",
"btn.disable": "Disable",
"btn.enable": "Enable",
"btn.delete": "Löschen",
"btn.disable": "Deaktivieren",
"btn.enable": "Aktivieren",
"available-menu-items": "Available Menu Items",
"custom-route": "Custom Route",
"core": "core",
"plugin": "plugin"
"available-menu-items": "Verfügbare Menüpunkte",
"custom-route": "Benutzerdefinierter Pfad",
"core": "Kern",
"plugin": "Plugin"
}

@ -1,5 +1,5 @@
{
"post-sharing": "Post Sharing",
"info-plugins-additional": "Plugins can add additional networks for sharing posts.",
"save-success": "Successfully saved Post Sharing Networks!"
"post-sharing": "Beiträge teilen",
"info-plugins-additional": "Plugins können zusätzliche Netzwerke für das Teilen von Beiträgen hinzufügen.",
"save-success": "Erfolgreich gespeichert!"
}

@ -1,9 +1,9 @@
{
"notifications": "Notifications",
"chat-messages": "Chat Messages",
"play-sound": "Play",
"incoming-message": "Incoming Message",
"outgoing-message": "Outgoing Message",
"upload-new-sound": "Upload New Sound",
"saved": "Settings Saved"
"notifications": "Benachrichtigungen",
"chat-messages": "Chat Nachrichten",
"play-sound": "Abspielen",
"incoming-message": "Eingehende Nachricht",
"outgoing-message": "Gesendete Nachricht",
"upload-new-sound": "Sound hochladen",
"saved": "Einstellungen gespeichert!"
}

@ -1,68 +1,68 @@
{
"settings": "Category Settings",
"privileges": "Privileges",
"settings": "Kategorie Einstellungen",
"privileges": "Berechtigungen",
"name": "Category Name",
"description": "Category Description",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"bg-image-size": "Background Image Size",
"custom-class": "Custom Class",
"num-recent-replies": "# of Recent Replies",
"ext-link": "External Link",
"upload-image": "Upload Image",
"delete-image": "Remove",
"category-image": "Category Image",
"parent-category": "Parent Category",
"optional-parent-category": "(Optional) Parent Category",
"parent-category-none": "(None)",
"copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category",
"purge": "Purge Category",
"name": "Kategorie Name",
"description": "Kategorie Beschreibung",
"bg-color": "Hintergrundfarbe",
"text-color": "Textfarbe",
"bg-image-size": "Größe Hintergrundbild",
"custom-class": "Benutzderdefinierter Stil",
"num-recent-replies": "Anzahl neuer Antworten",
"ext-link": "Externer Link",
"upload-image": "Bild hochladen",
"delete-image": "Entfernen",
"category-image": "Kategorie Bild",
"parent-category": "Übergeordnete Kategorie",
"optional-parent-category": "(Optional) Übergeordnete Kategorie",
"parent-category-none": "(Keine)",
"copy-settings": "kopiere Einstellungen von",
"optional-clone-settings": "(Optional) dubliziere Einstellungen von Kategorie",
"purge": "Kategorie löschen",
"enable": "Enable",
"disable": "Disable",
"edit": "Edit",
"enable": "Aktivieren",
"disable": "Deaktivieren",
"edit": "Bearbeiten",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",
"select-category": "Wähle Kategorie",
"set-parent-category": "Übergeordnete Kategorie festlegen",
"privileges.description": "You can configure the access control privileges for this category in this section. Privileges can be granted on a per-user or a per-group basis. You can add a new user to this table by searching for them in the form below.",
"privileges.warning": "<strong>Note</strong>: Privilege settings take effect immediately. It is not necessary to save the category after adjusting these settings.",
"privileges.section-viewing": "Viewing Privileges",
"privileges.section-posting": "Posting Privileges",
"privileges.section-moderation": "Moderation Privileges",
"privileges.section-user": "User",
"privileges.search-user": "Add User",
"privileges.no-users": "No user-specific privileges in this category.",
"privileges.section-group": "Group",
"privileges.group-private": "This group is private",
"privileges.search-group": "Add Group",
"privileges.copy-to-children": "Copy to Children",
"privileges.copy-from-category": "Copy from Category",
"privileges.inherit": "If the <code>registered-users</code> group is granted a specific privilege, all other groups receive an <strong>implicit privilege</strong>, even if they are not explicitly defined/checked. This implicit privilege is shown to you because all users are part of the <code>registered-users</code> user group, and so, privileges for additional groups need not be explicitly granted.",
"privileges.description": "In diesem Bereich können die Zugriffsberechtigungen für diese Kategorie konfiguriert werden. Berechtigungen können pro-Benutzer oder pro-Gruppe gewährt werden. Du kannst einen neuen Benutzer zu dieser Tabelle hinzufügen, indem du sie in dem folgenden Formular suchst.",
"privileges.warning": "<strong>Hinweis</strong>: Die Zugriffsberechtigungen werden sofort wirksam. Es ist nicht notwendig, die Kategorie zu speichern, nachdem du die Einstellungen angepasst hast.",
"privileges.section-viewing": "Ansichtsberechtigungen",
"privileges.section-posting": "Schreibberechtigungen",
"privileges.section-moderation": "Moderationsberechtigungen",
"privileges.section-user": "Benutzer",
"privileges.search-user": "Benutzer hinzufügen",
"privileges.no-users": "Keine benutzerspezifischen Berechtigungen in dieser Kategorie.",
"privileges.section-group": "Gruppe",
"privileges.group-private": "Diese Gruppe ist privat",
"privileges.search-group": "Gruppe hinzufügen",
"privileges.copy-to-children": "In Untergeordnete kopieren",
"privileges.copy-from-category": "Kopiere von Kategorie",
"privileges.inherit": "Wenn der Gruppe <code>registered-users</code> eine bestimmte Berechtigung erteilt wird, erhalten alle anderen Gruppen eine <strong>implizite Berechtigung</strong>, auch wenn sie nicht explizit definiert / ausgewählt werden. Diese implizite Berechtigung wird dir angezeigt, da alle Benutzer Teil der Gruppe <code>registered-users</code> sind und daher keine Berechtigungen für zusätzliche Gruppen explizit erteilt werden müssen.",
"analytics.back": "Back to Categories List",
"analytics.title": "Analytics for \"%1\" category",
"analytics.pageviews-hourly": "<strong>Figure 1</strong> &ndash; Hourly page views for this category</small>",
"analytics.pageviews-daily": "<strong>Figure 2</strong> &ndash; Daily page views for this category</small>",
"analytics.topics-daily": "<strong>Figure 3</strong> &ndash; Daily topics created in this category</small>",
"analytics.posts-daily": "<strong>Figure 4</strong> &ndash; Daily posts made in this category</small>",
"analytics.back": "Zurück zur Kategorien Übersicht",
"analytics.title": "Analyse für \\\"%1\\\" Kategorie",
"analytics.pageviews-hourly": "<strong>Diagramm 1</strong> &ndash; Stündliche Seitenaufrufe in dieser Kategorie</small>",
"analytics.pageviews-daily": "<strong>Diagramm 2</strong> &ndash; Tägliche Seitenaufrufe in dieser Kategorie</small>",
"analytics.topics-daily": "<strong>Diagramm 3</strong> &ndash; Täglich erstellte Themen in dieser Kategorie</small>",
"analytics.posts-daily": "<strong>Diagramm 4</strong> &ndash; Täglich erstellte Beiträge in dieser Kategorie</small>",
"alert.created": "Created",
"alert.create-success": "Category successfully created!",
"alert.none-active": "You have no active categories.",
"alert.create": "Create a Category",
"alert.confirm-moderate": "<strong>Are you sure you wish to grant the moderation privilege to this user group?</strong> This group is public, and any users can join at will.",
"alert.confirm-purge": "<p class=\"lead\">Do you really want to purge this category \"%1\"?</p><h5><strong class=\"text-danger\">Warning!</strong> All topics and posts in this category will be purged!</h5> <p class=\"help-block\">Purging a category will remove all topics and posts, and delete the category from the database. If you want to remove a category <em>temporarily</em>, you'll want to \"disable\" the category instead.</p>",
"alert.purge-success": "Category purged!",
"alert.copy-success": "Settings Copied!",
"alert.set-parent-category": "Set Parent Category",
"alert.updated": "Updated Categories",
"alert.updated-success": "Category IDs %1 successfully updated.",
"alert.upload-image": "Upload category image",
"alert.find-user": "Find a User",
"alert.user-search": "Search for a user here...",
"alert.find-group": "Find a Group",
"alert.group-search": "Search for a group here..."
"alert.created": "Erstellt",
"alert.create-success": "Kategorie erfolgreich erstellt!",
"alert.none-active": "Du hast keine aktiven Kategorien.",
"alert.create": "Erstelle eine Kategorie",
"alert.confirm-moderate": "<strong>Bist du sicher, dass du dieser Gruppe das Moderationsrecht gewähren möchtest?</strong> Diese Gruppe ist öffentlich, und alle Benutzer können nach Belieben beitreten.",
"alert.confirm-purge": "<p class=\\\"lead\\\">Möchtest du die Kategorie \\\"%1\\\" wirklich löschen?</p><h5><strong class=\\\"text-danger\\\">Warnung!</strong> Alle Themen und Beiträge in dieser Kategorie werden gelöscht!</h5> <p class=\\\"help-block\\\">Löschen einer Kategorie wird alle Themen und Beiträge zu entfernen, und die Kategorie aus der Datenbank löschen. Falls du eine Kategorie <em>temporär</em> entfernen möchstest, dann kannst du sie stattdessen \\\"deaktivieren\\\".",
"alert.purge-success": "Kategorie gelöscht!",
"alert.copy-success": "Einstellungen kopiert!",
"alert.set-parent-category": "Übergeordnete Kategorie festlegen",
"alert.updated": "Kategorien aktualisiert",
"alert.updated-success": "Kategorie IDs %1 erfolgreich aktualisiert.",
"alert.upload-image": "Kategorie Bild hochladen",
"alert.find-user": "Benutzer finden",
"alert.user-search": "Hier nach einem Benutzer suchen...",
"alert.find-group": "Gruppe finden",
"alert.group-search": "Hier nach einer Gruppe suchen..."
}

@ -1,75 +1,75 @@
{
"section-general": "General",
"general/dashboard": "Dashboard",
"general/homepage": "Home Page",
"section-general": "Allgemein",
"general/dashboard": "Übersicht",
"general/homepage": "Startseite",
"general/navigation": "Navigation",
"general/languages": "Languages",
"general/sounds": "Sounds",
"general/social": "Social",
"general/languages": "Sprachen",
"general/sounds": "Töne",
"general/social": "Soziale Medien",
"section-manage": "Manage",
"manage/categories": "Categories",
"manage/tags": "Tags",
"manage/users": "Users",
"manage/registration": "Registration Queue",
"manage/groups": "Groups",
"manage/flags": "Flags",
"section-manage": "Verwalten",
"manage/categories": "Kategorien",
"manage/tags": "Schlagworte",
"manage/users": "Benutzer",
"manage/registration": "Warteliste",
"manage/groups": "Gruppen",
"manage/flags": "Markierungen",
"manage/ip-blacklist": "IP Blacklist",
"section-settings": "Settings",
"settings/general": "General",
"section-settings": "Einstellungen",
"settings/general": "Allgemein",
"settings/reputation": "Reputation",
"settings/email": "Email",
"settings/user": "User",
"settings/group": "Group",
"settings/guest": "Guests",
"settings/email": "E-Mail",
"settings/user": "Benutzer",
"settings/group": "Gruppe",
"settings/guest": "Gäste",
"settings/uploads": "Uploads",
"settings/post": "Post",
"settings/post": "Beiträge",
"settings/chat": "Chat",
"settings/pagination": "Pagination",
"settings/tags": "Tags",
"settings/notifications": "Notifications",
"settings/pagination": "Seitennummerierung",
"settings/tags": "Schlagworte",
"settings/notifications": "Benachrichtigungen",
"settings/cookies": "Cookies",
"settings/web-crawler": "Web Crawler",
"settings/sockets": "Sockets",
"settings/advanced": "Advanced",
"settings/advanced": "Erweitert",
"settings.page-title": "%1 Settings",
"settings.page-title": "%1 Einstellungen",
"section-appearance": "Appearance",
"section-appearance": "Aussehen",
"appearance/themes": "Themes",
"appearance/skins": "Skins",
"appearance/customise": "Custom HTML & CSS",
"appearance/customise": "Eigene HTML & CSS",
"section-extend": "Extend",
"section-extend": "Erweitert",
"extend/plugins": "Plugins",
"extend/widgets": "Widgets",
"extend/rewards": "Rewards",
"extend/rewards": "Belohnungen",
"section-social-auth": "Social Authentication",
"section-social-auth": "Soziale Authentifizierung",
"section-plugins": "Plugins",
"extend/plugins.install": "Install Plugins",
"extend/plugins.install": "Plugins installieren",
"section-advanced": "Advanced",
"advanced/database": "Database",
"advanced/events": "Events",
"advanced/logs": "Logs",
"advanced/errors": "Errors",
"section-advanced": "System",
"advanced/database": "Datenbank",
"advanced/events": "Ereignisse",
"advanced/logs": "Protokoll",
"advanced/errors": "Fehler",
"advanced/cache": "Cache",
"development/logger": "Logger",
"development/info": "Info",
"reload-forum": "Reload Forum",
"restart-forum": "Restart Forum",
"logout": "Log out",
"view-forum": "View Forum",
"reload-forum": "Forum neu laden",
"restart-forum": "Forum neu starten",
"logout": "Abmelden",
"view-forum": "Forum anzeigen",
"search.placeholder": "Search...",
"search.no-results": "No results...",
"search.search-forum": "Search the forum for <strong></strong>",
"search.keep-typing": "Type more to see results...",
"search.start-typing": "Start typing to see results...",
"search.placeholder": "Suchen...",
"search.no-results": "Keine Ergebnisse...",
"search.search-forum": "Suche im Forum nach <strong></strong>",
"search.keep-typing": "Gib mehr ein, um die Ergebnisse zu sehen...",
"search.start-typing": "Starte die Eingabe, um die Ergebnisse zu sehen...",
"connection-lost": "Connection to %1 has been lost, attempting to reconnect..."
"connection-lost": "Verbindung zu %1 verloren, wird wieder hergestellt..."
}

@ -1,45 +1,45 @@
{
"authentication": "Authentication",
"allow-local-login": "Allow local login",
"require-email-confirmation": "Require Email Confirmation",
"authentication": "Authentifizierung",
"allow-local-login": "Erlaube Lokalen Login",
"require-email-confirmation": "Benötigt E-Mail Bestätigung",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",
"allow-login-with.username-email": "Username or Email",
"allow-login-with.username": "Username Only",
"allow-login-with.email": "Email Only",
"account-settings": "Account Settings",
"disable-username-changes": "Disable username changes",
"disable-email-changes": "Disable email changes",
"disable-password-changes": "Disable password changes",
"allow-account-deletion": "Allow account deletion",
"user-info-private": "Make user info private",
"email-confirm-email2": "Minuten sind verstrichen",
"allow-login-with": "Erlaube Login mit",
"allow-login-with.username-email": "Benutzername oder E-Mail",
"allow-login-with.username": "Nur Benutzername",
"allow-login-with.email": "Nur E-Mail",
"account-settings": "Kontoeinstellungen",
"disable-username-changes": "Deaktiviere Änderungen des Benutzernames",
"disable-email-changes": "Deaktiviere Änderungen der E-Mail Adresse",
"disable-password-changes": "Deaktiviere Änderungen des Passwortes",
"allow-account-deletion": "Erlaube löschen des Kontos",
"user-info-private": "Stelle Benutzerinformationen auf Privat",
"themes": "Themes",
"disable-user-skins": "Prevent users from choosing a custom skin",
"account-protection": "Account Protection",
"login-attempts": "Login attempts per hour",
"disable-user-skins": "Verhindere das Benutzer eigene Skins verwenden",
"account-protection": "Kontosicherheit",
"login-attempts": "Login-Versuche pro Stunde",
"login-attempts-help": "If login attempts to a user&apos;s account exceeds this threshold, that account will be locked for a pre-configured amount of time",
"lockout-duration": "Account Lockout Duration (minutes)",
"login-days": "Days to remember user login sessions",
"password-expiry-days": "Force password reset after a set number of days",
"registration": "User Registration",
"registration-type": "Registration Type",
"registration": "Benutzer Registrierung",
"registration-type": "Registrierungart",
"registration-type.normal": "Normal",
"registration-type.admin-approval": "Admin Approval",
"registration-type.admin-approval-ip": "Admin Approval for IPs",
"registration-type.invite-only": "Invite Only",
"registration-type.admin-invite-only": "Admin Invite Only",
"registration-type.disabled": "No registration",
"registration-type.admin-approval": "Admin Genehmigung",
"registration-type.admin-approval-ip": "Admin Genehmigung für IPs",
"registration-type.invite-only": "Nur Einladungen",
"registration-type.admin-invite-only": "Nur Admin Einladungen",
"registration-type.disabled": "Keine Registrierung",
"registration-type.help": "Normal - Users can register from the /register page.<br/>\nAdmin Approval - User registrations are placed in an <a href=\"%1/admin/manage/registration\">approval queue</a> for administrators.<br/>\nAdmin Approval for IPs - Normal for new users, Admin Approval for IP addresses that already have an account.<br/>\nInvite Only - Users can invite others from the <a href=\"%1/users\" target=\"_blank\">users</a> page.<br/>\nAdmin Invite Only - Only administrators can invite others from <a href=\"%1/users\" target=\"_blank\">users</a> and <a href=\"%1/admin/manage/users\">admin/manage/users</a> pages.<br/>\nNo registration - No user registration.<br/>",
"registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User",
"registration.max-invites": "Maximale Einladungen pro Benutzer",
"max-invites": "Maximale Einladungen pro Benutzer",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length",
"max-about-me-length": "Maximum About Me Length",
"min-username-length": "Minimale länge des Benutzernamens",
"max-username-length": "Maximale länge des Benutzernamens",
"min-password-length": "Minimale länge des Passwortes",
"max-about-me-length": "Maximale länge von Über Mich",
"terms-of-use": "Forum Terms of Use <small>(Leave blank to disable)</small>",
"user-search": "User Search",
"user-search": "Benutzersuche",
"user-search-results-per-page": "Number of results to display",
"default-user-settings": "Default User Settings",
"show-email": "Show email",

@ -1,10 +1,10 @@
{
"crawlability-settings": "Crawlability Settings",
"robots-txt": "Custom Robots.txt <small>Leave blank for default</small>",
"sitemap-feed-settings": "Sitemap & Feed Settings",
"disable-rss-feeds": "Disable RSS Feeds",
"disable-sitemap-xml": "Disable Sitemap.xml",
"sitemap-topics": "Number of Topics to display in the Sitemap",
"clear-sitemap-cache": "Clear Sitemap Cache",
"view-sitemap": "View Sitemap"
"crawlability-settings": "Crawlability Einstellung",
"robots-txt": "Benutzerdefinierte Robots.txt<small>Leer lassen für Standardeinstellung</small>",
"sitemap-feed-settings": "Seitenübersicht & Feed Einstellungen",
"disable-rss-feeds": "Deaktiviere RSS Feeds",
"disable-sitemap-xml": "Deaktiviere Seitenübersicht.xml",
"sitemap-topics": "Anzahl der Themen die auf der Seitenübersicht angezeigt werden",
"clear-sitemap-cache": "Leere Seitenübersicht Cache",
"view-sitemap": "Zeige Seitenübersicht"
}

@ -29,7 +29,7 @@
"username-too-long": "Benutzername ist zu lang",
"password-too-long": "Passwort ist zu lang",
"user-banned": "Benutzer ist gesperrt",
"user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-banned-reason": "Entschuldige, dieses Konto wurde gebannt (Grund: %1)",
"user-too-new": "Entschuldigung, du musst %1 Sekunde(n) warten, bevor du deinen ersten Beitrag schreiben kannst.",
"blacklisted-ip": "Deine IP-Adresse ist für diese Plattform gesperrt. Sollte dies ein Irrtum sein, dann kontaktiere bitte einen Administrator.",
"ban-expiry-missing": "Bitte gebe ein Enddatum für diesen Ban an",

@ -102,6 +102,6 @@
"play": "Play",
"cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
"cookies.accept": "Got it!",
"cookies.learn_more": "Learn More",
"edited": "Edited"
"cookies.learn_more": "Erfahre mehr",
"edited": "Bearbeitet"
}

@ -53,5 +53,5 @@
"upload-group-cover": "Gruppentitelbild hochladen",
"bulk-invite-instructions": "Gib eine mit Kommata getrennte Liste von Benutzernamen ein, um sie in diese Gruppe aufzunehmen",
"bulk-invite": "Mehrere einladen",
"remove_group_cover_confirm": "Are you sure you want to remove the cover picture?"
"remove_group_cover_confirm": "Bist du sicher, dass du dein Titelbild entfernen möchtest?"
}

@ -13,7 +13,7 @@
"chat.contacts": "Kontakte",
"chat.message-history": "Nachrichtenverlauf",
"chat.pop-out": "Chat als Pop-out anzeigen",
"chat.minimize": "Minimize",
"chat.minimize": "Minimieren",
"chat.maximize": "Maximieren",
"chat.seven_days": "7 Tage",
"chat.thirty_days": "30 Tage",

@ -8,7 +8,7 @@
"posted-by": "Geschrieben von",
"in-categories": "In Kategorien",
"search-child-categories": "Suche in Unterkategorien",
"has-tags": "Has tags",
"has-tags": "Hat Markierungen",
"reply-count": "Anzahl Antworten",
"at-least": "Mindestens",
"at-most": "Höchstens",

@ -13,7 +13,7 @@
"notify_me": "Erhalte eine Benachrichtigung bei neuen Antworten zu diesem Thema.",
"quote": "Zitieren",
"reply": "Antworten",
"replies_to_this_post": "Replies: %1",
"replies_to_this_post": "Antworten: %1",
"reply-as-topic": "In einem neuen Thema antworten",
"guest-login-reply": "Anmelden zum Antworten",
"edit": "Bearbeiten",

@ -31,8 +31,8 @@
"signature": "Signatur",
"birthday": "Geburtstag",
"chat": "Chat",
"chat_with": "Continue chat with %1",
"new_chat_with": "Start new chat with %1",
"chat_with": "Führe deinen Chat mit %1 fort",
"new_chat_with": "Beginne einen neuen Chat mit %1",
"follow": "Folgen",
"unfollow": "Nicht mehr folgen",
"more": "Mehr",
@ -63,7 +63,7 @@
"upload_a_picture": "Ein Bild hochladen",
"remove_uploaded_picture": "Hochgeladenes Bild entfernen",
"upload_cover_picture": "Titelbild hochladen",
"remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?",
"remove_cover_picture_confirm": "Bist du sicher, dass du dein Titelbild entfernen möchtest?",
"settings": "Einstellungen",
"show_email": "Zeige meine E-Mail Adresse an.",
"show_fullname": "Zeige meinen kompletten Namen an",

@ -1,7 +1,7 @@
{
"section-general": "General",
"general/dashboard": "Panel",
"general/homepage": "Página Inicial",
"general/homepage": "Inicio",
"general/navigation": "Navegación",
"general/languages": "Lenguajes",
"general/sounds": "Sonidos",
@ -13,7 +13,7 @@
"manage/users": "Usuarios",
"manage/registration": "Cola de Registro",
"manage/groups": "Grupos",
"manage/flags": "Banderas",
"manage/flags": "Reportes",
"manage/ip-blacklist": "Lista negra de IP",
"section-settings": "Opciones",
@ -24,39 +24,39 @@
"settings/group": "Grupo",
"settings/guest": "Invitados",
"settings/uploads": "Subidas",
"settings/post": "Anuncio",
"settings/post": "Mensaje",
"settings/chat": "Chat",
"settings/pagination": "Paginación",
"settings/tags": "Etiquetas",
"settings/notifications": "Notificaciones",
"settings/cookies": "Cookies",
"settings/web-crawler": "Web Crawler",
"settings/sockets": "Zócalos",
"settings/web-crawler": "Rastreador web",
"settings/sockets": "Sockets",
"settings/advanced": "Avanzado",
"settings.page-title": "%1 Opciones",
"section-appearance": "Apariencia",
"appearance/themes": "Temas",
"appearance/skins": "Skins",
"appearance/skins": "Pieles",
"appearance/customise": "HTML & CSS personalizado",
"section-extend": "Extender",
"extend/plugins": "Plugins",
"extend/plugins": "Extensiones",
"extend/widgets": "Widgets",
"extend/rewards": "Recompensas",
"section-social-auth": "Autentificación Social",
"section-plugins": "Plugins",
"extend/plugins.install": "Instalar plugins",
"section-plugins": "Extensiones",
"extend/plugins.install": "Instalar extensiones",
"section-advanced": "Avanzado",
"advanced/database": "Base de datos",
"advanced/events": "Eventos",
"advanced/logs": "Registros",
"advanced/errors": "Errores",
"advanced/cache": "Cache",
"advanced/cache": "Caché",
"development/logger": "Registro",
"development/info": "Información",
@ -67,9 +67,9 @@
"search.placeholder": "Buscar...",
"search.no-results": "Sin resultados...",
"search.search-forum": "Search the forum for <strong></strong>",
"search.search-forum": "Buscar en el foro <strong></strong>",
"search.keep-typing": "Escribe más para ver resultados...",
"search.start-typing": "Empieza a escribir para ver resultados...",
"connection-lost": "La connexión a %1 se ha perdido, intentando reconectarse..."
"connection-lost": "La conexión a %1 se ha perdido, intentando reconectar..."
}

@ -1,7 +1,7 @@
{
"alert.confirm-reload": "Are you sure you wish to reload NodeBB?",
"alert.confirm-restart": "Are you sure you wish to restart NodeBB?",
"alert.confirm-reload": "Oled kindel, et soovid taaslaadida NodeBB?",
"alert.confirm-restart": "Oled kindel, et soovid taaslaadida NodeBB?",
"acp-title": "%1 | NodeBB Admin Control Panel",
"settings-header-contents": "Contents"
"acp-title": "%1 | NodeBB Administraatori kontrollpaneel",
"settings-header-contents": "Sisu"
}

@ -1,11 +1,11 @@
{
"post-cache": "Post Cache",
"posts-in-cache": "Posts in Cache",
"average-post-size": "Average Post Size",
"length-to-max": "Length / Max",
"percent-full": "%1% Full",
"post-cache-size": "Post Cache Size",
"items-in-cache": "Items in Cache",
"control-panel": "Control Panel",
"update-settings": "Update Cache Settings"
"post-cache": "Postituste vahemälu",
"posts-in-cache": "Postitused vahemälus",
"average-post-size": "Keskmine postituse suurus",
"length-to-max": "Pikkus / Maksimuum",
"percent-full": "%1% Täis",
"post-cache-size": "Postituse vahemälu suurus",
"items-in-cache": "Esemed vahemälus",
"control-panel": "Kontrollpaneel",
"update-settings": "Uuendatud vahemälu seaded"
}

@ -1,6 +1,6 @@
{
"events": "Events",
"no-events": "There are no events",
"control-panel": "Events Control Panel",
"delete-events": "Delete Events"
"events": "Sündmused",
"no-events": "Sündmused puuduvad",
"control-panel": "Sündmuste kontrollpaneel",
"delete-events": "Kustuta sündmus"
}

@ -1,91 +1,91 @@
{
"users": "Users",
"edit": "Edit",
"make-admin": "Make Admin",
"remove-admin": "Remove Admin",
"validate-email": "Validate Email",
"send-validation-email": "Send Validation Email",
"password-reset-email": "Send Password Reset Email",
"ban": "Ban User(s)",
"temp-ban": "Ban User(s) Temporarily",
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
"delete": "Delete User(s)",
"purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"invite": "Invite",
"new": "New User",
"users": "Kasutajad",
"edit": "Muuda",
"make-admin": "Ülenda administraatoriks",
"remove-admin": "Eemalda administraator",
"validate-email": "Kinnita email",
"send-validation-email": "Saada kinnituskiri",
"password-reset-email": "Saada parooli taastamise email",
"ban": "Keelusta Kasutaja(d)",
"temp-ban": "Keelusta Kasutaja(d) ajutiselt",
"unban": "Tühista keeld Kasutaja(tel)",
"reset-lockout": "Taaslae blokeering",
"reset-flags": "Taasta raporteerimised",
"delete": "Kustuta Kasutaja(d)",
"purge": "Kustuta Kasutaja(d) ja Sisu",
"download-csv": "Lae alla CSV",
"invite": "Kutsu",
"new": "Uus kasutaja",
"pills.latest": "Latest Users",
"pills.unvalidated": "Not Validated",
"pills.no-posts": "No Posts",
"pills.top-posters": "Top Posters",
"pills.top-rep": "Most Reputation",
"pills.inactive": "Inactive",
"pills.flagged": "Most Flagged",
"pills.banned": "Banned",
"pills.search": "User Search",
"pills.latest": "Hiljutised kasutajad",
"pills.unvalidated": "Valideerimata",
"pills.no-posts": "Pole postitusi",
"pills.top-posters": "Top postitajad",
"pills.top-rep": "Kõige rohkem reputatsiooni",
"pills.inactive": "Ebaaktiivne",
"pills.flagged": "Enim raporteeritud",
"pills.banned": "Keelustatud",
"pills.search": "Kasutajate otsing",
"search.username": "By User Name",
"search.username-placeholder": "Enter a username to search",
"search.email": "By Email",
"search.email-placeholder": "Enter a email to search",
"search.ip": "By IP Address",
"search.ip-placeholder": "Enter an IP Address to search",
"search.not-found": "User not found!",
"search.username": "Kasutajanime järgi",
"search.username-placeholder": "Sisesta kasutajanimi, keda soovid otsida",
"search.email": "Emaili kaudu",
"search.email-placeholder": "Sisesta email, mida soovid otsida",
"search.ip": "IP Aadressi järgi",
"search.ip-placeholder": "Sisesta IP Aadress, mida soovid otsida",
"search.not-found": "Kasutajat ei leitud!",
"inactive.3-months": "3 months",
"inactive.6-months": "6 months",
"inactive.12-months": "12 months",
"inactive.3-months": "3 kuud",
"inactive.6-months": "6 kuud",
"inactive.12-months": "12 kuud",
"users.uid": "uid",
"users.username": "username",
"users.username": "Kasutajanimi",
"users.email": "email",
"users.postcount": "postcount",
"users.reputation": "reputation",
"users.flags": "flags",
"users.joined": "joined",
"users.last-online": "last online",
"users.banned": "banned",
"users.postcount": "Postituste arv",
"users.reputation": "Reputatsioon",
"users.flags": "Raporteerimised",
"users.joined": "Liitunud",
"users.last-online": "Viimati sees",
"users.banned": "keelustatud",
"create.username": "User Name",
"create.username": "Kasutajanimi",
"create.email": "Email",
"create.email-placeholder": "Email of this user",
"create.password": "Password",
"create.password-confirm": "Confirm Password",
"create.email-placeholder": "Antud kasutaja email",
"create.password": "Parool",
"create.password-confirm": "Kinnita parool",
"temp-ban.length": "Ban Length",
"temp-ban.reason": "Reason <span class=\"text-muted\">(Optional)</span>",
"temp-ban.hours": "Hours",
"temp-ban.days": "Days",
"temp-ban.explanation": "Enter the length of time for the ban. Note that a time of 0 will be a considered a permanent ban.",
"temp-ban.length": "Keelustuse pikkus",
"temp-ban.reason": "Põhjus <span class=\"text-muted\">(valikuline)</span>",
"temp-ban.hours": "Tunnid",
"temp-ban.days": "Päevad",
"temp-ban.explanation": "Sisesta keelustuse pikkus. Kui sisestad 0, siis seda loetakse igaveseks keelustuseks.",
"alerts.confirm-ban": "Do you really want to ban this user <strong>permanently</strong>?",
"alerts.confirm-ban-multi": "Do you really want to ban these users <strong>permanently</strong>?",
"alerts.ban-success": "User(s) banned!",
"alerts.button-ban-x": "Ban %1 user(s)",
"alerts.unban-success": "User(s) unbanned!",
"alerts.confirm-ban": "Kas te tõesti soovite antud kasutajat <strong>igaveseks</strong> keelustada ?",
"alerts.confirm-ban-multi": "Kas te tõesti soovite antud kasutajaid <strong>igaveseks</strong> keelustada?",
"alerts.ban-success": "Kasutaja(d) keelustatud!",
"alerts.button-ban-x": "Keelusta %1 kasutaja(d)",
"alerts.unban-success": "Kasutaja(te) keelustus eemaldatud",
"alerts.lockout-reset-success": "Lockout(s) reset!",
"alerts.flag-reset-success": "Flags(s) reset!",
"alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!",
"alerts.make-admin-success": "User(s) are now administrators.",
"alerts.flag-reset-success": "Märgistuse(te) taaslaadimine",
"alerts.no-remove-yourself-admin": "Te ei saa ennast Administraatorina eemaldada",
"alerts.make-admin-success": "Kasutaja(d) on nüüd administraatorid.",
"alerts.confirm-remove-admin": "Do you really want to remove admins?",
"alerts.remove-admin-success": "User(s) are no longer administrators.",
"alerts.confirm-validate-email": "Do you want to validate email(s) of these user(s)?",
"alerts.validate-email-success": "Emails validated",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
"alerts.confirm-delete": "<b>Warning!</b><br/>Do you really want to delete user(s)?<br/> This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
"alerts.delete-success": "User(s) Deleted!",
"alerts.confirm-purge": "<b>Warning!</b><br/>Do you really want to delete user(s) and their content?<br/> This action is not reversable! All user data and content will be erased!",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
"alerts.error-passwords-different": "Passwords must match!",
"alerts.error-x": "<strong>Error</strong><p>%1</p>",
"alerts.create-success": "User created!",
"alerts.remove-admin-success": "Kasutaja(d) ei ole enam administraatorid.",
"alerts.confirm-validate-email": "Kas te tahate antud kasutaja(te) emaili(d) kinnitada?",
"alerts.validate-email-success": "Emailid kinnitatud",
"alerts.password-reset-confirm": "Kas te tahate saata parooli taastamise emaili(d) antud kasutaja(te)le?",
"alerts.confirm-delete": "<b>Hoiatus!</b><br/>Kas te tõesti tahate antud kasutaja(d) kustutada?<br/> Seda ei saa enam tagasi võtta. Ainult kasutaja kustutatakse, ülejäänud kasutaja tehtud teemad ja postitused jäävad alles.",
"alerts.delete-success": "Kasutaja(d) kustutatud!",
"alerts.confirm-purge": "<b>Hoiatus!</b><br/>Kas te tõesti tahate antud kasutaja(d) ja nende sisu kustutada?<br/> Seda ei saa enam tagasi võtta. Kõik kasutajate andmed ja sisu kustutatakse jäädavalt.",
"alerts.create": "Loo Kasutaja",
"alerts.button-create": "Loo",
"alerts.button-cancel": "Tühista",
"alerts.error-passwords-different": "Paroolid peavad kattuma!",
"alerts.error-x": "<strong>Viga</strong><p>%1</p>",
"alerts.create-success": "Kasutaja tehtud!",
"alerts.prompt-email": "Email: ",
"alerts.email-sent-to": "An invitation email has been sent to %1",
"alerts.prompt-email": "Email:",
"alerts.email-sent-to": "Kutse on saadetud %1",
"alerts.x-users-found": "%1 user(s) found! Search took %2 ms."
}

@ -20,7 +20,7 @@
"plugin-item.themes": "Thèmes",
"plugin-item.deactivate": "Désactiver",
"plugin-item.activate": "Activer",
"plugin-item.install": "Install",
"plugin-item.install": "Installer",
"plugin-item.uninstall": "Désinstaller",
"plugin-item.settings": "Réglages",
"plugin-item.installed": "Installé",

@ -15,23 +15,23 @@
"running-version": "<strong>NodeBB v<span id=\"version\">%1</span></strong> est actuellement installé.",
"keep-updated": "Assurez-vous que votre version de NodeBB est à jour des derniers patchs de sécurité et corrections de bugs.",
"up-to-date": "<p>Votre version <strong>est à jour</strong> <i class=\"fa fa-check\"></i></p>",
"upgrade-available": "<p>A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">upgrading your NodeBB</a>.</p>",
"prerelease-upgrade-available": "<p>This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">upgrading your NodeBB</a>.</p>",
"prerelease-warning": "<p>This is a <strong>pre-release</strong> version of NodeBB. Unintended bugs may occur. <i class=\"fa fa-exclamation-triangle\"></i></p>",
"upgrade-available": "<p>Une nouvelle version (v%1) a été publiée. Pensez à <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">mettre à jour votre version de NodeBB</a>.</p>",
"prerelease-upgrade-available": "<p>Ceci est une ancienne version préliminaire de NodeBB. Une nouvelle version (v%1) a été publiée. Pensez à <a href=\"https://docs.nodebb.org/en/latest/upgrading/index.html\">mettre à jour votre version de NodeBB</a>.</p>",
"prerelease-warning": "<p>Ceci est une version <strong>préliminaire</strong> de NodeBB. Des bugs inattendus peuvent se produire. <i class=\"fa fa-exclamation-triangle\"></i></p>",
"notices": "Informations",
"control-panel": "Contrôle du système",
"reload": "Recharger",
"restart": "Redémarrer",
"restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.",
"restart-warning": "Recharger ou redémarrer NodeBB coupera toutes les connections existantes pendant quelques secondes.",
"maintenance-mode": "Mode maintenance",
"maintenance-mode-title": "Cliquez ici pour passer NodeBB en mode maintenance",
"realtime-chart-updates": "Realtime Chart Updates",
"realtime-chart-updates": "Visualisations graphiques en temps réel",
"active-users": "Active Users",
"active-users.users": "Users",
"active-users.guests": "Guests",
"active-users": "Utilisateurs actifs",
"active-users.users": "Utilisateurs",
"active-users.guests": "Invités",
"active-users.total": "Total",
"active-users.connections": "Connexions",

@ -1,31 +1,31 @@
{
"settings": "Category Settings",
"privileges": "Privileges",
"settings": "Paramétres de la catégorie",
"privileges": "Privilèges",
"name": "Category Name",
"description": "Category Description",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"bg-image-size": "Background Image Size",
"custom-class": "Custom Class",
"num-recent-replies": "# of Recent Replies",
"ext-link": "External Link",
"upload-image": "Upload Image",
"delete-image": "Remove",
"category-image": "Category Image",
"parent-category": "Parent Category",
"optional-parent-category": "(Optional) Parent Category",
"parent-category-none": "(None)",
"copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category",
"purge": "Purge Category",
"name": "Nom de la catégorie",
"description": "Description de la catégorie",
"bg-color": "Couleur d'arrière plan",
"text-color": "Couleur du texte",
"bg-image-size": "Taille de l'image d'arrière plan",
"custom-class": "Classe personalisée",
"num-recent-replies": "# de réponses récentes",
"ext-link": "Lien externe",
"upload-image": "Envoyer une image",
"delete-image": "Enlever",
"category-image": "Image de la catégorie",
"parent-category": "Catégorie parente",
"optional-parent-category": "Catégorie parente (optionnel)",
"parent-category-none": "(Aucun)",
"copy-settings": "Copier les paramètres de",
"optional-clone-settings": "Copier les paramètres de la catégorie (optionnel)",
"purge": "Vider la catégorie",
"enable": "Enable",
"disable": "Disable",
"edit": "Edit",
"enable": "Activer",
"disable": "Désactiver",
"edit": "Editer",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",
"select-category": "Sélectionner une catégorie",
"set-parent-category": "Définissez une catégorie parente",
"privileges.description": "You can configure the access control privileges for this category in this section. Privileges can be granted on a per-user or a per-group basis. You can add a new user to this table by searching for them in the form below.",
"privileges.warning": "<strong>Note</strong>: Privilege settings take effect immediately. It is not necessary to save the category after adjusting these settings.",

@ -4,8 +4,8 @@
"username": "Nome de usuario",
"joindate": "Data de ingreso",
"postcount": "Reconto de mensaxes",
"email": "Correo Electrónico",
"confirm_email": "Confirma o teu correo electrónico",
"email": "Enderezo Electrónico",
"confirm_email": "Confirma o teu enderezo electrónico",
"account_info": "Información da conta",
"ban_account": "Suspender conta",
"ban_account_confirm": "Estás seguro de que desexas expulsar a este usuario?",

@ -1,7 +1,7 @@
{
"alert.confirm-reload": "Are you sure you wish to reload NodeBB?",
"alert.confirm-restart": "Are you sure you wish to restart NodeBB?",
"alert.confirm-reload": "Anda yakin ingin memuat ulang NodeBB?",
"alert.confirm-restart": "Anda yakin ingin mulai ulang NodeBB?",
"acp-title": "%1 | NodeBB Admin Control Panel",
"settings-header-contents": "Contents"
"acp-title": "%1 | Kontrol Panel Admin NodeBB",
"settings-header-contents": "Konten"
}

@ -1,5 +1,5 @@
{
"post-cache": "Post Cache",
"post-cache": "Cache Posting",
"posts-in-cache": "Posts in Cache",
"average-post-size": "Average Post Size",
"length-to-max": "Length / Max",

@ -1,7 +1,7 @@
{
"alert.confirm-reload": "Are you sure you wish to reload NodeBB?",
"alert.confirm-restart": "Are you sure you wish to restart NodeBB?",
"alert.confirm-reload": "Sei sicuro di voler ricaricare NodeBB?",
"alert.confirm-restart": "Sei sicuro di voler riavviare NodeBB?",
"acp-title": "%1 | NodeBB Admin Control Panel",
"settings-header-contents": "Contents"
"acp-title": "%1 | Pannello di controllo amministratore NodeBB",
"settings-header-contents": "Contenuti"
}

@ -1,11 +1,11 @@
{
"post-cache": "Post Cache",
"posts-in-cache": "Posts in Cache",
"average-post-size": "Average Post Size",
"length-to-max": "Length / Max",
"percent-full": "%1% Full",
"post-cache-size": "Post Cache Size",
"items-in-cache": "Items in Cache",
"control-panel": "Control Panel",
"update-settings": "Update Cache Settings"
"post-cache": "Post nella Cache",
"posts-in-cache": "Post nella Cache",
"average-post-size": "Grandezza media Post",
"length-to-max": "Lunghezza / Max",
"percent-full": "%1% Pieno",
"post-cache-size": "Grandezza Cache dei Post",
"items-in-cache": "Elementi nella Cache",
"control-panel": "Pannello di controllo",
"update-settings": "Aggiorna le impostazioni della Cache"
}

@ -1,11 +1,11 @@
{
"x-b": "%1 b",
"x-mb": "%1 mb",
"uptime-seconds": "Uptime in Seconds",
"uptime-days": "Uptime in Days",
"uptime-seconds": "Uptime in secondi",
"uptime-days": "Uptime in giorni",
"mongo": "Mongo",
"mongo.version": "MongoDB Version",
"mongo.version": "Versione MongoDB",
"mongo.storage-engine": "Storage Engine",
"mongo.collections": "Collections",
"mongo.objects": "Objects",

@ -19,7 +19,7 @@
"welcome_back": "Bentornato",
"you_have_successfully_logged_in": "Login avvenuto con successo",
"save_changes": "Salva cambiamenti",
"save": "Save",
"save": "Salva",
"close": "Chiudi",
"pagination": "Paginazione",
"pagination.out_of": "%1 di %2",
@ -100,8 +100,8 @@
"unsaved-changes": "Hai delle modifiche non salvate. Sei sicuro che vuoi lasciare la pagina?",
"reconnecting-message": "Sembra che la tua connessione a %1 sia stata persa, per favore attenti mentre proviamo a riconnetterti.",
"play": "Play",
"cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
"cookies.accept": "Got it!",
"cookies.learn_more": "Learn More",
"edited": "Edited"
"cookies.message": "Questo sito utilizza i cookie per garantirti la miglior esperienza di navigazione possibile",
"cookies.accept": "Ho capito!",
"cookies.learn_more": "Scopri di più",
"edited": "Modificato"
}

@ -51,7 +51,7 @@
"membership.reject": "Rifiuta",
"new-group.group_name": "Nome Gruppo:",
"upload-group-cover": "Carica copertina del gruppo",
"bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group",
"bulk-invite-instructions": "Inserisci una lista di nomi utente da invitare in questo gruppo separati da virgole",
"bulk-invite": "Bulk Invite",
"remove_group_cover_confirm": "Are you sure you want to remove the cover picture?"
"remove_group_cover_confirm": "Sei sicuro di voler rimuovere l'immagine copertina?"
}

@ -13,7 +13,7 @@
"chat.contacts": "Contatti",
"chat.message-history": "Cronologia Messaggi",
"chat.pop-out": "Chat in finestra",
"chat.minimize": "Minimize",
"chat.minimize": "Minimizza",
"chat.maximize": "Ingrandisci",
"chat.seven_days": "7 Giorni",
"chat.thirty_days": "30 Giorni",
@ -38,7 +38,7 @@
"composer.upload-picture": "Carica immagine",
"composer.upload-file": "Carica file",
"composer.zen_mode": "Zen Mode",
"composer.select_category": "Select a category",
"composer.select_category": "Seleziona una categoria",
"bootbox.ok": "OK",
"bootbox.cancel": "Annulla",
"bootbox.confirm": "Conferma",

@ -7,7 +7,7 @@
"popular-alltime": "Discussioni più popolari di sempre",
"recent": "Discussioni Recenti",
"flagged-posts": "Post Segnalati",
"ip-blacklist": "IP Blacklist",
"ip-blacklist": "Lista nera degli IP",
"users/online": "Utenti Online",
"users/latest": "Ultimi Utenti",
"users/sort-posts": "Utenti maggiori contributori",
@ -19,7 +19,7 @@
"tags": "Tags",
"tag": "Discussioni taggate \"%1\"",
"register": "Registrati",
"registration-complete": "Registration complete",
"registration-complete": "Registrazione completata",
"login": "Autenticati",
"reset": "Resetta password",
"categories": "Categorie",
@ -37,7 +37,7 @@
"account/posts": "Post creati da %1",
"account/topics": "Discussioni create da %1",
"account/groups": "Gruppi di %1",
"account/bookmarks": "%1's Bookmarked Posts",
"account/bookmarks": "%1 Post tra i favoriti",
"account/settings": "Impostazioni Utente",
"account/watched": "Discussioni osservate da %1",
"account/upvoted": "Post apprezzati da %1",

@ -8,7 +8,7 @@
"posted-by": "Pubblicato da",
"in-categories": "In Categorie",
"search-child-categories": "Cerca nelle sottocategorie",
"has-tags": "Has tags",
"has-tags": "Ha i tag",
"reply-count": "Numero Risposte",
"at-least": "Almeno",
"at-most": "Al massimo",

@ -13,7 +13,7 @@
"notify_me": "Ricevi notifiche di nuove risposte in questa discussione",
"quote": "Cita",
"reply": "Rispondi",
"replies_to_this_post": "Replies: %1",
"replies_to_this_post": "Risposte: %1",
"reply-as-topic": "Topic risposta",
"guest-login-reply": "Effettua il Log in per rispondere",
"edit": "Modifica",
@ -67,7 +67,7 @@
"not-watching.description": "Non notificarmi sulle nuove risposte.<br/>Mostra la discussione fra le non lette se la categoria non è ignorata.",
"ignoring.description": "Non notificarmi sulle nuove risposte.<br/>Non mostrare la discussione fra le non lette.",
"thread_tools.title": "Strumenti per la Discussione",
"thread_tools.markAsUnreadForAll": "Mark unread for all",
"thread_tools.markAsUnreadForAll": "Segna tutti come non letti",
"thread_tools.pin": "Fissa Discussione",
"thread_tools.unpin": "Sblocca Discussione",
"thread_tools.lock": "Blocca Discussione",
@ -90,9 +90,9 @@
"disabled_categories_note": "Le Categorie disabilitate sono in grigio",
"confirm_move": "Sposta",
"confirm_fork": "Dividi",
"bookmark": "Bookmark",
"bookmarks": "Bookmarks",
"bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
"bookmark": "Favorito",
"bookmarks": "Favoriti",
"bookmarks.has_no_bookmarks": "Non hai nessun post tra i favoriti",
"loading_more_posts": "Caricamento altri post",
"move_topic": "Sposta Discussione",
"move_topics": "Sposta Discussioni",

@ -23,7 +23,7 @@
"profile": "Profilo",
"profile_views": "Visite al profilo",
"reputation": "Reputazione",
"bookmarks": "Bookmarks",
"bookmarks": "Favoriti",
"watched": "Osservati",
"followers": "Da chi è seguito",
"following": "Chi segue",
@ -31,8 +31,8 @@
"signature": "Firma",
"birthday": "Data di nascita",
"chat": "Chat",
"chat_with": "Continue chat with %1",
"new_chat_with": "Start new chat with %1",
"chat_with": "Continua la chat con %1",
"new_chat_with": "Inizia una nuova chat con %1",
"follow": "Segui",
"unfollow": "Smetti di seguire",
"more": "Altro",
@ -63,7 +63,7 @@
"upload_a_picture": "Carica una foto",
"remove_uploaded_picture": "Elimina foto caricata",
"upload_cover_picture": "Carica immagine di copertina",
"remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?",
"remove_cover_picture_confirm": "Sei sicuro di voler eliminare l'immagine di copertina?",
"settings": "Impostazioni",
"show_email": "Mostra la mia Email",
"show_fullname": "Mostra il mio nome completo",
@ -95,7 +95,7 @@
"incoming-message-sound": "Suono messaggio in entrata",
"outgoing-message-sound": "Suono messaggio in uscita",
"notification-sound": "Suono di notifica",
"no-sound": "No sound",
"no-sound": "Nessun suono",
"browsing": "Impostazioni di Navigazione",
"open_links_in_new_tab": "Apri i link web in una nuova pagina",
"enable_topic_searching": "Abilita la ricerca negli argomenti",
@ -124,8 +124,8 @@
"info.banned-permanently": "Bannato permanentemente",
"info.banned-reason-label": "Motivo",
"info.banned-no-reason": "Non è stata data nessuna motivazione.",
"info.username-history": "Username History",
"info.email-history": "Email History",
"info.username-history": "Storico del nome utente",
"info.email-history": "Storico dell'Email",
"info.moderation-note": "Moderation Note",
"info.moderation-note.success": "Moderation note saved"
}

@ -1,11 +1,11 @@
{
"post-cache": "Post Cache",
"posts-in-cache": "Posts in Cache",
"average-post-size": "Average Post Size",
"length-to-max": "Length / Max",
"percent-full": "%1% Full",
"post-cache-size": "Post Cache Size",
"items-in-cache": "Items in Cache",
"control-panel": "Control Panel",
"update-settings": "Update Cache Settings"
"post-cache": "投稿キャッシュ",
"posts-in-cache": "ポストにキャッシュがあります",
"average-post-size": "平均投稿サイズ",
"length-to-max": "長さ / 最大",
"percent-full": "%1% がフル",
"post-cache-size": "投稿キャッシュのサイズ",
"items-in-cache": "キャッシュ内のアイテム",
"control-panel": "コントロールパネル",
"update-settings": "キャッシュの設定を更新"
}

@ -1,35 +1,35 @@
{
"x-b": "%1 b",
"x-mb": "%1 mb",
"uptime-seconds": "Uptime in Seconds",
"uptime-days": "Uptime in Days",
"uptime-seconds": "秒単位の稼働時間",
"uptime-days": "日単位の稼働時間",
"mongo": "Mongo",
"mongo.version": "MongoDB Version",
"mongo.storage-engine": "Storage Engine",
"mongo.collections": "Collections",
"mongo.objects": "Objects",
"mongo.avg-object-size": "Avg. Object Size",
"mongo.data-size": "Data Size",
"mongo.storage-size": "Storage Size",
"mongo.index-size": "Index Size",
"mongo.file-size": "File Size",
"mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory",
"mongo.raw-info": "MongoDB Raw Info",
"mongo.version": "MongoDBのバージョン",
"mongo.storage-engine": "ストレージエンジン",
"mongo.collections": "コレクション",
"mongo.objects": "オブジェクト",
"mongo.avg-object-size": "平均のオブジェクトサイズ",
"mongo.data-size": "データサイズ",
"mongo.storage-size": "ストレージサイズ",
"mongo.index-size": "インデックスサイズ",
"mongo.file-size": "ファイルサイズ",
"mongo.resident-memory": "常駐メモリ",
"mongo.virtual-memory": "仮想メモリ",
"mongo.mapped-memory": "マップされたメモリ",
"mongo.raw-info": "MongoDBのRaw情報",
"redis": "Redis",
"redis.version": "Redis Version",
"redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients",
"redis.used-memory": "Used Memory",
"redis.memory-frag-ratio": "Memory Fragmentation Ratio",
"redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info"
"redis.version": "Redisのバージョン",
"redis.connected-clients": "接続されたクライアント",
"redis.connected-slaves": "接続されたスレーヴ",
"redis.blocked-clients": "ブロックされたクライアント",
"redis.used-memory": "使用されたメモリ",
"redis.memory-frag-ratio": "メモリの断片化率",
"redis.total-connections-recieved": "受け取った総接続数",
"redis.total-commands-processed": "処理された総コマンド数",
"redis.iops": "秒ごとの瞬間操作数",
"redis.keyspace-hits": "ヒットしたキー・スペース",
"redis.keyspace-misses": "見逃したキー・スペース",
"redis.raw-info": "RedisのRaw情報"
}

@ -1,14 +1,14 @@
{
"figure-x": "Figure %1",
"error-events-per-day": "<code>%1</code> events per day",
"figure-x": "%1を見つける",
"error-events-per-day": "<code>%1</code> 日あたりのイベント",
"error.404": "404 Not Found",
"error.503": "503 Service Unavailable",
"manage-error-log": "Manage Error Log",
"export-error-log": "Export Error Log (CSV)",
"clear-error-log": "Clear Error Log",
"route": "Route",
"count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared"
"error.503": "503 サービスは利用できません",
"manage-error-log": "エラーログの管理",
"export-error-log": "エラーログのエクスポート (CSV)",
"clear-error-log": "エラーログの消去",
"route": "ルート",
"count": "カウント",
"no-routes-not-found": "やりましたね!見つからなかったルートはありませんでした。",
"clear404-confirm": "本当に404エラーログを消去してもよろしいですか",
"clear404-success": "\"404 Not Found\"エラーは消去されました"
}

@ -1,6 +1,6 @@
{
"events": "Events",
"no-events": "There are no events",
"control-panel": "Events Control Panel",
"delete-events": "Delete Events"
"events": "イベント",
"no-events": "イベントがありません",
"control-panel": "イベントのコントロールパネル",
"delete-events": "イベントを削除"
}

@ -1,7 +1,7 @@
{
"logs": "Logs",
"control-panel": "Logs Control Panel",
"reload": "Reload Logs",
"clear": "Clear Logs",
"clear-success": "Logs Cleared!"
"logs": "ログ",
"control-panel": "ログのコントロールパネル",
"reload": "ログを再読み込み",
"clear": "ログをクリア",
"clear-success": "ログはクリアされました!"
}

@ -1,9 +1,9 @@
{
"custom-css": "Custom CSS",
"custom-css.description": "Enter your own CSS declarations here, which will be applied after all other styles.",
"custom-css.enable": "Enable Custom CSS",
"custom-css": "カスタムCSS",
"custom-css.description": "あなたのCSS設定をこちらに追加すると他のすべてのスタイルの後に適用されます。",
"custom-css.enable": "カスタムCSSを有効にする",
"custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header"
"custom-header": "カスタムヘッダー",
"custom-header.description": "カスタムしたHTMLを入力してください(例. JavaScript, メタタグなど)。これはフォーラムのマークアップの<code>&lt;head&gt;</code>に追加されます。",
"custom-header.enable": "カスタムヘッダーを有効にする"
}

@ -1,9 +1,9 @@
{
"loading": "Loading Skins...",
"homepage": "Homepage",
"select-skin": "Select Skin",
"current-skin": "Current Skin",
"skin-updated": "Skin Updated",
"applied-success": "%1 skin was succesfully applied",
"revert-success": "Skin reverted to base colours"
"loading": "スキンを読み込んでいます...",
"homepage": "ホームページ",
"select-skin": "スキン選択",
"current-skin": "現在のスキン",
"skin-updated": "スキンがアップデートされました",
"applied-success": "スキン %1 が正常に適用されました",
"revert-success": "スキンがベースカラーに戻りました"
}

@ -1,11 +1,11 @@
{
"checking-for-installed": "Checking for installed themes...",
"homepage": "Homepage",
"select-theme": "Select Theme",
"current-theme": "Current Theme",
"no-themes": "No installed themes found",
"revert-confirm": "Are you sure you wish to restore the default NodeBB theme?",
"theme-changed": "Theme Changed",
"revert-success": "You have successfully reverted your NodeBB back to it's default theme.",
"restart-to-activate": "Please restart your NodeBB to fully activate this theme"
"checking-for-installed": "インストール済みテーマをチェックしています...",
"homepage": "ホームページ",
"select-theme": "テーマを選択",
"current-theme": "現在のテーマ",
"no-themes": "インストールされたテーマが見つかりませんでした",
"revert-confirm": "本当にNodeBBのテーマをデフォルトに復元してもよろしいですか",
"theme-changed": "テーマが変更されました",
"revert-success": "NodeBBは正常にデフォルトテーマに戻りました。",
"restart-to-activate": "テーマを完全に有効化するためにNodeBBを再起動してください"
}

@ -1,16 +1,16 @@
{
"you-are-on": "Info - You are on <strong>%1:%2</strong>",
"host": "host",
"you-are-on": "お知らせ - あなたは<strong>%1:%2</strong>",
"host": "ホスト",
"pid": "pid",
"nodejs": "nodejs",
"online": "online",
"online": "オンライン",
"git": "git",
"load": "load",
"uptime": "uptime",
"load": "ロード",
"uptime": "稼働時間",
"registered": "Registered",
"sockets": "Sockets",
"guests": "Guests",
"registered": "登録数",
"sockets": "ソケット数",
"guests": "ゲスト数",
"info": "Info"
"info": "情報"
}

@ -1,12 +1,12 @@
{
"logger-settings": "Logger Settings",
"description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.",
"explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.",
"enable-http": "Enable HTTP logging",
"enable-socket": "Enable socket.io event logging",
"file-path": "Path to log file",
"file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal",
"logger-settings": "ロガー設定",
"description": "チェックボックスをオンにすると、ターミナルにログが送信されます。パスを指定した場合、ログはファイルに保存されます。HTTPロギングは誰が、いつ、どんなユーザがあなたのフォーラムにアクセスしたかに関する統計を収集するのに便利です。HTTPリクエストだけでなく、socket.ioイベントのロギングをすることもできます。redis-cliモニタと組み合わせたsocket.ioロギングは、NodeBBの内部を学習するのに非常に役立ちます。",
"explanation": "ロギング設定をオンまたはオフにするだけで、瞬時にロギングを有効または無効にすることができます。再起動する必要はありません。",
"enable-http": "HTTPロギングを有効にする",
"enable-socket": "socket.ioイベントのロギングを有効にする",
"file-path": "ログファイルのパス",
"file-path-placeholder": "/path/to/log/file.log ::: 空白の状態でターミナルにログを表示する",
"control-panel": "Logger Control Panel",
"update-settings": "Update Logger Settings"
"control-panel": "ロガーのコントロールパネル",
"update-settings": "ロガー設定を更新する"
}

@ -1,47 +1,47 @@
{
"installed": "Installed",
"active": "Active",
"inactive": "Inactive",
"out-of-date": "Out of Date",
"none-found": "No plugins found.",
"none-active": "No Active Plugins",
"find-plugins": "Find Plugins",
"installed": "インストール済み",
"active": "アクティブ",
"inactive": "非アクティブ",
"out-of-date": "期限切れ",
"none-found": "プラグインが見つかりませんでした",
"none-active": "アクティブなプラグインが見つかりませんでした",
"find-plugins": "プラグインが見つかりました",
"plugin-search": "Plugin Search",
"plugin-search-placeholder": "Search for plugin...",
"reorder-plugins": "Re-order Plugins",
"order-active": "Order Active Plugins",
"dev-interested": "Interested in writing plugins for NodeBB?",
"docs-info": "Full documentation regarding plugin authoring can be found in the <a target=\"_blank\" href=\"https://docs.nodebb.org/en/latest/plugins/create.html\">NodeBB Docs Portal</a>.",
"plugin-search": "プラグインの検索",
"plugin-search-placeholder": "プラグインを検索します...",
"reorder-plugins": "プラグインの並び替え",
"order-active": "アクティブなプラグインの並び替え",
"dev-interested": "NodeBBのプラグインの作成に興味がありますか",
"docs-info": "プラグインの作成に関する完全なドキュメントは<a target=\"_blank\" href=\"https://docs.nodebb.org/en/latest/plugins/create.html\">NodeBBのドキュメントポータル</a>にあります。",
"order.description": "Certain plugins work ideally when they are initialised before/after other plugins.",
"order.explanation": "Plugins load in the order specified here, from top to bottom",
"order.description": "特定のプラグインは他のプラグインの前後で初期化された際に理想的な動作をします。",
"order.explanation": "プラグインはここに上から下へ指定された順序でロードされます",
"plugin-item.themes": "Themes",
"plugin-item.deactivate": "Deactivate",
"plugin-item.activate": "Activate",
"plugin-item.install": "Install",
"plugin-item.uninstall": "Uninstall",
"plugin-item.settings": "Settings",
"plugin-item.installed": "Installed",
"plugin-item.latest": "Latest",
"plugin-item.upgrade": "Upgrade",
"plugin-item.more-info": "For more information:",
"plugin-item.unknown": "Unknown",
"plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.",
"plugin-item.themes": "テーマ",
"plugin-item.deactivate": "非アクティブ化",
"plugin-item.activate": "アクティブ化",
"plugin-item.install": "インストール",
"plugin-item.uninstall": "アンインストール",
"plugin-item.settings": "設定",
"plugin-item.installed": "インストール済み",
"plugin-item.latest": "最新",
"plugin-item.upgrade": "アップグレード",
"plugin-item.more-info": "より詳細な情報:",
"plugin-item.unknown": "不明",
"plugin-item.unknown-explanation": "このプラグインの状態を判断できませんでした。設定にミスがある可能性があります。",
"alert.enabled": "Plugin Enabled",
"alert.disabled": "Plugin Disabled",
"alert.upgraded": "Plugin Upgraded",
"alert.installed": "Plugin Installed",
"alert.uninstalled": "Plugin Uninstalled",
"alert.activate-success": "Please restart your NodeBB to fully activate this plugin",
"alert.deactivate-success": "Plugin successfully deactivated",
"alert.upgrade-success": "Please reload your NodeBB to fully upgrade this plugin",
"alert.install-success": "Plugin successfully installed, please activate the plugin.",
"alert.uninstall-success": "The plugin has been successfully deactivated and uninstalled.",
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>"
"alert.enabled": "プラグインは有効化されました",
"alert.disabled": "プラグインは無効化されました",
"alert.upgraded": "プラグインはアップグレードされました",
"alert.installed": "プラグインはインストールされました",
"alert.uninstalled": "プラグインはアンインストールされました",
"alert.activate-success": "このプラグインを完全にアクティブするためにNodeBBを再起動してください",
"alert.deactivate-success": "プラグインは正常に非アクティブ化されました",
"alert.upgrade-success": "このプラグインを完全にアップグレードするためにNodeBBをリロードしてください",
"alert.install-success": "プラグインは正常にインストールされました。プラグインをアクティブにしてください",
"alert.uninstall-success": "プラグインは正常に非アクティブ化とアンインストールされました。",
"alert.suggest-error": "<p>NodeBBはパッケージマネージャに到達できませんでした。最新バージョンのインストールを続行しましたか?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBBはパッケージマネージャに到達できませんでした。今アップグレードすることはおすすめしません。</p>",
"alert.incompatible": "<p>NodeBBのバージョン(v%1)を v%2 にアップデートする必要があります。このプラグインの新しいバージョンをインストールするにはNodeBBをアップデートしてください。</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>このプラグインはインストールに必要なNodeBBのバージョンの指定がされていませんでした。完全な互換性は保証されず、NodeBBが正常に起動しなくなる可能性があります。</p></div><p>NodeBBが正常に起動できない場合:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>このプラグインの最新バージョンのインストールを続行しますか?</p>"
}

@ -1,5 +1,5 @@
{
"rewards": "Rewards",
"rewards": "報酬",
"condition-if-users": "If User's",
"condition-is": "Is:",
"condition-then": "Then:",

@ -1,5 +1,5 @@
{
"available": "Available Widgets",
"available": "利用可能なウィジェット",
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
"containers.available": "Available Containers",

@ -1,6 +1,6 @@
{
"forum-traffic": "Forum Traffic",
"page-views": "Page Views",
"forum-traffic": "フォーラムのトラフィック",
"page-views": "ページビュー",
"unique-visitors": "Unique Visitors",
"page-views-last-month": "Page views Last Month",
"page-views-this-month": "Page views This Month",

@ -1,5 +1,5 @@
{
"home-page": "Home Page",
"home-page": "ホームページ",
"description": "Choose what page is shown when users navigate to the root URL of your forum.",
"home-page-route": "Home Page Route",
"custom-route": "Custom Route",

@ -1,5 +1,5 @@
{
"language-settings": "Language Settings",
"language-settings": "言語設定",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language"
}

@ -1,8 +1,8 @@
{
"icon": "Icon:",
"change-icon": "change",
"route": "Route:",
"tooltip": "Tooltip:",
"icon": "アイコン:",
"change-icon": "変更",
"route": "ルート:",
"tooltip": "ツールチップ:",
"text": "Text:",
"text-class": "Text Class: <small>optional</small>",
"id": "ID: <small>optional</small>",

@ -1,5 +1,5 @@
{
"post-sharing": "Post Sharing",
"info-plugins-additional": "Plugins can add additional networks for sharing posts.",
"save-success": "Successfully saved Post Sharing Networks!"
"post-sharing": "投稿共有",
"info-plugins-additional": "プラグインは投稿を共有するために追加のネットワークを設定することができます",
"save-success": "投稿共有ネットワークを正常に保存しました!"
}

@ -1,9 +1,9 @@
{
"notifications": "Notifications",
"chat-messages": "Chat Messages",
"play-sound": "Play",
"incoming-message": "Incoming Message",
"outgoing-message": "Outgoing Message",
"upload-new-sound": "Upload New Sound",
"saved": "Settings Saved"
"notifications": "通知",
"chat-messages": "チャットメッセージ",
"play-sound": "再生",
"incoming-message": "受信メッセージ",
"outgoing-message": "送信メッセージ",
"upload-new-sound": "新しい音声のアップロード",
"saved": "設定を保存しました"
}

@ -1,8 +1,8 @@
{
"settings": "Category Settings",
"privileges": "Privileges",
"settings": "カテゴリー設定",
"privileges": "特権",
"name": "Category Name",
"name": "カテゴリー名",
"description": "Category Description",
"bg-color": "Background Colour",
"text-color": "Text Colour",

@ -1,8 +1,8 @@
{
"name": "Group Name",
"description": "Group Description",
"system": "System Group",
"edit": "Edit",
"name": "グループ名",
"description": "グループの説明",
"system": "システムグループ",
"edit": "編集",
"search-placeholder": "Search",
"create": "Create Group",
"description-placeholder": "A short description about your group",

@ -1,7 +1,7 @@
{
"lead": "Configure your IP blacklist here.",
"lead": "IPブラックリストをこちらで設定します。",
"description": "Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.",
"active-rules": "Active Rules",
"active-rules": "アクティブルール",
"validate": "Validate Blacklist",
"apply": "Apply Blacklist",
"hints": "Syntax Hints",

@ -1,8 +1,8 @@
{
"queue": "Queue",
"queue": "キュー",
"description": "There are no users in the registration queue. <br> To enable this feature, go to <a href=\"%1\">Settings &rarr; User &rarr; User Registration</a> and set <strong>Registration Type</strong> to \"Admin Approval\".",
"list.name": "Name",
"list.name": "名前",
"list.email": "Email",
"list.ip": "IP",
"list.time": "Time",

@ -1,7 +1,7 @@
{
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"none": "あなたのフォーラムにはまだタグが付いていません。",
"bg-color": "背景カラー",
"text-color": "テキストカラー",
"create-modify": "Create & Modify Tags",
"description": "Select tags via clicking and/or dragging, use shift to select multiple.",
"create": "Create Tag",

@ -1,7 +1,7 @@
{
"users": "Users",
"edit": "Edit",
"make-admin": "Make Admin",
"users": "ユーザー",
"edit": "編集",
"make-admin": "管理者にする",
"remove-admin": "Remove Admin",
"validate-email": "Validate Email",
"send-validation-email": "Send Validation Email",

@ -1,8 +1,8 @@
{
"section-general": "General",
"general/dashboard": "Dashboard",
"general/homepage": "Home Page",
"general/navigation": "Navigation",
"section-general": "一般",
"general/dashboard": "ダッシュボード",
"general/homepage": "ホームページ",
"general/navigation": "ナビゲーション",
"general/languages": "Languages",
"general/sounds": "Sounds",
"general/social": "Social",

@ -1,7 +1,7 @@
{
"maintenance-mode": "Maintenance Mode",
"maintenance-mode": "メンテナンスモード",
"maintenance-mode.help": "When the forum is in maintenance mode, all requests will be redirected to a static holding page. Administrators are exempt from this redirection, and are able to access the site normally.",
"maintenance-mode.message": "Maintenance Message",
"maintenance-mode.message": "メンテナンスメッセージ",
"headers": "Headers",
"headers.allow-from": "Set ALLOW-FROM to Place NodeBB in an iFrame",
"headers.powered-by": "Customise the \"Powered By\" header sent by NodeBB",

@ -1,7 +1,7 @@
{
"chat-settings": "Chat Settings",
"disable": "Disable chat",
"disable-editing": "Disable chat message editing/deletion",
"chat-settings": "チャット設定",
"disable": "チャットは無効です",
"disable-editing": "チャットメッセージの編集/削除を無効にする",
"disable-editing-help": "Administrators and global moderators are exempt from this restriction",
"max-length": "Maximum length of chat messages",
"max-room-size": "Maximum number of users in chat rooms",

@ -1,7 +1,7 @@
{
"eu-consent": "EU Consent",
"consent.enabled": "Enabled",
"consent.message": "Notification message",
"eu-consent": "EU承諾",
"consent.enabled": "有効",
"consent.message": "通知メッセージ",
"consent.acceptance": "Acceptance message",
"consent.link-text": "Policy Link Text",
"consent.blank-localised-default": "Leave blank to use NodeBB localised defaults",

@ -1,6 +1,6 @@
{
"email-settings": "Email Settings",
"address": "Email Address",
"email-settings": "Eメール設定",
"address": "Eメールアドレス",
"address-help": "The following email address refers to the email that the recipient will see in the \"From\" and \"Reply To\" fields.",
"from": "From Name",
"from-help": "The from name to display in the email.",

@ -1,7 +1,7 @@
{
"site-settings": "Site Settings",
"title": "Site Title",
"title.name": "Your Community Name",
"site-settings": "サイト設定",
"title": "サイトタイトル",
"title.name": "あなたのコミュニティ名",
"title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title",
"browser-title-help": "If no browser title is specified, the site title will be used",

@ -1,6 +1,6 @@
{
"general": "General",
"private-groups": "Private Groups",
"general": "一般",
"private-groups": "プライベートグループ",
"private-groups.help": "If enabled, joining of groups requires the approval of the group owner <em>(Default: enabled)</em>",
"private-groups.warning": "<strong>Beware!</strong> If this option is disabled and you have private groups, they automatically become public.",
"allow-creation": "Allow Group Creation",

@ -1,6 +1,6 @@
{
"handles": "Guest Handles",
"handles.enabled": "Allow guest handles",
"handles": "ゲストハンドル",
"handles.enabled": "ゲストハンドルを有効にする",
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
"privileges": "Guest Privileges",
"privileges.can-search": "Allow guests to search without logging in",

@ -1,5 +1,5 @@
{
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"notifications": "通知",
"welcome-notification": "ウェルカム通知",
"welcome-notification-link": "Welcome Notification Link"
}

@ -1,7 +1,7 @@
{
"pagination": "Pagination Settings",
"pagination": "ページ設定",
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"topics": "トピックページ",
"posts-per-page": "Posts per Page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",

@ -1,6 +1,6 @@
{
"sorting": "Post Sorting",
"sorting.post-default": "Default Post Sorting",
"sorting": "投稿の並び順",
"sorting.post-default": "標準のポスト並び順",
"sorting.oldest-to-newest": "Oldest to Newest",
"sorting.newest-to-oldest": "Newest to Oldest",
"sorting.most-votes": "Most Votes",

@ -1,7 +1,7 @@
{
"reputation": "Reputation Settings",
"reputation": "評価の設定",
"disable": "Disable Reputation System",
"disable-down-voting": "Disable Down Voting",
"disable-down-voting": "低評価を無効にする",
"thresholds": "Activity Thresholds",
"min-rep-downvote": "Minimum reputation to downvote posts",
"min-rep-flag": "Minimum reputation to flag posts"

@ -1,5 +1,5 @@
{
"reconnection": "Reconnection Settings",
"reconnection": "再接続の設定",
"max-attempts": "Max Reconnection Attempts",
"default-placeholder": "Default: %1",
"delay": "Reconnection Delay"

@ -1,7 +1,7 @@
{
"tag": "Tag Settings",
"min-per-topic": "Minimum Tags per Topic",
"max-per-topic": "Maximum Tags per Topic",
"tag": "タグ設定",
"min-per-topic": "トピックごとの最小タグ数",
"max-per-topic": "トピックごとの最大タグ数",
"min-length": "Minimum Tag Length",
"max-length": "Maximum Tag Length",
"goto-manage": "Click here to visit the tag management page.",

@ -1,5 +1,5 @@
{
"posts": "Posts",
"posts": "投稿",
"allow-files": "Allow users to upload regular files",
"private": "Make uploaded files private",
"max-image-width": "Resize images down to specified width (in pixels)",

@ -1,7 +1,7 @@
{
"authentication": "Authentication",
"authentication": "認証",
"allow-local-login": "Allow local login",
"require-email-confirmation": "Require Email Confirmation",
"require-email-confirmation": "Eメールの確認が必要です",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -1,5 +1,5 @@
{
"crawlability-settings": "Crawlability Settings",
"crawlability-settings": "クロール性の設定",
"robots-txt": "Custom Robots.txt <small>Leave blank for default</small>",
"sitemap-feed-settings": "Sitemap & Feed Settings",
"disable-rss-feeds": "Disable RSS Feeds",

@ -18,7 +18,7 @@
"website": "Веб сајт",
"location": "Локација",
"age": "Старост",
"joined": "Датум регистрације",
"joined": "Придружио се",
"lastonline": "Последњи пут на мрежи",
"profile": "Профил",
"profile_views": "Прегледи профила",

@ -1,7 +1,7 @@
{
"alert.confirm-reload": "确认重NodeBB",
"alert.confirm-reload": "确认重NodeBB",
"alert.confirm-restart": "确认重启NodeBB",
"acp-title": "%1 | NodeBB 管理控制面板",
"acp-title": "%1 | NodeBB 管理控制面板",
"settings-header-contents": "内容"
}

@ -1,8 +1,8 @@
{
"post-cache": "帖",
"post-cache": "子缓存",
"posts-in-cache": "缓存中的帖子",
"average-post-size": "平均帖子长度",
"length-to-max": "长度/最大值",
"length-to-max": "长度 / 最大值",
"percent-full": "%1% 容量",
"post-cache-size": "帖子缓存大小",
"items-in-cache": "缓存中的条目数量",

@ -20,7 +20,7 @@
"plugin-item.themes": "主题",
"plugin-item.deactivate": "停用",
"plugin-item.activate": "启用",
"plugin-item.install": "Install",
"plugin-item.install": "安装",
"plugin-item.uninstall": "卸载",
"plugin-item.settings": "设置",
"plugin-item.installed": "已安装",

@ -1,10 +1,10 @@
{
"forum-traffic": "论坛流量",
"page-views": "页面察看",
"page-views": "PV数目",
"unique-visitors": "单一访客",
"page-views-last-month": "上个月页面察看",
"page-views-this-month": "本月页面察看",
"page-views-last-day": "过去24小时页面察看",
"page-views-last-month": "上个月PV数量",
"page-views-this-month": "本月PV数量",
"page-views-last-day": "过去24小时PV量",
"stats.day": "日",
"stats.week": "周",

@ -1,27 +1,27 @@
{
"icon": "Icon:",
"change-icon": "change",
"route": "Route:",
"tooltip": "Tooltip:",
"text": "Text:",
"text-class": "Text Class: <small>optional</small>",
"id": "ID: <small>optional</small>",
"icon": "图标:",
"change-icon": "更改",
"route": "路由:",
"tooltip": "提示:",
"text": "文本:",
"text-class": "文本分类:<small>可选</small>",
"id": "ID: <small>可选</small>",
"properties": "Properties:",
"only-admins": "Only display to Admins",
"only-global-mods-and-admins": "Only display to Global Moderators and Admins",
"only-logged-in": "Only display to logged in users",
"open-new-window": "Open in a new window",
"properties": "性能:",
"only-admins": "仅向管理员展示",
"only-global-mods-and-admins": "仅向全局版主及管理员展示",
"only-logged-in": "仅向已登录用户展示",
"open-new-window": "在新窗口中打开",
"installed-plugins-required": "Installed Plugins Required:",
"search-plugin": "Search plugin",
"installed-plugins-required": "安装该插件所需要:",
"search-plugin": "搜索插件",
"btn.delete": "Delete",
"btn.disable": "Disable",
"btn.enable": "Enable",
"btn.delete": "删除",
"btn.disable": "关闭",
"btn.enable": "激活",
"available-menu-items": "Available Menu Items",
"custom-route": "Custom Route",
"core": "core",
"plugin": "plugin"
"available-menu-items": "可用的菜单项目",
"custom-route": "定制路由",
"core": "核心",
"plugin": "插件"
}

@ -1,5 +1,5 @@
{
"post-sharing": "Post Sharing",
"info-plugins-additional": "Plugins can add additional networks for sharing posts.",
"save-success": "Successfully saved Post Sharing Networks!"
"post-sharing": "帖子分享",
"info-plugins-additional": "插件可以增加可选的用于分享帖子的网络。",
"save-success": "已成功保存帖子分享网络。"
}

@ -1,9 +1,9 @@
{
"notifications": "Notifications",
"chat-messages": "Chat Messages",
"play-sound": "Play",
"incoming-message": "Incoming Message",
"outgoing-message": "Outgoing Message",
"upload-new-sound": "Upload New Sound",
"saved": "Settings Saved"
"notifications": "通知",
"chat-messages": "聊天信息",
"play-sound": "播放",
"incoming-message": "收到新消息",
"outgoing-message": "发出的消息",
"upload-new-sound": "上传新的声音",
"saved": "设置已保存"
}

@ -1,68 +1,68 @@
{
"settings": "Category Settings",
"privileges": "Privileges",
"settings": "版块设置",
"privileges": "权限",
"name": "Category Name",
"description": "Category Description",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"bg-image-size": "Background Image Size",
"custom-class": "Custom Class",
"num-recent-replies": "# of Recent Replies",
"ext-link": "External Link",
"upload-image": "Upload Image",
"delete-image": "Remove",
"category-image": "Category Image",
"parent-category": "Parent Category",
"optional-parent-category": "(Optional) Parent Category",
"parent-category-none": "(None)",
"copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category",
"purge": "Purge Category",
"name": "版块名",
"description": "版块描述",
"bg-color": "背景颜色",
"text-color": "文字颜色",
"bg-image-size": "背景图片大小",
"custom-class": "自定义分类",
"num-recent-replies": "最近回复数",
"ext-link": "外部链接",
"upload-image": "上传图片",
"delete-image": "移除",
"category-image": "板块图片",
"parent-category": "父板块",
"optional-parent-category": "(可选)父板块",
"parent-category-none": "()",
"copy-settings": "复制设置窗体",
"optional-clone-settings": "(可选) 从板块复制设置",
"purge": "删除板块",
"enable": "Enable",
"disable": "Disable",
"edit": "Edit",
"enable": "启用",
"disable": "禁用",
"edit": "编辑",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",
"select-category": "选择板块",
"set-parent-category": "设置父板块",
"privileges.description": "You can configure the access control privileges for this category in this section. Privileges can be granted on a per-user or a per-group basis. You can add a new user to this table by searching for them in the form below.",
"privileges.warning": "<strong>Note</strong>: Privilege settings take effect immediately. It is not necessary to save the category after adjusting these settings.",
"privileges.section-viewing": "Viewing Privileges",
"privileges.section-posting": "Posting Privileges",
"privileges.section-moderation": "Moderation Privileges",
"privileges.section-user": "User",
"privileges.search-user": "Add User",
"privileges.no-users": "No user-specific privileges in this category.",
"privileges.section-group": "Group",
"privileges.group-private": "This group is private",
"privileges.search-group": "Add Group",
"privileges.copy-to-children": "Copy to Children",
"privileges.copy-from-category": "Copy from Category",
"privileges.inherit": "If the <code>registered-users</code> group is granted a specific privilege, all other groups receive an <strong>implicit privilege</strong>, even if they are not explicitly defined/checked. This implicit privilege is shown to you because all users are part of the <code>registered-users</code> user group, and so, privileges for additional groups need not be explicitly granted.",
"privileges.description": "您可以在此部分中配置此板块的访问控制权限。 可以根据每个用户或每个组授予权限。 您可以通过在下面的表格中搜索,将新用户添加到此表中。",
"privileges.warning": "<strong>注意</ strong>:权限设置会立即生效。 调整这些设置后,无需保存。",
"privileges.section-viewing": "查看权限",
"privileges.section-posting": "发帖权限",
"privileges.section-moderation": "审核权限",
"privileges.section-user": "用户",
"privileges.search-user": "添加用户",
"privileges.no-users": "此类别中没有用户特定的权限。",
"privileges.section-group": "小组",
"privileges.group-private": "这个小组是私密的",
"privileges.search-group": "添加小组",
"privileges.copy-to-children": "复制到子版块",
"privileges.copy-from-category": "从板块复制",
"privileges.inherit": "如果 <code>registered-users</ code> 组被授予特定权限,所有其他组都会收到<strong>隐式权限</ strong>,即使它们未被明确定义/检查。 将显示此隐式权限,因为所有用户都是 <code>registered-users</ code> 用户组的一部分,因此无需显式授予其他组的权限。",
"analytics.back": "Back to Categories List",
"analytics.title": "Analytics for \"%1\" category",
"analytics.pageviews-hourly": "<strong>Figure 1</strong> &ndash; Hourly page views for this category</small>",
"analytics.pageviews-daily": "<strong>Figure 2</strong> &ndash; Daily page views for this category</small>",
"analytics.topics-daily": "<strong>Figure 3</strong> &ndash; Daily topics created in this category</small>",
"analytics.posts-daily": "<strong>Figure 4</strong> &ndash; Daily posts made in this category</small>",
"analytics.back": "返回板块列表",
"analytics.title": "“%1”板块的统计",
"analytics.pageviews-hourly": "<strong>图1 </ strong> &ndash; 此板块的每小时页面浏览量</ small>",
"analytics.pageviews-daily": "<strong>图2 </ strong> &ndash; 此板块的每日页面浏览量</small>",
"analytics.topics-daily": "<strong>图3 </ strong> &ndash; 每日在此板块中创建的主题</ small>",
"analytics.posts-daily": "<strong>图4 </ strong> &ndash; 每日在此板块中每日发布的帖子</ small>",
"alert.created": "Created",
"alert.create-success": "Category successfully created!",
"alert.none-active": "You have no active categories.",
"alert.create": "Create a Category",
"alert.confirm-moderate": "<strong>Are you sure you wish to grant the moderation privilege to this user group?</strong> This group is public, and any users can join at will.",
"alert.confirm-purge": "<p class=\"lead\">Do you really want to purge this category \"%1\"?</p><h5><strong class=\"text-danger\">Warning!</strong> All topics and posts in this category will be purged!</h5> <p class=\"help-block\">Purging a category will remove all topics and posts, and delete the category from the database. If you want to remove a category <em>temporarily</em>, you'll want to \"disable\" the category instead.</p>",
"alert.purge-success": "Category purged!",
"alert.copy-success": "Settings Copied!",
"alert.set-parent-category": "Set Parent Category",
"alert.updated": "Updated Categories",
"alert.updated-success": "Category IDs %1 successfully updated.",
"alert.upload-image": "Upload category image",
"alert.find-user": "Find a User",
"alert.user-search": "Search for a user here...",
"alert.find-group": "Find a Group",
"alert.group-search": "Search for a group here..."
"alert.created": "创建",
"alert.create-success": "板块创建成功!",
"alert.none-active": "您没有有效的板块。",
"alert.create": "创建一个板块",
"alert.confirm-moderate": "<strong>您确定要将审核权限授予此用户组吗?</ strong>此群组是公开的,任何用户都可以随意加入。",
"alert.confirm-purge": "<p class =“lead”>您确定要清除此板块“%1”吗</ p> <h5> <strong class =“text-danger”>警告!</ strong> 板块将被清除!</ h5> <p class =“help-block”>清除板块将删除所有主题和帖子,并从数据库中删除板块。 如果您想<em>暂时</ em>移除板块,请使用停用板块。</ p>",
"alert.purge-success": "板块已删除!",
"alert.copy-success": "设置已复制!",
"alert.set-parent-category": "设置父板块",
"alert.updated": "板块已更新",
"alert.updated-success": "板块ID %1 成功更新。",
"alert.upload-image": "上传板块图片",
"alert.find-user": "查找用户",
"alert.user-search": "在这里查找用户…",
"alert.find-group": "查找小组",
"alert.group-search": "在此处搜索群组..."
}

@ -1,34 +1,34 @@
{
"name": "Group Name",
"description": "Group Description",
"system": "System Group",
"edit": "Edit",
"search-placeholder": "Search",
"create": "Create Group",
"description-placeholder": "A short description about your group",
"create-button": "Create",
"name": "小组名",
"description": "小组描述",
"system": "系统用户组",
"edit": "编辑",
"search-placeholder": "索索",
"create": "创建小组",
"description-placeholder": "一个关于你小组的简短描述",
"create-button": "创建",
"alerts.create-failure": "<strong>Uh-Oh</strong><p>There was a problem creating your group. Please try again later!</p>",
"alerts.confirm-delete": "Are you sure you wish to delete this group?",
"alerts.create-failure": "<strong>哦不!</strong><p>创建您的群组时出现问题。 请稍后再试!</p>",
"alerts.confirm-delete": "你确定要删除这个小组么?",
"edit.name": "Name",
"edit.description": "Description",
"edit.user-title": "Title of Members",
"edit.icon": "Group Icon",
"edit.label-color": "Group Label Color",
"edit.show-badge": "Show Badge",
"edit.name": "名字",
"edit.description": "描述",
"edit.user-title": "成员标题",
"edit.icon": "小组标志",
"edit.label-color": "群组标签颜色",
"edit.show-badge": "显示徽章",
"edit.private-details": "If enabled, joining of groups requires approval from a group owner.",
"edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.",
"edit.disable-requests": "Disable join requests",
"edit.hidden": "Hidden",
"edit.hidden": "隐藏",
"edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually",
"edit.add-user": "Add User to Group",
"edit.add-user-search": "Search Users",
"edit.members": "Member List",
"control-panel": "Groups Control Panel",
"edit.add-user": "向此小组添加成员",
"edit.add-user-search": "搜索用户",
"edit.members": "成员列表",
"control-panel": "小组控制面板",
"revert": "Revert",
"edit.no-users-found": "No Users Found",
"edit.no-users-found": "没有找到用户",
"edit.confirm-remove-user": "Are you sure you want to remove this user?",
"edit.save-success": "Changes saved!"
"edit.save-success": "设置已保存!"
}

@ -1,8 +1,8 @@
{
"lead": "Configure your IP blacklist here.",
"lead": "在此配置IP黑名单",
"description": "Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.",
"active-rules": "Active Rules",
"validate": "Validate Blacklist",
"active-rules": "生效规则",
"validate": "验证黑名单",
"apply": "Apply Blacklist",
"hints": "Syntax Hints",
"hint-1": "Define a single IP addresses per line. You can add IP blocks as long as they follow the CIDR format (e.g. <code>192.168.100.0/22</code>).",

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

Loading…
Cancel
Save