Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop

v1.18.x
psychobunny 8 years ago
commit ccfec622d4

@ -99,6 +99,7 @@ function loadConfig(callback) {
nconf.defaults({ nconf.defaults({
base_dir: __dirname, base_dir: __dirname,
themes_path: path.join(__dirname, 'node_modules'), themes_path: path.join(__dirname, 'node_modules'),
upload_path: 'public/uploads',
views_dir: path.join(__dirname, 'build/public/templates'), views_dir: path.join(__dirname, 'build/public/templates'),
version: pkg.version version: pkg.version
}); });
@ -113,6 +114,8 @@ function loadConfig(callback) {
nconf.set('core_templates_path', path.join(__dirname, 'src/views')); nconf.set('core_templates_path', path.join(__dirname, 'src/views'));
nconf.set('base_templates_path', path.join(nconf.get('themes_path'), 'nodebb-theme-persona/templates')); nconf.set('base_templates_path', path.join(nconf.get('themes_path'), 'nodebb-theme-persona/templates'));
nconf.set('upload_path', path.resolve(nconf.get('base_dir'), nconf.get('upload_path')));
if (nconf.get('url')) { if (nconf.get('url')) {
nconf.set('url_parsed', url.parse(nconf.get('url'))); nconf.set('url_parsed', url.parse(nconf.get('url')));
} }

@ -53,7 +53,7 @@
"mousetrap": "^1.5.3", "mousetrap": "^1.5.3",
"nconf": "~0.8.2", "nconf": "~0.8.2",
"nodebb-plugin-composer-default": "4.4.0", "nodebb-plugin-composer-default": "4.4.0",
"nodebb-plugin-dbsearch": "2.0.1", "nodebb-plugin-dbsearch": "2.0.2",
"nodebb-plugin-emoji-extended": "1.1.1", "nodebb-plugin-emoji-extended": "1.1.1",
"nodebb-plugin-emoji-one": "1.1.5", "nodebb-plugin-emoji-one": "1.1.5",
"nodebb-plugin-markdown": "7.1.0", "nodebb-plugin-markdown": "7.1.0",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "عدد المشاركات", "reply-count": "عدد المشاركات",
"at-least": "على اﻷقل", "at-least": "على اﻷقل",
"at-most": "على اﻷكثر", "at-most": "على اﻷكثر",
"relevance": "Relevance",
"post-time": "تاريخ المشاركة", "post-time": "تاريخ المشاركة",
"newer-than": "أحدث من", "newer-than": "أحدث من",
"older-than": "أقدم من", "older-than": "أقدم من",

@ -13,7 +13,8 @@
"notify_me": "تلق تنبيهات بالردود الجديدة في هذا الموضوع", "notify_me": "تلق تنبيهات بالردود الجديدة في هذا الموضوع",
"quote": "اقتبس", "quote": "اقتبس",
"reply": "رد", "reply": "رد",
"replies_to_this_post": "Replies: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "رد بموضوع", "reply-as-topic": "رد بموضوع",
"guest-login-reply": "يجب عليك تسجيل الدخول للرد", "guest-login-reply": "يجب عليك تسجيل الدخول للرد",
"edit": "تعديل", "edit": "تعديل",

@ -8,7 +8,7 @@
"clear-error-log": "Изчистване на журнала за грешки", "clear-error-log": "Изчистване на журнала за грешки",
"route": "Маршрут", "route": "Маршрут",
"count": "Брой", "count": "Брой",
"no-routes-not-found": "Ура! Няма неоткрити маршрути.", "no-routes-not-found": "Ура! Няма грешки от вида „404“!",
"clear404-confirm": "Наистина ли искате да изчистите журналите за грешки от вида 404?", "clear404-confirm": "Наистина ли искате да изчистите журналите за грешки от вида 404?",
"clear404-success": "Грешките от вида „Страницата не е намерена (Грешка 404)“ бяха изчистени." "clear404-success": "Грешките от вида „Страницата не е намерена (Грешка 404)“ бяха изчистени."
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Качване", "touch-icon.upload": "Качване",
"touch-icon.help": "Препоръчителен размер и формат: 192x192, само във формат „PNG“. Ако не е посочена иконка за начален екран на мобилно устройство, NodeBB ще използва иконката на уеб сайта.", "touch-icon.help": "Препоръчителен размер и формат: 192x192, само във формат „PNG“. Ако не е посочена иконка за начален екран на мобилно устройство, NodeBB ще използва иконката на уеб сайта.",
"outgoing-links": "Изходящи връзки", "outgoing-links": "Изходящи връзки",
"outgoing-links.warning-page": "Показване на предупредителна страница при щракване върху външни връзки" "outgoing-links.warning-page": "Показване на предупредителна страница при щракване върху външни връзки",
"search-default-sort-by": "Подредба по подразбиране при търсене"
} }

@ -12,6 +12,7 @@
"reply-count": "Брой на отговорите", "reply-count": "Брой на отговорите",
"at-least": "Поне", "at-least": "Поне",
"at-most": "Най-много", "at-most": "Най-много",
"relevance": "Уместност",
"post-time": "Време на публикуване", "post-time": "Време на публикуване",
"newer-than": "По-нови от", "newer-than": "По-нови от",
"older-than": "По-стари от", "older-than": "По-стари от",

@ -13,7 +13,8 @@
"notify_me": "Получавайте известия за новите отговори в тази тема", "notify_me": "Получавайте известия за новите отговори в тази тема",
"quote": "Цитат", "quote": "Цитат",
"reply": "Отговор", "reply": "Отговор",
"replies_to_this_post": "Отговори: %1", "replies_to_this_post": "%1 отговора",
"last_reply_time": "Последен отговор",
"reply-as-topic": "Отговор в нова тема", "reply-as-topic": "Отговор в нова тема",
"guest-login-reply": "Впишете се, за да отговорите", "guest-login-reply": "Впишете се, за да отговорите",
"edit": "Редактиране", "edit": "Редактиране",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "রিপ্লাই কাউন্ট", "reply-count": "রিপ্লাই কাউন্ট",
"at-least": "কমপক্ষে", "at-least": "কমপক্ষে",
"at-most": "সর্বোচ্চ", "at-most": "সর্বোচ্চ",
"relevance": "Relevance",
"post-time": "পোস্টের সময়", "post-time": "পোস্টের সময়",
"newer-than": "Newer than", "newer-than": "Newer than",
"older-than": "Older than", "older-than": "Older than",

@ -13,7 +13,8 @@
"notify_me": "এই টপিকে নতুন উত্তর আসলে জানুন", "notify_me": "এই টপিকে নতুন উত্তর আসলে জানুন",
"quote": "উদ্ধৃতি", "quote": "উদ্ধৃতি",
"reply": "উত্তর", "reply": "উত্তর",
"replies_to_this_post": "Replies: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "Reply as topic", "reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply", "guest-login-reply": "Log in to reply",
"edit": "সম্পাদণা", "edit": "সম্পাদণা",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "Reply Count", "reply-count": "Reply Count",
"at-least": "At least", "at-least": "At least",
"at-most": "At most", "at-most": "At most",
"relevance": "Relevance",
"post-time": "Post time", "post-time": "Post time",
"newer-than": "Novější než", "newer-than": "Novější než",
"older-than": "Starší než", "older-than": "Starší než",

@ -13,7 +13,8 @@
"notify_me": "Dostávat upozornění na nové odpovědi", "notify_me": "Dostávat upozornění na nové odpovědi",
"quote": "Citovat", "quote": "Citovat",
"reply": "Odpovědět", "reply": "Odpovědět",
"replies_to_this_post": "Odpovědi: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "Odpovědět jako Téma", "reply-as-topic": "Odpovědět jako Téma",
"guest-login-reply": "Přihlásit se pro odpověď", "guest-login-reply": "Přihlásit se pro odpověď",
"edit": "Upravit", "edit": "Upravit",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "Svar antal", "reply-count": "Svar antal",
"at-least": "Mindst", "at-least": "Mindst",
"at-most": "Højst", "at-most": "Højst",
"relevance": "Relevance",
"post-time": "Skrevet", "post-time": "Skrevet",
"newer-than": "Nyere end", "newer-than": "Nyere end",
"older-than": "Ældre end", "older-than": "Ældre end",

@ -13,7 +13,8 @@
"notify_me": "Bliv notificeret ved nye svar i dette emne", "notify_me": "Bliv notificeret ved nye svar i dette emne",
"quote": "Citer", "quote": "Citer",
"reply": "Svar", "reply": "Svar",
"replies_to_this_post": "Svar %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "Svar som emne", "reply-as-topic": "Svar som emne",
"guest-login-reply": "Login for at svare", "guest-login-reply": "Login for at svare",
"edit": "Rediger", "edit": "Rediger",

@ -2,6 +2,6 @@
"alert.confirm-reload": "Bist du sicher, dass du NodeBB neu laden möchtest?", "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?", "alert.confirm-restart": "Bist du sicher, dass du NodeBB neu starten möchtest?",
"acp-title": "%1 | NodeBB Admin Control Panel", "acp-title": "%1 | NodeBB Admin Systemsteuerung",
"settings-header-contents": "Inhalte" "settings-header-contents": "Inhalte"
} }

@ -1,6 +1,6 @@
{ {
"x-b": "%1 b", "x-b": "%1 B",
"x-mb": "%1 mb", "x-mb": "%1 MB",
"uptime-seconds": "Laufzeit in Sekunden", "uptime-seconds": "Laufzeit in Sekunden",
"uptime-days": "Laufzeit in Tagen", "uptime-days": "Laufzeit in Tagen",
@ -14,9 +14,9 @@
"mongo.storage-size": "Speichergröße", "mongo.storage-size": "Speichergröße",
"mongo.index-size": "Indexgröße", "mongo.index-size": "Indexgröße",
"mongo.file-size": "Dateigröße", "mongo.file-size": "Dateigröße",
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Permanenter Speicher",
"mongo.virtual-memory": "virtueller Speicher", "mongo.virtual-memory": "Virtueller Speicher",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Zugeordneter Speicher",
"mongo.raw-info": "MongoDB Rohinfo", "mongo.raw-info": "MongoDB Rohinfo",
"redis": "Redis", "redis": "Redis",
@ -29,7 +29,7 @@
"redis.total-connections-recieved": "Insgesamt Verbindungen empfangen", "redis.total-connections-recieved": "Insgesamt Verbindungen empfangen",
"redis.total-commands-processed": "Insgesamt Kommandos ausgeführt", "redis.total-commands-processed": "Insgesamt Kommandos ausgeführt",
"redis.iops": "Durchschnittliche Anzahl von Ein-/Ausgaben pro Sekunde", "redis.iops": "Durchschnittliche Anzahl von Ein-/Ausgaben pro Sekunde",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Schlüsselraum Treffer",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Schlüsselraum Verfehlungen",
"redis.raw-info": "Redis Rohinfo" "redis.raw-info": "Redis Rohinfo"
} }

@ -3,12 +3,12 @@
"error-events-per-day": "<code>%1</code> Ereignisse pro Tag", "error-events-per-day": "<code>%1</code> Ereignisse pro Tag",
"error.404": "404 Not Found", "error.404": "404 Not Found",
"error.503": "503 Service Unavailable", "error.503": "503 Service Unavailable",
"manage-error-log": "Aktionen Fehlerprotokoll", "manage-error-log": "Fehlerprotokoll verwalten",
"export-error-log": "Exportiere das Fehlerprotokoll (CSV)", "export-error-log": "Exportiere das Fehlerprotokoll (CSV)",
"clear-error-log": "Lösche Fehlerprotokoll", "clear-error-log": "Fehlerprotokoll leeren",
"route": "Zielroute", "route": "Zielroute",
"count": "Anzahl", "count": "Anzahl",
"no-routes-not-found": "Hurra! Es gibt keine Zielrouten, die nicht gefunden wurden.", "no-routes-not-found": "Juhui! Keine 404 Fehler!",
"clear404-confirm": "Bist du dir sicher, dass du das 404 Fehlerprotokoll löschen möchtest?", "clear404-confirm": "Bist du dir sicher, dass du das 404 Fehlerprotokoll löschen möchtest?",
"clear404-success": "\"404 Not Found\" Fehler gelöscht" "clear404-success": "\"404 Not Found\" Fehler gelöscht"
} }

@ -1,9 +1,9 @@
{ {
"custom-css": "Benutzerdefiniertes CSS", "custom-css": "Benutzerdefiniertes CSS",
"custom-css.description": "Füge hier deine eigenen CSS-Eigenschaften ein, sie werden als letztes angewendet.", "custom-css.description": "Füge hier deine eigenen CSS-Eigenschaften ein, sie werden als letztes angewendet.",
"custom-css.enable": "Aktiviere benutzerdefiniertes CSS", "custom-css.enable": "Benutzerdefiniertes CSS aktivieren",
"custom-header": "Benutzerdefinierter Kopfbereich", "custom-header": "Benutzerdefinierter Kopfbereich",
"custom-header.description": "Füge hier dein benutzerdefiniertes HTML (z.B. Javascript, Meta Tags, usw.) ein, welches vor dem <code>&lt;head&gt;</code> Tag eingefügt wird.", "custom-header.description": "Füge hier dein benutzerdefiniertes HTML (z.B. Javascript, Meta Tags, usw.) ein, welches in den <code>&lt;head&gt;</code> Tag eingefügt werden soll.",
"custom-header.enable": "Aktiviere benutzerdefinierten Kopfbereich" "custom-header.enable": "Benutzerdefinierten Kopfbereich aktivieren"
} }

@ -1,9 +1,9 @@
{ {
"loading": "Lade Aussehen...", "loading": "Lade Aussehen...",
"homepage": "Homepage", "homepage": "Homepage",
"select-skin": "Wähle Aussehen", "select-skin": "Aussehen auswählen",
"current-skin": "Aktuelles Aussehen", "current-skin": "Aktuelles Aussehen",
"skin-updated": "Aussehen aktualisiert", "skin-updated": "Aussehen aktualisiert",
"applied-success": "%1 Aussehen wurde erfolgreich angewendet", "applied-success": "Aussehen %1 wurde erfolgreich angewendet",
"revert-success": "Aussehen wieder auf Basisfarben zurückgestellt." "revert-success": "Aussehen auf Basisfarben zurückgestellt."
} }

@ -6,6 +6,6 @@
"no-themes": "Keine installierten Designs gefunden.", "no-themes": "Keine installierten Designs gefunden.",
"revert-confirm": "Bist du dir sicher, dass du das standard NodeBB Design wieder herstellen willst?", "revert-confirm": "Bist du dir sicher, dass du das standard NodeBB Design wieder herstellen willst?",
"theme-changed": "Design geändert", "theme-changed": "Design geändert",
"revert-success": "Du hast erfolgreich dein NodeBB wieder auf das Standarddesign gewechselt.", "revert-success": "Du hast dein NodeBB erfolgreich wieder auf das Standarddesign zurückgesetzt.",
"restart-to-activate": "Bitte starte dein NodeBB neu um das Design voll zu aktivieren." "restart-to-activate": "Bitte starte dein NodeBB neu um das Design voll zu aktivieren."
} }

@ -1,16 +1,16 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - Sie verwenden <strong>%1:%2</strong>",
"host": "host", "host": "Host",
"pid": "pid", "pid": "PID",
"nodejs": "nodejs", "nodejs": "Node.js Version",
"online": "online", "online": "Online",
"git": "git", "git": "git",
"load": "load", "load": "Auslastung",
"uptime": "uptime", "uptime": "Online Zeit",
"registered": "Registered", "registered": "Registriert",
"sockets": "Sockets", "sockets": "Sockets",
"guests": "Guests", "guests": "Gäste",
"info": "Info" "info": "Info"
} }

@ -1,12 +1,12 @@
{ {
"logger-settings": "Logger Settings", "logger-settings": "Protokollierungseinstellungen",
"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.", "description": "Durch das markieren der Auswahlkästchen werden sie Protokolle in ihrem Terminal finden. Wenn sie einen Dateipfad angeben, werden die Protokolle stattdessen in einer Datei gespeichert. HTTP-Logging ist nützlich um Statistiken zu sammeln darüber, wer, wann was in ihrem Forum angesehen hat. Zusätzlich kann NodeBB auch Socket.io Events Protokollieren. In Kombination mit dem redis-cli Monitor kann dies ziemlich hilfreich sein um mehr über die Interne Struktur von NodeBB zu lernen.",
"explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.", "explanation": "Markiere die Protokollierungseinstellungen nebenher um die Protokollierung zu (de-)aktivieren. Ein Neustart wird nicht benötigt.",
"enable-http": "Enable HTTP logging", "enable-http": "HTTP-Protokollierung aktivieren",
"enable-socket": "Enable socket.io event logging", "enable-socket": "Socket.io-Event-Protokollierung aktivieren",
"file-path": "Path to log file", "file-path": "Dateipfad zur Protokolldatei",
"file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal", "file-path-placeholder": "/pfad/zur/protokoll/datei.log ::: Feld leer lassen um im Terminal zu protokollieren",
"control-panel": "Logger Control Panel", "control-panel": "Protokollsteuerung",
"update-settings": "Update Logger Settings" "update-settings": "Protokollierungseinstellungen aktualisieren"
} }

@ -5,43 +5,43 @@
"out-of-date": "Veraltet", "out-of-date": "Veraltet",
"none-found": "Keine Plugins gefunden.", "none-found": "Keine Plugins gefunden.",
"none-active": "Keine aktiven Plugins", "none-active": "Keine aktiven Plugins",
"find-plugins": "Find Plugins", "find-plugins": "Plugins finden",
"plugin-search": "Plugin Search", "plugin-search": "Plugin Suche",
"plugin-search-placeholder": "Search for plugin...", "plugin-search-placeholder": "Nach Plugin suchen...",
"reorder-plugins": "Re-order Plugins", "reorder-plugins": "Plugins neu sortieren",
"order-active": "Order Active Plugins", "order-active": "Aktive Plugins sortieren",
"dev-interested": "Interested in writing plugins for NodeBB?", "dev-interested": "Daran interessiert selbst Plugins für NodeBB zu schreiben?",
"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>.", "docs-info": "Die komplette Dokumentation zur erstellung von Plugins kann im <a target=\"_blank\" href=\"https://docs.nodebb.org/en/latest/plugins/create.html\">NodeBB Dokumentations Portal</a> gefunden werden.",
"order.description": "Certain plugins work ideally when they are initialised before/after other plugins.", "order.description": "Bestimmte Plugins funktionieren ideal, wenn diese for/nach anderen Plugins initialisiert werden.",
"order.explanation": "Plugins load in the order specified here, from top to bottom", "order.explanation": "Die Plugins werden in der hier spezifizierten Reihenfolge geladen, von Oben nach Unten",
"plugin-item.themes": "Themes", "plugin-item.themes": "Designs",
"plugin-item.deactivate": "Deactivate", "plugin-item.deactivate": "Deaktivieren",
"plugin-item.activate": "Activate", "plugin-item.activate": "Aktivieren",
"plugin-item.install": "Install", "plugin-item.install": "Installieren",
"plugin-item.uninstall": "Uninstall", "plugin-item.uninstall": "Deinstallieren",
"plugin-item.settings": "Einstellungen", "plugin-item.settings": "Einstellungen",
"plugin-item.installed": "Installed", "plugin-item.installed": "Installiert",
"plugin-item.latest": "Latest", "plugin-item.latest": "Neueste",
"plugin-item.upgrade": "Upgrade", "plugin-item.upgrade": "Aktualisieren",
"plugin-item.more-info": "For more information:", "plugin-item.more-info": "Für weitere Informationen:",
"plugin-item.unknown": "Unknown", "plugin-item.unknown": "Unbekannt",
"plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.", "plugin-item.unknown-explanation": "Der Status dieses Plugins konnte nicht bestimmt werden, möglicherweise aufgrund eines Fehlkonfigurationsfehlers.",
"alert.enabled": "Plugin Enabled", "alert.enabled": "Plugin aktiviert",
"alert.disabled": "Plugin Disabled", "alert.disabled": "Plugin deaktiviert",
"alert.upgraded": "Plugin Upgraded", "alert.upgraded": "Plugin aktualisiert",
"alert.installed": "Plugin Installed", "alert.installed": "Plugin installiert",
"alert.uninstalled": "Plugin Uninstalled", "alert.uninstalled": "Plugin deinstalliert",
"alert.activate-success": "Please restart your NodeBB to fully activate this plugin", "alert.activate-success": "Bitte starten Sie ihr NodeBB neu, um dieses Plugin vollständig zu aktivieren",
"alert.deactivate-success": "Plugin successfully deactivated", "alert.deactivate-success": "Plugin erfolgreich deaktiviert",
"alert.upgrade-success": "Please reload your NodeBB to fully upgrade this plugin", "alert.upgrade-success": "Bitte laden Sie ihr NodeBB neu um dieses Plugin vollständig zu aktualisieren",
"alert.install-success": "Plugin successfully installed, please activate the plugin.", "alert.install-success": "Plugin erfolgreich installiert. Bitte aktivieren Sie das Plugin",
"alert.uninstall-success": "The plugin has been successfully deactivated and uninstalled.", "alert.uninstall-success": "Das Plugin wurde erfolgreich deaktiviert und deinstalliert.",
"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.suggest-error": "<p>NodeBB konnte den Paket-Manager nicht erreichen, wollen Sie mit der Installation der neuesten Version fortfahren</p><div class=\"alert alert-danger\"><strong>Der Server meldete (%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.package-manager-unreachable": "<p>NodeBB konnte den Paket-manager nicht erreichen, eine aktualisierung wird momentan nicht empfohlen.</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.incompatible": "<p>Ihre NodeBB Version (v%1) ist nur für aktualisierungen bis v%2 dieses Plugins bestimmt. Bitte aktualisieren Sie NodeBB wenn Sie eine neuere Version dieses plugins installieren wollen.</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.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>Keine Kompatibilitätsinformationen gefunden</strong></p><p>Dieses Plugin legte keine spezifische NodeBB version fest, welche für die Installation benötigt wird. Volle Kompatibilität kann nicht gewährleistet werden, was dazu führen könnte, dass ihr NodeBB nicht mehr korrekt startet.</p></div><p>Für den Fall, dass NodeBB nicht mehr ordnungsgemäß startet:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Soll mit der installation der neuesten Version dieses Plugins fortgefahren werden?</p>"
} }

@ -1,17 +1,17 @@
{ {
"rewards": "Rewards", "rewards": "Belohnungen",
"condition-if-users": "If User's", "condition-if-users": "Wenn des Benutzers",
"condition-is": "Is:", "condition-is": "Ist:",
"condition-then": "Then:", "condition-then": "Dann:",
"max-claims": "Amount of times reward is claimable", "max-claims": "Anzahl der male, die diese Belohnung beansprucht werden kann",
"zero-infinite": "Enter 0 for infinite", "zero-infinite": "Geben sie 0 für unendlich ein",
"delete": "Delete", "delete": "Entfernen",
"enable": "Enable", "enable": "Aktivieren",
"disable": "Disable", "disable": "Deaktivieren",
"control-panel": "Rewards Control", "control-panel": "Belohnungseinstellungen",
"new-reward": "New Reward", "new-reward": "Neue Belohnung",
"alert.delete-success": "Successfully deleted reward", "alert.delete-success": "Die Belohnung wurde erfolgreich gelöscht",
"alert.no-inputs-found": "Illegal reward - no inputs found!", "alert.no-inputs-found": "Ungültige Belohnung - keine Eingaben gefunden!",
"alert.save-success": "Successfully saved rewards" "alert.save-success": "Belohnungen erfolgreich gespeichert"
} }

@ -1,19 +1,19 @@
{ {
"available": "Available Widgets", "available": "Verfügbare Widgets",
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.", "explanation": "Wählen Sie ein Widget vom Dropdown-Menu aus und ziehen Sie es anschließend links in den Widget-Bereich einer Vorlage.",
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.", "none-installed": "Keine Widgets gefunden! Aktivieren Sie das \"essential widgets\"-Plugin in den <a href=\"%1\">Plugin-Einstellungen</a>.",
"containers.available": "Available Containers", "containers.available": "Verfügbare Container",
"containers.explanation": "Drag and drop on top of any active widget", "containers.explanation": "Ziehen Sie sie auf ein beliebiges aktives Widget",
"containers.none": "None", "containers.none": "Nichts",
"container.well": "Well", "container.well": "Brunnen",
"container.jumbotron": "Jumbotron", "container.jumbotron": "Jumbotron",
"container.panel": "Panel", "container.panel": "Panel",
"container.panel-header": "Panel Header", "container.panel-header": "Panel Kopfbereich",
"container.panel-body": "Panel Body", "container.panel-body": "Panel Körper",
"container.alert": "Alert", "container.alert": "Alarm",
"alert.confirm-delete": "Are you sure you wish to delete this widget?", "alert.confirm-delete": "Sind Sie sicher, dass Sie dieses Widget löschen wollen?",
"alert.updated": "Widgets Updated", "alert.updated": "Widgets aktualisiert",
"alert.update-success": "Successfully updated widgets" "alert.update-success": "Widgets erfolgreich aktualisiert"
} }

@ -1,63 +1,63 @@
{ {
"forum-traffic": "Forum Traffic", "forum-traffic": "Forum Traffic",
"page-views": "Seitenaufrufe", "page-views": "Seitenaufrufe",
"unique-visitors": "Besucher", "unique-visitors": "Individuelle Besucher",
"users": "Users", "users": "Benutzer",
"posts": "Posts", "posts": "Beiträge",
"topics": "Topics", "topics": "Themen",
"page-views-last-month": "Aufrufe im letzten Monat", "page-views-last-month": "Aufrufe im letzten Monat",
"page-views-this-month": "Aufrufe in diesem Monat", "page-views-this-month": "Aufrufe in diesem Monat",
"page-views-last-day": "Aufrufe in den letzten 24 Stunden", "page-views-last-day": "Aufrufe in den letzten 24 Stunden",
"stats.day": "diesen Tag", "stats.day": "Diesen Tag",
"stats.week": "diese Woche", "stats.week": "Diese Woche",
"stats.month": "diesen Monat", "stats.month": "Diesen Monat",
"stats.all": "Alle", "stats.all": "Alle",
"updates": "Updates", "updates": "Updates",
"running-version": "Es läuft <strong>NodeBB v<span id=\"version\">%1</span></strong>.", "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.", "keep-updated": "Stelle sicher, dass dein NodeBB immer auf dem neuesten Stand für die neuesten Sicherheits-Patches und Bug-fixes ist.",
"up-to-date": "<p>System ist <strong>aktuell</strong> <i class=\\\"fa fa-check\\\"></i></p>", "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>", "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-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>", "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": "Hinweise", "notices": "Hinweise",
"restart-not-required": "Restart not required", "restart-not-required": "Neustart nicht benötigt",
"restart-required": "Restart required", "restart-required": "Neustart benötigt",
"search-plugin-installed": "Search Plugin installed", "search-plugin-installed": "Such-Plugin installiert",
"search-plugin-not-installed": "Search Plugin not installed", "search-plugin-not-installed": "Such-Plugin nicht installiert",
"search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality", "search-plugin-tooltip": "Installieren Sie ein Such-Plugin auf der Plugin seite um die Such-Funktionalität zu aktivieren",
"control-panel": "Systemsteuerung", "control-panel": "Systemsteuerung",
"reload": "Reload", "reload": "Reload",
"restart": "Neustart", "restart": "Neustart",
"restart-warning": "Ein Reload oder Neustart trennt die Verbindung für ein paar Sekunden.", "restart-warning": "Ein Reload oder Neustart trennt die Verbindung für ein paar Sekunden.",
"maintenance-mode": "Wartungsmodus", "maintenance-mode": "Wartungsmodus",
"maintenance-mode-title": "Hier klicken um NodeBB in den Wartungsmodus zu setzen", "maintenance-mode-title": "Hier klicken um NodeBB in den Wartungsmodus zu versetzen",
"realtime-chart-updates": "Echtzeit Chartaktualisierung", "realtime-chart-updates": "Echtzeit Chartaktualisierung",
"active-users": "aktive Benutzer", "active-users": "Aktive Benutzer",
"active-users.users": "Benutzer", "active-users.users": "Benutzer",
"active-users.guests": "Gäste", "active-users.guests": "Gäste",
"active-users.total": "Gesamt", "active-users.total": "Gesamt",
"active-users.connections": "Verbindungen", "active-users.connections": "Verbindungen",
"anonymous-registered-users": "anonyme vs registrierte Benutzer", "anonymous-registered-users": "Anonyme vs Registrierte Benutzer",
"anonymous": "Anonym", "anonymous": "Anonym",
"registered": "Registriert", "registered": "Registriert",
"user-presence": "Benutzerpräsenz", "user-presence": "Benutzerpräsenz",
"on-categories": "auf Kategorie Übersicht", "on-categories": "Auf Kategorieübersicht",
"reading-posts": "Beiträge lesen", "reading-posts": "Beiträge lesend",
"browsing-topics": "Themen durchsuchen", "browsing-topics": "Themen durchsuchend",
"recent": "Aktuell", "recent": "Aktuell",
"unread": "Ungelesen", "unread": "Ungelesen",
"high-presence-topics": "Meist besuchte Themen", "high-presence-topics": "Meist besuchte Themen",
"graphs.page-views": "Seitenaufrufe", "graphs.page-views": "Seitenaufrufe",
"graphs.unique-visitors": "verschiedene Besucher", "graphs.unique-visitors": "Verschiedene Besucher",
"graphs.registered-users": "registrierte Benutzer", "graphs.registered-users": "Registrierte Benutzer",
"graphs.anonymous-users": "anonyme Benutzer" "graphs.anonymous-users": "Anonyme Benutzer"
} }

@ -3,5 +3,5 @@
"description": "Wähle aus, welche Seite angezeigt werden soll, wenn Nutzer zur Startseite des Forums navigieren.", "description": "Wähle aus, welche Seite angezeigt werden soll, wenn Nutzer zur Startseite des Forums navigieren.",
"home-page-route": "Startseitenpfad", "home-page-route": "Startseitenpfad",
"custom-route": "Eigener Startseitenpfad", "custom-route": "Eigener Startseitenpfad",
"allow-user-home-pages": "Benutzer eigene Startseiten erlauben" "allow-user-home-pages": "Benutzern eigene Startseiten erlauben"
} }

@ -1,5 +1,5 @@
{ {
"language-settings": "Spracheinstellungen", "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.", "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" "default-language": "Standardsprache"
} }

@ -4,17 +4,17 @@
"route": "Pfad:", "route": "Pfad:",
"tooltip": "Tooltip:", "tooltip": "Tooltip:",
"text": "Text:", "text": "Text:",
"text-class": "Text Stil: <small>optional</small>", "text-class": "Text Klasse: <small>optional</small>",
"id": "ID: <small>optional</small>", "id": "ID: <small>optional</small>",
"properties": "Eigenschaften:", "properties": "Eigenschaften:",
"only-admins": "Nur sichtbar für Admins", "only-admins": "Nur für Admins sichtbar",
"only-global-mods-and-admins": "Nur sichtbar für Globale Moderatoren und Admins", "only-global-mods-and-admins": "Nur für Globale Moderatoren und Admins sichtbar",
"only-logged-in": "Nur sichtbar für angemeldete Benutzer", "only-logged-in": "Nur für angemeldete Benutzer sichtbar",
"open-new-window": "In neuem Fenster öffnen", "open-new-window": "In neuem Fenster öffnen",
"installed-plugins-required": "Installierte Plugins notwendig:", "installed-plugins-required": "Benötigte installierte Plugins:",
"search-plugin": "Search plugin", "search-plugin": "Such-Plugin",
"btn.delete": "Löschen", "btn.delete": "Löschen",
"btn.disable": "Deaktivieren", "btn.disable": "Deaktivieren",

@ -1,22 +1,22 @@
{ {
"settings": "Kategorie Einstellungen", "settings": "Kategorieeinstellungen",
"privileges": "Berechtigungen", "privileges": "Berechtigungen",
"name": "Kategorie Name", "name": "Kategoriename",
"description": "Kategorie Beschreibung", "description": "Kategorie-Beschreibung",
"bg-color": "Hintergrundfarbe", "bg-color": "Hintergrundfarbe",
"text-color": "Textfarbe", "text-color": "Textfarbe",
"bg-image-size": "Größe Hintergrundbild", "bg-image-size": "Hintergrundbildgröße",
"custom-class": "Benutzderdefinierter Stil", "custom-class": "Benutzderdefinierte Klasse",
"num-recent-replies": "Anzahl neuer Antworten", "num-recent-replies": "Anzahl neuer Antworten",
"ext-link": "Externer Link", "ext-link": "Externer Link",
"upload-image": "Bild hochladen", "upload-image": "Bild hochladen",
"delete-image": "Entfernen", "delete-image": "Entfernen",
"category-image": "Kategorie Bild", "category-image": "Kategoriebild",
"parent-category": "Übergeordnete Kategorie", "parent-category": "Übergeordnete Kategorie",
"optional-parent-category": "(Optional) Übergeordnete Kategorie", "optional-parent-category": "(Optional) Übergeordnete Kategorie",
"parent-category-none": "(Keine)", "parent-category-none": "(Keine)",
"copy-settings": "kopiere Einstellungen von", "copy-settings": "Kopiere Einstellungen von",
"optional-clone-settings": "(Optional) dubliziere Einstellungen von Kategorie", "optional-clone-settings": "(Optional) dubliziere Einstellungen von Kategorie",
"purge": "Kategorie löschen", "purge": "Kategorie löschen",
@ -24,10 +24,10 @@
"disable": "Deaktivieren", "disable": "Deaktivieren",
"edit": "Bearbeiten", "edit": "Bearbeiten",
"select-category": "Wähle Kategorie", "select-category": "Kategorie auswählen",
"set-parent-category": "Übergeordnete Kategorie festlegen", "set-parent-category": "Übergeordnete Kategorie festlegen",
"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.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.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-viewing": "Ansichtsberechtigungen",
"privileges.section-posting": "Schreibberechtigungen", "privileges.section-posting": "Schreibberechtigungen",
@ -43,7 +43,7 @@
"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.", "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": "Zurück zur Kategorien Übersicht", "analytics.back": "Zurück zur Kategorien Übersicht",
"analytics.title": "Analyse für \\\"%1\\\" Kategorie", "analytics.title": "Analyse für \"%1\" Kategorie",
"analytics.pageviews-hourly": "<strong>Diagramm 1</strong> &ndash; Stündliche Seitenaufrufe in dieser Kategorie</small>", "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.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.topics-daily": "<strong>Diagramm 3</strong> &ndash; Täglich erstellte Themen in dieser Kategorie</small>",
@ -54,13 +54,13 @@
"alert.none-active": "Du hast keine aktiven Kategorien.", "alert.none-active": "Du hast keine aktiven Kategorien.",
"alert.create": "Erstelle eine Kategorie", "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-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.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.purge-success": "Kategorie gelöscht!",
"alert.copy-success": "Einstellungen kopiert!", "alert.copy-success": "Einstellungen kopiert!",
"alert.set-parent-category": "Übergeordnete Kategorie festlegen", "alert.set-parent-category": "Übergeordnete Kategorie festlegen",
"alert.updated": "Kategorien aktualisiert", "alert.updated": "Kategorien aktualisiert",
"alert.updated-success": "Kategorie IDs %1 erfolgreich aktualisiert.", "alert.updated-success": "Kategorie IDs %1 erfolgreich aktualisiert.",
"alert.upload-image": "Kategorie Bild hochladen", "alert.upload-image": "Kategoriebild hochladen",
"alert.find-user": "Benutzer finden", "alert.find-user": "Benutzer finden",
"alert.user-search": "Hier nach einem Benutzer suchen...", "alert.user-search": "Hier nach einem Benutzer suchen...",
"alert.find-group": "Gruppe finden", "alert.find-group": "Gruppe finden",

@ -1,34 +1,34 @@
{ {
"name": "Group Name", "name": "Gruppenname",
"description": "Group Description", "description": "Gruppenbeschreibung",
"system": "System Group", "system": "System-Gruppe",
"edit": "Edit", "edit": "Ändern",
"search-placeholder": "Search", "search-placeholder": "Suchen",
"create": "Create Group", "create": "Gruppe erstellen",
"description-placeholder": "A short description about your group", "description-placeholder": "Eine kurze Beschreibung deiner Gruppe",
"create-button": "Create", "create-button": "Erstellen",
"alerts.create-failure": "<strong>Uh-Oh</strong><p>There was a problem creating your group. Please try again later!</p>", "alerts.create-failure": "<strong>Oh Oh</strong><p>Ein Problem ist beim erstellen deiner Gruppe aufgetreten. Bitte versuche es später noch mal!</p>",
"alerts.confirm-delete": "Are you sure you wish to delete this group?", "alerts.confirm-delete": "Sind Sie sicher, dass Sie diese Gruppe löschen wollen?",
"edit.name": "Name", "edit.name": "Name",
"edit.description": "Description", "edit.description": "Beschreibung",
"edit.user-title": "Title of Members", "edit.user-title": "Titel der Mitglieder",
"edit.icon": "Group Icon", "edit.icon": "Gruppenbild",
"edit.label-color": "Group Label Color", "edit.label-color": "Gruppenlabelfarbe",
"edit.show-badge": "Show Badge", "edit.show-badge": "Abzeichen zeigen",
"edit.private-details": "If enabled, joining of groups requires approval from a group owner.", "edit.private-details": "Wenn aktiviert, benögt das Beitreten von Gruppen das Einverständnis eines Gruppenbesitzers",
"edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", "edit.private-override": "Warnung: Private Gruppen sind auf System-Level deaktiviert, was diese Option überschreibt.",
"edit.disable-requests": "Disable join requests", "edit.disable-requests": "Gruppenbeitrittsanfragen deaktivieren",
"edit.hidden": "Hidden", "edit.hidden": "Versteckt",
"edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", "edit.hidden-details": "Wenn aktiviert, wird diese Gruppe nicht im Gruppen-Listing angezeigt und Benutzer müssten manuell eingeladen werden.",
"edit.add-user": "Add User to Group", "edit.add-user": "Benutzer zur Gruppe hinzufügen",
"edit.add-user-search": "Search Users", "edit.add-user-search": "Benutzer suchen",
"edit.members": "Member List", "edit.members": "Mitgliederliste",
"control-panel": "Groups Control Panel", "control-panel": "Gruppeneinstellungen",
"revert": "Revert", "revert": "Rückgängig machen",
"edit.no-users-found": "No Users Found", "edit.no-users-found": "Keine Benutzer gefunden",
"edit.confirm-remove-user": "Are you sure you want to remove this user?", "edit.confirm-remove-user": "Sind Sie sicher, dass Sie diesen Benutzer entfernen wollen?",
"edit.save-success": "Changes saved!" "edit.save-success": "Änderungen gespeichert!"
} }

@ -1,15 +1,15 @@
{ {
"lead": "Configure your IP blacklist here.", "lead": "Konfiguriere hier deine IP-Blacklist",
"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.", "description": "Manchmal ist ein User-Bann nicht abschreckend genug. In vielen Fällen ist es daher sinvoll, den Zugriff auf ein Forum für eine bestimmte Reihe von IP-Adressen zu blockieren. In diesen Fällen können Sie problematische IP-Adressen oder komplette CIDR Blöcke zu dieser Blacklist hinzufügen, welche dann daran gehindert werden sich einzuloggen, oder einen neuen Account zu erstellen.",
"active-rules": "Active Rules", "active-rules": "Aktive Regeln",
"validate": "Validate Blacklist", "validate": "Blacklist validieren",
"apply": "Apply Blacklist", "apply": "Blacklist anwenden",
"hints": "Syntax Hints", "hints": "Syntax Hinweise",
"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>).", "hint-1": "Fügen Sie einzelne IP-Adresses pro Zeile ein. Sie können IP-Blöcke hinzufügen, so lange diese im CIDR Format (z.b. <code>192.168.100.0/22</code>) eingegeben werden.",
"hint-2": "You can add in comments by starting lines with the <code>#</code> symbol.", "hint-2": "Sie können Kommentare hinzufügen, indem Sie die Zeilen mit dem <code>#</code> Symbol beginnen.",
"validate.x-valid": "<strong>%1</strong> out of <strong>%2</strong> rule(s) valid.", "validate.x-valid": "<strong>%1</strong> von <strong>%2</strong> Regel(n) zulässig.",
"validate.x-invalid": "The following <strong>%1</strong> rules are invalid:", "validate.x-invalid": "Die folgenden <strong>%1</strong> Regeln sind unzulässig:",
"alerts.applied-success": "Blacklist Applied" "alerts.applied-success": "Blacklist angewandt"
} }

@ -1,20 +1,20 @@
{ {
"queue": "Queue", "queue": "Schlange",
"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\".", "description": "Es sind keine Benutzer in der Registrierungsschlange.<br> Um diese Funktion zu aktivieren, gehen SIe zur <a href=\"%1\">Einstellungen &rarr; Benutzer &rarr; Benutzer registrierung</a> und ändern sie <strong>Registrierungsart</strong> auf \"Admin Genehmigung\".",
"list.name": "Name", "list.name": "Name",
"list.email": "Email", "list.email": "Email",
"list.ip": "IP", "list.ip": "IP-Adresse",
"list.time": "Time", "list.time": "Zeit",
"list.username-spam": "Frequency: %1 Appears: %2 Confidence: %3", "list.username-spam": "Häufigkeit: %1 Erscheint: %2 Sicherheit: %3",
"list.email-spam": "Frequency: %1 Appears: %2", "list.email-spam": "Häufigkeit: %1 Erscheint: %2",
"list.ip-spam": "Frequency: %1 Appears: %2", "list.ip-spam": "Häufigkeit: %1 Erscheint: %2",
"invitations": "Invitations", "invitations": "Einladungen",
"invitations.description": "Below is a complete list of invitations sent. Use ctrl-f to search through the list by email or username. <br><br>The username will be displayed to the right of the emails for users who have redeemed their invitations.", "invitations.description": "Unterhalb ist eine komplette Liste der versandten Einladungen. Benutze Strg+F um die Liste per Email oder Nutzername zu durchsuchen.<br><br> Der Nutzername wird für die Nutzer die ihre einladung angenommen haben Rechts von den Emails angezeigt.",
"invitations.inviter-username": "Inviter Username", "invitations.inviter-username": "Nutzername des Einladenden",
"invitations.invitee-email": "Invitee Email", "invitations.invitee-email": "Email des eingeladenen",
"invitations.invitee-username": "Invitee Username (if registered)", "invitations.invitee-username": "Nutzername des eingeladenen (Wenn registriert)",
"invitations.confirm-delete": "Are you sure you wish to delete this invitation?" "invitations.confirm-delete": "Sind Sie sicher, dass Sie diese Einladung löschen wollen?"
} }

@ -1,18 +1,18 @@
{ {
"none": "Your forum does not have any topics with tags yet.", "none": "Ihr Form hat bisher noch keine Themen mit Tags.",
"bg-color": "Background Colour", "bg-color": "Hintergrundfarbe",
"text-color": "Text Colour", "text-color": "Textfarbe",
"create-modify": "Create & Modify Tags", "create-modify": "Tags erstellen & bearbeiten",
"description": "Select tags via clicking and/or dragging, use shift to select multiple.", "description": "Wählen sie Tags aus indem sie klicken und/oder ziehen, drücken die Shift um mehrere auszuwählen",
"create": "Create Tag", "create": "Tag erstellen",
"modify": "Modify Tags", "modify": "Tag bearbeiten",
"delete": "Delete Selected Tags", "delete": "Ausgewählte Tags entfernen",
"search": "Search for tags...", "search": "Nach Tags suchen",
"settings": "Click <a href=\"%1\">here</a> to visit the tag settings page.", "settings": "Klicken Sie <a href=\"%1\">hier</a> um die Tag-Einstellungsseite zu öffnen.",
"name": "Tag Name", "name": "Tagname",
"alerts.editing-multiple": "Editing multiple tags", "alerts.editing-multiple": "Bearbeite mehrere Tags",
"alerts.editing-x": "Editing \"%1\" tag", "alerts.editing-x": "Bearbeite Tag \"%1\"",
"alerts.confirm-delete": "Do you want to delete the selected tags?", "alerts.confirm-delete": "Wollen Sie die ausgewählten Tags löschen?",
"alerts.update-success": "Tag Updated!" "alerts.update-success": "Tag aktualisiert!"
} }

@ -1,91 +1,91 @@
{ {
"users": "Users", "users": "Benutzer",
"edit": "Edit", "edit": "Bearbeiten",
"make-admin": "Make Admin", "make-admin": "Zum Administrator befördern",
"remove-admin": "Remove Admin", "remove-admin": "Adminstatus entfernen",
"validate-email": "Validate Email", "validate-email": "Email bestätigen",
"send-validation-email": "Send Validation Email", "send-validation-email": "Bestätigungsemail senden",
"password-reset-email": "Send Password Reset Email", "password-reset-email": "Passwortreset email senden",
"ban": "Ban User(s)", "ban": "Benutzer verbannen",
"temp-ban": "Ban User(s) Temporarily", "temp-ban": "Benutzer temporär verbannen",
"unban": "Unban User(s)", "unban": "Benutzer entbannen",
"reset-lockout": "Reset Lockout", "reset-lockout": "Ausschließungen zurücksetzen",
"reset-flags": "Reset Flags", "reset-flags": "Meldungen zurücksetzen",
"delete": "Delete User(s)", "delete": "Benutzer Löschen",
"purge": "Delete User(s) and Content", "purge": "Benutzer mit Beiträgen löschen",
"download-csv": "Download CSV", "download-csv": "CSV herunterladen",
"invite": "Invite", "invite": "Einladen",
"new": "New User", "new": "Neuer Benutzer",
"pills.latest": "Latest Users", "pills.latest": "Neueste Benutzer",
"pills.unvalidated": "Not Validated", "pills.unvalidated": "Nicht bestätigt",
"pills.no-posts": "No Posts", "pills.no-posts": "Keine Beiträge",
"pills.top-posters": "Top Posters", "pills.top-posters": "Top Poster",
"pills.top-rep": "Most Reputation", "pills.top-rep": "Größtes Ansehen",
"pills.inactive": "Inactive", "pills.inactive": "Inaktiv",
"pills.flagged": "Most Flagged", "pills.flagged": "Meist gemeldetster",
"pills.banned": "Banned", "pills.banned": "Gebannt",
"pills.search": "User Search", "pills.search": "Benutzer Suche",
"search.username": "By User Name", "search.username": "Nach Nutzernamen",
"search.username-placeholder": "Enter a username to search", "search.username-placeholder": "Geben Sie einen Nutzernamen ein um danach zu suchen",
"search.email": "By Email", "search.email": "Nach Email",
"search.email-placeholder": "Enter a email to search", "search.email-placeholder": "Geben Sie eine Email Adresse ein um danach zu suchen",
"search.ip": "By IP Address", "search.ip": "Nach IP-Adresse",
"search.ip-placeholder": "Enter an IP Address to search", "search.ip-placeholder": "Geben Sie eine IP Adresse ein um danach zu suchen",
"search.not-found": "User not found!", "search.not-found": "Benutzer nicht gefunden!",
"inactive.3-months": "3 months", "inactive.3-months": "3 Monate",
"inactive.6-months": "6 months", "inactive.6-months": "6 Monate",
"inactive.12-months": "12 months", "inactive.12-months": "12 Monate",
"users.uid": "uid", "users.uid": "UID",
"users.username": "username", "users.username": "Nutzername",
"users.email": "email", "users.email": "Email",
"users.postcount": "postcount", "users.postcount": "Anzahl der Beiträge",
"users.reputation": "reputation", "users.reputation": "Ansehen",
"users.flags": "flags", "users.flags": "Meldungen",
"users.joined": "joined", "users.joined": "Beigetreten am",
"users.last-online": "last online", "users.last-online": "Letztes mal online",
"users.banned": "banned", "users.banned": "Gebannt",
"create.username": "User Name", "create.username": "Benutzername",
"create.email": "Email", "create.email": "Email",
"create.email-placeholder": "Email of this user", "create.email-placeholder": "Email dieses Benutzers",
"create.password": "Password", "create.password": "Passwort",
"create.password-confirm": "Confirm Password", "create.password-confirm": "Passwort bestätigen",
"temp-ban.length": "Ban Length", "temp-ban.length": "Banndauer",
"temp-ban.reason": "Reason <span class=\"text-muted\">(Optional)</span>", "temp-ban.reason": "Grund <span class=\"text-muted\">(Optional)</span>",
"temp-ban.hours": "Hours", "temp-ban.hours": "Stunden",
"temp-ban.days": "Days", "temp-ban.days": "Tage",
"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.explanation": "Geben Sie die dauer des Bans an. Beachten Sie, dass eine Zeit von 0 als permanent interpretiert wird.",
"alerts.confirm-ban": "Do you really want to ban this user <strong>permanently</strong>?", "alerts.confirm-ban": "Wollen Sie diesen Nutzer wirklich <strong>permanent</strong> bannen?",
"alerts.confirm-ban-multi": "Do you really want to ban these users <strong>permanently</strong>?", "alerts.confirm-ban-multi": "Wollen Sie diese Nutzer wirklich <strong>permanent</strong> bannen?",
"alerts.ban-success": "User(s) banned!", "alerts.ban-success": "Benutzer gebannt!",
"alerts.button-ban-x": "Ban %1 user(s)", "alerts.button-ban-x": "%1 Nutzer bannen",
"alerts.unban-success": "User(s) unbanned!", "alerts.unban-success": "Benutzer entbannt!",
"alerts.lockout-reset-success": "Lockout(s) reset!", "alerts.lockout-reset-success": "Ausschlüsse zurückgesetzt",
"alerts.flag-reset-success": "Flags(s) reset!", "alerts.flag-reset-success": "Meldung(en) zurückgesetzt!",
"alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.no-remove-yourself-admin": "Du kannst dich nicht selbst als Administrator degradieren!",
"alerts.make-admin-success": "User(s) are now administrators.", "alerts.make-admin-success": "Die Benutzer sind nun Administratoren.",
"alerts.confirm-remove-admin": "Do you really want to remove admins?", "alerts.confirm-remove-admin": "Möchtest du wirklich Admins entfernen?",
"alerts.remove-admin-success": "User(s) are no longer administrators.", "alerts.remove-admin-success": "Diese(r) Nutzer sind/ist kein(e) Administrator(en) mehr ",
"alerts.confirm-validate-email": "Do you want to validate email(s) of these user(s)?", "alerts.confirm-validate-email": "Möchten Sie wirklich die Emails dieser benutzer/dieses benutzers bestätigen?",
"alerts.validate-email-success": "Emails validated", "alerts.validate-email-success": "Emails bestätigt",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?", "alerts.password-reset-confirm": "Möchten Sie wirklich (eine) Passwort-Reset-Email(s) an diese(n) Benutzer schicken?",
"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.confirm-delete": "<b>Warnung!</b><br>Wollen Sie wirklich diese(n) Benutzer löschen?<br> Diese Aktion kann nicht rückgängig gemacht werden! Nur der Account wird dabei gelöscht. Deren Themen und Beiträge bleiben dabei erhalten.",
"alerts.delete-success": "User(s) Deleted!", "alerts.delete-success": "Benutzer gelöscht!",
"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.confirm-purge": "<b>Warnung!</b><br>Sind Sie sicher, dass Sie diese Nutzer und deren Beiträge löschen wollen?<br> Diese Aktion kann nicht rückgängig gemacht werden! Alle Nutzerdaten und Beiträge werden dabei gelöscht!",
"alerts.create": "Create User", "alerts.create": "Nutzer Erstellen",
"alerts.button-create": "Create", "alerts.button-create": "Erstellen",
"alerts.button-cancel": "Cancel", "alerts.button-cancel": "Abbrechen",
"alerts.error-passwords-different": "Passwords must match!", "alerts.error-passwords-different": "Die Passwörter müssen übereinstimmen",
"alerts.error-x": "<strong>Error</strong><p>%1</p>", "alerts.error-x": "<strong>Fehler</strong><p>%1</p>",
"alerts.create-success": "User created!", "alerts.create-success": "Nutzer erstellt",
"alerts.prompt-email": "Email: ", "alerts.prompt-email": "Email:",
"alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.email-sent-to": "Eine Einladungsemail wurde an %1 gesendet",
"alerts.x-users-found": "%1 user(s) found! Search took %2 ms." "alerts.x-users-found": "%1 Nutzer gefunden! Die Suche dauerte %2ms."
} }

@ -9,7 +9,7 @@
"section-manage": "Verwalten", "section-manage": "Verwalten",
"manage/categories": "Kategorien", "manage/categories": "Kategorien",
"manage/tags": "Schlagworte", "manage/tags": "Tags",
"manage/users": "Benutzer", "manage/users": "Benutzer",
"manage/registration": "Warteliste", "manage/registration": "Warteliste",
"manage/groups": "Gruppen", "manage/groups": "Gruppen",
@ -26,7 +26,7 @@
"settings/post": "Beiträge", "settings/post": "Beiträge",
"settings/chat": "Chat", "settings/chat": "Chat",
"settings/pagination": "Seitennummerierung", "settings/pagination": "Seitennummerierung",
"settings/tags": "Schlagworte", "settings/tags": "Tags",
"settings/notifications": "Benachrichtigungen", "settings/notifications": "Benachrichtigungen",
"settings/cookies": "Cookies", "settings/cookies": "Cookies",
"settings/web-crawler": "Web Crawler", "settings/web-crawler": "Web Crawler",
@ -38,7 +38,7 @@
"section-appearance": "Aussehen", "section-appearance": "Aussehen",
"appearance/themes": "Themes", "appearance/themes": "Themes",
"appearance/skins": "Skins", "appearance/skins": "Skins",
"appearance/customise": "Eigene HTML & CSS", "appearance/customise": "Benutzerdefiniertes HTML & CSS",
"section-extend": "Erweitert", "section-extend": "Erweitert",
"extend/plugins": "Plugins", "extend/plugins": "Plugins",

@ -1,12 +1,12 @@
{ {
"maintenance-mode": "Maintenance Mode", "maintenance-mode": "Wartungsmodus",
"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.help": "Während das Forum im Wartungsmodus ist werden alle Anfragen zu einer statischen Seite weitergeleitet. Administratoren sind von dieser Weiterleitung ausgenommen und können die Seite normal aufrufen.",
"maintenance-mode.message": "Maintenance Message", "maintenance-mode.message": "Wartungsnachricht",
"headers": "Headers", "headers": "Headers",
"headers.allow-from": "Set ALLOW-FROM to Place NodeBB in an iFrame", "headers.allow-from": "Set ALLOW-FROM to Place NodeBB in an iFrame",
"headers.powered-by": "Customise the \"Powered By\" header sent by NodeBB", "headers.powered-by": "Anpassen des \"Powered By\" Headers von NodeBB",
"headers.acao": "Access-Control-Allow-Origin", "headers.acao": "Access-Control-Allow-Origin",
"headers.acao-help": "To deny access to all sites, leave empty or set to <code>null</code>", "headers.acao-help": "Um den Zugriff auf alle Seiten zu blockieren, leer lassen oder auf <code>null</code> setzen",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",

@ -1,9 +1,9 @@
{ {
"chat-settings": "Chat Settings", "chat-settings": "Chateinstellungen",
"disable": "Disable chat", "disable": "Chat deaktivieren",
"disable-editing": "Disable chat message editing/deletion", "disable-editing": "Chatnachrichtenbearbeitung/löschung deaktivieren",
"disable-editing-help": "Administrators and global moderators are exempt from this restriction", "disable-editing-help": "Administratoren und globale Moderatoren sind von dieser Einschränkung ausgenommen",
"max-length": "Maximum length of chat messages", "max-length": "Maximale Chatnachrichtenlänge",
"max-room-size": "Maximum number of users in chat rooms", "max-room-size": "Maximale Anzahl an Nutzern pro Chat-Room",
"delay": "Time between chat messages in milliseconds" "delay": "Zeit zwischen Chatnachrichten in Millisekunden"
} }

@ -1,11 +1,11 @@
{ {
"eu-consent": "EU Consent", "eu-consent": "EU-Konsens",
"consent.enabled": "Enabled", "consent.enabled": "Aktiviert",
"consent.message": "Notification message", "consent.message": "Benachrichtigung",
"consent.acceptance": "Acceptance message", "consent.acceptance": "Akzeptierungsnachricht",
"consent.link-text": "Policy Link Text", "consent.link-text": "Police Link Text",
"consent.blank-localised-default": "Leave blank to use NodeBB localised defaults", "consent.blank-localised-default": "Leer lassen um NodeBB lokalisierte Standards zu benutzen",
"settings": "Settings", "settings": "Einstellungen",
"cookie-domain": "Session cookie domain", "cookie-domain": "Session Cookie Domain",
"blank-default": "Leave blank for default" "blank-default": "Leer lassen für Standardwert"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -1,8 +1,8 @@
{ {
"handles": "Guest Handles", "handles": "Gastzugang",
"handles.enabled": "Allow guest handles", "handles.enabled": "Gastzugänge erlauben",
"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\"", "handles.enabled-help": "Diese option offenbart ein neues Feld, welches Gästen erlaubt einen Nutzernamen zu wählen, welcher Sie mit jedem Beitrag assoziiert den sie erstellen. Wenn diese option deaktiviert ist, werden sie einfach \"Gast\" genannt",
"privileges": "Guest Privileges", "privileges": "Gast-Berechtigungen",
"privileges.can-search": "Allow guests to search without logging in", "privileges.can-search": "Gästen erlauben das Forum zu durchsuchen ohne eingeloggt zu sein",
"privileges.can-search-users": "Allow guests to search users without logging in" "privileges.can-search-users": "Gästen erlauben nach Benutzern zu suchen ohne eingeloggt zu sein"
} }

@ -1,5 +1,5 @@
{ {
"notifications": "Notifications", "notifications": "Benachrichtigungen",
"welcome-notification": "Welcome Notification", "welcome-notification": "Wilkommensnachricht",
"welcome-notification-link": "Welcome Notification Link" "welcome-notification-link": "Wilkommensnachrichtslink"
} }

@ -1,9 +1,9 @@
{ {
"pagination": "Pagination Settings", "pagination": "Seitennummerierungseinstellungen",
"enable": "Paginate topics and posts instead of using infinite scroll.", "enable": "Themen in Seiten einteilen anstatt unendlich weit zu scrollen",
"topics": "Topic Pagination", "topics": "Themen Seitennummerierung",
"posts-per-page": "Posts per Page", "posts-per-page": "Beiträge pro Seite",
"categories": "Category Pagination", "categories": "Kategorie Seitennummerierung",
"topics-per-page": "Topics per Page", "topics-per-page": "Themen pro Seite",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular" "initial-num-load": "Ursprüngliche anzahl an Themen, die bei Ungelesen, Aktuell und beliebt geladen werden sollen"
} }

@ -1,8 +1,8 @@
{ {
"reputation": "Reputation Settings", "reputation": "Ansehenseinstellungen",
"disable": "Disable Reputation System", "disable": "Ansehenssystem deaktivieren",
"disable-down-voting": "Disable Down Voting", "disable-down-voting": "Negative Bewertungen deaktivieren",
"thresholds": "Activity Thresholds", "thresholds": "Aktivitätsschwelle",
"min-rep-downvote": "Minimum reputation to downvote posts", "min-rep-downvote": "Minimales Ansehen um Beiträge negativ zu bewerten",
"min-rep-flag": "Minimum reputation to flag posts" "min-rep-flag": "Minimales Ansehen und Beiträge zu melden"
} }

@ -1,6 +1,6 @@
{ {
"reconnection": "Reconnection Settings", "reconnection": "Neuverbindungseinstellungen",
"max-attempts": "Max Reconnection Attempts", "max-attempts": "Maximale Anzahl von Neuverbindungsversuchen",
"default-placeholder": "Default: %1", "default-placeholder": "Standard: %1",
"delay": "Reconnection Delay" "delay": "Neuverbindungsverzögerung"
} }

@ -18,9 +18,9 @@
"disable-user-skins": "Verhindere das Benutzer eigene Skins verwenden", "disable-user-skins": "Verhindere das Benutzer eigene Skins verwenden",
"account-protection": "Kontosicherheit", "account-protection": "Kontosicherheit",
"login-attempts": "Login-Versuche pro Stunde", "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", "login-attempts-help": "Wenn die loginversuche zu einem Account diese Schwelle überschreiten, wird dieser Account für eine festgelegte Zeit gesperrt",
"lockout-duration": "Account Aussperrzeitraum (Minuten)", "lockout-duration": "Account Aussperrzeitraum (Minuten)",
"login-days": "Days to remember user login sessions", "login-days": "Anzahl der tage die login sessions bestehen bleiben sollen",
"password-expiry-days": "Erzwinge ein Passwortreset nach x Tagen", "password-expiry-days": "Erzwinge ein Passwortreset nach x Tagen",
"registration": "Benutzer Registrierung", "registration": "Benutzer Registrierung",
"registration-type": "Registrierungart", "registration-type": "Registrierungart",

@ -19,9 +19,9 @@
"user_flagged_post_in": "<strong>%1</strong> hat einen Beitrag in </strong>%2</strong> gemeldet", "user_flagged_post_in": "<strong>%1</strong> hat einen Beitrag in </strong>%2</strong> gemeldet",
"user_flagged_post_in_dual": "<strong>%1</strong> und <strong>%2</strong> haben einen Beitrag in <strong>%3</strong> gemeldet", "user_flagged_post_in_dual": "<strong>%1</strong> und <strong>%2</strong> haben einen Beitrag in <strong>%3</strong> gemeldet",
"user_flagged_post_in_multiple": "<strong>%1</strong> und %2 andere Nutzer haben einen Beitrag in <strong>%3</strong> gemeldet", "user_flagged_post_in_multiple": "<strong>%1</strong> und %2 andere Nutzer haben einen Beitrag in <strong>%3</strong> gemeldet",
"user_flagged_user": "<strong>%1</strong> flagged a user profile (%2)", "user_flagged_user": "<strong>%1</strong> meldete ein Nutzerprofil (%2)",
"user_flagged_user_dual": "<strong>%1</strong> and <strong>%2</strong> flagged a user profile (%3)", "user_flagged_user_dual": "<strong>%1</strong> und <strong>%2</strong> meldeten ein Nutzerprofil (%3)",
"user_flagged_user_multiple": "<strong>%1</strong> and %2 others flagged a user profile (%3)", "user_flagged_user_multiple": "<strong>%1</strong> und %2 weitere meldeten ein Nutzerprofil (%3)",
"user_posted_to": "<strong>%1</strong> hat auf <strong>%2</strong> geantwortet.", "user_posted_to": "<strong>%1</strong> hat auf <strong>%2</strong> geantwortet.",
"user_posted_to_dual": "<strong>%1</strong> und <strong>%2</strong> haben auf <strong>%3</strong> geantwortet.", "user_posted_to_dual": "<strong>%1</strong> und <strong>%2</strong> haben auf <strong>%3</strong> geantwortet.",
"user_posted_to_multiple": "<strong>%1</strong> und %2 andere Nutzer haben auf <strong>%3</strong> geantwortet.", "user_posted_to_multiple": "<strong>%1</strong> und %2 andere Nutzer haben auf <strong>%3</strong> geantwortet.",

@ -6,7 +6,7 @@
"popular-month": "Beliebte Themen dieses Monats", "popular-month": "Beliebte Themen dieses Monats",
"popular-alltime": "Beliebteste Themen", "popular-alltime": "Beliebteste Themen",
"recent": "Neueste Themen", "recent": "Neueste Themen",
"flagged-content": "Flagged Content", "flagged-content": "Gemeldeter Inhalt",
"ip-blacklist": "IP Blacklist", "ip-blacklist": "IP Blacklist",
"users/online": "Benutzer online", "users/online": "Benutzer online",
"users/latest": "Neuste Benutzer", "users/latest": "Neuste Benutzer",
@ -27,7 +27,7 @@
"group": "%1 Gruppe", "group": "%1 Gruppe",
"chats": "Chats", "chats": "Chats",
"chat": "Chatte mit %1", "chat": "Chatte mit %1",
"flags": "Flags", "flags": "Meldungen",
"flag-details": "Flag %1 Details", "flag-details": "Flag %1 Details",
"account/edit": "Bearbeite %1", "account/edit": "Bearbeite %1",
"account/edit/password": "Bearbeite Passwort von \"%1\"", "account/edit/password": "Bearbeite Passwort von \"%1\"",

@ -12,6 +12,7 @@
"reply-count": "Anzahl Antworten", "reply-count": "Anzahl Antworten",
"at-least": "Mindestens", "at-least": "Mindestens",
"at-most": "Höchstens", "at-most": "Höchstens",
"relevance": "Relevance",
"post-time": "Verfaßt am", "post-time": "Verfaßt am",
"newer-than": "Neuer als", "newer-than": "Neuer als",
"older-than": "Älter als", "older-than": "Älter als",

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

@ -33,7 +33,7 @@
"chat": "Chat", "chat": "Chat",
"chat_with": "Führe deinen Chat mit %1 fort", "chat_with": "Führe deinen Chat mit %1 fort",
"new_chat_with": "Beginne einen neuen Chat mit %1", "new_chat_with": "Beginne einen neuen Chat mit %1",
"flag-profile": "Flag Profile", "flag-profile": "Profil Melden",
"follow": "Folgen", "follow": "Folgen",
"unfollow": "Nicht mehr folgen", "unfollow": "Nicht mehr folgen",
"more": "Mehr", "more": "Mehr",
@ -65,8 +65,8 @@
"remove_uploaded_picture": "Hochgeladenes Bild entfernen", "remove_uploaded_picture": "Hochgeladenes Bild entfernen",
"upload_cover_picture": "Titelbild hochladen", "upload_cover_picture": "Titelbild hochladen",
"remove_cover_picture_confirm": "Bist du sicher, dass du dein Titelbild entfernen möchtest?", "remove_cover_picture_confirm": "Bist du sicher, dass du dein Titelbild entfernen möchtest?",
"crop_picture": "Crop picture", "crop_picture": "Bild zuschneiden",
"upload_cropped_picture": "Crop and upload", "upload_cropped_picture": "Zuschneiden und Hochladen",
"settings": "Einstellungen", "settings": "Einstellungen",
"show_email": "Zeige meine E-Mail Adresse an.", "show_email": "Zeige meine E-Mail Adresse an.",
"show_fullname": "Zeige meinen kompletten Namen an", "show_fullname": "Zeige meinen kompletten Namen an",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "Reply Count", "reply-count": "Reply Count",
"at-least": "At least", "at-least": "At least",
"at-most": "At most", "at-most": "At most",
"relevance": "Relevance",
"post-time": "Post time", "post-time": "Post time",
"newer-than": "Newer than", "newer-than": "Newer than",
"older-than": "Older than", "older-than": "Older than",

@ -13,7 +13,8 @@
"notify_me": "Να ειδοποιούμαι για νέες απαντήσεις σε αυτό το θέμα", "notify_me": "Να ειδοποιούμαι για νέες απαντήσεις σε αυτό το θέμα",
"quote": "Παράθεση", "quote": "Παράθεση",
"reply": "Απάντηση", "reply": "Απάντηση",
"replies_to_this_post": "Replies: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "Reply as topic", "reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply", "guest-login-reply": "Log in to reply",
"edit": "Επεξεργασία", "edit": "Επεξεργασία",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "Reply Count", "reply-count": "Reply Count",
"at-least": "At least", "at-least": "At least",
"at-most": "At most", "at-most": "At most",
"relevance": "Relevance",
"post-time": "Post time", "post-time": "Post time",
"newer-than": "Newer than", "newer-than": "Newer than",
"older-than": "Older than", "older-than": "Older than",

@ -13,7 +13,8 @@
"notify_me": "Be notified of new replies in this topic", "notify_me": "Be notified of new replies in this topic",
"quote": "Quote", "quote": "Quote",
"reply": "Reply", "reply": "Reply",
"replies_to_this_post": "Replies: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "Reply as topic", "reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply", "guest-login-reply": "Log in to reply",
"edit": "Edit", "edit": "Edit",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "Reply Count", "reply-count": "Reply Count",
"at-least": "At least", "at-least": "At least",
"at-most": "At most", "at-most": "At most",
"relevance": "Relevance",
"post-time": "Post time", "post-time": "Post time",
"newer-than": "Newer than", "newer-than": "Newer than",
"older-than": "Older than", "older-than": "Older than",

@ -13,7 +13,8 @@
"notify_me": "Be notified of new replies in this topic", "notify_me": "Be notified of new replies in this topic",
"quote": "Quote", "quote": "Quote",
"reply": "Reply", "reply": "Reply",
"replies_to_this_post": "Replies: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "Reply as topic", "reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply", "guest-login-reply": "Log in to reply",
"edit": "Edit", "edit": "Edit",

@ -8,7 +8,7 @@
"clear-error-log": "Cerrar Log de Error", "clear-error-log": "Cerrar Log de Error",
"route": "Ruta", "route": "Ruta",
"count": "Contar", "count": "Contar",
"no-routes-not-found": "Hurra! No hay rutas rutas que no fueran encontradas.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "¿Estas seguro que desea borrar los registros de errores 404?", "clear404-confirm": "¿Estas seguro que desea borrar los registros de errores 404?",
"clear404-success": "\"404 no encontrado\" Errores borrados" "clear404-success": "\"404 no encontrado\" Errores borrados"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "Número de Respuestas", "reply-count": "Número de Respuestas",
"at-least": "De mínimo", "at-least": "De mínimo",
"at-most": "De máximo", "at-most": "De máximo",
"relevance": "Relevance",
"post-time": "Fecha de publicación", "post-time": "Fecha de publicación",
"newer-than": "Más reciente que", "newer-than": "Más reciente que",
"older-than": "Más antiguo que", "older-than": "Más antiguo que",

@ -13,7 +13,8 @@
"notify_me": "Serás notificado cuando haya nuevas respuestas en este tema", "notify_me": "Serás notificado cuando haya nuevas respuestas en este tema",
"quote": "Citar", "quote": "Citar",
"reply": "Responder", "reply": "Responder",
"replies_to_this_post": "Respuestas: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "Responder como tema", "reply-as-topic": "Responder como tema",
"guest-login-reply": "Accede para responder", "guest-login-reply": "Accede para responder",
"edit": "Editar", "edit": "Editar",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "Vastuste arv", "reply-count": "Vastuste arv",
"at-least": "Rohkemalt", "at-least": "Rohkemalt",
"at-most": "Vähemalt", "at-most": "Vähemalt",
"relevance": "Relevance",
"post-time": "Postitamise aeg", "post-time": "Postitamise aeg",
"newer-than": "Uuem kui", "newer-than": "Uuem kui",
"older-than": "Vanem kui", "older-than": "Vanem kui",

@ -13,7 +13,8 @@
"notify_me": "Saa teateid uutest postitustest selles teemas", "notify_me": "Saa teateid uutest postitustest selles teemas",
"quote": "Tsiteeri", "quote": "Tsiteeri",
"reply": "Vasta", "reply": "Vasta",
"replies_to_this_post": "Replies: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "Vasta teemana", "reply-as-topic": "Vasta teemana",
"guest-login-reply": "Logi sisse, et vastata", "guest-login-reply": "Logi sisse, et vastata",
"edit": "Muuda", "edit": "Muuda",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "تعداد پاسخ", "reply-count": "تعداد پاسخ",
"at-least": "حداقل", "at-least": "حداقل",
"at-most": "حداکثر", "at-most": "حداکثر",
"relevance": "Relevance",
"post-time": "زمان ارسال", "post-time": "زمان ارسال",
"newer-than": "جدیدتر از", "newer-than": "جدیدتر از",
"older-than": "قدیمی تر از", "older-than": "قدیمی تر از",

@ -13,7 +13,8 @@
"notify_me": "از پاسخ‌های تازه در موضوع آگاه شوید", "notify_me": "از پاسخ‌های تازه در موضوع آگاه شوید",
"quote": "نقل قول", "quote": "نقل قول",
"reply": "پاسخ", "reply": "پاسخ",
"replies_to_this_post": "پاسخ‌ها: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "پاسخ به موضوع", "reply-as-topic": "پاسخ به موضوع",
"guest-login-reply": "وارد شوید تا پست بفرستید", "guest-login-reply": "وارد شوید تا پست بفرستید",
"edit": "ویرایش", "edit": "ویرایش",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "Vastausten määrä", "reply-count": "Vastausten määrä",
"at-least": "Vähintään", "at-least": "Vähintään",
"at-most": "Enintään", "at-most": "Enintään",
"relevance": "Relevance",
"post-time": "Julkaisuaika", "post-time": "Julkaisuaika",
"newer-than": "Uudemmat kuin", "newer-than": "Uudemmat kuin",
"older-than": "Vanhemmat kuin", "older-than": "Vanhemmat kuin",

@ -13,7 +13,8 @@
"notify_me": "Ilmoita, kun tähän keskusteluun tulee uusia viestejä", "notify_me": "Ilmoita, kun tähän keskusteluun tulee uusia viestejä",
"quote": "Lainaa", "quote": "Lainaa",
"reply": "Vastaa", "reply": "Vastaa",
"replies_to_this_post": "Replies: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "Reply as topic", "reply-as-topic": "Reply as topic",
"guest-login-reply": "Kirjaudu sisään voidaksesi vastata", "guest-login-reply": "Kirjaudu sisään voidaksesi vastata",
"edit": "Muokkaa", "edit": "Muokkaa",

@ -8,7 +8,7 @@
"clear-error-log": "Effacer les journaux d'erreurs", "clear-error-log": "Effacer les journaux d'erreurs",
"route": "Route", "route": "Route",
"count": "Nombre", "count": "Nombre",
"no-routes-not-found": "Hourra ! Aucune route n'a pas été trouvée.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Êtes-vous sûr de vouloir effacer les journaux d'erreurs 404 ?", "clear404-confirm": "Êtes-vous sûr de vouloir effacer les journaux d'erreurs 404 ?",
"clear404-success": "Erreurs \"404 non trouvé\" effacées" "clear404-success": "Erreurs \"404 non trouvé\" effacées"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Télécharger", "touch-icon.upload": "Télécharger",
"touch-icon.help": "Taille et format recommandés : 192x192, format PNG uniquement. Si aucune icône n'est spécifiée, NodeBB utilisera le favicon.", "touch-icon.help": "Taille et format recommandés : 192x192, format PNG uniquement. Si aucune icône n'est spécifiée, NodeBB utilisera le favicon.",
"outgoing-links": "Liens sortants", "outgoing-links": "Liens sortants",
"outgoing-links.warning-page": "Utiliser la page d'avertissement pour liens sortants" "outgoing-links.warning-page": "Utiliser la page d'avertissement pour liens sortants",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "Nombre de réponses", "reply-count": "Nombre de réponses",
"at-least": "Au moins", "at-least": "Au moins",
"at-most": "Au plus", "at-most": "Au plus",
"relevance": "Relevance",
"post-time": "Date de message", "post-time": "Date de message",
"newer-than": "Plus récent que", "newer-than": "Plus récent que",
"older-than": "Plus vieux que", "older-than": "Plus vieux que",

@ -13,7 +13,8 @@
"notify_me": "Être notifié des réponses dans ce sujet", "notify_me": "Être notifié des réponses dans ce sujet",
"quote": "Citer", "quote": "Citer",
"reply": "Répondre", "reply": "Répondre",
"replies_to_this_post": "Réponses : %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "Répondre à l'aide d'un sujet", "reply-as-topic": "Répondre à l'aide d'un sujet",
"guest-login-reply": "Se connecter pour répondre", "guest-login-reply": "Se connecter pour répondre",
"edit": "Éditer", "edit": "Éditer",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "Número de Respostas", "reply-count": "Número de Respostas",
"at-least": "Como mínimo", "at-least": "Como mínimo",
"at-most": "Como máximo", "at-most": "Como máximo",
"relevance": "Relevance",
"post-time": "Data de publicación", "post-time": "Data de publicación",
"newer-than": "Máis recente que", "newer-than": "Máis recente que",
"older-than": "Máis antigo que", "older-than": "Máis antigo que",

@ -13,7 +13,8 @@
"notify_me": "Serás notificado canto haxa novas respostas neste tema", "notify_me": "Serás notificado canto haxa novas respostas neste tema",
"quote": "Citar", "quote": "Citar",
"reply": "Responder", "reply": "Responder",
"replies_to_this_post": "Respostas: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "Responder como tema", "reply-as-topic": "Responder como tema",
"guest-login-reply": "Identifícate para responder", "guest-login-reply": "Identifícate para responder",
"edit": "Editar", "edit": "Editar",

@ -8,7 +8,7 @@
"clear-error-log": "Clear Error Log", "clear-error-log": "Clear Error Log",
"route": "Route", "route": "Route",
"count": "Count", "count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.", "no-routes-not-found": "Hooray! No 404 errors!",
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?", "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared" "clear404-success": "\"404 Not Found\" errors cleared"
} }

@ -26,5 +26,6 @@
"touch-icon.upload": "Upload", "touch-icon.upload": "Upload",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", "touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Outgoing Links", "outgoing-links": "Outgoing Links",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page" "outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by"
} }

@ -12,6 +12,7 @@
"reply-count": "כמות תגובות", "reply-count": "כמות תגובות",
"at-least": "לפחות", "at-least": "לפחות",
"at-most": "לכל היותר", "at-most": "לכל היותר",
"relevance": "Relevance",
"post-time": "זמן הפוסט", "post-time": "זמן הפוסט",
"newer-than": "חדש מ", "newer-than": "חדש מ",
"older-than": "ישן מ", "older-than": "ישן מ",

@ -13,7 +13,8 @@
"notify_me": "קבל התראה כאשר יש תגובות חדשות בנושא זה", "notify_me": "קבל התראה כאשר יש תגובות חדשות בנושא זה",
"quote": "ציטוט", "quote": "ציטוט",
"reply": "תגובה", "reply": "תגובה",
"replies_to_this_post": "Replies: %1", "replies_to_this_post": "%1 Replies",
"last_reply_time": "Last reply",
"reply-as-topic": "הגב כנושא", "reply-as-topic": "הגב כנושא",
"guest-login-reply": "התחבר כדי לפרסם תגובה", "guest-login-reply": "התחבר כדי לפרסם תגובה",
"edit": "עריכה", "edit": "עריכה",

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

Loading…
Cancel
Save