Merge commit '8e52abe8bed8706d2f75dce4f118490e48c6fab8' into v1.19.x

v1.18.x
Misty (Bot) 3 years ago
commit 5c89557155

@ -1,3 +1,62 @@
#### v1.19.1 (2022-01-21)
##### Chores
* **deps:**
* bump compare-versions from 4.1.2 to 4.1.3 in /install (#10154) (4a5182e4)
* update dependency lint-staged to v12.2.2 (f090de36)
* update dependency @commitlint/cli to v16.1.0 (44d81a95)
* update dependency lint-staged to v12.2.1 (857ac480)
* update dependency @commitlint/cli to v16.0.3 (9c63d076)
* update dependency lint-staged to v12.2.0 (1a0c117d)
* update dependency eslint to v8.7.0 (8abaf3f6)
* update dependency mocha to v9.1.4 (f5ad173b)
* up persona (89871d71)
* add test.sh to gitignore (d7796f0b)
* delete test script (250274c7)
* remove unused lang key #10180 (2fe91e36)
* incrementing version number - v1.19.0 (18b0a29f)
* update changelog for v1.19.0 (c8f1bc53)
* **i18n:**
* fallback strings for new resources: nodebb.admin-settings-user (78cd6de7)
* fallback strings for new resources: nodebb.user (3ec9197c)
* fallback strings for new resources: nodebb.email (354aa1a5)
##### New Features
* revert label js change (1c80adf1)
* hide all categories link on flags filters (e9d0db28)
* nicer error handling for bad jwt in unsubscribe template (31ea2266)
##### Bug Fixes
* **deps:**
* update dependency jquery-ui to v1.13.1 (#10186) (55b3a355)
* update dependency multiparty to v4.2.3 (#10188) (7fa2ba70)
* update dependency nodebb-theme-persona to v11.3.15 (#10155) (e03d4747)
* update dependency mongodb to v4.3.1 (#10178) (693ca1f1)
* update dependency nodebb-plugin-composer-default to v7.0.18 (#10164) (2c75cce6)
* urls used when recent/unread/popular/top is used as the homepage (28359665)
* mark unread button showing the selected category (fdfafb44)
* catch exceptions from sendNotifications (c1ec2047)
* multiple cid filter on flags page (3e8cb732)
* post indices if there is a blocked user in topic (f9279b63)
* dont add duplicate link backs (3b72ff87)
* #10175, fix topic linkbacks duplicating on post edit (b06c6329)
* #10173, don't show optional message if email is required (d1eb21c5)
* #10172, fix postqueue accept/reject notification text (6a75ed50)
* #10167, fix regression prevent guest post (4799efc7)
* CSRF handler to go back to saving in session (#10159) (e9ee843b)
* #10158, fix extra padding (03f5cbcc)
##### Refactors
* add method to error messages (c9fabb0e)
##### Tests
* add failing guest csrf test (#10169) (10949184)
#### v1.19.0 (2022-01-13) #### v1.19.0 (2022-01-13)
##### Breaking Changes ##### Breaking Changes

@ -141,11 +141,14 @@
"sendValidationEmail": 1, "sendValidationEmail": 1,
"includeUnverifiedEmails": 0, "includeUnverifiedEmails": 0,
"emailPrompt": 1, "emailPrompt": 1,
"sendEmailToBanned": 0,
"requireEmailAddress": 0, "requireEmailAddress": 0,
"inviteExpiration": 7, "inviteExpiration": 7,
"dailyDigestFreq": "off", "dailyDigestFreq": "off",
"digestHour": 17, "digestHour": 17,
"passwordExpiryDays": 0, "passwordExpiryDays": 0,
"cross-origin-embedder-policy": 0,
"cross-origin-resource-policy": "same-origin",
"hsts-maxage": 31536000, "hsts-maxage": 31536000,
"hsts-subdomains": 0, "hsts-subdomains": 0,
"hsts-preload": 0, "hsts-preload": 0,

@ -29,7 +29,7 @@
}, },
"dependencies": { "dependencies": {
"@adactive/bootstrap-tagsinput": "0.8.2", "@adactive/bootstrap-tagsinput": "0.8.2",
"ace-builds": "1.4.13", "ace-builds": "1.4.14",
"archiver": "5.3.0", "archiver": "5.3.0",
"async": "3.2.3", "async": "3.2.3",
"autoprefixer": "10.4.2", "autoprefixer": "10.4.2",
@ -38,9 +38,10 @@
"body-parser": "1.19.1", "body-parser": "1.19.1",
"bootbox": "5.5.2", "bootbox": "5.5.2",
"bootstrap": "3.4.1", "bootstrap": "3.4.1",
"chalk": "4.1.2",
"chart.js": "2.9.4", "chart.js": "2.9.4",
"cli-graph": "3.2.2", "cli-graph": "3.2.2",
"clipboard": "2.0.8", "clipboard": "2.0.10",
"colors": "1.4.0", "colors": "1.4.0",
"commander": "7.2.0", "commander": "7.2.0",
"compare-versions": "4.1.3", "compare-versions": "4.1.3",
@ -49,7 +50,7 @@
"connect-mongo": "4.6.0", "connect-mongo": "4.6.0",
"connect-multiparty": "2.2.0", "connect-multiparty": "2.2.0",
"connect-pg-simple": "7.0.0", "connect-pg-simple": "7.0.0",
"connect-redis": "6.0.0", "connect-redis": "6.1.1",
"cookie-parser": "1.4.6", "cookie-parser": "1.4.6",
"cron": "1.8.2", "cron": "1.8.2",
"cropperjs": "1.5.12", "cropperjs": "1.5.12",
@ -60,7 +61,7 @@
"express-session": "1.17.2", "express-session": "1.17.2",
"express-useragent": "1.0.15", "express-useragent": "1.0.15",
"graceful-fs": "4.2.9", "graceful-fs": "4.2.9",
"helmet": "4.6.0", "helmet": "5.0.2",
"html-to-text": "8.1.0", "html-to-text": "8.1.0",
"ipaddr.js": "2.0.1", "ipaddr.js": "2.0.1",
"jquery": "3.6.0", "jquery": "3.6.0",
@ -85,40 +86,41 @@
"@nodebb/bootswatch": "3.4.2", "@nodebb/bootswatch": "3.4.2",
"nconf": "0.11.3", "nconf": "0.11.3",
"nodebb-plugin-2factor": "3.0.4", "nodebb-plugin-2factor": "3.0.4",
"nodebb-plugin-composer-default": "7.0.18", "nodebb-plugin-composer-default": "7.0.20",
"nodebb-plugin-dbsearch": "5.1.1", "nodebb-plugin-dbsearch": "5.1.1",
"nodebb-plugin-emoji": "3.5.4", "nodebb-plugin-emoji": "3.5.9",
"nodebb-plugin-emoji-android": "2.0.5", "nodebb-plugin-emoji-android": "2.0.5",
"nodebb-plugin-markdown": "8.14.6", "nodebb-plugin-markdown": "9.0.5",
"nodebb-plugin-mentions": "3.0.4", "nodebb-plugin-mentions": "3.0.4",
"nodebb-plugin-spam-be-gone": "0.7.12", "nodebb-plugin-spam-be-gone": "0.7.12",
"nodebb-rewards-essentials": "0.2.1", "nodebb-rewards-essentials": "0.2.1",
"nodebb-theme-lavender": "5.3.2", "nodebb-theme-lavender": "5.3.2",
"nodebb-theme-persona": "11.3.18", "nodebb-theme-persona": "11.3.38",
"nodebb-theme-slick": "1.4.23", "nodebb-theme-slick": "1.4.23",
"nodebb-theme-vanilla": "12.1.16", "nodebb-theme-vanilla": "12.1.17",
"nodebb-widget-essentials": "5.0.4", "nodebb-widget-essentials": "5.0.7",
"nodemailer": "6.7.2", "nodemailer": "6.7.2",
"nprogress": "0.2.0", "nprogress": "0.2.0",
"passport": "0.5.2", "passport": "0.5.2",
"passport-http-bearer": "1.0.1", "passport-http-bearer": "1.0.1",
"passport-local": "1.0.0", "passport-local": "1.0.0",
"pg": "8.7.1", "pg": "8.7.3",
"pg-cursor": "2.7.1", "pg-cursor": "2.7.3",
"postcss": "8.4.5", "postcss": "8.4.6",
"postcss-clean": "1.2.0", "postcss-clean": "1.2.0",
"prompt": "1.2.1", "prompt": "1.2.1",
"ioredis": "4.28.3", "punycode": "2.1.1",
"ioredis": "4.28.5",
"request": "2.88.2", "request": "2.88.2",
"request-promise-native": "1.0.9", "request-promise-native": "1.0.9",
"requirejs": "2.3.6", "requirejs": "2.3.6",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"rss": "1.2.2", "rss": "1.2.2",
"sanitize-html": "2.6.1", "sanitize-html": "2.7.0",
"semver": "7.3.5", "semver": "7.3.5",
"serve-favicon": "2.5.0", "serve-favicon": "2.5.0",
"sharp": "0.29.3", "sharp": "0.30.1",
"sitemap": "7.1.0", "sitemap": "7.1.1",
"slideout": "1.0.1", "slideout": "1.0.1",
"socket.io": "4.4.1", "socket.io": "4.4.1",
"socket.io-adapter-cluster": "1.0.1", "socket.io-adapter-cluster": "1.0.1",
@ -135,7 +137,7 @@
"uglify-es": "3.3.9", "uglify-es": "3.3.9",
"validator": "13.7.0", "validator": "13.7.0",
"visibilityjs": "2.0.2", "visibilityjs": "2.0.2",
"winston": "3.4.0", "winston": "3.5.1",
"xml": "1.0.1", "xml": "1.0.1",
"xregexp": "5.1.0", "xregexp": "5.1.0",
"yargs": "17.3.1", "yargs": "17.3.1",
@ -146,15 +148,15 @@
"@commitlint/cli": "16.1.0", "@commitlint/cli": "16.1.0",
"@commitlint/config-angular": "16.0.0", "@commitlint/config-angular": "16.0.0",
"coveralls": "3.1.1", "coveralls": "3.1.1",
"eslint": "8.7.0", "eslint": "8.8.0",
"eslint-config-nodebb": "0.1.1", "eslint-config-nodebb": "0.1.1",
"eslint-plugin-import": "2.25.4", "eslint-plugin-import": "2.25.4",
"grunt": "1.4.1", "grunt": "1.4.1",
"grunt-contrib-watch": "1.1.0", "grunt-contrib-watch": "1.1.0",
"husky": "7.0.4", "husky": "7.0.4",
"jsdom": "19.0.0", "jsdom": "19.0.0",
"lint-staged": "12.2.2", "lint-staged": "12.3.3",
"mocha": "9.1.4", "mocha": "9.2.0",
"mocha-lcov-reporter": "1.3.0", "mocha-lcov-reporter": "1.3.0",
"mockdate": "3.0.5", "mockdate": "3.0.5",
"nyc": "15.1.0", "nyc": "15.1.0",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)", "hsts.enabled": "Enabled HSTS (recommended)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "المشاركات", "posts": "المشاركات",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "الأفضل", "best": "الأفضل",
"controversial": "Controversial",
"votes": "Votes", "votes": "Votes",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Voters", "voters": "Voters",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Chat with", "chat.chatting_with": "Chat with",
"chat.placeholder": "أكتب رسالة دردشة هنا، اضغط ENTER للإرسال", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "أرسل", "chat.send": "أرسل",
"chat.no_active": "لا يوجد لديك دردشات نشطة.", "chat.no_active": "لا يوجد لديك دردشات نشطة.",

@ -54,6 +54,7 @@
"account/upvoted": "Posts upvoted by %1", "account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1", "account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1", "account/best": "Best posts made by %1",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Blocked users for %1", "account/blocks": "Blocked users for %1",
"account/uploads": "Uploads by %1", "account/uploads": "Uploads by %1",
"account/sessions": "Login Sessions", "account/sessions": "Login Sessions",

@ -5,6 +5,7 @@
"most_flags": "Most Flags", "most_flags": "Most Flags",
"search": "بحث", "search": "بحث",
"enter_username": "أدخل اسم مستخدم للبحث", "enter_username": "أدخل اسم مستخدم للبحث",
"search-user-for-chat": "ابحث عن مستخدم لبدء محادثة ",
"load_more": "حمل المزيد", "load_more": "حمل المزيد",
"users-found-search-took": "تم إيجاد %1 مستخدمـ(ين)! استغرق البحث %2 ثانية.", "users-found-search-took": "تم إيجاد %1 مستخدمـ(ين)! استغرق البحث %2 ثانية.",
"filter-by": "Filter By", "filter-by": "Filter By",

@ -8,13 +8,16 @@
"headers.csp-frame-ancestors": "Задайте заглавката „Content-Security-Policy frame-ancestors“ за да поставите NodeBB „iFrame“", "headers.csp-frame-ancestors": "Задайте заглавката „Content-Security-Policy frame-ancestors“ за да поставите NodeBB „iFrame“",
"headers.csp-frame-ancestors-help": "„none“ (нищо), „self“ (себе си по подразбиране) или списък от позволени адреси.", "headers.csp-frame-ancestors-help": "„none“ (нищо), „self“ (себе си по подразбиране) или списък от позволени адреси.",
"headers.powered-by": "Персонализиране на заглавната част „Захранван от“, която се изпраща от NodeBB", "headers.powered-by": "Персонализиране на заглавната част „Захранван от“, която се изпраща от NodeBB",
"headers.acao": "Произход за разрешаване на управлението на достъпа", "headers.acao": "Access-Control-Allow-Origin",
"headers.acao-regex": "Регулярен израз за произхода за разрешаване на управлението на достъпа", "headers.acao-regex": "Регулярен израз за „Access-Control-Allow-Origin“",
"headers.acao-help": "За да забраните достъпа до всички уеб сайтове, оставете празно", "headers.acao-help": "За да забраните достъпа до всички уеб сайтове, оставете празно",
"headers.acao-regex-help": "Въведете регулярен израз за съвпадение с динамичните произходи. За да забраните достъпа на всички уеб сайтове, оставете това празно.", "headers.acao-regex-help": "Въведете регулярен израз за съвпадение с динамичните произходи. За да забраните достъпа на всички уеб сайтове, оставете това празно.",
"headers.acac": "Удостоверителни данни за разрешаване на управлението на достъпа", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Методи за разрешаване на управлението на достъпа", "headers.acam": "Методи за разрешаване на управлението на достъпа",
"headers.acah": "Заглавки за разрешаване на управлението на достъпа", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "Когато е включено (по подразбиране), стойността на заглавката ще бъде <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Стриктна транспортна сигурност", "hsts": "Стриктна транспортна сигурност",
"hsts.enabled": "Включване на HSTS (препоръчително)", "hsts.enabled": "Включване на HSTS (препоръчително)",
"hsts.maxAge": "Максимална възраст на HSTS", "hsts.maxAge": "Максимална възраст на HSTS",

@ -43,5 +43,6 @@
"include-unverified-emails": "Изпращане на е-писма към получатели, които не са потвърдили изрично е-пощата си", "include-unverified-emails": "Изпращане на е-писма към получатели, които не са потвърдили изрично е-пощата си",
"include-unverified-warning": "За потребителите, които имат свързана е-поща с регистрацията си, тя се смята за потвърдена. Но има ситуации, в които това не е така (например при ползване на регистрация от друга система, но и в други случаи), <strong>Включете тази настройка на собствен риск</strong> &ndash; изпращането на е-писма към непотвърдени адреси може да нарушава определени местни закони против нежеланата поща.", "include-unverified-warning": "За потребителите, които имат свързана е-поща с регистрацията си, тя се смята за потвърдена. Но има ситуации, в които това не е така (например при ползване на регистрация от друга система, но и в други случаи), <strong>Включете тази настройка на собствен риск</strong> &ndash; изпращането на е-писма към непотвърдени адреси може да нарушава определени местни закони против нежеланата поща.",
"prompt": "Подсещане на потребителите да въведат или потвърдят е-пощата си", "prompt": "Подсещане на потребителите да въведат или потвърдят е-пощата си",
"prompt-help": "Ако потребител няма зададена е-поща, или ако тя не е потвърдена, на екрана му ще се покаже предупредително съобщение." "prompt-help": "Ако потребител няма зададена е-поща, или ако тя не е потвърдена, на екрана му ще се покаже предупредително съобщение.",
"sendEmailToBanned": "Изпращане на е-писма дори до блокираните потребители"
} }

@ -56,6 +56,7 @@
"posts": "Публ.", "posts": "Публ.",
"x-posts": "%1 публикации", "x-posts": "%1 публикации",
"best": "Най-добри", "best": "Най-добри",
"controversial": "Противоречиви",
"votes": "Гласове", "votes": "Гласове",
"x-votes": "%1 гласа", "x-votes": "%1 гласа",
"voters": "Гласували", "voters": "Гласували",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Разговор с", "chat.chatting_with": "Разговор с",
"chat.placeholder": "Въведете съобщението тук и натиснете Ентер за изпращане", "chat.placeholder": "Въведете съобщение тук или пуснете снимки и натиснете Ентер за изпращане",
"chat.scroll-up-alert": "В момента разглеждате по-стари съобщения. Щракнете тук, за да се прехвърлите към най-новото съобщение.", "chat.scroll-up-alert": "В момента разглеждате по-стари съобщения. Щракнете тук, за да се прехвърлите към най-новото съобщение.",
"chat.send": "Изпращане", "chat.send": "Изпращане",
"chat.no_active": "Нямате текущи разговори.", "chat.no_active": "Нямате текущи разговори.",

@ -54,6 +54,7 @@
"account/upvoted": "Публикации, получили положителен глас от %1", "account/upvoted": "Публикации, получили положителен глас от %1",
"account/downvoted": "Публикации, получили отрицателен глас от %1", "account/downvoted": "Публикации, получили отрицателен глас от %1",
"account/best": "Най-добрите публикации от %1", "account/best": "Най-добрите публикации от %1",
"account/controversial": "Противоречиви публикации от %1",
"account/blocks": "Блокирани потребители за %1", "account/blocks": "Блокирани потребители за %1",
"account/uploads": "Качвания от %1", "account/uploads": "Качвания от %1",
"account/sessions": "Сесии на вписване", "account/sessions": "Сесии на вписване",

@ -5,6 +5,7 @@
"most_flags": "С най-много доклади", "most_flags": "С най-много доклади",
"search": "Търсене", "search": "Търсене",
"enter_username": "Въведете потребителско име, което да потърсите", "enter_username": "Въведете потребителско име, което да потърсите",
"search-user-for-chat": "Потърсете потребител, с когото да започнете разговор",
"load_more": "Зареждане на още", "load_more": "Зареждане на още",
"users-found-search-took": "Намерени са %1 потребител(и)! Търсенето отне %2 секунди.", "users-found-search-took": "Намерени са %1 потребител(и)! Търсенето отне %2 секунди.",
"filter-by": "Филтриране", "filter-by": "Филтриране",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)", "hsts.enabled": "Enabled HSTS (recommended)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "পোস্টগুলি", "posts": "পোস্টগুলি",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "Best", "best": "Best",
"controversial": "Controversial",
"votes": "Votes", "votes": "Votes",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Voters", "voters": "Voters",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Chat with", "chat.chatting_with": "Chat with",
"chat.placeholder": "এখানে আপনার বার্তা লিখুন। পাঠানোর জন্য Enter চাপুন", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "প্রেরন করুন", "chat.send": "প্রেরন করুন",
"chat.no_active": "আপনার কোন সচল কথোপকথন নেই", "chat.no_active": "আপনার কোন সচল কথোপকথন নেই",

@ -54,6 +54,7 @@
"account/upvoted": "Posts upvoted by %1", "account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1", "account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1", "account/best": "Best posts made by %1",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Blocked users for %1", "account/blocks": "Blocked users for %1",
"account/uploads": "Uploads by %1", "account/uploads": "Uploads by %1",
"account/sessions": "Login Sessions", "account/sessions": "Login Sessions",

@ -5,6 +5,7 @@
"most_flags": "সর্বোচ্চ অভিযোগ", "most_flags": "সর্বোচ্চ অভিযোগ",
"search": "খুঁজুন", "search": "খুঁজুন",
"enter_username": "ইউজারনেম এর ভিত্তিতে সার্চ করুন", "enter_username": "ইউজারনেম এর ভিত্তিতে সার্চ করুন",
"search-user-for-chat": "Search a user to start chat",
"load_more": "আরো লোড করুন", "load_more": "আরো লোড করুন",
"users-found-search-took": "%1 জন সদস্য(দের) খুঁজে পাওয়া গেছে। খুঁজতে সময় লেগেছে %2 সেকেন্ড ", "users-found-search-took": "%1 জন সদস্য(দের) খুঁজে পাওয়া গেছে। খুঁজতে সময় লেগেছে %2 সেকেন্ড ",
"filter-by": "ফিল্টার করার ধরন", "filter-by": "ফিল্টার করার ধরন",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Přísné zabezpečení přenosu", "hsts": "Přísné zabezpečení přenosu",
"hsts.enabled": "Povolit HSTS (doporučeno)", "hsts.enabled": "Povolit HSTS (doporučeno)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "Příspěvky", "posts": "Příspěvky",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "Nejlepší", "best": "Nejlepší",
"controversial": "Controversial",
"votes": "Počet hlasů", "votes": "Počet hlasů",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Voters", "voters": "Voters",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Konverzace s", "chat.chatting_with": "Konverzace s",
"chat.placeholder": "Konverzační zprávu napište zde, pro odeslání stiskněte klávesu Enter", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "Odeslat", "chat.send": "Odeslat",
"chat.no_active": "Nemáte žádné aktivní konverzace.", "chat.no_active": "Nemáte žádné aktivní konverzace.",

@ -54,6 +54,7 @@
"account/upvoted": "Souhlasí s příspěvkem %1", "account/upvoted": "Souhlasí s příspěvkem %1",
"account/downvoted": "Nesouhlasí s příspěvkem %1", "account/downvoted": "Nesouhlasí s příspěvkem %1",
"account/best": "Nejlepší příspěvky od %1", "account/best": "Nejlepší příspěvky od %1",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Zablokovaní uživatelé z %1", "account/blocks": "Zablokovaní uživatelé z %1",
"account/uploads": "Nahráno od %1", "account/uploads": "Nahráno od %1",
"account/sessions": "Relace s přihlášením", "account/sessions": "Relace s přihlášením",

@ -5,6 +5,7 @@
"most_flags": "Nejoznačovanější", "most_flags": "Nejoznačovanější",
"search": "Hledat", "search": "Hledat",
"enter_username": "Zadej uživatelské jméno k hledání", "enter_username": "Zadej uživatelské jméno k hledání",
"search-user-for-chat": "Search a user to start chat",
"load_more": "Načíst další", "load_more": "Načíst další",
"users-found-search-took": "Nalezeno %1 uživatel(ů) za %2 vteřiny.", "users-found-search-took": "Nalezeno %1 uživatel(ů) za %2 vteřiny.",
"filter-by": "Filtrovat dle", "filter-by": "Filtrovat dle",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)", "hsts.enabled": "Enabled HSTS (recommended)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "Indlæg", "posts": "Indlæg",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "Bedste", "best": "Bedste",
"controversial": "Controversial",
"votes": "Votes", "votes": "Votes",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Voters", "voters": "Voters",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Chat with", "chat.chatting_with": "Chat with",
"chat.placeholder": "Skriv din chatbesked her, tryk enter for at sende", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "Send", "chat.send": "Send",
"chat.no_active": "Du har ingen aktive chats.", "chat.no_active": "Du har ingen aktive chats.",

@ -54,6 +54,7 @@
"account/upvoted": "Indlæg syntes godt om af %1", "account/upvoted": "Indlæg syntes godt om af %1",
"account/downvoted": "Indlæg syntes ikke godt om af %1", "account/downvoted": "Indlæg syntes ikke godt om af %1",
"account/best": "Bedste indlæg skrevet af %1", "account/best": "Bedste indlæg skrevet af %1",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Blocked users for %1", "account/blocks": "Blocked users for %1",
"account/uploads": "Uploads by %1", "account/uploads": "Uploads by %1",
"account/sessions": "Login Sessions", "account/sessions": "Login Sessions",

@ -5,6 +5,7 @@
"most_flags": "Most Flags", "most_flags": "Most Flags",
"search": "Søg", "search": "Søg",
"enter_username": "Indtast brugernavn for at søge", "enter_username": "Indtast brugernavn for at søge",
"search-user-for-chat": "Search a user to start chat",
"load_more": "Indlæs mere", "load_more": "Indlæs mere",
"users-found-search-took": "%1 bruger(e) fundet! Søgning tog %2 sekunder.", "users-found-search-took": "%1 bruger(e) fundet! Søgning tog %2 sekunder.",
"filter-by": "Filtre Efter", "filter-by": "Filtre Efter",

@ -56,8 +56,8 @@
"active-users.total": "Gesamt", "active-users.total": "Gesamt",
"active-users.connections": "Verbindungen", "active-users.connections": "Verbindungen",
"guest-registered-users": "Guest vs Registered Users", "guest-registered-users": "Gast vs. registrierte Benutzer",
"guest": "Guest", "guest": "Gast",
"registered": "Registriert", "registered": "Registriert",
"user-presence": "Benutzerpräsenz", "user-presence": "Benutzerpräsenz",
@ -68,7 +68,7 @@
"unread": "Ungelesen", "unread": "Ungelesen",
"high-presence-topics": "Meist besuchte Themen", "high-presence-topics": "Meist besuchte Themen",
"popular-searches": "Popular Searches", "popular-searches": "Beliebte Suchanfragen",
"graphs.page-views": "Seitenaufrufe", "graphs.page-views": "Seitenaufrufe",
"graphs.page-views-registered": "Registrierte Seitenaufrufe", "graphs.page-views-registered": "Registrierte Seitenaufrufe",
@ -76,14 +76,14 @@
"graphs.page-views-bot": "Seitenaufrufe von Bots", "graphs.page-views-bot": "Seitenaufrufe von Bots",
"graphs.unique-visitors": "Verschiedene Besucher", "graphs.unique-visitors": "Verschiedene Besucher",
"graphs.registered-users": "Registrierte Benutzer", "graphs.registered-users": "Registrierte Benutzer",
"graphs.guest-users": "Guest Users", "graphs.guest-users": "Gast-Benutzer",
"last-restarted-by": "Zuletzt Neugestartet von: ", "last-restarted-by": "Zuletzt Neugestartet von: ",
"no-users-browsing": "Keine aktiven Benutzer", "no-users-browsing": "Keine aktiven Benutzer",
"back-to-dashboard": "Zurück zur Übersicht", "back-to-dashboard": "Zurück zur Übersicht",
"details.no-users": "Keine Benutzer sind im gewählten Zeitraum beigetreten", "details.no-users": "Keine Benutzer sind im gewählten Zeitraum beigetreten",
"details.no-topics": "Keine Themen wurden im gewählten Zeitraum beigetreten", "details.no-topics": "Keine Themen wurden im gewählten Zeitraum beigetreten",
"details.no-searches": "No searches have been made yet", "details.no-searches": "Es wurden noch keine Suchen durchgeführt",
"details.no-logins": "Keine Logins wurden im gewählten Zeitraum festgestellt", "details.no-logins": "Keine Logins wurden im gewählten Zeitraum festgestellt",
"details.logins-static": "NodeBB speichert Sitzungsdaten nur für %1 Tage, deshalb zeigt die untere Tabelle nur die neuesten, aktiven Sitzungen", "details.logins-static": "NodeBB speichert Sitzungsdaten nur für %1 Tage, deshalb zeigt die untere Tabelle nur die neuesten, aktiven Sitzungen",
"details.logins-login-time": "Anmelde Zeit" "details.logins-login-time": "Anmelde Zeit"

@ -8,11 +8,11 @@
"nodejs": "Node.js Version", "nodejs": "Node.js Version",
"online": "Online", "online": "Online",
"git": "git", "git": "git",
"process-memory": "process memory", "process-memory": "Prozess-Speicher",
"system-memory": "system memory", "system-memory": "System-Speicher",
"used-memory-process": "Used memory by process", "used-memory-process": "Verwendeter Prozess-Speicher",
"used-memory-os": "Used system memory", "used-memory-os": "Verwendeter System-Speicher",
"total-memory-os": "Total system memory", "total-memory-os": "Gesamter System-Speicher",
"load": "Systemlast", "load": "Systemlast",
"cpu-usage": "CPU Benutzung", "cpu-usage": "CPU Benutzung",
"uptime": "Uptime", "uptime": "Uptime",

@ -52,9 +52,9 @@
"alert.confirm-discard": "Bist du sicher, dass du die Änderungen an den Rechten verwerfen möchtest?", "alert.confirm-discard": "Bist du sicher, dass du die Änderungen an den Rechten verwerfen möchtest?",
"alert.discarded": "Änderungen an Rechten verworfen", "alert.discarded": "Änderungen an Rechten verworfen",
"alert.confirm-copyToAll": "Bist Du dir sicher, dass Du die Rechte von <strong>%1</strong> auf <strong>alle Kategorien</strong> anwenden möchtest?", "alert.confirm-copyToAll": "Bist Du dir sicher, dass Du die Rechte von <strong>%1</strong> auf <strong>alle Kategorien</strong> anwenden möchtest?",
"alert.confirm-copyToAllGroup": "Are you sure you wish to apply this group's set of <strong>%1</strong> to <strong>all categories</strong>?", "alert.confirm-copyToAllGroup": "Bist Du dir sicher, dass Du diesen Gruppen-Satz <strong>%1</strong> auf <strong>alle Kategorien</strong> anwenden möchtest?",
"alert.confirm-copyToChildren": "Are you sure you wish to apply this set of <strong>%1</strong> to <strong>all descendant (child) categories</strong>?", "alert.confirm-copyToChildren": "Bist Du dir sicher, dass Du diesen Satz von <strong>%1</strong> auf <strong>alle (untergeordneten) Kategorien</strong> anwenden möchtest?",
"alert.confirm-copyToChildrenGroup": "Are you sure you wish to apply this group's set of <strong>%1</strong> to <strong>all descendant (child) categories</strong>?", "alert.confirm-copyToChildrenGroup": "Bist Du dir sicher, dass Du den Gruppen-Satz von <strong>%1</strong> auf <strong>alle (untergeordneten) Kategorien</strong> anwenden möchten?",
"alert.no-undo": "<em>Dieser Vorgang kann nicht rückgängig gemacht werden.</em>", "alert.no-undo": "<em>Dieser Vorgang kann nicht rückgängig gemacht werden.</em>",
"alert.admin-warning": "Administratoren erhalten implizit alle Berechtigungen", "alert.admin-warning": "Administratoren erhalten implizit alle Berechtigungen",
"alert.copyPrivilegesFrom-title": "Wähle eine Kategorie aus, aus der kopiert werden soll", "alert.copyPrivilegesFrom-title": "Wähle eine Kategorie aus, aus der kopiert werden soll",

@ -93,8 +93,8 @@
"alerts.confirm-delete": "<strong>Warning!</strong><p>Do you really want to delete <strong>user(s)</strong>?</p><p>This action is not reversible! Only the user account will be deleted, their posts and topics will remain.</p>", "alerts.confirm-delete": "<strong>Warning!</strong><p>Do you really want to delete <strong>user(s)</strong>?</p><p>This action is not reversible! Only the user account will be deleted, their posts and topics will remain.</p>",
"alerts.delete-success": "Benutzer gelöscht!", "alerts.delete-success": "Benutzer gelöscht!",
"alerts.confirm-delete-content": "<strong>Warning!</strong><p>Do you really want to delete these user(s) <strong>content</strong>?</p><p>This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.</p>", "alerts.confirm-delete-content": "<strong>Warning!</strong><p>Do you really want to delete these user(s) <strong>content</strong>?</p><p>This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.</p>",
"alerts.delete-content-success": "User(s) Content Deleted!", "alerts.delete-content-success": "Beiträge des/der Nutzer(s) gelöscht!",
"alerts.confirm-purge": "<strong>Warning!</strong><p>Do you really want to delete <strong>user(s) and their content</strong>?</p><p>This action is not reversible! All user data and content will be erased!</p>", "alerts.confirm-purge": "<strong>Warnung!</strong><p>Bist du sicher, dass Du den/die <strong>Nutzer und deren Beiträge</strong> löschen möchtest?</p><p>Diese Aktion kann nicht rückgängig gemacht werden! Alle Nutzerdaten und Beiträge werden dabei gelöscht!</p>",
"alerts.create": "Nutzer Erstellen", "alerts.create": "Nutzer Erstellen",
"alerts.button-create": "Erstellen", "alerts.button-create": "Erstellen",
"alerts.button-cancel": "Abbrechen", "alerts.button-cancel": "Abbrechen",
@ -104,7 +104,7 @@
"alerts.prompt-email": "E-Mails:", "alerts.prompt-email": "E-Mails:",
"alerts.email-sent-to": "Eine Einladungsemail wurde an %1 gesendet", "alerts.email-sent-to": "Eine Einladungsemail wurde an %1 gesendet",
"alerts.x-users-found": "%1 user(s) found, (%2 seconds)", "alerts.x-users-found": "%1 Benutzer gefunden, (%2 Sekunden)",
"export-users-started": "Der Export von Benutzern als CSV kann eine Weile dauern. Sie erhalten eine Benachrichtigung, wenn es abgeschlossen ist.", "export-users-started": "Der Export von Benutzern als CSV kann eine Weile dauern. Sie erhalten eine Benachrichtigung, wenn es abgeschlossen ist.",
"export-users-completed": "Benutzer wurden als CSV exportiert, klicken Sie hier, um sie herunterzuladen." "export-users-completed": "Benutzer wurden als CSV exportiert, klicken Sie hier, um sie herunterzuladen."
} }

@ -1,10 +1,10 @@
{ {
"section-dashboard": "Dashboards", "section-dashboard": "Dashboards",
"dashboard/overview": "Overview", "dashboard/overview": "Übersicht",
"dashboard/logins": "Logins", "dashboard/logins": "Anmeldungen",
"dashboard/users": "Users", "dashboard/users": "Benutzer",
"dashboard/topics": "Topics", "dashboard/topics": "Themen",
"dashboard/searches": "Searches", "dashboard/searches": "Suchen",
"section-general": "Allgemein", "section-general": "Allgemein",
"section-manage": "Verwalten", "section-manage": "Verwalten",
@ -76,7 +76,7 @@
"logout": "Abmelden", "logout": "Abmelden",
"view-forum": "Forum anzeigen", "view-forum": "Forum anzeigen",
"search.placeholder": "Press &quot;/&quot; to search for settings", "search.placeholder": "Drücke &quot;/&quot; um nach Einstellungen zu suchen",
"search.no-results": "Keine Ergebnisse...", "search.no-results": "Keine Ergebnisse...",
"search.search-forum": "Suche im Forum nach <strong></strong>", "search.search-forum": "Suche im Forum nach <strong></strong>",
"search.keep-typing": "Gib mehr ein, um die Ergebnisse zu sehen...", "search.keep-typing": "Gib mehr ein, um die Ergebnisse zu sehen...",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "HSTS Aktivieren (empfohlen)", "hsts.enabled": "HSTS Aktivieren (empfohlen)",
"hsts.maxAge": "HSTS Maximales Alter", "hsts.maxAge": "HSTS Maximales Alter",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "Beiträge", "posts": "Beiträge",
"x-posts": "%1 Beiträge", "x-posts": "%1 Beiträge",
"best": "Bestbewertet", "best": "Bestbewertet",
"controversial": "Controversial",
"votes": "Stimmen", "votes": "Stimmen",
"x-votes": "%1 Stimmen", "x-votes": "%1 Stimmen",
"voters": "Wähler", "voters": "Wähler",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Chat mit", "chat.chatting_with": "Chat mit",
"chat.placeholder": "Schreibe hier etwas, und drücke Enter zum Absenden.", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "Diese Nachrichten sind möglicherweise veraltet, klicke hier um neuere Nachrichten anzuzeigen.", "chat.scroll-up-alert": "Diese Nachrichten sind möglicherweise veraltet, klicke hier um neuere Nachrichten anzuzeigen.",
"chat.send": "Senden", "chat.send": "Senden",
"chat.no_active": "Du hast keine aktiven Chats.", "chat.no_active": "Du hast keine aktiven Chats.",

@ -54,6 +54,7 @@
"account/upvoted": "Von %1 positiv bewertete Beiträge", "account/upvoted": "Von %1 positiv bewertete Beiträge",
"account/downvoted": "Von %1 negativ bewertete Beiträge", "account/downvoted": "Von %1 negativ bewertete Beiträge",
"account/best": "Bestbewertete Beiträge von %1", "account/best": "Bestbewertete Beiträge von %1",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Für %1 geblockte Benutzer", "account/blocks": "Für %1 geblockte Benutzer",
"account/uploads": "Uploads von %1", "account/uploads": "Uploads von %1",
"account/sessions": "Login-Sitzungen", "account/sessions": "Login-Sitzungen",

@ -4,5 +4,5 @@
"enter_tags_here": "Hier Schlagworte eingeben. Jeweils %1 bis %2 Zeichen.", "enter_tags_here": "Hier Schlagworte eingeben. Jeweils %1 bis %2 Zeichen.",
"enter_tags_here_short": "Schlagworte eingeben...", "enter_tags_here_short": "Schlagworte eingeben...",
"no_tags": "Es gibt noch keine Schlagworte.", "no_tags": "Es gibt noch keine Schlagworte.",
"select_tags": "Schlagwort auswählen" "select_tags": "Schlagworte auswählen"
} }

@ -5,6 +5,7 @@
"most_flags": "Meiste Meldungen", "most_flags": "Meiste Meldungen",
"search": "Suchen", "search": "Suchen",
"enter_username": "Benutzer durchsuchen", "enter_username": "Benutzer durchsuchen",
"search-user-for-chat": "Search a user to start chat",
"load_more": "Mehr laden", "load_more": "Mehr laden",
"users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 s.", "users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 s.",
"filter-by": "Filtern nach", "filter-by": "Filtern nach",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)", "hsts.enabled": "Enabled HSTS (recommended)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "Δημοσιεύσεις", "posts": "Δημοσιεύσεις",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "Best", "best": "Best",
"controversial": "Controversial",
"votes": "Votes", "votes": "Votes",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Voters", "voters": "Voters",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Chat with", "chat.chatting_with": "Chat with",
"chat.placeholder": "Type chat message here, press enter to send", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "Send", "chat.send": "Send",
"chat.no_active": "You have no active chats.", "chat.no_active": "You have no active chats.",

@ -54,6 +54,7 @@
"account/upvoted": "Posts upvoted by %1", "account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1", "account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1", "account/best": "Best posts made by %1",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Blocked users for %1", "account/blocks": "Blocked users for %1",
"account/uploads": "Uploads by %1", "account/uploads": "Uploads by %1",
"account/sessions": "Login Sessions", "account/sessions": "Login Sessions",

@ -5,6 +5,7 @@
"most_flags": "Most Flags", "most_flags": "Most Flags",
"search": "Αναζήτηση", "search": "Αναζήτηση",
"enter_username": "Γράψε ένα όνομα χρήστη προς αναζήτηση", "enter_username": "Γράψε ένα όνομα χρήστη προς αναζήτηση",
"search-user-for-chat": "Search a user to start chat",
"load_more": "Φόρτωση περισσότερων", "load_more": "Φόρτωση περισσότερων",
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By", "filter-by": "Filter By",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)", "hsts.enabled": "Enabled HSTS (recommended)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -70,6 +70,7 @@
"posts": "Posts", "posts": "Posts",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "Best", "best": "Best",
"controversial": "Controversial",
"votes": "Votes", "votes": "Votes",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Voters", "voters": "Voters",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Chat with", "chat.chatting_with": "Chat with",
"chat.placeholder": "Type chat message here, press enter to send", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "Send", "chat.send": "Send",
"chat.no_active": "You have no active chats.", "chat.no_active": "You have no active chats.",

@ -60,6 +60,7 @@
"account/upvoted": "Posts upvoted by %1", "account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1", "account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1", "account/best": "Best posts made by %1",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Blocked users for %1", "account/blocks": "Blocked users for %1",
"account/uploads": "Uploads by %1", "account/uploads": "Uploads by %1",
"account/sessions": "Login Sessions", "account/sessions": "Login Sessions",

@ -5,6 +5,7 @@
"most_flags": "Most Flags", "most_flags": "Most Flags",
"search": "Search", "search": "Search",
"enter_username": "Enter a username to search", "enter_username": "Enter a username to search",
"search-user-for-chat": "Search a user to start chat",
"load_more": "Load More", "load_more": "Load More",
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By", "filter-by": "Filter By",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)", "hsts.enabled": "Enabled HSTS (recommended)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "Posts", "posts": "Posts",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "Best", "best": "Best",
"controversial": "Controversial",
"votes": "Votes", "votes": "Votes",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Voters", "voters": "Voters",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Chat with", "chat.chatting_with": "Chat with",
"chat.placeholder": "Type chat message here, press enter to send", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "Send", "chat.send": "Send",
"chat.no_active": "You have no active chats.", "chat.no_active": "You have no active chats.",

@ -54,6 +54,7 @@
"account/upvoted": "Posts upvoted by %1", "account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1", "account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1", "account/best": "Best posts made by %1",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Blocked users for %1", "account/blocks": "Blocked users for %1",
"account/uploads": "Uploads by %1", "account/uploads": "Uploads by %1",
"account/sessions": "Login Sessions", "account/sessions": "Login Sessions",

@ -5,6 +5,7 @@
"most_flags": "Most Flags", "most_flags": "Most Flags",
"search": "Search", "search": "Search",
"enter_username": "Enter a username to search", "enter_username": "Enter a username to search",
"search-user-for-chat": "Search a user to start chat",
"load_more": "Load More", "load_more": "Load More",
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By", "filter-by": "Filter By",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)", "hsts.enabled": "Enabled HSTS (recommended)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "Messages", "posts": "Messages",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "Best", "best": "Best",
"controversial": "Controversial",
"votes": "Votes", "votes": "Votes",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Voters", "voters": "Voters",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Chat with", "chat.chatting_with": "Chat with",
"chat.placeholder": "Type chat message here, press enter to send", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "Send Parrot", "chat.send": "Send Parrot",
"chat.no_active": "Ye be a lonely sailor.", "chat.no_active": "Ye be a lonely sailor.",

@ -54,6 +54,7 @@
"account/upvoted": "Posts upvoted by %1", "account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1", "account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1", "account/best": "Best posts made by %1",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Blocked users for %1", "account/blocks": "Blocked users for %1",
"account/uploads": "Uploads by %1", "account/uploads": "Uploads by %1",
"account/sessions": "Login Sessions", "account/sessions": "Login Sessions",

@ -5,6 +5,7 @@
"most_flags": "Most Flags", "most_flags": "Most Flags",
"search": "Search", "search": "Search",
"enter_username": "Gimme y'er handle", "enter_username": "Gimme y'er handle",
"search-user-for-chat": "Search a user to start chat",
"load_more": "Load More", "load_more": "Load More",
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
"filter-by": "Filter By", "filter-by": "Filter By",

@ -15,6 +15,9 @@
"headers.acac": "Credenciales-Control-Permitir-Acceso", "headers.acac": "Credenciales-Control-Permitir-Acceso",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Seguridad estricta del transporte", "hsts": "Seguridad estricta del transporte",
"hsts.enabled": "Enabled HSTS (recommended)", "hsts.enabled": "Enabled HSTS (recommended)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "Mensajes", "posts": "Mensajes",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "Mejor valorados", "best": "Mejor valorados",
"controversial": "Controversial",
"votes": "Votos", "votes": "Votos",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Voters", "voters": "Voters",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Chatear con", "chat.chatting_with": "Chatear con",
"chat.placeholder": "Introduce tu mensaje aquí, pulsa intro para enviar", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "Enviar", "chat.send": "Enviar",
"chat.no_active": "No tiene conversaciones activas.", "chat.no_active": "No tiene conversaciones activas.",

@ -54,6 +54,7 @@
"account/upvoted": "Publicaciones votadas positivamente %1", "account/upvoted": "Publicaciones votadas positivamente %1",
"account/downvoted": "Publicaciones votadas negativamente %1", "account/downvoted": "Publicaciones votadas negativamente %1",
"account/best": "Mejores publicaciones hechas por %1", "account/best": "Mejores publicaciones hechas por %1",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Usuarios bloqueados por %1", "account/blocks": "Usuarios bloqueados por %1",
"account/uploads": "Subidas por %1", "account/uploads": "Subidas por %1",
"account/sessions": "Login Sessions", "account/sessions": "Login Sessions",

@ -5,6 +5,7 @@
"most_flags": "Más Reportados", "most_flags": "Más Reportados",
"search": "Buscar", "search": "Buscar",
"enter_username": "Ingresa el nombre de usuario que quieres buscar", "enter_username": "Ingresa el nombre de usuario que quieres buscar",
"search-user-for-chat": "Search a user to start chat",
"load_more": "Cargar más", "load_more": "Cargar más",
"users-found-search-took": "¡%1 usuario(s) encontrado! La búsqueda ha llevado %2 segundos.", "users-found-search-took": "¡%1 usuario(s) encontrado! La búsqueda ha llevado %2 segundos.",
"filter-by": "Filtrar Por", "filter-by": "Filtrar Por",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)", "hsts.enabled": "Enabled HSTS (recommended)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "Postitust", "posts": "Postitust",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "Parim", "best": "Parim",
"controversial": "Controversial",
"votes": "Votes", "votes": "Votes",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Voters", "voters": "Voters",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Chat with", "chat.chatting_with": "Chat with",
"chat.placeholder": "Kirjuta sõnum siia ning vajuta enterit sõnumi saatmiseks", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "Saada", "chat.send": "Saada",
"chat.no_active": "Sul ei ole hetkel aktiivseid vestlusi.", "chat.no_active": "Sul ei ole hetkel aktiivseid vestlusi.",

@ -54,6 +54,7 @@
"account/upvoted": "Postitused %1 poolt heaks kiidetud", "account/upvoted": "Postitused %1 poolt heaks kiidetud",
"account/downvoted": "Postitused %1 poolt vastu hääletatud", "account/downvoted": "Postitused %1 poolt vastu hääletatud",
"account/best": "Parimad postitused %1 poolt", "account/best": "Parimad postitused %1 poolt",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Blocked users for %1", "account/blocks": "Blocked users for %1",
"account/uploads": "Uploads by %1", "account/uploads": "Uploads by %1",
"account/sessions": "Login Sessions", "account/sessions": "Login Sessions",

@ -5,6 +5,7 @@
"most_flags": "Enim raporteerimisi", "most_flags": "Enim raporteerimisi",
"search": "Otsi", "search": "Otsi",
"enter_username": "Sisesta kasutajanimi, keda soovid otsida", "enter_username": "Sisesta kasutajanimi, keda soovid otsida",
"search-user-for-chat": "Search a user to start chat",
"load_more": "Lae veel", "load_more": "Lae veel",
"users-found-search-took": "%1 kasutaja(t) leiti! Otsing kestis %2 sekundit.", "users-found-search-took": "%1 kasutaja(t) leiti! Otsing kestis %2 sekundit.",
"filter-by": "Filtreeri", "filter-by": "Filtreeri",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)", "hsts.enabled": "Enabled HSTS (recommended)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "دیدگاه‌ها", "posts": "دیدگاه‌ها",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "بهترین", "best": "بهترین",
"controversial": "Controversial",
"votes": "رای ها", "votes": "رای ها",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "رای دهندگان", "voters": "رای دهندگان",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "چت با", "chat.chatting_with": "چت با",
"chat.placeholder": "پیام گفتگو را اینجا بنویسید، دکمه Enter را بزنید تا فرستاده شود.", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "شما در حال مشاهده پیام های قدیمی هستید، برای دیدن پیام های اخیر کلیک کنید.", "chat.scroll-up-alert": "شما در حال مشاهده پیام های قدیمی هستید، برای دیدن پیام های اخیر کلیک کنید.",
"chat.send": "ارسال", "chat.send": "ارسال",
"chat.no_active": "شما هیچ گفتگوی فعالی ندارید.", "chat.no_active": "شما هیچ گفتگوی فعالی ندارید.",

@ -54,6 +54,7 @@
"account/upvoted": "رای مثبت داده شده به پست ها توسط %1", "account/upvoted": "رای مثبت داده شده به پست ها توسط %1",
"account/downvoted": "رای منفی داده شده به پست ها توسط %1", "account/downvoted": "رای منفی داده شده به پست ها توسط %1",
"account/best": "بهترین پست های %1", "account/best": "بهترین پست های %1",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "کاربران مسدود شده توسط %1", "account/blocks": "کاربران مسدود شده توسط %1",
"account/uploads": "آپلود های %1", "account/uploads": "آپلود های %1",
"account/sessions": "Session های ورود", "account/sessions": "Session های ورود",

@ -5,6 +5,7 @@
"most_flags": "بیشترین پرچم‌ها", "most_flags": "بیشترین پرچم‌ها",
"search": "جستجو", "search": "جستجو",
"enter_username": "یک نام کاربری برای جستجو وارد کنید", "enter_username": "یک نام کاربری برای جستجو وارد کنید",
"search-user-for-chat": "Search a user to start chat",
"load_more": "بارگذاری بیش‌تر", "load_more": "بارگذاری بیش‌تر",
"users-found-search-took": "%1 کاربر(ها) یافت شد! جستجو %2 ثانیه زمان گرفت.", "users-found-search-took": "%1 کاربر(ها) یافت شد! جستجو %2 ثانیه زمان گرفت.",
"filter-by": "فیلتر با", "filter-by": "فیلتر با",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "Access-Control-Allow-Methods", "headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers", "headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Enabled HSTS (recommended)", "hsts.enabled": "Enabled HSTS (recommended)",
"hsts.maxAge": "HSTS Max Age", "hsts.maxAge": "HSTS Max Age",

@ -43,5 +43,6 @@
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails", "include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.", "include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> &ndash; sending emails to unverified addresses may be a violation of regional anti-spam laws.",
"prompt": "Prompt users to enter or confirm their emails", "prompt": "Prompt users to enter or confirm their emails",
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen." "prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
"sendEmailToBanned": "Send emails to users even if they have been banned"
} }

@ -56,6 +56,7 @@
"posts": "Viestit", "posts": "Viestit",
"x-posts": "%1 posts", "x-posts": "%1 posts",
"best": "Paras", "best": "Paras",
"controversial": "Controversial",
"votes": "Ääniä", "votes": "Ääniä",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Voters", "voters": "Voters",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Chat with", "chat.chatting_with": "Chat with",
"chat.placeholder": "Kirjoita viestisi tähän ja paina enter lähettääksesi", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.", "chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "Lähetä", "chat.send": "Lähetä",
"chat.no_active": "Sinulla ei ole aktiivisia keskusteluita.", "chat.no_active": "Sinulla ei ole aktiivisia keskusteluita.",

@ -54,6 +54,7 @@
"account/upvoted": "%1 tykkäämät viestit", "account/upvoted": "%1 tykkäämät viestit",
"account/downvoted": "Posts downvoted by %1", "account/downvoted": "Posts downvoted by %1",
"account/best": "%1 tekemät parhaat viestit", "account/best": "%1 tekemät parhaat viestit",
"account/controversial": "Controversial posts made by %1",
"account/blocks": "Blocked users for %1", "account/blocks": "Blocked users for %1",
"account/uploads": "%1 lähetykset", "account/uploads": "%1 lähetykset",
"account/sessions": "Login Sessions", "account/sessions": "Login Sessions",

@ -5,6 +5,7 @@
"most_flags": "Eniten ", "most_flags": "Eniten ",
"search": "Hae", "search": "Hae",
"enter_username": "Syötä käyttäjätunnus hakeaksesi", "enter_username": "Syötä käyttäjätunnus hakeaksesi",
"search-user-for-chat": "Search a user to start chat",
"load_more": "Lataa lisää", "load_more": "Lataa lisää",
"users-found-search-took": "%1 käyttäjä(ä) löytyi! Haku kesti %2 sekuntia.", "users-found-search-took": "%1 käyttäjä(ä) löytyi! Haku kesti %2 sekuntia.",
"filter-by": "Suodata", "filter-by": "Suodata",

@ -15,6 +15,9 @@
"headers.acac": "Access-Control-Allow-Credentials", "headers.acac": "Access-Control-Allow-Credentials",
"headers.acam": "\nAccess-Control-Allow-Methods", "headers.acam": "\nAccess-Control-Allow-Methods",
"headers.acah": "\nAccess-Control-Allow-Headers", "headers.acah": "\nAccess-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "Lorsqu'il est activé (par défaut), définira l'en-tête sur <code>require-corp</code>",
"headers.corp": "Cross-Origin-Resource-Policy",
"hsts": "Strict Transport Security", "hsts": "Strict Transport Security",
"hsts.enabled": "Activer HSTS (recommandé)", "hsts.enabled": "Activer HSTS (recommandé)",
"hsts.maxAge": "HSTS Age Max", "hsts.maxAge": "HSTS Age Max",

@ -43,5 +43,6 @@
"include-unverified-emails": "Envoyer des mails aux destinataires qui n'ont pas explicitement confirmé leurs mails", "include-unverified-emails": "Envoyer des mails aux destinataires qui n'ont pas explicitement confirmé leurs mails",
"include-unverified-warning": "Par défaut, les utilisateurs dont les mails sont associés à leur compte ont déjà été vérifiés, mais il existe des situations où ce n'est pas le cas (par exemple, les connexions SSO, les utilisateurs bénéficiant de droits acquis, etc.). <strong>Activez ce paramètre à vos risques et périls </strong>&ndash; l'envoi de mails à des adresses non vérifiées peut constituer une violation des lois anti-spam régionales.", "include-unverified-warning": "Par défaut, les utilisateurs dont les mails sont associés à leur compte ont déjà été vérifiés, mais il existe des situations où ce n'est pas le cas (par exemple, les connexions SSO, les utilisateurs bénéficiant de droits acquis, etc.). <strong>Activez ce paramètre à vos risques et périls </strong>&ndash; l'envoi de mails à des adresses non vérifiées peut constituer une violation des lois anti-spam régionales.",
"prompt": "Inviter les utilisateurs à saisir ou à confirmer leurs emails", "prompt": "Inviter les utilisateurs à saisir ou à confirmer leurs emails",
"prompt-help": "Si un utilisateur n'a pas défini d'email ou si son email n'est pas confirmé, un avertissement s'affichera à l'écran." "prompt-help": "Si un utilisateur n'a pas défini d'email ou si son email n'est pas confirmé, un avertissement s'affichera à l'écran.",
"sendEmailToBanned": "Envoyer des e-mails aux utilisateurs même s'ils ont été bannis"
} }

@ -56,6 +56,7 @@
"posts": "Messages", "posts": "Messages",
"x-posts": "%1 messages", "x-posts": "%1 messages",
"best": "Meilleur sujets", "best": "Meilleur sujets",
"controversial": "Contesté",
"votes": "Votes", "votes": "Votes",
"x-votes": "%1 votes", "x-votes": "%1 votes",
"voters": "Votants", "voters": "Votants",

@ -1,6 +1,6 @@
{ {
"chat.chatting_with": "Discuter avec", "chat.chatting_with": "Discuter avec",
"chat.placeholder": "Écrivez votre message ici et appuyez sur entrée pour envoyer", "chat.placeholder": "Écrivez vos message ici, faites glisser / déposez les images, validez sur entrée pour envoyer",
"chat.scroll-up-alert": "Vous consultez des messages plus anciens, cliquez ici pour accéder au message le plus récent.", "chat.scroll-up-alert": "Vous consultez des messages plus anciens, cliquez ici pour accéder au message le plus récent.",
"chat.send": "Envoyer", "chat.send": "Envoyer",
"chat.no_active": "Vous n'avez aucune discussion en cours.", "chat.no_active": "Vous n'avez aucune discussion en cours.",

@ -54,6 +54,7 @@
"account/upvoted": "Avis positifs de %1", "account/upvoted": "Avis positifs de %1",
"account/downvoted": "Avis négatifs de %1", "account/downvoted": "Avis négatifs de %1",
"account/best": "Meilleurs messages postés par %1", "account/best": "Meilleurs messages postés par %1",
"account/controversial": "Messages contestés de %1",
"account/blocks": "Utilisateurs bloqués pour %1", "account/blocks": "Utilisateurs bloqués pour %1",
"account/uploads": "Envoyé par %1", "account/uploads": "Envoyé par %1",
"account/sessions": "Sessions des connexions", "account/sessions": "Sessions des connexions",

@ -184,7 +184,7 @@
"consent.export_posts": "Exporter vos messages (.csv)", "consent.export_posts": "Exporter vos messages (.csv)",
"consent.export-posts-success": "Exportation des messages, vous recevrez une notification lorsqu'elle sera terminée.", "consent.export-posts-success": "Exportation des messages, vous recevrez une notification lorsqu'elle sera terminée.",
"emailUpdate.intro": "Veuillez renseigner votre adresse mails. Ce forum utilise votre adresse mail pour suivre l'activité et les notifications programmés, ainsi que pour la récupération de compte en cas de perte de mot de passe.", "emailUpdate.intro": "Veuillez renseigner votre adresse mails. Ce forum utilise votre adresse mail pour suivre l'activité et les notifications programmés, ainsi que pour la récupération de compte en cas de perte de mot de passe.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", "emailUpdate.optional": "<strong>Ce champ est facultatif</strong>. Vous n'êtes pas obligé de fournir votre adresse e-mail, mais sans e-mail validé, vous ne pourrez pas récupérer votre compte ou vous connecter avec votre e-mail.",
"emailUpdate.required": "<strong>This field is required</strong>.", "emailUpdate.required": "<strong>Ce champ est requis</strong>.",
"emailUpdate.change-instructions": "Un mail de confirmation sera envoyé à l'adresse mail saisie avec un lien unique. L'accès à ce lien confirmera votre propriété de mail et elle deviendra active sur votre compte. À tout moment, vous pouvez mettre à jour votre mail enregistré depuis la page de votre compte." "emailUpdate.change-instructions": "Un mail de confirmation sera envoyé à l'adresse mail saisie avec un lien unique. L'accès à ce lien confirmera votre propriété de mail et elle deviendra active sur votre compte. À tout moment, vous pouvez mettre à jour votre mail enregistré depuis la page de votre compte."
} }

@ -5,6 +5,7 @@
"most_flags": "Les plus signalés", "most_flags": "Les plus signalés",
"search": "Rechercher", "search": "Rechercher",
"enter_username": "Entrez le nom d'un utilisateur", "enter_username": "Entrez le nom d'un utilisateur",
"search-user-for-chat": "chercher un utilisateur pour commencer une discussion",
"load_more": "Charger la suite", "load_more": "Charger la suite",
"users-found-search-took": "%1 utilisateur(s) trouvé(s)! La recherche a pris %2 secondes.", "users-found-search-took": "%1 utilisateur(s) trouvé(s)! La recherche a pris %2 secondes.",
"filter-by": "Filtrer par", "filter-by": "Filtrer par",

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

Loading…
Cancel
Save