Merge remote-tracking branch 'origin/master' into develop
commit
fcec6fd41d
@ -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,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> – Hourly page views for this category</small>",
|
||||
"analytics.pageviews-daily": "<strong>Figure 2</strong> – Daily page views for this category</small>",
|
||||
"analytics.topics-daily": "<strong>Figure 3</strong> – Daily topics created in this category</small>",
|
||||
"analytics.posts-daily": "<strong>Figure 4</strong> – 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> – Stündliche Seitenaufrufe in dieser Kategorie</small>",
|
||||
"analytics.pageviews-daily": "<strong>Diagramm 2</strong> – Tägliche Seitenaufrufe in dieser Kategorie</small>",
|
||||
"analytics.topics-daily": "<strong>Diagramm 3</strong> – Täglich erstellte Themen in dieser Kategorie</small>",
|
||||
"analytics.posts-daily": "<strong>Diagramm 4</strong> – 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,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"
|
||||
}
|
@ -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."
|
||||
}
|
@ -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,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 @@
|
||||
{
|
||||
"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,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><head></code> section of your forum's markup.",
|
||||
"custom-header.enable": "Enable Custom Header"
|
||||
"custom-header": "カスタムヘッダー",
|
||||
"custom-header.description": "カスタムしたHTMLを入力してください(例. JavaScript, メタタグなど)。これはフォーラムのマークアップの<code><head></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,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,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,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,5 +1,5 @@
|
||||
{
|
||||
"notifications": "Notifications",
|
||||
"welcome-notification": "Welcome Notification",
|
||||
"notifications": "通知",
|
||||
"welcome-notification": "ウェルカム通知",
|
||||
"welcome-notification-link": "Welcome Notification Link"
|
||||
}
|
@ -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,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,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": "设置已保存!"
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue