Latest translations and fallbacks

v1.18.x
Misty (Bot) 7 years ago
parent cf82407a8f
commit badb06a9de

@ -32,5 +32,9 @@
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info" "redis.raw-info": "Redis Raw Info",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(None)", "parent-category-none": "(None)",
"copy-settings": "Copy Settings From", "copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Optional) Clone Settings From Category",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Purge Category",
"enable": "Enable", "enable": "Enable",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.", "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.enable": "Enable Traffic Management", "traffic.enable": "Enable Traffic Management",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -78,6 +78,7 @@
"still-uploading": "الرجاء الانتظار حتى يكتمل الرفع.", "still-uploading": "الرجاء الانتظار حتى يكتمل الرفع.",
"file-too-big": "الحد الأقصى لرفع الملفات %1 كيلو بت. رجاءًا ارفع ملف أصغر", "file-too-big": "الحد الأقصى لرفع الملفات %1 كيلو بت. رجاءًا ارفع ملف أصغر",
"guest-upload-disabled": "خاصية رفع الملفات غير مفعلة للزوار.", "guest-upload-disabled": "خاصية رفع الملفات غير مفعلة للزوار.",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "You have already bookmarked this post", "already-bookmarked": "You have already bookmarked this post",
"already-unbookmarked": "You have already unbookmarked this post", "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "لايمكن حظر مدبر نظام آخر.", "cant-ban-other-admins": "لايمكن حظر مدبر نظام آخر.",

@ -85,6 +85,7 @@
"language": "اللغة", "language": "اللغة",
"guest": "زائر", "guest": "زائر",
"guests": "الزوار", "guests": "الزوار",
"former_user": "A Former User",
"updated.title": "تم تحديث المنتدى", "updated.title": "تم تحديث المنتدى",
"updated.message": "لقد تم تحديث المنتدى إلى آخر نسخة للتو. إضغط هنا لإعادة تحميل الصفحة.", "updated.message": "لقد تم تحديث المنتدى إلى آخر نسخة للتو. إضغط هنا لإعادة تحميل الصفحة.",
"privacy": "الخصوصية", "privacy": "الخصوصية",

@ -32,5 +32,9 @@
"redis.iops": "Едновременни операции в секунда", "redis.iops": "Едновременни операции в секунда",
"redis.keyspace-hits": "Успешни търсения на ключове", "redis.keyspace-hits": "Успешни търсения на ключове",
"redis.keyspace-misses": "Неуспешни търсения на ключове", "redis.keyspace-misses": "Неуспешни търсения на ключове",
"redis.raw-info": "Сурови данни от Redis" "redis.raw-info": "Сурови данни от Redis",
}
"postgres": "Postgres",
"postgres.version": "Версия на PostgreSQL",
"postgres.raw-info": "Сурови данни от Postgres"
}

@ -19,6 +19,7 @@
"parent-category-none": "(Няма)", "parent-category-none": "(Няма)",
"copy-settings": "Копиране на настройките от", "copy-settings": "Копиране на настройките от",
"optional-clone-settings": "(Незадължително) Копиране на настройките от категория", "optional-clone-settings": "(Незадължително) Копиране на настройките от категория",
"clone-children": "Клониране на дъщерните категории и настройки",
"purge": "Изтриване на категорията", "purge": "Изтриване на категорията",
"enable": "Включване", "enable": "Включване",

@ -13,9 +13,10 @@
"headers.acam": "Методи за разрешаване на управлението на достъпа", "headers.acam": "Методи за разрешаване на управлението на достъпа",
"headers.acah": "Заглавки за разрешаване на управлението на достъпа", "headers.acah": "Заглавки за разрешаване на управлението на достъпа",
"hsts": "Стриктна транспортна сигурност", "hsts": "Стриктна транспортна сигурност",
"hsts.enabled": "Включване на HSTS (препоръчително)",
"hsts.subdomains": "Включване на поддомейните в заглавката на HSTS", "hsts.subdomains": "Включване на поддомейните в заглавката на HSTS",
"hsts.preload": "Позволяване на предварителното зареждане на заглавката на HSTS", "hsts.preload": "Позволяване на предварителното зареждане на заглавката на HSTS",
"hsts.help": "За този уеб сайт вече има настроена заглавка за HSTS. Можете да изберете дали да включите поддомейните и дали за заредите предварително флаговете в заглавката си. Ако не знаете какво да направите, най-добре не избирайте нищо. <a href=\"%1\">Още информация <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "Ако това е включено, за този уеб ще бъде настроена заглавка за HSTS. Можете да изберете дали да включите поддомейните и дали за заредите предварително флаговете в заглавката си. Ако не знаете какво да направите, най-добре не избирайте нищо. <a href=\"%1\">Още информация<i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Управление на трафика", "traffic-management": "Управление на трафика",
"traffic.help": "NodeBB има вграден модул, който автоматично отказва заявките в натоварените моменти. Можете да настроите поведението тук, въпреки че стойностите по подразбиране са добра отправна точка.", "traffic.help": "NodeBB има вграден модул, който автоматично отказва заявките в натоварените моменти. Можете да настроите поведението тук, въпреки че стойностите по подразбиране са добра отправна точка.",
"traffic.enable": "Включване на управлението на трафика", "traffic.enable": "Включване на управлението на трафика",

@ -6,6 +6,5 @@
"max-posts-per-page": "Максимален брой публикации на страница", "max-posts-per-page": "Максимален брой публикации на страница",
"categories": "Странициране на категориите", "categories": "Странициране на категориите",
"topics-per-page": "Теми на страница", "topics-per-page": "Теми на страница",
"max-topics-per-page": "Максимален брой теми на страница", "max-topics-per-page": "Максимален брой теми на страница"
"initial-num-load": "Начален брой теми, които да бъдат заредени за „непрочетени“, „скорошни“ и „популярни“"
} }

@ -78,6 +78,7 @@
"still-uploading": "Моля, изчакайте качването да приключи.", "still-uploading": "Моля, изчакайте качването да приключи.",
"file-too-big": "Максималният разрешен размер на файл е %1 КБ моля, качете по-малък файл", "file-too-big": "Максималният разрешен размер на файл е %1 КБ моля, качете по-малък файл",
"guest-upload-disabled": "Качването не е разрешено за гости", "guest-upload-disabled": "Качването не е разрешено за гости",
"cors-error": "Изображението не може да бъде качено поради неправилни настройки на CORS",
"already-bookmarked": "Вече имате отметка към тази публикация", "already-bookmarked": "Вече имате отметка към тази публикация",
"already-unbookmarked": "Вече сте премахнали отметката си от тази публикация", "already-unbookmarked": "Вече сте премахнали отметката си от тази публикация",
"cant-ban-other-admins": "Не можете да блокирате другите администратори!", "cant-ban-other-admins": "Не можете да блокирате другите администратори!",

@ -85,6 +85,7 @@
"language": "Език", "language": "Език",
"guest": "Гост", "guest": "Гост",
"guests": "Гости", "guests": "Гости",
"former_user": "Бивш потребител",
"updated.title": "Форумът е актуализиран", "updated.title": "Форумът е актуализиран",
"updated.message": "Този форум току-що беше актуализиран до най-новата версия. Натиснете тук, за да опресните страницата.", "updated.message": "Този форум току-що беше актуализиран до най-новата версия. Натиснете тук, за да опресните страницата.",
"privacy": "Поверителност", "privacy": "Поверителност",

@ -32,5 +32,9 @@
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info" "redis.raw-info": "Redis Raw Info",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(None)", "parent-category-none": "(None)",
"copy-settings": "Copy Settings From", "copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Optional) Clone Settings From Category",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Purge Category",
"enable": "Enable", "enable": "Enable",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.", "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.enable": "Enable Traffic Management", "traffic.enable": "Enable Traffic Management",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -78,6 +78,7 @@
"still-uploading": "আপলোড সম্পূর্ণ জন্য অনুগ্রহ করে অপেক্ষা করুন", "still-uploading": "আপলোড সম্পূর্ণ জন্য অনুগ্রহ করে অপেক্ষা করুন",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file", "file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled", "guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "You have already bookmarked this post", "already-bookmarked": "You have already bookmarked this post",
"already-unbookmarked": "You have already unbookmarked this post", "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "আপনি অন্য এ্যাডমিনদের নিষিদ্ধ করতে পারেন না!", "cant-ban-other-admins": "আপনি অন্য এ্যাডমিনদের নিষিদ্ধ করতে পারেন না!",

@ -85,6 +85,7 @@
"language": "ভাষা", "language": "ভাষা",
"guest": "অতিথি", "guest": "অতিথি",
"guests": "অতিথি", "guests": "অতিথি",
"former_user": "A Former User",
"updated.title": "ফোরাম আপডেট করা হয়েছে", "updated.title": "ফোরাম আপডেট করা হয়েছে",
"updated.message": "এই ফোরামে এইমাত্র সর্বশেষ সংস্করণে আপডেট করা হয়েছে। পৃষ্ঠাটি রিফ্রেশ করতে এখানে ক্লিক করুন।", "updated.message": "এই ফোরামে এইমাত্র সর্বশেষ সংস্করণে আপডেট করা হয়েছে। পৃষ্ঠাটি রিফ্রেশ করতে এখানে ক্লিক করুন।",
"privacy": "নিরাপত্তা", "privacy": "নিরাপত্তা",

@ -32,5 +32,9 @@
"redis.iops": "Okamžité zpracování za sekundu", "redis.iops": "Okamžité zpracování za sekundu",
"redis.keyspace-hits": "Zpracováno klíčů", "redis.keyspace-hits": "Zpracováno klíčů",
"redis.keyspace-misses": "Chyby klíče", "redis.keyspace-misses": "Chyby klíče",
"redis.raw-info": "Informace Redis Raw" "redis.raw-info": "Informace Redis Raw",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(nic)", "parent-category-none": "(nic)",
"copy-settings": "Kopírovat nastavení z", "copy-settings": "Kopírovat nastavení z",
"optional-clone-settings": "Klonovat nastavení z kategorie (doporučeno)", "optional-clone-settings": "Klonovat nastavení z kategorie (doporučeno)",
"clone-children": "Clone Children Categories And Settings",
"purge": "Vyčistit kategorii", "purge": "Vyčistit kategorii",
"enable": "Povolit", "enable": "Povolit",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Zahrnout poddomény v hlavičce HSTS", "hsts.subdomains": "Zahrnout poddomény v hlavičce HSTS",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Správa provozu", "traffic-management": "Správa provozu",
"traffic.help": "NodeBB obsahuje modul, který automaticky zamítá požadavky při vysokém vytížení. Toto nastavení můžete zde upravit, ačkoliv výchozí hodnoty jsou zaručením úspěchu.", "traffic.help": "NodeBB obsahuje modul, který automaticky zamítá požadavky při vysokém vytížení. Toto nastavení můžete zde upravit, ačkoliv výchozí hodnoty jsou zaručením úspěchu.",
"traffic.enable": "Povolit správu provozu", "traffic.enable": "Povolit správu provozu",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximální množství příspěvků na stránku", "max-posts-per-page": "Maximální množství příspěvků na stránku",
"categories": "Stránkování kategorii", "categories": "Stránkování kategorii",
"topics-per-page": "Témat na stránku", "topics-per-page": "Témat na stránku",
"max-topics-per-page": "Maximální množství témat na stránku", "max-topics-per-page": "Maximální množství témat na stránku"
"initial-num-load": "Počáteční počet témat pro načtení u nepřečtených, posledních a polulárních"
} }

@ -78,6 +78,7 @@
"still-uploading": "Vyčkejte, než se vše kompletně nahraje.", "still-uploading": "Vyčkejte, než se vše kompletně nahraje.",
"file-too-big": "Maximální povolená velikost je %1 kB nahrajte menší soubor", "file-too-big": "Maximální povolená velikost je %1 kB nahrajte menší soubor",
"guest-upload-disabled": "Nahrávání od hostů nebylo povoleno", "guest-upload-disabled": "Nahrávání od hostů nebylo povoleno",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "Již jste tento příspěvek zazáložkoval", "already-bookmarked": "Již jste tento příspěvek zazáložkoval",
"already-unbookmarked": "Již jste u tohoto příspěvku odebral záložku", "already-unbookmarked": "Již jste u tohoto příspěvku odebral záložku",
"cant-ban-other-admins": "Nemůžete zablokovat jiné správce.", "cant-ban-other-admins": "Nemůžete zablokovat jiné správce.",

@ -85,6 +85,7 @@
"language": "Jazyk", "language": "Jazyk",
"guest": "Host", "guest": "Host",
"guests": "Hosté", "guests": "Hosté",
"former_user": "A Former User",
"updated.title": "Fórum bylo zaktualizováno", "updated.title": "Fórum bylo zaktualizováno",
"updated.message": "Toto fórum bylo právě aktualizováno na poslední verzi. Klikněte zde a obnovte tuto stránku.", "updated.message": "Toto fórum bylo právě aktualizováno na poslední verzi. Klikněte zde a obnovte tuto stránku.",
"privacy": "Soukromí", "privacy": "Soukromí",

@ -32,5 +32,9 @@
"redis.iops": "Øjeblikkelige Ops. pr. sekund", "redis.iops": "Øjeblikkelige Ops. pr. sekund",
"redis.keyspace-hits": "Mellemrums Tryk", "redis.keyspace-hits": "Mellemrums Tryk",
"redis.keyspace-misses": "Mellemrums Misses", "redis.keyspace-misses": "Mellemrums Misses",
"redis.raw-info": "Redis Rå Info" "redis.raw-info": "Redis Rå Info",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(None)", "parent-category-none": "(None)",
"copy-settings": "Copy Settings From", "copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Optional) Clone Settings From Category",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Purge Category",
"enable": "Enable", "enable": "Enable",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.", "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.enable": "Enable Traffic Management", "traffic.enable": "Enable Traffic Management",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -78,6 +78,7 @@
"still-uploading": "Venligst vent til overførslen er færdig", "still-uploading": "Venligst vent til overførslen er færdig",
"file-too-big": "Maksimum filstørrelse er %1 kB - venligst overfør en mindre fil", "file-too-big": "Maksimum filstørrelse er %1 kB - venligst overfør en mindre fil",
"guest-upload-disabled": "Gæsteupload er deaktiveret", "guest-upload-disabled": "Gæsteupload er deaktiveret",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "You have already bookmarked this post", "already-bookmarked": "You have already bookmarked this post",
"already-unbookmarked": "You have already unbookmarked this post", "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Du kan ikke udlukke andre administatrorer!", "cant-ban-other-admins": "Du kan ikke udlukke andre administatrorer!",

@ -85,6 +85,7 @@
"language": "Sprog", "language": "Sprog",
"guest": "Gæst", "guest": "Gæst",
"guests": "Gæster", "guests": "Gæster",
"former_user": "A Former User",
"updated.title": "Forum opdateret", "updated.title": "Forum opdateret",
"updated.message": "Dette form er lige blevet opdateret til den seneste version. Klik her for at genindlæse siden.", "updated.message": "Dette form er lige blevet opdateret til den seneste version. Klik her for at genindlæse siden.",
"privacy": "Privatliv", "privacy": "Privatliv",

@ -32,5 +32,9 @@
"redis.iops": "Durchschnittliche Anzahl von Ein-/Ausgaben pro Sekunde", "redis.iops": "Durchschnittliche Anzahl von Ein-/Ausgaben pro Sekunde",
"redis.keyspace-hits": "Schlüsselraum Treffer", "redis.keyspace-hits": "Schlüsselraum Treffer",
"redis.keyspace-misses": "Schlüsselraum Verfehlungen", "redis.keyspace-misses": "Schlüsselraum Verfehlungen",
"redis.raw-info": "Redis Rohinfo" "redis.raw-info": "Redis Rohinfo",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"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",
"clone-children": "Clone Children Categories And Settings",
"purge": "Kategorie löschen", "purge": "Kategorie löschen",
"enable": "Aktivieren", "enable": "Aktivieren",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Subdomains in HSTS Header einbinden", "hsts.subdomains": "Subdomains in HSTS Header einbinden",
"hsts.preload": "Vorabladen von HSTS Header erlauben", "hsts.preload": "Vorabladen von HSTS Header erlauben",
"hsts.help": "Ein HSTS Header ist bereits für diese Seite vorkonfiguriert. Du kannst subdomains und preloading flags zur inklusion in den Header auswählen. Im zweifel kannst du diese abgewählt lassen.<a href=\"%1\">Mehr erfahren<i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB wird mit einem Modul geliefert, welches automatisch anfragen in High-Traffic Situationen blockiert. Du kannst diese Einstellungen hier ändern, auch wenn die Standardeinstellungen einen guten Anfang darstellen sollten", "traffic.help": "NodeBB wird mit einem Modul geliefert, welches automatisch anfragen in High-Traffic Situationen blockiert. Du kannst diese Einstellungen hier ändern, auch wenn die Standardeinstellungen einen guten Anfang darstellen sollten",
"traffic.enable": "Traffic Management aktivieren", "traffic.enable": "Traffic Management aktivieren",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximale Anzahl von Beiträgen pro Seite", "max-posts-per-page": "Maximale Anzahl von Beiträgen pro Seite",
"categories": "Kategorie Seitennummerierung", "categories": "Kategorie Seitennummerierung",
"topics-per-page": "Themen pro Seite", "topics-per-page": "Themen pro Seite",
"max-topics-per-page": "Maximale Anzahl von Themen pro Seite", "max-topics-per-page": "Maximale Anzahl von Themen pro Seite"
"initial-num-load": "Ursprüngliche Anzahl an Themen, die bei ungelesen, aktuell und beliebt geladen werden sollen"
} }

@ -78,6 +78,7 @@
"still-uploading": "Bitte warte bis der Vorgang abgeschlossen ist.", "still-uploading": "Bitte warte bis der Vorgang abgeschlossen ist.",
"file-too-big": "Die maximale Dateigröße ist %1 kB, bitte lade eine kleinere Datei hoch.", "file-too-big": "Die maximale Dateigröße ist %1 kB, bitte lade eine kleinere Datei hoch.",
"guest-upload-disabled": "Uploads für Gäste wurden deaktiviert.", "guest-upload-disabled": "Uploads für Gäste wurden deaktiviert.",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "Du hast diesen Beitrag bereits als Lesezeichen gespeichert", "already-bookmarked": "Du hast diesen Beitrag bereits als Lesezeichen gespeichert",
"already-unbookmarked": "Du hast diesen Beitrag bereits aus deinen Lesezeichen entfernt", "already-unbookmarked": "Du hast diesen Beitrag bereits aus deinen Lesezeichen entfernt",
"cant-ban-other-admins": "Du kannst andere Administratoren nicht sperren!", "cant-ban-other-admins": "Du kannst andere Administratoren nicht sperren!",

@ -85,6 +85,7 @@
"language": "Sprache", "language": "Sprache",
"guest": "Gast", "guest": "Gast",
"guests": "Gäste", "guests": "Gäste",
"former_user": "A Former User",
"updated.title": "Forum aktualisiert", "updated.title": "Forum aktualisiert",
"updated.message": "Dieses Forum wurde gerade auf die neueste Version aktualisiert. Klicke hier, um die Seite neuzuladen.", "updated.message": "Dieses Forum wurde gerade auf die neueste Version aktualisiert. Klicke hier, um die Seite neuzuladen.",
"privacy": "Privatsphäre", "privacy": "Privatsphäre",

@ -32,5 +32,9 @@
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info" "redis.raw-info": "Redis Raw Info",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(None)", "parent-category-none": "(None)",
"copy-settings": "Copy Settings From", "copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Optional) Clone Settings From Category",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Purge Category",
"enable": "Enable", "enable": "Enable",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.", "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.enable": "Enable Traffic Management", "traffic.enable": "Enable Traffic Management",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -78,6 +78,7 @@
"still-uploading": "Παρακαλώ περίμενε να τελειώσει το ανέβασμα των αρχείων.", "still-uploading": "Παρακαλώ περίμενε να τελειώσει το ανέβασμα των αρχείων.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file", "file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled", "guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "You have already bookmarked this post", "already-bookmarked": "You have already bookmarked this post",
"already-unbookmarked": "You have already unbookmarked this post", "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Δεν μπορείς να αποκλείσεις άλλους διαχειριστές!", "cant-ban-other-admins": "Δεν μπορείς να αποκλείσεις άλλους διαχειριστές!",

@ -85,6 +85,7 @@
"language": "Γλώσσα", "language": "Γλώσσα",
"guest": "Επισκέπτης", "guest": "Επισκέπτης",
"guests": "Επισκέπτες", "guests": "Επισκέπτες",
"former_user": "A Former User",
"updated.title": "Το φόρουμ αναβαθμίστηκε", "updated.title": "Το φόρουμ αναβαθμίστηκε",
"updated.message": "Το φόρουμ μόλις αναβαθμίστηκε στην πιο πρόσφατη έκδοση. Κάνε κλικ εδώ για να ανανεώσεις την σελίδα.", "updated.message": "Το φόρουμ μόλις αναβαθμίστηκε στην πιο πρόσφατη έκδοση. Κάνε κλικ εδώ για να ανανεώσεις την σελίδα.",
"privacy": "Privacy", "privacy": "Privacy",

@ -32,5 +32,9 @@
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info" "redis.raw-info": "Redis Raw Info",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(None)", "parent-category-none": "(None)",
"copy-settings": "Copy Settings From", "copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Optional) Clone Settings From Category",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Purge Category",
"enable": "Enable", "enable": "Enable",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.", "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.enable": "Enable Traffic Management", "traffic.enable": "Enable Traffic Management",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -78,6 +78,7 @@
"still-uploading": "Please wait for uploads to complete.", "still-uploading": "Please wait for uploads to complete.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file", "file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled", "guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "You have already bookmarked this post", "already-bookmarked": "You have already bookmarked this post",
"already-unbookmarked": "You have already unbookmarked this post", "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "You can't ban other admins!", "cant-ban-other-admins": "You can't ban other admins!",

@ -85,6 +85,7 @@
"language": "Language", "language": "Language",
"guest": "Guest", "guest": "Guest",
"guests": "Guests", "guests": "Guests",
"former_user": "A Former User",
"updated.title": "Forum Updated", "updated.title": "Forum Updated",
"updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.",
"privacy": "Privacy", "privacy": "Privacy",

@ -32,5 +32,9 @@
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info" "redis.raw-info": "Redis Raw Info",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(None)", "parent-category-none": "(None)",
"copy-settings": "Copy Settings From", "copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Optional) Clone Settings From Category",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Purge Category",
"enable": "Enable", "enable": "Enable",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.", "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.enable": "Enable Traffic Management", "traffic.enable": "Enable Traffic Management",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -78,6 +78,7 @@
"still-uploading": "Please wait for uploads to complete.", "still-uploading": "Please wait for uploads to complete.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file", "file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled", "guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "You have already bookmarked this post", "already-bookmarked": "You have already bookmarked this post",
"already-unbookmarked": "You have already unbookmarked this post", "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "You can't ban other admins!", "cant-ban-other-admins": "You can't ban other admins!",

@ -85,6 +85,7 @@
"language": "Language", "language": "Language",
"guest": "Guest", "guest": "Guest",
"guests": "Guests", "guests": "Guests",
"former_user": "A Former User",
"updated.title": "Forum Updated", "updated.title": "Forum Updated",
"updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.",
"privacy": "Privacy", "privacy": "Privacy",

@ -32,5 +32,9 @@
"redis.iops": "Operaciones Instantáneas por Segundo", "redis.iops": "Operaciones Instantáneas por Segundo",
"redis.keyspace-hits": "Pulsaciones de espaciado del teclado", "redis.keyspace-hits": "Pulsaciones de espaciado del teclado",
"redis.keyspace-misses": "Fallos de espaciado del teclado", "redis.keyspace-misses": "Fallos de espaciado del teclado",
"redis.raw-info": "Fila de Información de Redis" "redis.raw-info": "Fila de Información de Redis",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(Ninguna)", "parent-category-none": "(Ninguna)",
"copy-settings": "Copiar Configuración Desde", "copy-settings": "Copiar Configuración Desde",
"optional-clone-settings": "(Opcional) Clonar Configuración De Categoría", "optional-clone-settings": "(Opcional) Clonar Configuración De Categoría",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purgar Categoría", "purge": "Purgar Categoría",
"enable": "Activar", "enable": "Activar",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Administración de Tráfico", "traffic-management": "Administración de Tráfico",
"traffic.help": "NodeBB se despliega equipado con un módulo que deniega automáticamente requests de HTTP en situaciones de tráfico alto. Puedes ajustar esta configuración aquí, aunque los valores por defecto son un punto de partida aceptable.", "traffic.help": "NodeBB se despliega equipado con un módulo que deniega automáticamente requests de HTTP en situaciones de tráfico alto. Puedes ajustar esta configuración aquí, aunque los valores por defecto son un punto de partida aceptable.",
"traffic.enable": "Habilitar Administración de Tráfico", "traffic.enable": "Habilitar Administración de Tráfico",

@ -6,6 +6,5 @@
"max-posts-per-page": "Mensajes máximos por página", "max-posts-per-page": "Mensajes máximos por página",
"categories": "Paginación de Categorías", "categories": "Paginación de Categorías",
"topics-per-page": "Temas por Página", "topics-per-page": "Temas por Página",
"max-topics-per-page": "Máximo de temas por página", "max-topics-per-page": "Máximo de temas por página"
"initial-num-load": "Número Inicial de Temas para cargar en No Leídos, Recientes, Populares"
} }

@ -78,6 +78,7 @@
"still-uploading": "Por favor, espera a que terminen las subidas.", "still-uploading": "Por favor, espera a que terminen las subidas.",
"file-too-big": "El tamaño de fichero máximo es de %1 kB - por favor, suba un fichero más pequeño", "file-too-big": "El tamaño de fichero máximo es de %1 kB - por favor, suba un fichero más pequeño",
"guest-upload-disabled": "Las subidas están deshabilitadas para los invitados", "guest-upload-disabled": "Las subidas están deshabilitadas para los invitados",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "Ya marcaste este mensaje", "already-bookmarked": "Ya marcaste este mensaje",
"already-unbookmarked": "Ya desmarcarste este mensaje", "already-unbookmarked": "Ya desmarcarste este mensaje",
"cant-ban-other-admins": "¡No puedes expulsar a otros administradores!", "cant-ban-other-admins": "¡No puedes expulsar a otros administradores!",

@ -85,6 +85,7 @@
"language": "Idioma", "language": "Idioma",
"guest": "Invitado", "guest": "Invitado",
"guests": "Invitados", "guests": "Invitados",
"former_user": "A Former User",
"updated.title": "Foro actualizado", "updated.title": "Foro actualizado",
"updated.message": "El foro acaba de ser actualizado a la última versión. Haz click aquí para refrescar la página.", "updated.message": "El foro acaba de ser actualizado a la última versión. Haz click aquí para refrescar la página.",
"privacy": "Privacidad", "privacy": "Privacidad",

@ -32,5 +32,9 @@
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info" "redis.raw-info": "Redis Raw Info",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(None)", "parent-category-none": "(None)",
"copy-settings": "Copy Settings From", "copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Optional) Clone Settings From Category",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Purge Category",
"enable": "Enable", "enable": "Enable",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.", "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.enable": "Enable Traffic Management", "traffic.enable": "Enable Traffic Management",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -78,6 +78,7 @@
"still-uploading": "Palun oota, kuni üleslaadimised on laetud.", "still-uploading": "Palun oota, kuni üleslaadimised on laetud.",
"file-too-big": "Maksimaalne üleslaetava faili suurus on %1 kB - valige väiksema mahuga fail.", "file-too-big": "Maksimaalne üleslaetava faili suurus on %1 kB - valige väiksema mahuga fail.",
"guest-upload-disabled": "Külaliste üleslaadimine on keelatud.", "guest-upload-disabled": "Külaliste üleslaadimine on keelatud.",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "You have already bookmarked this post", "already-bookmarked": "You have already bookmarked this post",
"already-unbookmarked": "You have already unbookmarked this post", "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Sa ei saa bannida teisi administraatoreid!", "cant-ban-other-admins": "Sa ei saa bannida teisi administraatoreid!",

@ -85,6 +85,7 @@
"language": "Keel", "language": "Keel",
"guest": "Külaline", "guest": "Külaline",
"guests": "Külalised", "guests": "Külalised",
"former_user": "A Former User",
"updated.title": "Foorum on uuendatud", "updated.title": "Foorum on uuendatud",
"updated.message": "See foorum uuendati just kõige uuemale versioonile. Vajuta siia et värskendada veebilehte.", "updated.message": "See foorum uuendati just kõige uuemale versioonile. Vajuta siia et värskendada veebilehte.",
"privacy": "Privaatsus", "privacy": "Privaatsus",

@ -32,5 +32,9 @@
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info" "redis.raw-info": "Redis Raw Info",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(None)", "parent-category-none": "(None)",
"copy-settings": "Copy Settings From", "copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Optional) Clone Settings From Category",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Purge Category",
"enable": "Enable", "enable": "Enable",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.", "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.enable": "Enable Traffic Management", "traffic.enable": "Enable Traffic Management",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -78,6 +78,7 @@
"still-uploading": "خواهشمندیم تا پایان بارگذاری‌ها شکیبا باشید.", "still-uploading": "خواهشمندیم تا پایان بارگذاری‌ها شکیبا باشید.",
"file-too-big": "حداکثر مجاز حجم فایل %1 کیلوبایت می باشد - لطفا فایلی با حجم کمتر بارگذاری کنید", "file-too-big": "حداکثر مجاز حجم فایل %1 کیلوبایت می باشد - لطفا فایلی با حجم کمتر بارگذاری کنید",
"guest-upload-disabled": "بارگذاری برای مهمانان غیر فعال شده است", "guest-upload-disabled": "بارگذاری برای مهمانان غیر فعال شده است",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "شما قبلا این پست را نشانک کرده‌اید", "already-bookmarked": "شما قبلا این پست را نشانک کرده‌اید",
"already-unbookmarked": "شما قبلا این پست را از نشانک در آوردید", "already-unbookmarked": "شما قبلا این پست را از نشانک در آوردید",
"cant-ban-other-admins": "شما نمی‌توانید دیگر مدیران را محروم کنید!", "cant-ban-other-admins": "شما نمی‌توانید دیگر مدیران را محروم کنید!",

@ -85,6 +85,7 @@
"language": "زبان", "language": "زبان",
"guest": "مهمان", "guest": "مهمان",
"guests": "مهمان‌ها", "guests": "مهمان‌ها",
"former_user": "A Former User",
"updated.title": "انجمن بروزرسانی شد", "updated.title": "انجمن بروزرسانی شد",
"updated.message": "این انجمن به آخرین نسخه بروزرسانی شد. برای بارگذاری مجدد صفحه اینجا کلیک کنید.", "updated.message": "این انجمن به آخرین نسخه بروزرسانی شد. برای بارگذاری مجدد صفحه اینجا کلیک کنید.",
"privacy": "حریم خصوصی", "privacy": "حریم خصوصی",

@ -32,5 +32,9 @@
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info" "redis.raw-info": "Redis Raw Info",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(None)", "parent-category-none": "(None)",
"copy-settings": "Copy Settings From", "copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Optional) Clone Settings From Category",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Purge Category",
"enable": "Enable", "enable": "Enable",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.", "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.enable": "Enable Traffic Management", "traffic.enable": "Enable Traffic Management",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -78,6 +78,7 @@
"still-uploading": "Ole hyvä ja odota tiedostojen lähettämisen valmistumista.", "still-uploading": "Ole hyvä ja odota tiedostojen lähettämisen valmistumista.",
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file", "file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled", "guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "You have already bookmarked this post", "already-bookmarked": "You have already bookmarked this post",
"already-unbookmarked": "You have already unbookmarked this post", "already-unbookmarked": "You have already unbookmarked this post",
"cant-ban-other-admins": "Et voi estää muita ylläpitäjiä!", "cant-ban-other-admins": "Et voi estää muita ylläpitäjiä!",

@ -85,6 +85,7 @@
"language": "Kieli", "language": "Kieli",
"guest": "Vieras", "guest": "Vieras",
"guests": "Vieraat", "guests": "Vieraat",
"former_user": "A Former User",
"updated.title": "Foorumi päivitetty", "updated.title": "Foorumi päivitetty",
"updated.message": "Tämä foorumi on juuri päivitetty uusimpaan versioon. Paina tästä päivittääksesi sivun.", "updated.message": "Tämä foorumi on juuri päivitetty uusimpaan versioon. Paina tästä päivittääksesi sivun.",
"privacy": "Yksityisyys", "privacy": "Yksityisyys",

@ -32,5 +32,9 @@
"redis.iops": "Opérations instantanées par seconde", "redis.iops": "Opérations instantanées par seconde",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Informations brutes Redis" "redis.raw-info": "Informations brutes Redis",
}
"postgres": "Postgres",
"postgres.version": "Version PostgreSQL",
"postgres.raw-info": "Info brute Postgres"
}

@ -19,6 +19,7 @@
"parent-category-none": "(Aucun)", "parent-category-none": "(Aucun)",
"copy-settings": "Copier les paramètres de", "copy-settings": "Copier les paramètres de",
"optional-clone-settings": "Copier les paramètres de la catégorie (optionnel)", "optional-clone-settings": "Copier les paramètres de la catégorie (optionnel)",
"clone-children": "Copier les catégories et les paramètres",
"purge": "Vider la catégorie", "purge": "Vider la catégorie",
"enable": "Activer", "enable": "Activer",

@ -13,9 +13,10 @@
"headers.acam": "\nAccess-Control-Allow-Methods", "headers.acam": "\nAccess-Control-Allow-Methods",
"headers.acah": "\nAccess-Control-Allow-Headers", "headers.acah": "\nAccess-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Activer HSTS (recommandé)",
"hsts.subdomains": "Inclure les sous-domaines dans l'en-tête HSTS", "hsts.subdomains": "Inclure les sous-domaines dans l'en-tête HSTS",
"hsts.preload": "Autoriser le préchargement de l'en-tête HSTS", "hsts.preload": "Autoriser le préchargement de l'en-tête HSTS",
"hsts.help": "Un en-tête HSTS est déjà pré-configuré pour ce site. Vous pouvez choisir d'inclure des sous-domaines et des indicateurs de préchargement dans votre en-tête. En cas de doute, vous pouvez les laisser non cochés. <a href=\"%1\">Plus d'informations<i class=\"fa fa-external-link\"></i></a>", "hsts.help": "Si activé, un en-tête HSTS sera défini pour ce site. Vous pouvez choisir d'inclure des sous-domaines et des indicateurs de préchargement dans votre en-tête. En cas de doute, ne cochez pas l'option. <a href=\"%1\">Plus d'informations<i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Gestion du trafic", "traffic-management": "Gestion du trafic",
"traffic.help": "NodeBB est déployé équipé d'un module qui refuse les requêtes en cas de situation de haut traffic. Vous pouvez changer les paramètres ici, bien que les paramètres par défaut sont un bon commencement.", "traffic.help": "NodeBB est déployé équipé d'un module qui refuse les requêtes en cas de situation de haut traffic. Vous pouvez changer les paramètres ici, bien que les paramètres par défaut sont un bon commencement.",
"traffic.enable": "Activé la gestion du trafic", "traffic.enable": "Activé la gestion du trafic",

@ -6,6 +6,5 @@
"max-posts-per-page": "Messages maximum par page", "max-posts-per-page": "Messages maximum par page",
"categories": "Pagination des categories", "categories": "Pagination des categories",
"topics-per-page": "Sujets par page", "topics-per-page": "Sujets par page",
"max-topics-per-page": "Sujets maximum par page", "max-topics-per-page": "Sujets maximum par page"
"initial-num-load": "Nombre initial de sujets à charger dans Non lus, Récents et Populaires"
} }

@ -78,6 +78,7 @@
"still-uploading": "Veuillez patienter pendant l'envoi des fichiers.", "still-uploading": "Veuillez patienter pendant l'envoi des fichiers.",
"file-too-big": "La taille maximale autorisée pour un fichier est de %1 ko. Veuillez envoyer un fichier plus petit.", "file-too-big": "La taille maximale autorisée pour un fichier est de %1 ko. Veuillez envoyer un fichier plus petit.",
"guest-upload-disabled": "L'envoi de fichiers a été désactivé pour les invités", "guest-upload-disabled": "L'envoi de fichiers a été désactivé pour les invités",
"cors-error": "Impossible d'envoyer l'image en raison d'une erreur de configuration CORS",
"already-bookmarked": "Vous avez déjà mis un marque-page", "already-bookmarked": "Vous avez déjà mis un marque-page",
"already-unbookmarked": "Vous avez déjà retiré un marque-page", "already-unbookmarked": "Vous avez déjà retiré un marque-page",
"cant-ban-other-admins": "Vous ne pouvez pas bannir les autres administrateurs !", "cant-ban-other-admins": "Vous ne pouvez pas bannir les autres administrateurs !",

@ -85,6 +85,7 @@
"language": "Langue", "language": "Langue",
"guest": "Invité", "guest": "Invité",
"guests": "Invités", "guests": "Invités",
"former_user": "Un Ancien Utilisateur",
"updated.title": "Forum mis à jour", "updated.title": "Forum mis à jour",
"updated.message": "Ce forum a été mis à jour à la dernière version. Cliquez ici pour recharger la page.", "updated.message": "Ce forum a été mis à jour à la dernière version. Cliquez ici pour recharger la page.",
"privacy": "Vie privée", "privacy": "Vie privée",

@ -32,5 +32,9 @@
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info" "redis.raw-info": "Redis Raw Info",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(None)", "parent-category-none": "(None)",
"copy-settings": "Copy Settings From", "copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Optional) Clone Settings From Category",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Purge Category",
"enable": "Enable", "enable": "Enable",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.", "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.enable": "Enable Traffic Management", "traffic.enable": "Enable Traffic Management",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -78,6 +78,7 @@
"still-uploading": "Por favor, agarda a que remate a subida.", "still-uploading": "Por favor, agarda a que remate a subida.",
"file-too-big": "O tamaño máximo permitido é %1 kB - por favor, sube un arquivo máis pequeno", "file-too-big": "O tamaño máximo permitido é %1 kB - por favor, sube un arquivo máis pequeno",
"guest-upload-disabled": "As subidas están deshabilitadas para os convidados", "guest-upload-disabled": "As subidas están deshabilitadas para os convidados",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "Xa marcaches esta mensaxe", "already-bookmarked": "Xa marcaches esta mensaxe",
"already-unbookmarked": "Xa desmarcaches esta mensaxe", "already-unbookmarked": "Xa desmarcaches esta mensaxe",
"cant-ban-other-admins": "Non podes botar outros administradores!", "cant-ban-other-admins": "Non podes botar outros administradores!",

@ -85,6 +85,7 @@
"language": "Idioma", "language": "Idioma",
"guest": "Invitado", "guest": "Invitado",
"guests": "Invitados", "guests": "Invitados",
"former_user": "A Former User",
"updated.title": "Foro Actualizado", "updated.title": "Foro Actualizado",
"updated.message": "O foro acaba de ser actualizado á última versión. Pica aquí para actualizar a páxina.", "updated.message": "O foro acaba de ser actualizado á última versión. Pica aquí para actualizar a páxina.",
"privacy": "Privacidad", "privacy": "Privacidad",

@ -32,5 +32,9 @@
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "מידע לא מעובד מRedis" "redis.raw-info": "מידע לא מעובד מRedis",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(None)", "parent-category-none": "(None)",
"copy-settings": "Copy Settings From", "copy-settings": "Copy Settings From",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Optional) Clone Settings From Category",
"clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Purge Category",
"enable": "Enable", "enable": "Enable",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Traffic Management", "traffic-management": "Traffic Management",
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.", "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.enable": "Enable Traffic Management", "traffic.enable": "Enable Traffic Management",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -78,6 +78,7 @@
"still-uploading": "אנא המתן לסיום ההעלאות", "still-uploading": "אנא המתן לסיום ההעלאות",
"file-too-big": "הגודל המקסימלי של הקובץ הוא %1 קילובייט - אנא העלה קובץ קטן יותר", "file-too-big": "הגודל המקסימלי של הקובץ הוא %1 קילובייט - אנא העלה קובץ קטן יותר",
"guest-upload-disabled": "העלאת אורחים אינה מאופשרת", "guest-upload-disabled": "העלאת אורחים אינה מאופשרת",
"cors-error": "Unable to upload image due to misconfigured CORS",
"already-bookmarked": "כבר הוספת פוסט זה לרשימת המסומנים", "already-bookmarked": "כבר הוספת פוסט זה לרשימת המסומנים",
"already-unbookmarked": "כבר הסרת פוסט זה מרשימת המסומנים", "already-unbookmarked": "כבר הסרת פוסט זה מרשימת המסומנים",
"cant-ban-other-admins": "אינך יכול לחסום מנהלים אחרים!", "cant-ban-other-admins": "אינך יכול לחסום מנהלים אחרים!",

@ -85,6 +85,7 @@
"language": "שפה", "language": "שפה",
"guest": "אורח", "guest": "אורח",
"guests": "אורחים", "guests": "אורחים",
"former_user": "A Former User",
"updated.title": "הפורום עודכן", "updated.title": "הפורום עודכן",
"updated.message": "הפורום עודכן לגרסא האחרונה. נא ללחוץ כאן לעדכון הדף.", "updated.message": "הפורום עודכן לגרסא האחרונה. נא ללחוץ כאן לעדכון הדף.",
"privacy": "פרטיות", "privacy": "פרטיות",

@ -32,5 +32,9 @@
"redis.iops": "Instante operacije po sekundi", "redis.iops": "Instante operacije po sekundi",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis sirova informacija" "redis.raw-info": "Redis sirova informacija",
}
"postgres": "Postgres",
"postgres.version": "PostgreSQL Version",
"postgres.raw-info": "Postgres Raw Info"
}

@ -19,6 +19,7 @@
"parent-category-none": "(Ništa)", "parent-category-none": "(Ništa)",
"copy-settings": "Kopiraj postavke iz ", "copy-settings": "Kopiraj postavke iz ",
"optional-clone-settings": "(Opcionalno) Kloniraj postavke iz kategorije", "optional-clone-settings": "(Opcionalno) Kloniraj postavke iz kategorije",
"clone-children": "Clone Children Categories And Settings",
"purge": "Odbaci kategoriju", "purge": "Odbaci kategoriju",
"enable": "Omogući", "enable": "Omogući",

@ -13,9 +13,10 @@
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)",
"hsts.subdomains": "Include subdomains in HSTS header", "hsts.subdomains": "Include subdomains in HSTS header",
"hsts.preload": "Allow preloading of HSTS header", "hsts.preload": "Allow preloading of HSTS header",
"hsts.help": "An HSTS header is already pre-configured for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>", "hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
"traffic-management": "Upravljanje prometom", "traffic-management": "Upravljanje prometom",
"traffic.help": "NodeBB koristi modul koji automatski odbija zahtjeve u situacijama visokog prometa.Možete ove postavke izmjeniti ovdje,iako su već zadane postavke dobra početna točka.", "traffic.help": "NodeBB koristi modul koji automatski odbija zahtjeve u situacijama visokog prometa.Možete ove postavke izmjeniti ovdje,iako su već zadane postavke dobra početna točka.",
"traffic.enable": "Omogući upravljanje prometom", "traffic.enable": "Omogući upravljanje prometom",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Numeriranje kategorija", "categories": "Numeriranje kategorija",
"topics-per-page": "Tema po stranici", "topics-per-page": "Tema po stranici",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Početni broj tema za učitati u sekcijama nepročitano,nedavno i popularno."
} }

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

Loading…
Cancel
Save