Compare commits

..

7 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
afd96a00b1 chore: up themes 2024-11-07 10:42:33 -05:00
Barış Soner Uşaklı
b40e530434 feat: add min:rep to custom fields
add validation in profile.update
2024-11-06 19:16:44 -05:00
Barış Soner Uşaklı
4b5cb613e5 test: add openapi spec, move menu button 2024-11-06 12:03:22 -05:00
Barış Soner Uşaklı
0c551fa240 Merge branch 'develop' into custom-user-fields 2024-11-06 11:48:05 -05:00
Barış Soner Uşaklı
13f39053c9 refactor: dont need delete function 2024-07-31 00:23:39 -04:00
Barış Soner Uşaklı
f33c8849d8 feat: show custom fields on edit/profile 2024-07-30 21:30:00 -04:00
Barış Soner Uşaklı
5e1d8769d4 feat: add custom user fields acp page 2024-07-30 17:08:25 -04:00
721 changed files with 3454 additions and 4955 deletions

View File

@@ -1220,59 +1220,6 @@ trans.id = public/language/id/admin/manage/uploads.json
trans.it = public/language/it/admin/manage/uploads.json trans.it = public/language/it/admin/manage/uploads.json
trans.ja = public/language/ja/admin/manage/uploads.json trans.ja = public/language/ja/admin/manage/uploads.json
[o:nodebb:p:nodebb:r:admin-manage-user-custom-fields]
file_filter = public/language/<lang>/admin/manage/user-custom-fields.json
source_file = public/language/en-GB/admin/manage/user-custom-fields.json
source_lang = en_GB
type = KEYVALUEJSON
trans.uk = public/language/uk/admin/manage/user-custom-fields.json
trans.en@pirate = public/language/en-x-pirate/admin/manage/user-custom-fields.json
trans.en_US = public/language/en-US/admin/manage/user-custom-fields.json
trans.fr = public/language/fr/admin/manage/user-custom-fields.json
trans.ko = public/language/ko/admin/manage/user-custom-fields.json
trans.ms = public/language/ms/admin/manage/user-custom-fields.json
trans.nb = public/language/nb/admin/manage/user-custom-fields.json
trans.nn_NO = public/language/nn-NO/admin/manage/user-custom-fields.json
trans.pt_BR = public/language/pt-BR/admin/manage/user-custom-fields.json
trans.zh_CN = public/language/zh-CN/admin/manage/user-custom-fields.json
trans.zh_TW = public/language/zh-TW/admin/manage/user-custom-fields.json
trans.cs = public/language/cs/admin/manage/user-custom-fields.json
trans.gl = public/language/gl/admin/manage/user-custom-fields.json
trans.rw = public/language/rw/admin/manage/user-custom-fields.json
trans.bg = public/language/bg/admin/manage/user-custom-fields.json
trans.de = public/language/de/admin/manage/user-custom-fields.json
trans.et = public/language/et/admin/manage/user-custom-fields.json
trans.id = public/language/id/admin/manage/user-custom-fields.json
trans.pt_PT = public/language/pt-PT/admin/manage/user-custom-fields.json
trans.ru = public/language/ru/admin/manage/user-custom-fields.json
trans.da = public/language/da/admin/manage/user-custom-fields.json
trans.he = public/language/he/admin/manage/user-custom-fields.json
trans.hu = public/language/hu/admin/manage/user-custom-fields.json
trans.ro = public/language/ro/admin/manage/user-custom-fields.json
trans.bn = public/language/bn/admin/manage/user-custom-fields.json
trans.es = public/language/es/admin/manage/user-custom-fields.json
trans.it = public/language/it/admin/manage/user-custom-fields.json
trans.nl = public/language/nl/admin/manage/user-custom-fields.json
trans.sq_AL = public/language/sq-AL/admin/manage/user-custom-fields.json
trans.tr = public/language/tr/admin/manage/user-custom-fields.json
trans.vi = public/language/vi/admin/manage/user-custom-fields.json
trans.fi = public/language/fi/admin/manage/user-custom-fields.json
trans.sc = public/language/sc/admin/manage/user-custom-fields.json
trans.hy = public/language/hy/admin/manage/user-custom-fields.json
trans.ja = public/language/ja/admin/manage/user-custom-fields.json
trans.lt = public/language/lt/admin/manage/user-custom-fields.json
trans.th = public/language/th/admin/manage/user-custom-fields.json
trans.sl = public/language/sl/admin/manage/user-custom-fields.json
trans.ar = public/language/ar/admin/manage/user-custom-fields.json
trans.el = public/language/el/admin/manage/user-custom-fields.json
trans.fa_IR = public/language/fa-IR/admin/manage/user-custom-fields.json
trans.hr = public/language/hr/admin/manage/user-custom-fields.json
trans.lv = public/language/lv/admin/manage/user-custom-fields.json
trans.pl = public/language/pl/admin/manage/user-custom-fields.json
trans.sk = public/language/sk/admin/manage/user-custom-fields.json
trans.sr = public/language/sr/admin/manage/user-custom-fields.json
trans.sv = public/language/sv/admin/manage/user-custom-fields.json
[o:nodebb:p:nodebb:r:admin-manage-users] [o:nodebb:p:nodebb:r:admin-manage-users]
file_filter = public/language/<lang>/admin/manage/users.json file_filter = public/language/<lang>/admin/manage/users.json
source_file = public/language/en-GB/admin/manage/users.json source_file = public/language/en-GB/admin/manage/users.json
@@ -1750,6 +1697,165 @@ trans.pt_BR = public/language/pt-BR/admin/settings/group.json
trans.zh_CN = public/language/zh-CN/admin/settings/group.json trans.zh_CN = public/language/zh-CN/admin/settings/group.json
trans.zh_TW = public/language/zh-TW/admin/settings/group.json trans.zh_TW = public/language/zh-TW/admin/settings/group.json
[o:nodebb:p:nodebb:r:admin-settings-guest]
file_filter = public/language/<lang>/admin/settings/guest.json
source_file = public/language/en-GB/admin/settings/guest.json
source_lang = en_GB
type = KEYVALUEJSON
trans.cs = public/language/cs/admin/settings/guest.json
trans.da = public/language/da/admin/settings/guest.json
trans.en_US = public/language/en-US/admin/settings/guest.json
trans.lt = public/language/lt/admin/settings/guest.json
trans.ms = public/language/ms/admin/settings/guest.json
trans.nl = public/language/nl/admin/settings/guest.json
trans.ru = public/language/ru/admin/settings/guest.json
trans.sc = public/language/sc/admin/settings/guest.json
trans.sr = public/language/sr/admin/settings/guest.json
trans.th = public/language/th/admin/settings/guest.json
trans.en@pirate = public/language/en-x-pirate/admin/settings/guest.json
trans.it = public/language/it/admin/settings/guest.json
trans.lv = public/language/lv/admin/settings/guest.json
trans.pt_BR = public/language/pt-BR/admin/settings/guest.json
trans.sk = public/language/sk/admin/settings/guest.json
trans.de = public/language/de/admin/settings/guest.json
trans.es = public/language/es/admin/settings/guest.json
trans.hr = public/language/hr/admin/settings/guest.json
trans.pt_PT = public/language/pt-PT/admin/settings/guest.json
trans.rw = public/language/rw/admin/settings/guest.json
trans.sq_AL = public/language/sq-AL/admin/settings/guest.json
trans.el = public/language/el/admin/settings/guest.json
trans.tr = public/language/tr/admin/settings/guest.json
trans.zh_CN = public/language/zh-CN/admin/settings/guest.json
trans.bg = public/language/bg/admin/settings/guest.json
trans.fi = public/language/fi/admin/settings/guest.json
trans.hu = public/language/hu/admin/settings/guest.json
trans.ja = public/language/ja/admin/settings/guest.json
trans.nb = public/language/nb/admin/settings/guest.json
trans.nn_NO = public/language/nn-NO/admin/settings/guest.json
trans.pl = public/language/pl/admin/settings/guest.json
trans.sl = public/language/sl/admin/settings/guest.json
trans.vi = public/language/vi/admin/settings/guest.json
trans.bn = public/language/bn/admin/settings/guest.json
trans.fa_IR = public/language/fa-IR/admin/settings/guest.json
trans.fr = public/language/fr/admin/settings/guest.json
trans.hy = public/language/hy/admin/settings/guest.json
trans.ro = public/language/ro/admin/settings/guest.json
trans.et = public/language/et/admin/settings/guest.json
trans.gl = public/language/gl/admin/settings/guest.json
trans.sv = public/language/sv/admin/settings/guest.json
trans.uk = public/language/uk/admin/settings/guest.json
trans.zh_TW = public/language/zh-TW/admin/settings/guest.json
trans.ar = public/language/ar/admin/settings/guest.json
trans.he = public/language/he/admin/settings/guest.json
trans.id = public/language/id/admin/settings/guest.json
trans.ko = public/language/ko/admin/settings/guest.json
[o:nodebb:p:nodebb:r:admin-settings-homepage]
file_filter = public/language/<lang>/admin/settings/homepage.json
source_file = public/language/en-GB/admin/settings/homepage.json
source_lang = en_GB
type = KEYVALUEJSON
trans.nb = public/language/nb/admin/settings/homepage.json
trans.nn_NO = public/language/nn-NO/admin/settings/homepage.json
trans.tr = public/language/tr/admin/settings/homepage.json
trans.vi = public/language/vi/admin/settings/homepage.json
trans.et = public/language/et/admin/settings/homepage.json
trans.fi = public/language/fi/admin/settings/homepage.json
trans.hy = public/language/hy/admin/settings/homepage.json
trans.ru = public/language/ru/admin/settings/homepage.json
trans.sr = public/language/sr/admin/settings/homepage.json
trans.es = public/language/es/admin/settings/homepage.json
trans.id = public/language/id/admin/settings/homepage.json
trans.lt = public/language/lt/admin/settings/homepage.json
trans.sk = public/language/sk/admin/settings/homepage.json
trans.sq_AL = public/language/sq-AL/admin/settings/homepage.json
trans.th = public/language/th/admin/settings/homepage.json
trans.en_US = public/language/en-US/admin/settings/homepage.json
trans.lv = public/language/lv/admin/settings/homepage.json
trans.pt_PT = public/language/pt-PT/admin/settings/homepage.json
trans.sc = public/language/sc/admin/settings/homepage.json
trans.fa_IR = public/language/fa-IR/admin/settings/homepage.json
trans.he = public/language/he/admin/settings/homepage.json
trans.ms = public/language/ms/admin/settings/homepage.json
trans.cs = public/language/cs/admin/settings/homepage.json
trans.el = public/language/el/admin/settings/homepage.json
trans.en@pirate = public/language/en-x-pirate/admin/settings/homepage.json
trans.gl = public/language/gl/admin/settings/homepage.json
trans.ko = public/language/ko/admin/settings/homepage.json
trans.ar = public/language/ar/admin/settings/homepage.json
trans.bg = public/language/bg/admin/settings/homepage.json
trans.bn = public/language/bn/admin/settings/homepage.json
trans.rw = public/language/rw/admin/settings/homepage.json
trans.zh_CN = public/language/zh-CN/admin/settings/homepage.json
trans.hr = public/language/hr/admin/settings/homepage.json
trans.it = public/language/it/admin/settings/homepage.json
trans.ja = public/language/ja/admin/settings/homepage.json
trans.nl = public/language/nl/admin/settings/homepage.json
trans.ro = public/language/ro/admin/settings/homepage.json
trans.da = public/language/da/admin/settings/homepage.json
trans.de = public/language/de/admin/settings/homepage.json
trans.fr = public/language/fr/admin/settings/homepage.json
trans.sv = public/language/sv/admin/settings/homepage.json
trans.hu = public/language/hu/admin/settings/homepage.json
trans.pt_BR = public/language/pt-BR/admin/settings/homepage.json
trans.sl = public/language/sl/admin/settings/homepage.json
trans.pl = public/language/pl/admin/settings/homepage.json
trans.uk = public/language/uk/admin/settings/homepage.json
trans.zh_TW = public/language/zh-TW/admin/settings/homepage.json
[o:nodebb:p:nodebb:r:admin-settings-languages]
file_filter = public/language/<lang>/admin/settings/languages.json
source_file = public/language/en-GB/admin/settings/languages.json
source_lang = en_GB
type = KEYVALUEJSON
trans.en@pirate = public/language/en-x-pirate/admin/settings/languages.json
trans.fa_IR = public/language/fa-IR/admin/settings/languages.json
trans.gl = public/language/gl/admin/settings/languages.json
trans.ro = public/language/ro/admin/settings/languages.json
trans.th = public/language/th/admin/settings/languages.json
trans.hr = public/language/hr/admin/settings/languages.json
trans.hy = public/language/hy/admin/settings/languages.json
trans.sc = public/language/sc/admin/settings/languages.json
trans.vi = public/language/vi/admin/settings/languages.json
trans.tr = public/language/tr/admin/settings/languages.json
trans.cs = public/language/cs/admin/settings/languages.json
trans.et = public/language/et/admin/settings/languages.json
trans.lv = public/language/lv/admin/settings/languages.json
trans.pl = public/language/pl/admin/settings/languages.json
trans.sr = public/language/sr/admin/settings/languages.json
trans.sv = public/language/sv/admin/settings/languages.json
trans.hu = public/language/hu/admin/settings/languages.json
trans.it = public/language/it/admin/settings/languages.json
trans.ja = public/language/ja/admin/settings/languages.json
trans.sl = public/language/sl/admin/settings/languages.json
trans.zh_TW = public/language/zh-TW/admin/settings/languages.json
trans.da = public/language/da/admin/settings/languages.json
trans.fr = public/language/fr/admin/settings/languages.json
trans.he = public/language/he/admin/settings/languages.json
trans.id = public/language/id/admin/settings/languages.json
trans.sq_AL = public/language/sq-AL/admin/settings/languages.json
trans.uk = public/language/uk/admin/settings/languages.json
trans.bn = public/language/bn/admin/settings/languages.json
trans.fi = public/language/fi/admin/settings/languages.json
trans.ko = public/language/ko/admin/settings/languages.json
trans.pt_BR = public/language/pt-BR/admin/settings/languages.json
trans.sk = public/language/sk/admin/settings/languages.json
trans.pt_PT = public/language/pt-PT/admin/settings/languages.json
trans.ru = public/language/ru/admin/settings/languages.json
trans.ar = public/language/ar/admin/settings/languages.json
trans.bg = public/language/bg/admin/settings/languages.json
trans.de = public/language/de/admin/settings/languages.json
trans.el = public/language/el/admin/settings/languages.json
trans.lt = public/language/lt/admin/settings/languages.json
trans.nl = public/language/nl/admin/settings/languages.json
trans.zh_CN = public/language/zh-CN/admin/settings/languages.json
trans.en_US = public/language/en-US/admin/settings/languages.json
trans.es = public/language/es/admin/settings/languages.json
trans.ms = public/language/ms/admin/settings/languages.json
trans.nb = public/language/nb/admin/settings/languages.json
trans.nn_NO = public/language/nn-NO/admin/settings/languages.json
trans.rw = public/language/rw/admin/settings/languages.json
[o:nodebb:p:nodebb:r:admin-settings-navigation] [o:nodebb:p:nodebb:r:admin-settings-navigation]
file_filter = public/language/<lang>/admin/settings/navigation.json file_filter = public/language/<lang>/admin/settings/navigation.json
source_file = public/language/en-GB/admin/settings/navigation.json source_file = public/language/en-GB/admin/settings/navigation.json
@@ -2015,6 +2121,59 @@ trans.gl = public/language/gl/admin/settings/reputation.json
trans.hu = public/language/hu/admin/settings/reputation.json trans.hu = public/language/hu/admin/settings/reputation.json
trans.hy = public/language/hy/admin/settings/reputation.json trans.hy = public/language/hy/admin/settings/reputation.json
[o:nodebb:p:nodebb:r:admin-settings-social]
file_filter = public/language/<lang>/admin/settings/social.json
source_file = public/language/en-GB/admin/settings/social.json
source_lang = en_GB
type = KEYVALUEJSON
trans.nl = public/language/nl/admin/settings/social.json
trans.sc = public/language/sc/admin/settings/social.json
trans.sv = public/language/sv/admin/settings/social.json
trans.rw = public/language/rw/admin/settings/social.json
trans.bn = public/language/bn/admin/settings/social.json
trans.hr = public/language/hr/admin/settings/social.json
trans.id = public/language/id/admin/settings/social.json
trans.pt_PT = public/language/pt-PT/admin/settings/social.json
trans.de = public/language/de/admin/settings/social.json
trans.hu = public/language/hu/admin/settings/social.json
trans.pt_BR = public/language/pt-BR/admin/settings/social.json
trans.ja = public/language/ja/admin/settings/social.json
trans.sq_AL = public/language/sq-AL/admin/settings/social.json
trans.zh_TW = public/language/zh-TW/admin/settings/social.json
trans.cs = public/language/cs/admin/settings/social.json
trans.en_US = public/language/en-US/admin/settings/social.json
trans.fi = public/language/fi/admin/settings/social.json
trans.nb = public/language/nb/admin/settings/social.json
trans.nn_NO = public/language/nn-NO/admin/settings/social.json
trans.pl = public/language/pl/admin/settings/social.json
trans.th = public/language/th/admin/settings/social.json
trans.bg = public/language/bg/admin/settings/social.json
trans.lt = public/language/lt/admin/settings/social.json
trans.lv = public/language/lv/admin/settings/social.json
trans.ko = public/language/ko/admin/settings/social.json
trans.es = public/language/es/admin/settings/social.json
trans.fr = public/language/fr/admin/settings/social.json
trans.he = public/language/he/admin/settings/social.json
trans.fa_IR = public/language/fa-IR/admin/settings/social.json
trans.hy = public/language/hy/admin/settings/social.json
trans.ms = public/language/ms/admin/settings/social.json
trans.ru = public/language/ru/admin/settings/social.json
trans.sk = public/language/sk/admin/settings/social.json
trans.ar = public/language/ar/admin/settings/social.json
trans.el = public/language/el/admin/settings/social.json
trans.en@pirate = public/language/en-x-pirate/admin/settings/social.json
trans.uk = public/language/uk/admin/settings/social.json
trans.sl = public/language/sl/admin/settings/social.json
trans.sr = public/language/sr/admin/settings/social.json
trans.tr = public/language/tr/admin/settings/social.json
trans.it = public/language/it/admin/settings/social.json
trans.ro = public/language/ro/admin/settings/social.json
trans.vi = public/language/vi/admin/settings/social.json
trans.zh_CN = public/language/zh-CN/admin/settings/social.json
trans.da = public/language/da/admin/settings/social.json
trans.et = public/language/et/admin/settings/social.json
trans.gl = public/language/gl/admin/settings/social.json
[o:nodebb:p:nodebb:r:admin-settings-sockets] [o:nodebb:p:nodebb:r:admin-settings-sockets]
file_filter = public/language/<lang>/admin/settings/sockets.json file_filter = public/language/<lang>/admin/settings/sockets.json
source_file = public/language/en-GB/admin/settings/sockets.json source_file = public/language/en-GB/admin/settings/sockets.json

View File

@@ -39,7 +39,7 @@ Our minimalist "Harmony" theme gets you going right away, no coding experience r
NodeBB requires the following software to be installed: NodeBB requires the following software to be installed:
* A version of Node.js at least 18 or greater ([installation/upgrade instructions](https://github.com/nodesource/distributions)) * A version of Node.js at least 16 or greater ([installation/upgrade instructions](https://github.com/nodesource/distributions))
* MongoDB, version 3.6 or greater **or** Redis, version 2.8.9 or greater * MongoDB, version 3.6 or greater **or** Redis, version 2.8.9 or greater
* If you are using [clustering](https://docs.nodebb.org/configuring/scaling/) you need Redis installed and configured. * If you are using [clustering](https://docs.nodebb.org/configuring/scaling/) you need Redis installed and configured.
* nginx, version 1.3.13 or greater (**only if** intending to use nginx to proxy requests to a NodeBB) * nginx, version 1.3.13 or greater (**only if** intending to use nginx to proxy requests to a NodeBB)

View File

@@ -14,7 +14,7 @@ services:
- ./install/docker/setup.json:/usr/src/app/setup.json - ./install/docker/setup.json:/usr/src/app/setup.json
postgres: postgres:
image: postgres:17.2-alpine image: postgres:17.0-alpine
restart: unless-stopped restart: unless-stopped
environment: environment:
POSTGRES_USER: nodebb POSTGRES_USER: nodebb

View File

@@ -36,7 +36,7 @@ services:
- redis - redis
postgres: postgres:
image: postgres:17.2-alpine image: postgres:17.0-alpine
restart: unless-stopped restart: unless-stopped
environment: environment:
POSTGRES_USER: nodebb POSTGRES_USER: nodebb

View File

@@ -2,7 +2,7 @@
"name": "nodebb", "name": "nodebb",
"license": "GPL-3.0", "license": "GPL-3.0",
"description": "NodeBB Forum", "description": "NodeBB Forum",
"version": "3.11.0", "version": "3.10.3",
"homepage": "https://www.nodebb.org", "homepage": "https://www.nodebb.org",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -31,14 +31,14 @@
"@adactive/bootstrap-tagsinput": "0.8.2", "@adactive/bootstrap-tagsinput": "0.8.2",
"@fontsource/inter": "5.1.0", "@fontsource/inter": "5.1.0",
"@fontsource/poppins": "5.1.0", "@fontsource/poppins": "5.1.0",
"@fortawesome/fontawesome-free": "6.7.1", "@fortawesome/fontawesome-free": "6.6.0",
"@isaacs/ttlcache": "1.4.1", "@isaacs/ttlcache": "1.4.1",
"@nodebb/spider-detector": "2.0.3", "@nodebb/spider-detector": "2.0.3",
"@popperjs/core": "2.11.8", "@popperjs/core": "2.11.8",
"@textcomplete/contenteditable": "0.1.13", "@textcomplete/contenteditable": "0.1.13",
"@textcomplete/core": "0.1.13", "@textcomplete/core": "0.1.13",
"@textcomplete/textarea": "0.1.13", "@textcomplete/textarea": "0.1.13",
"ace-builds": "1.36.5", "ace-builds": "1.36.4",
"archiver": "7.0.1", "archiver": "7.0.1",
"async": "3.2.6", "async": "3.2.6",
"autoprefixer": "10.4.20", "autoprefixer": "10.4.20",
@@ -62,7 +62,7 @@
"connect-pg-simple": "10.0.0", "connect-pg-simple": "10.0.0",
"connect-redis": "7.1.1", "connect-redis": "7.1.1",
"cookie-parser": "1.4.7", "cookie-parser": "1.4.7",
"cron": "3.2.1", "cron": "3.1.9",
"cropperjs": "1.6.2", "cropperjs": "1.6.2",
"csrf-sync": "4.0.3", "csrf-sync": "4.0.3",
"daemon": "1.1.0", "daemon": "1.1.0",
@@ -92,13 +92,13 @@
"lru-cache": "10.4.3", "lru-cache": "10.4.3",
"mime": "3.0.0", "mime": "3.0.0",
"mkdirp": "3.0.1", "mkdirp": "3.0.1",
"mongodb": "6.11.0", "mongodb": "6.10.0",
"morgan": "1.10.0", "morgan": "1.10.0",
"mousetrap": "1.6.5", "mousetrap": "1.6.5",
"multiparty": "4.2.3", "multiparty": "4.2.3",
"nconf": "0.12.1", "nconf": "0.12.1",
"nodebb-plugin-2factor": "7.5.7", "nodebb-plugin-2factor": "7.5.6",
"nodebb-plugin-composer-default": "10.2.43", "nodebb-plugin-composer-default": "10.2.42",
"nodebb-plugin-dbsearch": "6.2.5", "nodebb-plugin-dbsearch": "6.2.5",
"nodebb-plugin-emoji": "5.1.15", "nodebb-plugin-emoji": "5.1.15",
"nodebb-plugin-emoji-android": "4.0.0", "nodebb-plugin-emoji-android": "4.0.0",
@@ -107,11 +107,11 @@
"nodebb-plugin-ntfy": "1.7.7", "nodebb-plugin-ntfy": "1.7.7",
"nodebb-plugin-spam-be-gone": "2.2.2", "nodebb-plugin-spam-be-gone": "2.2.2",
"nodebb-rewards-essentials": "1.0.0", "nodebb-rewards-essentials": "1.0.0",
"nodebb-theme-harmony": "1.2.88", "nodebb-theme-harmony": "1.2.79",
"nodebb-theme-lavender": "7.1.16", "nodebb-theme-lavender": "7.1.10",
"nodebb-theme-peace": "2.2.22", "nodebb-theme-peace": "2.2.8",
"nodebb-theme-persona": "13.3.54", "nodebb-theme-persona": "13.3.42",
"nodebb-widget-essentials": "7.0.31", "nodebb-widget-essentials": "7.0.30",
"nodemailer": "6.9.16", "nodemailer": "6.9.16",
"nprogress": "0.2.0", "nprogress": "0.2.0",
"passport": "0.7.0", "passport": "0.7.0",
@@ -119,7 +119,7 @@
"passport-local": "1.0.0", "passport-local": "1.0.0",
"pg": "8.13.1", "pg": "8.13.1",
"pg-cursor": "2.12.1", "pg-cursor": "2.12.1",
"postcss": "8.4.49", "postcss": "8.4.47",
"postcss-clean": "1.2.0", "postcss-clean": "1.2.0",
"progress-webpack-plugin": "1.0.16", "progress-webpack-plugin": "1.0.16",
"prompt": "1.3.0", "prompt": "1.3.0",
@@ -128,7 +128,7 @@
"rss": "1.2.2", "rss": "1.2.2",
"rtlcss": "4.3.0", "rtlcss": "4.3.0",
"sanitize-html": "2.13.1", "sanitize-html": "2.13.1",
"sass": "1.81.0", "sass": "1.80.6",
"semver": "7.6.3", "semver": "7.6.3",
"serve-favicon": "2.5.0", "serve-favicon": "2.5.0",
"sharp": "0.32.6", "sharp": "0.32.6",
@@ -136,7 +136,7 @@
"socket.io": "4.8.1", "socket.io": "4.8.1",
"socket.io-client": "4.8.1", "socket.io-client": "4.8.1",
"@socket.io/redis-adapter": "8.3.0", "@socket.io/redis-adapter": "8.3.0",
"sortablejs": "1.15.4", "sortablejs": "1.15.3",
"spdx-license-list": "6.9.0", "spdx-license-list": "6.9.0",
"terser-webpack-plugin": "5.3.10", "terser-webpack-plugin": "5.3.10",
"textcomplete": "0.18.2", "textcomplete": "0.18.2",
@@ -148,7 +148,7 @@
"validator": "13.12.0", "validator": "13.12.0",
"webpack": "5.96.1", "webpack": "5.96.1",
"webpack-merge": "6.0.1", "webpack-merge": "6.0.1",
"winston": "3.17.0", "winston": "3.16.0",
"workerpool": "9.2.0", "workerpool": "9.2.0",
"xml": "1.0.1", "xml": "1.0.1",
"xregexp": "5.1.1", "xregexp": "5.1.1",
@@ -157,8 +157,8 @@
}, },
"devDependencies": { "devDependencies": {
"@apidevtools/swagger-parser": "10.1.0", "@apidevtools/swagger-parser": "10.1.0",
"@commitlint/cli": "19.6.0", "@commitlint/cli": "19.5.0",
"@commitlint/config-angular": "19.6.0", "@commitlint/config-angular": "19.5.0",
"coveralls": "3.1.1", "coveralls": "3.1.1",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-nodebb": "0.2.1", "eslint-config-nodebb": "0.2.1",
@@ -175,7 +175,7 @@
"smtp-server": "3.13.6" "smtp-server": "3.13.6"
}, },
"optionalDependencies": { "optionalDependencies": {
"sass-embedded": "1.81.0" "sass-embedded": "1.80.6"
}, },
"resolutions": { "resolutions": {
"*/jquery": "3.7.1" "*/jquery": "3.7.1"

View File

@@ -10,8 +10,8 @@
"filter-start": "تاريخ البدء", "filter-start": "تاريخ البدء",
"filter-end": "تاريخ الانتهاء", "filter-end": "تاريخ الانتهاء",
"filter-user": "Filter by User", "filter-user": "Filter by User",
"filter-user.placeholder": "قم بكتابة اسم مستخدم للتصفية...", "filter-user.placeholder": "Type user name to filter...",
"filter-group": "Filter by Group", "filter-group": "Filter by Group",
"filter-group.placeholder": "قم بكتابة اسم مجموعة للتصفية...", "filter-group.placeholder": "Type group name to filter...",
"filter-per-page": "لكل صفحة" "filter-per-page": "لكل صفحة"
} }

View File

@@ -1,24 +0,0 @@
{
"title": "Manage Custom User Fields",
"create-field": "Create Field",
"edit-field": "Edit Field",
"manage-custom-fields": "Manage Custom Fields",
"type-of-input": "Type of input",
"key": "Key",
"name": "Name",
"icon": "Icon",
"type": "Type",
"min-rep": "Minimum Reputation",
"input-type-text": "Input (Text)",
"input-type-link": "Input (Link)",
"input-type-number": "Input (Number)",
"input-type-date": "Input (Date)",
"input-type-select": "Select",
"input-type-select-multi": "Select Multiple",
"select-options": "Options",
"select-options-help": "Add one option per line for the select element",
"minimum-reputation": "Minimum reputation",
"minimum-reputation-help": "If a user has less than this value they won't be able to use this field",
"delete-field-confirm-x": "Do you really want to delete custom field \"%1\"?",
"custom-fields-saved": "Custom fields saved"
}

View File

@@ -22,7 +22,6 @@
"delete-content": "Delete User(s) <strong>Content</strong>", "delete-content": "Delete User(s) <strong>Content</strong>",
"purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>", "purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>",
"download-csv": "Download CSV", "download-csv": "Download CSV",
"custom-user-fields": "Custom User Fields",
"manage-groups": "Manage Groups", "manage-groups": "Manage Groups",
"set-reputation": "Set Reputation", "set-reputation": "Set Reputation",
"add-group": "Add Group", "add-group": "Add Group",

View File

@@ -15,7 +15,7 @@
"title-layout": "Title Layout", "title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. &#123;pageTitle&#125; | &#123;browserTitle&#125;", "title-layout-help": "Define how the browser title will be structured ie. &#123;pageTitle&#125; | &#123;browserTitle&#125;",
"description.placeholder": "A short description about your community", "description.placeholder": "A short description about your community",
"description": "Choose what page is shown when users navigate to the root URL of your forum.", "description": "وصف الموقع",
"keywords": "الكلمات الدليله للموقع", "keywords": "الكلمات الدليله للموقع",
"keywords-placeholder": "Keywords describing your community, comma-separated", "keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons", "logo-and-icons": "Site Logo & Icons",
@@ -48,15 +48,5 @@
"background-color-help": "Color used for splash screen background when website is installed as a PWA", "background-color-help": "Color used for splash screen background when website is installed as a PWA",
"undo-timeout": "Undo Timeout", "undo-timeout": "Undo Timeout",
"undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.", "undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.",
"topic-tools": "Topic Tools", "topic-tools": "Topic Tools"
"home-page": "Home Page", }
"home-page-route": "Home Page Route",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
"default-language": "اللغة الافتراضية",
"auto-detect": "الكشف عن إعدادات اللغة للزوار بشكل آلي",
"default-language-help": "تُحدد اللغة الافتراضية إعدادات اللغة لجميع المستخدمين الذين يزورون المنتدى. <br />يمكن للأعضاء تجاوز اللغة الافتراضية من خلال صفحة إعدادات الحساب الخاصة بهم.",
"post-sharing": "Post Sharing",
"info-plugins-additional": "Plugins can add additional networks for sharing posts."
}

View File

@@ -0,0 +1,8 @@
{
"settings": "Settings",
"guest-settings": "Guest Settings",
"handles.enabled": "Allow guest handles",
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
"topic-views.enabled": "Allow guests to increase topic view counts",
"reply-notifications.enabled": "Allow guests to generate reply notifications"
}

View File

@@ -0,0 +1,8 @@
{
"home-page": "Home Page",
"description": "Choose what page is shown when users navigate to the root URL of your forum.",
"home-page-route": "Home Page Route",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")"
}

View File

@@ -0,0 +1,6 @@
{
"language-settings": "اعدادات اللغة",
"description": "تُحدد اللغة الافتراضية إعدادات اللغة لجميع المستخدمين الذين يزورون المنتدى. <br />يمكن للأعضاء تجاوز اللغة الافتراضية من خلال صفحة إعدادات الحساب الخاصة بهم.",
"default-language": "اللغة الافتراضية",
"auto-detect": "الكشف عن إعدادات اللغة للزوار بشكل آلي"
}

View File

@@ -20,6 +20,7 @@
"min-rep-chat": "Minimum reputation to send chat messages", "min-rep-chat": "Minimum reputation to send chat messages",
"min-rep-post-links": "Minimum reputation to post links", "min-rep-post-links": "Minimum reputation to post links",
"min-rep-flag": "Minimum reputation to flag posts", "min-rep-flag": "Minimum reputation to flag posts",
"min-rep-website": "Minimum reputation to add \"Website\" to user profile",
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile", "min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
"min-rep-signature": "Minimum reputation to add \"Signature\" to user profile", "min-rep-signature": "Minimum reputation to add \"Signature\" to user profile",
"min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile", "min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile",

View File

@@ -0,0 +1,4 @@
{
"post-sharing": "Post Sharing",
"info-plugins-additional": "Plugins can add additional networks for sharing posts."
}

View File

@@ -9,7 +9,7 @@
"private-extensions": "File extensions to make private", "private-extensions": "File extensions to make private",
"private-uploads-extensions-help": "Enter comma-separated list of file extensions to make private here (e.g. <code>pdf,xls,doc</code>). An empty list means all files are private.", "private-uploads-extensions-help": "Enter comma-separated list of file extensions to make private here (e.g. <code>pdf,xls,doc</code>). An empty list means all files are private.",
"resize-image-width-threshold": "Resize images if they are wider than specified width", "resize-image-width-threshold": "Resize images if they are wider than specified width",
"resize-image-width-threshold-help": "(in pixels, default: 2000 pixels, set to 0 to disable)", "resize-image-width-threshold-help": "(in pixels, default: 1520 pixels, set to 0 to disable)",
"resize-image-width": "Resize images down to specified width", "resize-image-width": "Resize images down to specified width",
"resize-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)", "resize-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)",
"resize-image-quality": "Quality to use when resizing images", "resize-image-quality": "Quality to use when resizing images",

View File

@@ -88,10 +88,5 @@
"restrictions.seconds-before-new": "Seconds before a new user can make their first post", "restrictions.seconds-before-new": "Seconds before a new user can make their first post",
"restrictions.seconds-edit-after-new": "Number of seconds a post remains editable for new users (set to 0 to disable)", "restrictions.seconds-edit-after-new": "Number of seconds a post remains editable for new users (set to 0 to disable)",
"restrictions.milliseconds-between-messages": "Time between chat messages for new users (ms)", "restrictions.milliseconds-between-messages": "Time between chat messages for new users (ms)",
"restrictions.groups-exempt-from-new-user-restrictions": "Select groups that should be exempt from the new user restrictions", "restrictions.groups-exempt-from-new-user-restrictions": "Select groups that should be exempt from the new user restrictions"
"guest-settings": "Guest Settings", }
"handles.enabled": "Allow guest handles",
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
"topic-views.enabled": "Allow guests to increase topic view counts",
"reply-notifications.enabled": "Allow guests to generate reply notifications"
}

View File

@@ -181,14 +181,6 @@
"not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature", "not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature",
"not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture", "not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture",
"not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture", "not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture",
"not-enough-reputation-custom-field": "You need %1 reputation for %2",
"custom-user-field-value-too-long": "Custom field value too long, %1",
"custom-user-field-select-value-invalid": "Custom field selected option is invalid, %1",
"custom-user-field-invalid-text": "Custom field text is invalid, %1",
"custom-user-field-invalid-link": "Custom field link is invalid, %1",
"custom-user-field-invalid-number": "Custom field number is invalid, %1",
"custom-user-field-invalid-date": "Custom field date is invalid, %1",
"invalid-custom-user-field": "Invalid custom user field, \"%1\" is already used by NodeBB",
"post-already-flagged": "You have already flagged this post", "post-already-flagged": "You have already flagged this post",
"user-already-flagged": "You have already flagged this user", "user-already-flagged": "You have already flagged this user",
"post-flagged-too-many-times": "This post has been flagged by others already", "post-flagged-too-many-times": "This post has been flagged by others already",

View File

@@ -27,7 +27,6 @@
"restore": "استعادة", "restore": "استعادة",
"move": "نقل", "move": "نقل",
"change-owner": "Change Owner", "change-owner": "Change Owner",
"manage-editors": "Manage Editors",
"fork": "فرع", "fork": "فرع",
"link": "رابط", "link": "رابط",
"share": "نشر", "share": "نشر",
@@ -104,7 +103,6 @@
"thread-tools.move-posts": "Move Posts", "thread-tools.move-posts": "Move Posts",
"thread-tools.move-all": "نقل الكل", "thread-tools.move-all": "نقل الكل",
"thread-tools.change-owner": "Change Owner", "thread-tools.change-owner": "Change Owner",
"thread-tools.manage-editors": "Manage Editors",
"thread-tools.select-category": "Select Category", "thread-tools.select-category": "Select Category",
"thread-tools.fork": "إنشاء فرع الموضوع", "thread-tools.fork": "إنشاء فرع الموضوع",
"thread-tools.tag": "Tag Topic", "thread-tools.tag": "Tag Topic",
@@ -159,7 +157,6 @@
"move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic",
"move-topic-instruction": "Select the target category and then click move", "move-topic-instruction": "Select the target category and then click move",
"change-owner-instruction": "Click the posts you want to assign to another user", "change-owner-instruction": "Click the posts you want to assign to another user",
"manage-editors-instruction": "Manage the users who can edit this post below.",
"composer.title-placeholder": "أدخل عنوان موضوعك هنا...", "composer.title-placeholder": "أدخل عنوان موضوعك هنا...",
"composer.handle-placeholder": "Enter your name/handle here", "composer.handle-placeholder": "Enter your name/handle here",
"composer.hide": "Hide", "composer.hide": "Hide",

View File

@@ -1,5 +1,5 @@
{ {
"user-menu": "قائمة المستخدم", "user-menu": "User menu",
"banned": "محظور", "banned": "محظور",
"unbanned": "Unbanned", "unbanned": "Unbanned",
"muted": "كتم", "muted": "كتم",
@@ -16,7 +16,7 @@
"ban-account": "حظر الحساب", "ban-account": "حظر الحساب",
"ban-account-confirm": "هل تريد حقاً حظر هاذا العضو؟", "ban-account-confirm": "هل تريد حقاً حظر هاذا العضو؟",
"unban-account": "إزالة حظر الحساب", "unban-account": "إزالة حظر الحساب",
"mute-account": "كتم الحساب", "mute-account": "Mute Account",
"unmute-account": "Unmute Account", "unmute-account": "Unmute Account",
"delete-account": "حذف الحساب", "delete-account": "حذف الحساب",
"delete-account-as-admin": "Delete <strong>Account</strong>", "delete-account-as-admin": "Delete <strong>Account</strong>",
@@ -39,7 +39,7 @@
"reputation": "السمعة", "reputation": "السمعة",
"bookmarks": "المفضلات", "bookmarks": "المفضلات",
"watched-categories": "الأقسام المُتابعة", "watched-categories": "الأقسام المُتابعة",
"watched-tags": "الوسوم المُتابعة", "watched-tags": "Watched tags",
"change-all": "غير الكل", "change-all": "غير الكل",
"watched": "متابع", "watched": "متابع",
"ignored": "تم تجاهله", "ignored": "تم تجاهله",
@@ -75,11 +75,11 @@
"upload-new-picture": "رفع صورة جديدة", "upload-new-picture": "رفع صورة جديدة",
"upload-new-picture-from-url": "رفع صورة جديدة من رابط", "upload-new-picture-from-url": "رفع صورة جديدة من رابط",
"current-password": "كلمة السر الحالية", "current-password": "كلمة السر الحالية",
"new-password": "كلمة السر الجديدة", "new-password": "New Password",
"change-password": "تغيير كلمة السر", "change-password": "تغيير كلمة السر",
"change-password-error": "كلمة سر غير صحيحة", "change-password-error": "كلمة سر غير صحيحة",
"change-password-error-wrong-current": "كلمة السر الحالية ليست صحيحة", "change-password-error-wrong-current": "كلمة السر الحالية ليست صحيحة",
"change-password-error-same-password": "كلمة السر الجديدة مطابقة لكلمة السر الحالية, فضلاً قم بإدخال كلمة سر جديدة.", "change-password-error-same-password": "Your new password matches your current password, please use a new password.",
"change-password-error-match": "كلمة السر غير مطابقة لتأكيد كلمة السر", "change-password-error-match": "كلمة السر غير مطابقة لتأكيد كلمة السر",
"change-password-error-privileges": "ليس لديك الصلاحيات الكافية لتغيير كلمة السر هذه.", "change-password-error-privileges": "ليس لديك الصلاحيات الكافية لتغيير كلمة السر هذه.",
"change-password-success": "تم تحديث كلمة السر خاصتك.", "change-password-success": "تم تحديث كلمة السر خاصتك.",
@@ -115,7 +115,7 @@
"has-no-topics": "هذا المستخدم لم يكتب أي موضوع حتى الآن.", "has-no-topics": "هذا المستخدم لم يكتب أي موضوع حتى الآن.",
"has-no-watched-topics": "هذا المستخدم لم يقم بمراقبة اية مواضيع حتى الآن.", "has-no-watched-topics": "هذا المستخدم لم يقم بمراقبة اية مواضيع حتى الآن.",
"has-no-ignored-topics": "هذا المستخدم لم يقم بتجاهل اية مواضيع حتى الآن.", "has-no-ignored-topics": "هذا المستخدم لم يقم بتجاهل اية مواضيع حتى الآن.",
"has-no-read-topics": "هذا المستخدم لم يقم بقراءة أي مشاركة حتى الاّن.", "has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "هذا المستخدم لم يقم بالتصويت للأعلى لأي مشاركة حتى الآن.", "has-no-upvoted-posts": "هذا المستخدم لم يقم بالتصويت للأعلى لأي مشاركة حتى الآن.",
"has-no-downvoted-posts": "هذا المستخدم لم يقم بالتصويت للأسفل لأي مشاركة حتى الآن.", "has-no-downvoted-posts": "هذا المستخدم لم يقم بالتصويت للأسفل لأي مشاركة حتى الآن.",
"has-no-controversial-posts": "هذا المستخدم ﻻيمتلك تصويت للأسفل لأي مشاركة حتى الآن.", "has-no-controversial-posts": "هذا المستخدم ﻻيمتلك تصويت للأسفل لأي مشاركة حتى الآن.",

View File

@@ -1,5 +1,5 @@
{ {
"all-users": "كل المستخدمين", "all-users": "All Users",
"followed-users": "Followed Users", "followed-users": "Followed Users",
"latest-users": "أحدث الأعضاء", "latest-users": "أحدث الأعضاء",
"top-posters": "اﻷكثر مشاركة", "top-posters": "اﻷكثر مشاركة",

View File

@@ -1,24 +0,0 @@
{
"title": "Управление на персонализираните потребителски полета",
"create-field": "Създаване на поле",
"edit-field": "Редактиране на полето",
"manage-custom-fields": "Управление на персонализираните полета",
"type-of-input": "Вид на входните данни",
"key": "Ключ",
"name": "Име",
"icon": "Иконка",
"type": "Тип",
"min-rep": "Минимална репутация",
"input-type-text": "Въвеждане (текст)",
"input-type-link": "Въвеждане (връзка)",
"input-type-number": "Въвеждане (число)",
"input-type-date": "Въвеждане (дата)",
"input-type-select": "Избиране",
"input-type-select-multi": "Избиране на множество",
"select-options": "Опции",
"select-options-help": "Добавете по една опция на ред за избрания елемент",
"minimum-reputation": "Минимална репутация",
"minimum-reputation-help": "Ако потребителят има по-малко репутация от посочената, той няма да може да използва това поле",
"delete-field-confirm-x": "Наистина ли искате да изтриете персонализираното поле „%1“?",
"custom-fields-saved": "Персонализираните полета са запазени"
}

View File

@@ -22,7 +22,6 @@
"delete-content": "Изтриване на <strong>съдържанието</strong> на потребителя/ите", "delete-content": "Изтриване на <strong>съдържанието</strong> на потребителя/ите",
"purge": "Изтриване на <strong>потребителя/ите</strong> и <strong>съдържанието</strong>", "purge": "Изтриване на <strong>потребителя/ите</strong> и <strong>съдържанието</strong>",
"download-csv": "Сваляне във формат „CSV“", "download-csv": "Сваляне във формат „CSV“",
"custom-user-fields": "Персонализирани потребителски полета",
"manage-groups": "Управление на групите", "manage-groups": "Управление на групите",
"set-reputation": "Задаване на репутация", "set-reputation": "Задаване на репутация",
"add-group": "Добавяне на група", "add-group": "Добавяне на група",

View File

@@ -15,7 +15,7 @@
"title-layout": "Разположение на заглавието", "title-layout": "Разположение на заглавието",
"title-layout-help": "Определете как ще бъде структурирано заглавието на браузъра, например: &#123;pageTitle&#125; | &#123;browserTitle&#125;", "title-layout-help": "Определете как ще бъде структурирано заглавието на браузъра, например: &#123;pageTitle&#125; | &#123;browserTitle&#125;",
"description.placeholder": "Кратко описание на общността Ви", "description.placeholder": "Кратко описание на общността Ви",
"description": "Изберете коя страница да бъде показана, когато потребителите отидат на главния адрес на форума.", "description": "Описание на уеб сайта",
"keywords": "Ключови думи на уеб сайта", "keywords": "Ключови думи на уеб сайта",
"keywords-placeholder": "Ключови думи, описващи общността Ви. Трябва да бъдат разделени със запетаи.", "keywords-placeholder": "Ключови думи, описващи общността Ви. Трябва да бъдат разделени със запетаи.",
"logo-and-icons": "Лого и иконки на уеб сайта", "logo-and-icons": "Лого и иконки на уеб сайта",
@@ -48,15 +48,5 @@
"background-color-help": "Цвят, който да се използва като фон за началния екран, когато уеб сайтът е инсталиран като приложение", "background-color-help": "Цвят, който да се използва като фон за началния екран, когато уеб сайтът е инсталиран като приложение",
"undo-timeout": "Време за отмяна", "undo-timeout": "Време за отмяна",
"undo-timeout-help": "Някои действия, като например преместването на теми, могат да бъдат отменени от модератора в рамките на определено време. Задайте 0, за да забраните изцяло отменянето.", "undo-timeout-help": "Някои действия, като например преместването на теми, могат да бъдат отменени от модератора в рамките на определено време. Задайте 0, за да забраните изцяло отменянето.",
"topic-tools": "Инструменти за темите", "topic-tools": "Инструменти за темите"
"home-page": "Начална страница", }
"home-page-route": "Път на началната страница",
"custom-route": "Персонализиран път",
"allow-user-home-pages": "Разрешаване на потребителските начални страници",
"home-page-title": "Заглавие на началната страница (по подразбиране: „Начало“)",
"default-language": "Език по подразбиране",
"auto-detect": "Автоматично разпознаване на езика за гостите",
"default-language-help": "Езикът по подразбиране определя езиковите настройки за всички потребители, които посещават Вашия форум. <br />Отделните потребители могат да сменят езика си от страницата с настройки на профила си.",
"post-sharing": "Споделяне на публикации",
"info-plugins-additional": "Добавките могат да добавят допълнителни мрежи за споделяне на публикации."
}

View File

@@ -0,0 +1,8 @@
{
"settings": "Настройки",
"guest-settings": "Настройки за гостите",
"handles.enabled": "Позволяване на имената за гостите",
"handles.enabled-help": "Тази възможност предоставя ново поле, което позволява на гостите да си изберат име, което да се използва за всяка публикация, която правят. Ако е изключено, всички те просто ще имат името „Гост“.",
"topic-views.enabled": "Гостите да допринасят за броя на преглеждания на темите",
"reply-notifications.enabled": "Гостите да могат да предизвикват изпращането на известия за отговорите си"
}

View File

@@ -0,0 +1,8 @@
{
"home-page": "Начална страница",
"description": "Изберете коя страница да бъде показана, когато потребителите отидат на главния адрес на форума.",
"home-page-route": "Път на началната страница",
"custom-route": "Персонализиран път",
"allow-user-home-pages": "Разрешаване на потребителските начални страници",
"home-page-title": "Заглавие на началната страница (по подразбиране: „Начало“)"
}

View File

@@ -0,0 +1,6 @@
{
"language-settings": "Езикови настройки",
"description": "Езикът по подразбиране определя езиковите настройки за всички потребители, които посещават Вашия форум. <br />Отделните потребители могат да сменят езика си от страницата с настройки на профила си.",
"default-language": "Език по подразбиране",
"auto-detect": "Автоматично разпознаване на езика за гостите"
}

View File

@@ -20,6 +20,7 @@
"min-rep-chat": "Минимална репутация, необходима за изпращане на съобщения в разговори", "min-rep-chat": "Минимална репутация, необходима за изпращане на съобщения в разговори",
"min-rep-post-links": "Минимална репутация, необходима за публикуване на връзки", "min-rep-post-links": "Минимална репутация, необходима за публикуване на връзки",
"min-rep-flag": "Минимална репутация, необходима за докладване на публикации", "min-rep-flag": "Минимална репутация, необходима за докладване на публикации",
"min-rep-website": "Минимална репутация, необходима за добавяне на полето „Уебсайт“ към профила на потребителя",
"min-rep-aboutme": "Минимална репутация, необходима за добавяне на полето „За мен“ към профила на потребителя", "min-rep-aboutme": "Минимална репутация, необходима за добавяне на полето „За мен“ към профила на потребителя",
"min-rep-signature": "Минимална репутация, необходима за добавяне на полето „Подпис“ към профила на потребителя", "min-rep-signature": "Минимална репутация, необходима за добавяне на полето „Подпис“ към профила на потребителя",
"min-rep-profile-picture": "Минимална репутация, необходима за добавяне на профилна снимка към профила на потребителя", "min-rep-profile-picture": "Минимална репутация, необходима за добавяне на профилна снимка към профила на потребителя",

View File

@@ -0,0 +1,4 @@
{
"post-sharing": "Споделяне на публикации",
"info-plugins-additional": "Добавките могат да добавят допълнителни мрежи за споделяне на публикации."
}

View File

@@ -9,7 +9,7 @@
"private-extensions": "Файлови разширения, които да бъдат частни", "private-extensions": "Файлови разширения, които да бъдат частни",
"private-uploads-extensions-help": "Въведете списък от файлови разширения, разделени със запетаи, които искате да бъдат частни (например <code>pdf,xls,doc</code>). Ако оставите това поле празно, всички файлове ще бъдат частни.", "private-uploads-extensions-help": "Въведете списък от файлови разширения, разделени със запетаи, които искате да бъдат частни (например <code>pdf,xls,doc</code>). Ако оставите това поле празно, всички файлове ще бъдат частни.",
"resize-image-width-threshold": "Преоразмеряване на изображенията, ако са по-широки от определената ширина", "resize-image-width-threshold": "Преоразмеряване на изображенията, ако са по-широки от определената ширина",
"resize-image-width-threshold-help": "(в пиксели; по подразбиране: 2000 пиксела. 0 = изключено)", "resize-image-width-threshold-help": "(в пиксели; по подразбиране: 1520 пиксела. 0 = изключено)",
"resize-image-width": "Намаляване на размера на изображенията до определена ширина", "resize-image-width": "Намаляване на размера на изображенията до определена ширина",
"resize-image-width-help": "(в пиксели; по подразбиране: 760 пиксела. 0 = изключено)", "resize-image-width-help": "(в пиксели; по подразбиране: 760 пиксела. 0 = изключено)",
"resize-image-quality": "Качество при преоразмеряване на изображенията", "resize-image-quality": "Качество при преоразмеряване на изображенията",

View File

@@ -88,10 +88,5 @@
"restrictions.seconds-before-new": "Брой секунди преди новите потребители да могат да публикуват за пръв път", "restrictions.seconds-before-new": "Брой секунди преди новите потребители да могат да публикуват за пръв път",
"restrictions.seconds-edit-after-new": "Брой секунди, през които публикациите могат да бъдат редактирани от нови потребители. (0 = изключено)", "restrictions.seconds-edit-after-new": "Брой секунди, през които публикациите могат да бъдат редактирани от нови потребители. (0 = изключено)",
"restrictions.milliseconds-between-messages": "Време между съобщенията в разговорите за нови потребители (мсек)", "restrictions.milliseconds-between-messages": "Време между съобщенията в разговорите за нови потребители (мсек)",
"restrictions.groups-exempt-from-new-user-restrictions": "Избиране на групи, за които да не важат ограниченията за нови потребители", "restrictions.groups-exempt-from-new-user-restrictions": "Избиране на групи, за които да не важат ограниченията за нови потребители"
"guest-settings": "Настройки за гостите", }
"handles.enabled": "Позволяване на имената за гостите",
"handles.enabled-help": "Тази възможност предоставя ново поле, което позволява на гостите да си изберат име, което да се използва за всяка публикация, която правят. Ако е изключено, всички те просто ще имат името „Гост“.",
"topic-views.enabled": "Гостите да допринасят за броя на преглеждания на темите",
"reply-notifications.enabled": "Гостите да могат да предизвикват изпращането на известия за отговорите си"
}

View File

@@ -181,14 +181,6 @@
"not-enough-reputation-min-rep-signature": "Репутацията Ви трябва да бъде поне %1, за да добавите подпис", "not-enough-reputation-min-rep-signature": "Репутацията Ви трябва да бъде поне %1, за да добавите подпис",
"not-enough-reputation-min-rep-profile-picture": "Репутацията Ви трябва да бъде поне %1, за да добавите снимка на профила си", "not-enough-reputation-min-rep-profile-picture": "Репутацията Ви трябва да бъде поне %1, за да добавите снимка на профила си",
"not-enough-reputation-min-rep-cover-picture": "Репутацията Ви трябва да бъде поне %1, за да добавите снимка на корицата", "not-enough-reputation-min-rep-cover-picture": "Репутацията Ви трябва да бъде поне %1, за да добавите снимка на корицата",
"not-enough-reputation-custom-field": "Репутацията Ви трябва да бъде поне %1 за %2",
"custom-user-field-value-too-long": "Стойността в персонализираното поле е твърде дълга, %1",
"custom-user-field-select-value-invalid": "Избраната опция в персонализираното поле е твърде неправилна, %1",
"custom-user-field-invalid-text": "Текстът в персонализираното поле е неправилен, %1",
"custom-user-field-invalid-link": "Връзката в персонализираното поле е неправилна, %1",
"custom-user-field-invalid-number": "Числото в персонализираното поле е неправилно, %1",
"custom-user-field-invalid-date": "Датата в персонализираното поле е неправилна, %1",
"invalid-custom-user-field": "Неправилно персонализирано поле. „%1“ вече се ползва от NodeBB",
"post-already-flagged": "Вече сте докладвали тази публикация", "post-already-flagged": "Вече сте докладвали тази публикация",
"user-already-flagged": "Вече сте докладвали този потребител", "user-already-flagged": "Вече сте докладвали този потребител",
"post-flagged-too-many-times": "Тази публикация вече е докладвана от други хора", "post-flagged-too-many-times": "Тази публикация вече е докладвана от други хора",

View File

@@ -27,7 +27,6 @@
"restore": "Възстановяване", "restore": "Възстановяване",
"move": "Преместване", "move": "Преместване",
"change-owner": "Промяна на собственика", "change-owner": "Промяна на собственика",
"manage-editors": "Управление на редакторите",
"fork": "Разделяне", "fork": "Разделяне",
"link": "Връзка", "link": "Връзка",
"share": "Споделяне", "share": "Споделяне",
@@ -104,7 +103,6 @@
"thread-tools.move-posts": "Преместване на публикациите", "thread-tools.move-posts": "Преместване на публикациите",
"thread-tools.move-all": "Преместване на всички", "thread-tools.move-all": "Преместване на всички",
"thread-tools.change-owner": "Промяна на собственика", "thread-tools.change-owner": "Промяна на собственика",
"thread-tools.manage-editors": "Управление на редакторите",
"thread-tools.select-category": "Избиране на категория", "thread-tools.select-category": "Избиране на категория",
"thread-tools.fork": "Разделяне на темата", "thread-tools.fork": "Разделяне на темата",
"thread-tools.tag": "Поставяне на етикет на темата", "thread-tools.tag": "Поставяне на етикет на темата",
@@ -159,7 +157,6 @@
"move-posts-instruction": "Щракнете върху публикациите, които искате да преместите, а след това въведете ид. на тема или отидете в целевата тема", "move-posts-instruction": "Щракнете върху публикациите, които искате да преместите, а след това въведете ид. на тема или отидете в целевата тема",
"move-topic-instruction": "Изберете целевата категория и натиснете „Преместване“", "move-topic-instruction": "Изберете целевата категория и натиснете „Преместване“",
"change-owner-instruction": "Натиснете публикациите, които искате да прехвърлите на друг потребител", "change-owner-instruction": "Натиснете публикациите, които искате да прехвърлите на друг потребител",
"manage-editors-instruction": "Определете потребителите, които могат да редактират тази публикация по-долу.",
"composer.title-placeholder": "Въведете заглавието на темата си тук...", "composer.title-placeholder": "Въведете заглавието на темата си тук...",
"composer.handle-placeholder": "Въведете името тук", "composer.handle-placeholder": "Въведете името тук",
"composer.hide": "Скриване", "composer.hide": "Скриване",

View File

@@ -1,24 +0,0 @@
{
"title": "Manage Custom User Fields",
"create-field": "Create Field",
"edit-field": "Edit Field",
"manage-custom-fields": "Manage Custom Fields",
"type-of-input": "Type of input",
"key": "Key",
"name": "Name",
"icon": "Icon",
"type": "Type",
"min-rep": "Minimum Reputation",
"input-type-text": "Input (Text)",
"input-type-link": "Input (Link)",
"input-type-number": "Input (Number)",
"input-type-date": "Input (Date)",
"input-type-select": "Select",
"input-type-select-multi": "Select Multiple",
"select-options": "Options",
"select-options-help": "Add one option per line for the select element",
"minimum-reputation": "Minimum reputation",
"minimum-reputation-help": "If a user has less than this value they won't be able to use this field",
"delete-field-confirm-x": "Do you really want to delete custom field \"%1\"?",
"custom-fields-saved": "Custom fields saved"
}

View File

@@ -22,7 +22,6 @@
"delete-content": "Delete User(s) <strong>Content</strong>", "delete-content": "Delete User(s) <strong>Content</strong>",
"purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>", "purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>",
"download-csv": "Download CSV", "download-csv": "Download CSV",
"custom-user-fields": "Custom User Fields",
"manage-groups": "Manage Groups", "manage-groups": "Manage Groups",
"set-reputation": "Set Reputation", "set-reputation": "Set Reputation",
"add-group": "Add Group", "add-group": "Add Group",

View File

@@ -15,7 +15,7 @@
"title-layout": "Title Layout", "title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. &#123;pageTitle&#125; | &#123;browserTitle&#125;", "title-layout-help": "Define how the browser title will be structured ie. &#123;pageTitle&#125; | &#123;browserTitle&#125;",
"description.placeholder": "A short description about your community", "description.placeholder": "A short description about your community",
"description": "Choose what page is shown when users navigate to the root URL of your forum.", "description": "Site Description",
"keywords": "Site Keywords", "keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated", "keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons", "logo-and-icons": "Site Logo & Icons",
@@ -48,15 +48,5 @@
"background-color-help": "Color used for splash screen background when website is installed as a PWA", "background-color-help": "Color used for splash screen background when website is installed as a PWA",
"undo-timeout": "Undo Timeout", "undo-timeout": "Undo Timeout",
"undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.", "undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.",
"topic-tools": "Topic Tools", "topic-tools": "Topic Tools"
"home-page": "Home Page", }
"home-page-route": "Home Page Route",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
"default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests",
"default-language-help": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"post-sharing": "Post Sharing",
"info-plugins-additional": "Plugins can add additional networks for sharing posts."
}

View File

@@ -0,0 +1,8 @@
{
"settings": "Settings",
"guest-settings": "Guest Settings",
"handles.enabled": "Allow guest handles",
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
"topic-views.enabled": "Allow guests to increase topic view counts",
"reply-notifications.enabled": "Allow guests to generate reply notifications"
}

View File

@@ -0,0 +1,8 @@
{
"home-page": "Home Page",
"description": "Choose what page is shown when users navigate to the root URL of your forum.",
"home-page-route": "Home Page Route",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")"
}

View File

@@ -0,0 +1,6 @@
{
"language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
}

View File

@@ -20,6 +20,7 @@
"min-rep-chat": "Minimum reputation to send chat messages", "min-rep-chat": "Minimum reputation to send chat messages",
"min-rep-post-links": "Minimum reputation to post links", "min-rep-post-links": "Minimum reputation to post links",
"min-rep-flag": "Minimum reputation to flag posts", "min-rep-flag": "Minimum reputation to flag posts",
"min-rep-website": "Minimum reputation to add \"Website\" to user profile",
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile", "min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
"min-rep-signature": "Minimum reputation to add \"Signature\" to user profile", "min-rep-signature": "Minimum reputation to add \"Signature\" to user profile",
"min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile", "min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile",

View File

@@ -0,0 +1,4 @@
{
"post-sharing": "Post Sharing",
"info-plugins-additional": "Plugins can add additional networks for sharing posts."
}

View File

@@ -9,7 +9,7 @@
"private-extensions": "File extensions to make private", "private-extensions": "File extensions to make private",
"private-uploads-extensions-help": "Enter comma-separated list of file extensions to make private here (e.g. <code>pdf,xls,doc</code>). An empty list means all files are private.", "private-uploads-extensions-help": "Enter comma-separated list of file extensions to make private here (e.g. <code>pdf,xls,doc</code>). An empty list means all files are private.",
"resize-image-width-threshold": "Resize images if they are wider than specified width", "resize-image-width-threshold": "Resize images if they are wider than specified width",
"resize-image-width-threshold-help": "(in pixels, default: 2000 pixels, set to 0 to disable)", "resize-image-width-threshold-help": "(in pixels, default: 1520 pixels, set to 0 to disable)",
"resize-image-width": "Resize images down to specified width", "resize-image-width": "Resize images down to specified width",
"resize-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)", "resize-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)",
"resize-image-quality": "Quality to use when resizing images", "resize-image-quality": "Quality to use when resizing images",

View File

@@ -88,10 +88,5 @@
"restrictions.seconds-before-new": "Seconds before a new user can make their first post", "restrictions.seconds-before-new": "Seconds before a new user can make their first post",
"restrictions.seconds-edit-after-new": "Number of seconds a post remains editable for new users (set to 0 to disable)", "restrictions.seconds-edit-after-new": "Number of seconds a post remains editable for new users (set to 0 to disable)",
"restrictions.milliseconds-between-messages": "Time between chat messages for new users (ms)", "restrictions.milliseconds-between-messages": "Time between chat messages for new users (ms)",
"restrictions.groups-exempt-from-new-user-restrictions": "Select groups that should be exempt from the new user restrictions", "restrictions.groups-exempt-from-new-user-restrictions": "Select groups that should be exempt from the new user restrictions"
"guest-settings": "Guest Settings", }
"handles.enabled": "Allow guest handles",
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
"topic-views.enabled": "Allow guests to increase topic view counts",
"reply-notifications.enabled": "Allow guests to generate reply notifications"
}

View File

@@ -181,14 +181,6 @@
"not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature", "not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature",
"not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture", "not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture",
"not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture", "not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture",
"not-enough-reputation-custom-field": "You need %1 reputation for %2",
"custom-user-field-value-too-long": "Custom field value too long, %1",
"custom-user-field-select-value-invalid": "Custom field selected option is invalid, %1",
"custom-user-field-invalid-text": "Custom field text is invalid, %1",
"custom-user-field-invalid-link": "Custom field link is invalid, %1",
"custom-user-field-invalid-number": "Custom field number is invalid, %1",
"custom-user-field-invalid-date": "Custom field date is invalid, %1",
"invalid-custom-user-field": "Invalid custom user field, \"%1\" is already used by NodeBB",
"post-already-flagged": "You have already flagged this post", "post-already-flagged": "You have already flagged this post",
"user-already-flagged": "You have already flagged this user", "user-already-flagged": "You have already flagged this user",
"post-flagged-too-many-times": "This post has been flagged by others already", "post-flagged-too-many-times": "This post has been flagged by others already",

View File

@@ -27,7 +27,6 @@
"restore": "পুনরূদ্ধার", "restore": "পুনরূদ্ধার",
"move": "সরানো", "move": "সরানো",
"change-owner": "Change Owner", "change-owner": "Change Owner",
"manage-editors": "Manage Editors",
"fork": "শাখা", "fork": "শাখা",
"link": "লিঙ্ক", "link": "লিঙ্ক",
"share": "শেয়ার", "share": "শেয়ার",
@@ -104,7 +103,6 @@
"thread-tools.move-posts": "Move Posts", "thread-tools.move-posts": "Move Posts",
"thread-tools.move-all": "সমস্ত টপিক সরান", "thread-tools.move-all": "সমস্ত টপিক সরান",
"thread-tools.change-owner": "Change Owner", "thread-tools.change-owner": "Change Owner",
"thread-tools.manage-editors": "Manage Editors",
"thread-tools.select-category": "Select Category", "thread-tools.select-category": "Select Category",
"thread-tools.fork": "টপিক ফর্ক করুন", "thread-tools.fork": "টপিক ফর্ক করুন",
"thread-tools.tag": "Tag Topic", "thread-tools.tag": "Tag Topic",
@@ -159,7 +157,6 @@
"move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic",
"move-topic-instruction": "Select the target category and then click move", "move-topic-instruction": "Select the target category and then click move",
"change-owner-instruction": "Click the posts you want to assign to another user", "change-owner-instruction": "Click the posts you want to assign to another user",
"manage-editors-instruction": "Manage the users who can edit this post below.",
"composer.title-placeholder": "আপনার টপিকের শিরোনাম দিন", "composer.title-placeholder": "আপনার টপিকের শিরোনাম দিন",
"composer.handle-placeholder": "Enter your name/handle here", "composer.handle-placeholder": "Enter your name/handle here",
"composer.hide": "Hide", "composer.hide": "Hide",

View File

@@ -1,24 +0,0 @@
{
"title": "Správa vlastních uživatelských polí",
"create-field": "Vytvořit pole",
"edit-field": "Upravit pole",
"manage-custom-fields": "Manage Custom Fields",
"type-of-input": "Type of input",
"key": "Key",
"name": "Name",
"icon": "Icon",
"type": "Type",
"min-rep": "Minimum Reputation",
"input-type-text": "Input (Text)",
"input-type-link": "Input (Link)",
"input-type-number": "Input (Number)",
"input-type-date": "Input (Date)",
"input-type-select": "Select",
"input-type-select-multi": "Select Multiple",
"select-options": "Options",
"select-options-help": "Add one option per line for the select element",
"minimum-reputation": "Minimum reputation",
"minimum-reputation-help": "If a user has less than this value they won't be able to use this field",
"delete-field-confirm-x": "Do you really want to delete custom field \"%1\"?",
"custom-fields-saved": "Custom fields saved"
}

View File

@@ -22,7 +22,6 @@
"delete-content": "Odstranit <strong>Obsah</strong> uživatele", "delete-content": "Odstranit <strong>Obsah</strong> uživatele",
"purge": "Odstranit <strong>uživatele</strong> a <strong>obsah</strong>", "purge": "Odstranit <strong>uživatele</strong> a <strong>obsah</strong>",
"download-csv": "Stáhnout jako CSV", "download-csv": "Stáhnout jako CSV",
"custom-user-fields": "Custom User Fields",
"manage-groups": "Spravovat skupiny", "manage-groups": "Spravovat skupiny",
"set-reputation": "Set Reputation", "set-reputation": "Set Reputation",
"add-group": "Přidat skupinu", "add-group": "Přidat skupinu",

View File

@@ -15,7 +15,7 @@
"title-layout": "Vzhled názvu", "title-layout": "Vzhled názvu",
"title-layout-help": "Určete jak název prohlížeče má být sestaven, tj. &#123;pageTitle&#125; | &#123;browserTitle&#125;", "title-layout-help": "Určete jak název prohlížeče má být sestaven, tj. &#123;pageTitle&#125; | &#123;browserTitle&#125;",
"description.placeholder": "Zkrácený popis vaší komunity", "description.placeholder": "Zkrácený popis vaší komunity",
"description": "Vyberte, kterou stránku chcete zobrazit, jakmile uživatel přejde na výchozí URL vašeho fóra.", "description": "Popis stránky",
"keywords": "Klíčová slova pro stránky", "keywords": "Klíčová slova pro stránky",
"keywords-placeholder": "Klíčová slova popisující vaši komunitu, odděleno čárkou", "keywords-placeholder": "Klíčová slova popisující vaši komunitu, odděleno čárkou",
"logo-and-icons": "Site Logo & Icons", "logo-and-icons": "Site Logo & Icons",
@@ -48,15 +48,5 @@
"background-color-help": "Color used for splash screen background when website is installed as a PWA", "background-color-help": "Color used for splash screen background when website is installed as a PWA",
"undo-timeout": "Undo Timeout", "undo-timeout": "Undo Timeout",
"undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.", "undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.",
"topic-tools": "Topic Tools", "topic-tools": "Topic Tools"
"home-page": "Domovská stránka", }
"home-page-route": "Cesta k domovské stránce",
"custom-route": "Upravit cestu",
"allow-user-home-pages": "Povolit uživatelům domovské stránky",
"home-page-title": "Titulka domovské stránky (výchozí „Domů”)",
"default-language": "Výchozí jazyk",
"auto-detect": "Automaticky detekovat nastavení jazyka pro hosty",
"default-language-help": "Výchozí jazyk určuje nastavení jazyka pro všechny uživatele navštěvující vaše fórum. <br />Každý uživatel si může pak nastavit výchozí jazyk na stránce nastavení účtu.",
"post-sharing": "Sdílení příspěvku",
"info-plugins-additional": "Rozšíření mohou přidat další dodatečné sítě pro sdílení příspěvků."
}

View File

@@ -0,0 +1,8 @@
{
"settings": "Settings",
"guest-settings": "Guest Settings",
"handles.enabled": "Povolit upravení zacházení s hosty",
"handles.enabled-help": "Tato možnost odkryje nové pole, které umožňuje hostům vybrat jméno, které se připojí ke každému příspěvku, který vytvoří. Bude-li zakázáno, budou jednoduše nazýváni „Host”",
"topic-views.enabled": "Allow guests to increase topic view counts",
"reply-notifications.enabled": "Allow guests to generate reply notifications"
}

View File

@@ -0,0 +1,8 @@
{
"home-page": "Domovská stránka",
"description": "Vyberte, kterou stránku chcete zobrazit, jakmile uživatel přejde na výchozí URL vašeho fóra.",
"home-page-route": "Cesta k domovské stránce",
"custom-route": "Upravit cestu",
"allow-user-home-pages": "Povolit uživatelům domovské stránky",
"home-page-title": "Titulka domovské stránky (výchozí „Domů”)"
}

View File

@@ -0,0 +1,6 @@
{
"language-settings": "Nastavení jazyka",
"description": "Výchozí jazyk určuje nastavení jazyka pro všechny uživatele navštěvující vaše fórum. <br />Každý uživatel si může pak nastavit výchozí jazyk na stránce nastavení účtu.",
"default-language": "Výchozí jazyk",
"auto-detect": "Automaticky detekovat nastavení jazyka pro hosty"
}

View File

@@ -20,6 +20,7 @@
"min-rep-chat": "Minimum reputation to send chat messages", "min-rep-chat": "Minimum reputation to send chat messages",
"min-rep-post-links": "Minimum reputation to post links", "min-rep-post-links": "Minimum reputation to post links",
"min-rep-flag": "Minimální reputace pro označení příspěvků", "min-rep-flag": "Minimální reputace pro označení příspěvků",
"min-rep-website": "Minimální reputace pro přidání „Webové stránky” do uživatelského profilu",
"min-rep-aboutme": "Minimální reputace pro přidání „O mně” do uživatelského profilu", "min-rep-aboutme": "Minimální reputace pro přidání „O mně” do uživatelského profilu",
"min-rep-signature": "Minimální reputace pro přidání „Podpisu” do uživatelského profilu", "min-rep-signature": "Minimální reputace pro přidání „Podpisu” do uživatelského profilu",
"min-rep-profile-picture": "Minimální reputace pro přidání „Profilového obrázku” do uživatelského profilu", "min-rep-profile-picture": "Minimální reputace pro přidání „Profilového obrázku” do uživatelského profilu",

View File

@@ -0,0 +1,4 @@
{
"post-sharing": "Sdílení příspěvku",
"info-plugins-additional": "Rozšíření mohou přidat další dodatečné sítě pro sdílení příspěvků."
}

View File

@@ -9,7 +9,7 @@
"private-extensions": "Přípona souborů je soukromá", "private-extensions": "Přípona souborů je soukromá",
"private-uploads-extensions-help": "Pro nastavení soukromí, zde zadejte seznam souborů oddělený čárkou (tj. <code>pdf, xls,doc</code>). prázdný seznam znamená, že všechny soubory jsou soukromé.", "private-uploads-extensions-help": "Pro nastavení soukromí, zde zadejte seznam souborů oddělený čárkou (tj. <code>pdf, xls,doc</code>). prázdný seznam znamená, že všechny soubory jsou soukromé.",
"resize-image-width-threshold": "Změnit velikost obrázků, jsou-li širší než určená šířka", "resize-image-width-threshold": "Změnit velikost obrázků, jsou-li širší než určená šířka",
"resize-image-width-threshold-help": "(in pixels, default: 2000 pixels, set to 0 to disable)", "resize-image-width-threshold-help": "(v pixelech, výchozí: 1520 pixelů, pro zakázání - nastavte 0)",
"resize-image-width": "Změnit velikost obrázků na určenou šířku", "resize-image-width": "Změnit velikost obrázků na určenou šířku",
"resize-image-width-help": "(v pixelech, výchozí: 760 pixelů, pro zakázání - nastavte 0)", "resize-image-width-help": "(v pixelech, výchozí: 760 pixelů, pro zakázání - nastavte 0)",
"resize-image-quality": "Kvalita při změně velikosti obrázků", "resize-image-quality": "Kvalita při změně velikosti obrázků",

View File

@@ -88,10 +88,5 @@
"restrictions.seconds-before-new": "Seconds before a new user can make their first post", "restrictions.seconds-before-new": "Seconds before a new user can make their first post",
"restrictions.seconds-edit-after-new": "Number of seconds a post remains editable for new users (set to 0 to disable)", "restrictions.seconds-edit-after-new": "Number of seconds a post remains editable for new users (set to 0 to disable)",
"restrictions.milliseconds-between-messages": "Time between chat messages for new users (ms)", "restrictions.milliseconds-between-messages": "Time between chat messages for new users (ms)",
"restrictions.groups-exempt-from-new-user-restrictions": "Select groups that should be exempt from the new user restrictions", "restrictions.groups-exempt-from-new-user-restrictions": "Select groups that should be exempt from the new user restrictions"
"guest-settings": "Guest Settings", }
"handles.enabled": "Povolit upravení zacházení s hosty",
"handles.enabled-help": "Tato možnost odkryje nové pole, které umožňuje hostům vybrat jméno, které se připojí ke každému příspěvku, který vytvoří. Bude-li zakázáno, budou jednoduše nazýváni „Host”",
"topic-views.enabled": "Allow guests to increase topic view counts",
"reply-notifications.enabled": "Allow guests to generate reply notifications"
}

View File

@@ -181,14 +181,6 @@
"not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature", "not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature",
"not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture", "not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture",
"not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture", "not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture",
"not-enough-reputation-custom-field": "You need %1 reputation for %2",
"custom-user-field-value-too-long": "Custom field value too long, %1",
"custom-user-field-select-value-invalid": "Custom field selected option is invalid, %1",
"custom-user-field-invalid-text": "Custom field text is invalid, %1",
"custom-user-field-invalid-link": "Custom field link is invalid, %1",
"custom-user-field-invalid-number": "Custom field number is invalid, %1",
"custom-user-field-invalid-date": "Custom field date is invalid, %1",
"invalid-custom-user-field": "Invalid custom user field, \"%1\" is already used by NodeBB",
"post-already-flagged": "You have already flagged this post", "post-already-flagged": "You have already flagged this post",
"user-already-flagged": "You have already flagged this user", "user-already-flagged": "You have already flagged this user",
"post-flagged-too-many-times": "This post has been flagged by others already", "post-flagged-too-many-times": "This post has been flagged by others already",

View File

@@ -27,7 +27,6 @@
"restore": "Obnovit", "restore": "Obnovit",
"move": "Přesunout", "move": "Přesunout",
"change-owner": "Změnit vlastníka", "change-owner": "Změnit vlastníka",
"manage-editors": "Manage Editors",
"fork": "Rozdělit", "fork": "Rozdělit",
"link": "Odkaz", "link": "Odkaz",
"share": "Sdílet", "share": "Sdílet",
@@ -104,7 +103,6 @@
"thread-tools.move-posts": "Přesunout příspěvky", "thread-tools.move-posts": "Přesunout příspěvky",
"thread-tools.move-all": "Přesunout vše", "thread-tools.move-all": "Přesunout vše",
"thread-tools.change-owner": "Změnit vlastníka", "thread-tools.change-owner": "Změnit vlastníka",
"thread-tools.manage-editors": "Manage Editors",
"thread-tools.select-category": "Vybrat kategorii", "thread-tools.select-category": "Vybrat kategorii",
"thread-tools.fork": "Větvit téma", "thread-tools.fork": "Větvit téma",
"thread-tools.tag": "Tag Topic", "thread-tools.tag": "Tag Topic",
@@ -159,7 +157,6 @@
"move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic",
"move-topic-instruction": "Select the target category and then click move", "move-topic-instruction": "Select the target category and then click move",
"change-owner-instruction": "Klikněte na příspěvek u kterého chcete změnit vlastníka", "change-owner-instruction": "Klikněte na příspěvek u kterého chcete změnit vlastníka",
"manage-editors-instruction": "Manage the users who can edit this post below.",
"composer.title-placeholder": "Zadejte název tématu…", "composer.title-placeholder": "Zadejte název tématu…",
"composer.handle-placeholder": "Enter your name/handle here", "composer.handle-placeholder": "Enter your name/handle here",
"composer.hide": "Hide", "composer.hide": "Hide",

View File

@@ -1,24 +0,0 @@
{
"title": "Manage Custom User Fields",
"create-field": "Create Field",
"edit-field": "Edit Field",
"manage-custom-fields": "Manage Custom Fields",
"type-of-input": "Type of input",
"key": "Key",
"name": "Name",
"icon": "Icon",
"type": "Type",
"min-rep": "Minimum Reputation",
"input-type-text": "Input (Text)",
"input-type-link": "Input (Link)",
"input-type-number": "Input (Number)",
"input-type-date": "Input (Date)",
"input-type-select": "Select",
"input-type-select-multi": "Select Multiple",
"select-options": "Options",
"select-options-help": "Add one option per line for the select element",
"minimum-reputation": "Minimum reputation",
"minimum-reputation-help": "If a user has less than this value they won't be able to use this field",
"delete-field-confirm-x": "Do you really want to delete custom field \"%1\"?",
"custom-fields-saved": "Custom fields saved"
}

View File

@@ -22,7 +22,6 @@
"delete-content": "Delete User(s) <strong>Content</strong>", "delete-content": "Delete User(s) <strong>Content</strong>",
"purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>", "purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>",
"download-csv": "Download CSV", "download-csv": "Download CSV",
"custom-user-fields": "Custom User Fields",
"manage-groups": "Manage Groups", "manage-groups": "Manage Groups",
"set-reputation": "Set Reputation", "set-reputation": "Set Reputation",
"add-group": "Add Group", "add-group": "Add Group",

View File

@@ -15,7 +15,7 @@
"title-layout": "Title Layout", "title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. &#123;pageTitle&#125; | &#123;browserTitle&#125;", "title-layout-help": "Define how the browser title will be structured ie. &#123;pageTitle&#125; | &#123;browserTitle&#125;",
"description.placeholder": "A short description about your community", "description.placeholder": "A short description about your community",
"description": "Choose what page is shown when users navigate to the root URL of your forum.", "description": "Site Description",
"keywords": "Site Keywords", "keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated", "keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons", "logo-and-icons": "Site Logo & Icons",
@@ -48,15 +48,5 @@
"background-color-help": "Color used for splash screen background when website is installed as a PWA", "background-color-help": "Color used for splash screen background when website is installed as a PWA",
"undo-timeout": "Undo Timeout", "undo-timeout": "Undo Timeout",
"undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.", "undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.",
"topic-tools": "Topic Tools", "topic-tools": "Topic Tools"
"home-page": "Home Page", }
"home-page-route": "Home Page Route",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
"default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests",
"default-language-help": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"post-sharing": "Post Sharing",
"info-plugins-additional": "Plugins can add additional networks for sharing posts."
}

View File

@@ -0,0 +1,8 @@
{
"settings": "Settings",
"guest-settings": "Guest Settings",
"handles.enabled": "Allow guest handles",
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
"topic-views.enabled": "Allow guests to increase topic view counts",
"reply-notifications.enabled": "Allow guests to generate reply notifications"
}

View File

@@ -0,0 +1,8 @@
{
"home-page": "Home Page",
"description": "Choose what page is shown when users navigate to the root URL of your forum.",
"home-page-route": "Home Page Route",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")"
}

View File

@@ -0,0 +1,6 @@
{
"language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
}

View File

@@ -20,6 +20,7 @@
"min-rep-chat": "Minimum reputation to send chat messages", "min-rep-chat": "Minimum reputation to send chat messages",
"min-rep-post-links": "Minimum reputation to post links", "min-rep-post-links": "Minimum reputation to post links",
"min-rep-flag": "Minimum reputation to flag posts", "min-rep-flag": "Minimum reputation to flag posts",
"min-rep-website": "Minimum reputation to add \"Website\" to user profile",
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile", "min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
"min-rep-signature": "Minimum reputation to add \"Signature\" to user profile", "min-rep-signature": "Minimum reputation to add \"Signature\" to user profile",
"min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile", "min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile",

View File

@@ -0,0 +1,4 @@
{
"post-sharing": "Post Sharing",
"info-plugins-additional": "Plugins can add additional networks for sharing posts."
}

View File

@@ -9,7 +9,7 @@
"private-extensions": "File extensions to make private", "private-extensions": "File extensions to make private",
"private-uploads-extensions-help": "Enter comma-separated list of file extensions to make private here (e.g. <code>pdf,xls,doc</code>). An empty list means all files are private.", "private-uploads-extensions-help": "Enter comma-separated list of file extensions to make private here (e.g. <code>pdf,xls,doc</code>). An empty list means all files are private.",
"resize-image-width-threshold": "Resize images if they are wider than specified width", "resize-image-width-threshold": "Resize images if they are wider than specified width",
"resize-image-width-threshold-help": "(in pixels, default: 2000 pixels, set to 0 to disable)", "resize-image-width-threshold-help": "(in pixels, default: 1520 pixels, set to 0 to disable)",
"resize-image-width": "Resize images down to specified width", "resize-image-width": "Resize images down to specified width",
"resize-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)", "resize-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)",
"resize-image-quality": "Quality to use when resizing images", "resize-image-quality": "Quality to use when resizing images",

View File

@@ -88,10 +88,5 @@
"restrictions.seconds-before-new": "Seconds before a new user can make their first post", "restrictions.seconds-before-new": "Seconds before a new user can make their first post",
"restrictions.seconds-edit-after-new": "Number of seconds a post remains editable for new users (set to 0 to disable)", "restrictions.seconds-edit-after-new": "Number of seconds a post remains editable for new users (set to 0 to disable)",
"restrictions.milliseconds-between-messages": "Time between chat messages for new users (ms)", "restrictions.milliseconds-between-messages": "Time between chat messages for new users (ms)",
"restrictions.groups-exempt-from-new-user-restrictions": "Select groups that should be exempt from the new user restrictions", "restrictions.groups-exempt-from-new-user-restrictions": "Select groups that should be exempt from the new user restrictions"
"guest-settings": "Guest Settings", }
"handles.enabled": "Allow guest handles",
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
"topic-views.enabled": "Allow guests to increase topic view counts",
"reply-notifications.enabled": "Allow guests to generate reply notifications"
}

View File

@@ -181,14 +181,6 @@
"not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature", "not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature",
"not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture", "not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture",
"not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture", "not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture",
"not-enough-reputation-custom-field": "You need %1 reputation for %2",
"custom-user-field-value-too-long": "Custom field value too long, %1",
"custom-user-field-select-value-invalid": "Custom field selected option is invalid, %1",
"custom-user-field-invalid-text": "Custom field text is invalid, %1",
"custom-user-field-invalid-link": "Custom field link is invalid, %1",
"custom-user-field-invalid-number": "Custom field number is invalid, %1",
"custom-user-field-invalid-date": "Custom field date is invalid, %1",
"invalid-custom-user-field": "Invalid custom user field, \"%1\" is already used by NodeBB",
"post-already-flagged": "You have already flagged this post", "post-already-flagged": "You have already flagged this post",
"user-already-flagged": "You have already flagged this user", "user-already-flagged": "You have already flagged this user",
"post-flagged-too-many-times": "This post has been flagged by others already", "post-flagged-too-many-times": "This post has been flagged by others already",

View File

@@ -27,7 +27,6 @@
"restore": "Gendan", "restore": "Gendan",
"move": "Flyt", "move": "Flyt",
"change-owner": "Change Owner", "change-owner": "Change Owner",
"manage-editors": "Manage Editors",
"fork": "Fork", "fork": "Fork",
"link": "Link", "link": "Link",
"share": "Del", "share": "Del",
@@ -104,7 +103,6 @@
"thread-tools.move-posts": "Move Posts", "thread-tools.move-posts": "Move Posts",
"thread-tools.move-all": "Flyt alt", "thread-tools.move-all": "Flyt alt",
"thread-tools.change-owner": "Change Owner", "thread-tools.change-owner": "Change Owner",
"thread-tools.manage-editors": "Manage Editors",
"thread-tools.select-category": "Select Category", "thread-tools.select-category": "Select Category",
"thread-tools.fork": "Fraskil tråd", "thread-tools.fork": "Fraskil tråd",
"thread-tools.tag": "Tag Topic", "thread-tools.tag": "Tag Topic",
@@ -159,7 +157,6 @@
"move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic",
"move-topic-instruction": "Select the target category and then click move", "move-topic-instruction": "Select the target category and then click move",
"change-owner-instruction": "Click the posts you want to assign to another user", "change-owner-instruction": "Click the posts you want to assign to another user",
"manage-editors-instruction": "Manage the users who can edit this post below.",
"composer.title-placeholder": "Angiv din trådtittel her ...", "composer.title-placeholder": "Angiv din trådtittel her ...",
"composer.handle-placeholder": "Enter your name/handle here", "composer.handle-placeholder": "Enter your name/handle here",
"composer.hide": "Hide", "composer.hide": "Hide",

View File

@@ -9,9 +9,9 @@
"filter-type": "Ereignistyp", "filter-type": "Ereignistyp",
"filter-start": "Anfangsdatum", "filter-start": "Anfangsdatum",
"filter-end": "Enddatum", "filter-end": "Enddatum",
"filter-user": "Nach Benutzer filtern", "filter-user": "Filter by User",
"filter-user.placeholder": "Type user name to filter...", "filter-user.placeholder": "Type user name to filter...",
"filter-group": "Nach Gruppe filtern", "filter-group": "Filter by Group",
"filter-group.placeholder": "Type group name to filter...", "filter-group.placeholder": "Type group name to filter...",
"filter-per-page": "Pro Seite" "filter-per-page": "Pro Seite"
} }

View File

@@ -19,7 +19,7 @@
"registered": "Registriert", "registered": "Registriert",
"sockets": "Sockets", "sockets": "Sockets",
"connection-count": "Verbindungsanzahl", "connection-count": "Connection Count",
"guests": "Gäste", "guests": "Gäste",
"info": "Info" "info": "Info"

View File

@@ -12,7 +12,7 @@
"container.card": "Karte", "container.card": "Karte",
"container.card-header": "Karten-Kopfzeile", "container.card-header": "Karten-Kopfzeile",
"container.card-body": "Karten-Körper", "container.card-body": "Karten-Körper",
"container.title": "Titel", "container.title": "Title",
"container.body": "Body", "container.body": "Body",
"container.alert": "Alarm", "container.alert": "Alarm",

View File

@@ -1,24 +0,0 @@
{
"title": "Benutzerdefinierte Benutzerfelder verwalten",
"create-field": "Feld erstellen",
"edit-field": "Feld bearbeiten",
"manage-custom-fields": "Benutzerdefinierte Felder verwalten",
"type-of-input": "Typ der Eingabe",
"key": "Schlüssel",
"name": "Name",
"icon": "Icon",
"type": "Typ",
"min-rep": "Minimales Ansehen",
"input-type-text": "Eingabe (Text)",
"input-type-link": "Eingabe (Link)",
"input-type-number": "Eingabe (Zahl)",
"input-type-date": "Input (Date)",
"input-type-select": "Auswählen",
"input-type-select-multi": "Select Multiple",
"select-options": "Optionen",
"select-options-help": "Add one option per line for the select element",
"minimum-reputation": "Minimales Ansehen",
"minimum-reputation-help": "If a user has less than this value they won't be able to use this field",
"delete-field-confirm-x": "Do you really want to delete custom field \"%1\"?",
"custom-fields-saved": "Benutzerdefinierte Felder gespeichert"
}

View File

@@ -22,7 +22,6 @@
"delete-content": "Benutzer-<strong>Inhalte</strong> löschen", "delete-content": "Benutzer-<strong>Inhalte</strong> löschen",
"purge": "<strong>Benutzer</strong> und Benutzer-<strong>Inhalte</strong> löschen", "purge": "<strong>Benutzer</strong> und Benutzer-<strong>Inhalte</strong> löschen",
"download-csv": "CSV herunterladen", "download-csv": "CSV herunterladen",
"custom-user-fields": "Benutzerdefinierte Benutzerfelder",
"manage-groups": "Gruppen verwalten", "manage-groups": "Gruppen verwalten",
"set-reputation": "Ansehen festlegen", "set-reputation": "Ansehen festlegen",
"add-group": "Gruppe hinzufügen", "add-group": "Gruppe hinzufügen",
@@ -122,27 +121,27 @@
"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 Benutzer gefunden, (%2 Sekunden)", "alerts.x-users-found": "%1 Benutzer gefunden, (%2 Sekunden)",
"alerts.select-a-single-user-to-change-email": "Wähle einen einzelnen Benutzer zum Ändern der E-Mail", "alerts.select-a-single-user-to-change-email": "Wähle einen einzelnen Benutzer zum Ändern der E-Mail",
"export": "Exportieren", "export": "Export",
"export-users-fields-title": "CSV-Felder auswählen", "export-users-fields-title": "Select CSV Fields",
"export-field-email": "E-Mail", "export-field-email": "Email",
"export-field-username": "Benutzername", "export-field-username": "Username",
"export-field-uid": "UID", "export-field-uid": "UID",
"export-field-ip": "IP", "export-field-ip": "IP",
"export-field-joindate": "Beitrittsdatum", "export-field-joindate": "Join date",
"export-field-lastonline": "Zuletzt online", "export-field-lastonline": "Last Online",
"export-field-lastposttime": "Last Post Time", "export-field-lastposttime": "Last Post Time",
"export-field-reputation": "Ansehen", "export-field-reputation": "Reputation",
"export-field-postcount": "Post Count", "export-field-postcount": "Post Count",
"export-field-topiccount": "Topic Count", "export-field-topiccount": "Topic Count",
"export-field-profileviews": "Profilaufrufe", "export-field-profileviews": "Profile Views",
"export-field-followercount": "Follower Count", "export-field-followercount": "Follower Count",
"export-field-followingcount": "Following Count", "export-field-followingcount": "Following Count",
"export-field-fullname": "Vollständiger Name", "export-field-fullname": "Full Name",
"export-field-website": "Website", "export-field-website": "Website",
"export-field-location": "Wohnort", "export-field-location": "Location",
"export-field-birthday": "Geburtstag", "export-field-birthday": "Birthday",
"export-field-signature": "Signatur", "export-field-signature": "Signature",
"export-field-aboutme": "Über mich", "export-field-aboutme": "About Me",
"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, klicke hier, um sie herunterzuladen.", "export-users-completed": "Benutzer wurden als CSV exportiert, klicke hier, um sie herunterzuladen.",

View File

@@ -15,7 +15,7 @@
"title-layout": "Titel Layout", "title-layout": "Titel Layout",
"title-layout-help": "Definiert wie der Browser Titel gebildet wird, z.B. &#123;pageTitle&#125; | &#123;browserTitle&#125;", "title-layout-help": "Definiert wie der Browser Titel gebildet wird, z.B. &#123;pageTitle&#125; | &#123;browserTitle&#125;",
"description.placeholder": "Eine kurze Beschreibung der Community", "description.placeholder": "Eine kurze Beschreibung der Community",
"description": "Wähle, welche Seite angezeigt wird, wenn Benutzer zur Stamm-URL deines Forums navigieren.", "description": "Forum Beschreibung",
"keywords": "Forum Schlüsselworte", "keywords": "Forum Schlüsselworte",
"keywords-placeholder": "Schlüsselworte, die ihre Community beschreiben, mit Komma getrennt", "keywords-placeholder": "Schlüsselworte, die ihre Community beschreiben, mit Komma getrennt",
"logo-and-icons": "Website-Logo & Icons", "logo-and-icons": "Website-Logo & Icons",
@@ -48,15 +48,5 @@
"background-color-help": "Farbe, die für den Hintergrund des Startbildschirms verwendet wird, wenn die Website als PWA installiert ist", "background-color-help": "Farbe, die für den Hintergrund des Startbildschirms verwendet wird, wenn die Website als PWA installiert ist",
"undo-timeout": "Zeitüberschreitung rückgängig machen", "undo-timeout": "Zeitüberschreitung rückgängig machen",
"undo-timeout-help": "Bei einigen Vorgängen, wie z. B. dem Verschieben eines Themes, kann der Moderator seine Aktion innerhalb eines bestimmten Zeitrahmens rückgängig machen. Setzen Sie den Wert auf 0, um die Rückgängigmachung vollständig zu deaktivieren.", "undo-timeout-help": "Bei einigen Vorgängen, wie z. B. dem Verschieben eines Themes, kann der Moderator seine Aktion innerhalb eines bestimmten Zeitrahmens rückgängig machen. Setzen Sie den Wert auf 0, um die Rückgängigmachung vollständig zu deaktivieren.",
"topic-tools": "Themen-Tools", "topic-tools": "Themen-Tools"
"home-page": "Startseite", }
"home-page-route": "Startseiten Route",
"custom-route": "Benutzerdefinierte Route",
"allow-user-home-pages": "Benutzer-Startseiten zulassen",
"home-page-title": "Titel der Startseite (Standardmäßig \"Home\")",
"default-language": "Standardsprache",
"auto-detect": "Sprach-Einstellung bei Gästen automatisch ermitteln",
"default-language-help": "Die Standardsprache bestimmt die Spracheinstellungen für alle Benutzer, die dein Forum besuchen. <br />Einzelne Benutzer können die Standardsprache auf ihrer Kontoeinstellungsseite überschreiben.",
"post-sharing": "Beitragsfreigabe",
"info-plugins-additional": "Plugins können zusätzliche Netzwerke zum Teilen von Beiträgen hinzufügen."
}

View File

@@ -0,0 +1,8 @@
{
"settings": "Einstellungen",
"guest-settings": "Gasteinstellungen",
"handles.enabled": "Gastzugänge erlauben",
"handles.enabled-help": "Diese Option zeigt ein neues Feld an, in dem Gäste einen Namen auswählen können, der jedem von ihnen erstellten Beitrag zugeordnet werden soll. Wenn sie deaktiviert sind, werden sie einfach „Gast“ genannt.",
"topic-views.enabled": "Gästen erlauben, die gezählte Anzahl der Themenaufrufe zu erhöhen",
"reply-notifications.enabled": "Erlauben Sie Gästen, Antwortbenachrichtigungen zu erstellen"
}

View File

@@ -0,0 +1,8 @@
{
"home-page": "Startseite",
"description": "Wähle, welche Seite angezeigt wird, wenn Benutzer zur Stamm-URL deines Forums navigieren.",
"home-page-route": "Startseiten Route",
"custom-route": "Benutzerdefinierte Route",
"allow-user-home-pages": "Benutzer-Startseiten zulassen",
"home-page-title": "Titel der Startseite (Standardmäßig \"Home\")"
}

View File

@@ -0,0 +1,6 @@
{
"language-settings": "Spracheinstellungen",
"description": "Die Standardsprache bestimmt die Spracheinstellungen für alle Benutzer, die dein Forum besuchen. <br />Einzelne Benutzer können die Standardsprache auf ihrer Kontoeinstellungsseite überschreiben.",
"default-language": "Standardsprache",
"auto-detect": "Sprach-Einstellung bei Gästen automatisch ermitteln"
}

View File

@@ -4,8 +4,8 @@
"sorting.post-default": "Standardmäßige sortierung von Beiträgen", "sorting.post-default": "Standardmäßige sortierung von Beiträgen",
"sorting.oldest-to-newest": "Von Alt bis Neu", "sorting.oldest-to-newest": "Von Alt bis Neu",
"sorting.newest-to-oldest": "Von Neu zu Alt", "sorting.newest-to-oldest": "Von Neu zu Alt",
"sorting.recently-replied": "Kürzlich geantwortet", "sorting.recently-replied": "Recently Replied",
"sorting.recently-created": "Kürzlich erstellt", "sorting.recently-created": "Recently Created",
"sorting.most-votes": "Meiste Bewertungen", "sorting.most-votes": "Meiste Bewertungen",
"sorting.most-posts": "Meiste Beiträge", "sorting.most-posts": "Meiste Beiträge",
"sorting.most-views": "Most Views", "sorting.most-views": "Most Views",

View File

@@ -20,6 +20,7 @@
"min-rep-chat": "Mindestreputation zum Senden von Chatnachrichten", "min-rep-chat": "Mindestreputation zum Senden von Chatnachrichten",
"min-rep-post-links": "Mindestansehen, um Links zu posten", "min-rep-post-links": "Mindestansehen, um Links zu posten",
"min-rep-flag": "Minimales Ansehen und Beiträge zu melden", "min-rep-flag": "Minimales Ansehen und Beiträge zu melden",
"min-rep-website": "Erforderliche Reputation um eine \"Website\" zum Benutzerprofil hinzuzufügen",
"min-rep-aboutme": "Erforderliche Reputation um eine \"Über mich\"-Sektion zum Benutzerprofil hinzuzufügen", "min-rep-aboutme": "Erforderliche Reputation um eine \"Über mich\"-Sektion zum Benutzerprofil hinzuzufügen",
"min-rep-signature": "Erforderliche Reputation um eine \"Signatur\" zum Benutzerprofil hinzuzufügen", "min-rep-signature": "Erforderliche Reputation um eine \"Signatur\" zum Benutzerprofil hinzuzufügen",
"min-rep-profile-picture": "Minimale Reputation um ein Profilbild hinzuzufügen", "min-rep-profile-picture": "Minimale Reputation um ein Profilbild hinzuzufügen",

View File

@@ -0,0 +1,4 @@
{
"post-sharing": "Beitragsfreigabe",
"info-plugins-additional": "Plugins können zusätzliche Netzwerke zum Teilen von Beiträgen hinzufügen."
}

View File

@@ -9,7 +9,7 @@
"private-extensions": "Private Dateiendungen", "private-extensions": "Private Dateiendungen",
"private-uploads-extensions-help": "Gib eine Komma-Separierte Liste mit Dateiendungen an, die privatisiert werden sollen (z.B. <code>pdf,xls,doc</code>). Eine leere Liste bedeutet, dass alle Dateien privat sind.", "private-uploads-extensions-help": "Gib eine Komma-Separierte Liste mit Dateiendungen an, die privatisiert werden sollen (z.B. <code>pdf,xls,doc</code>). Eine leere Liste bedeutet, dass alle Dateien privat sind.",
"resize-image-width-threshold": "Bilder zu einer bestimmten Breite runterskalieren wenn sie breiter sind als die angegebene Breite.", "resize-image-width-threshold": "Bilder zu einer bestimmten Breite runterskalieren wenn sie breiter sind als die angegebene Breite.",
"resize-image-width-threshold-help": "(in pixels, default: 2000 pixels, set to 0 to disable)", "resize-image-width-threshold-help": "(in Pixeln, standardmäßig 1520 Pixel, auf 0 setzen um zu deaktivieren)",
"resize-image-width": "Bilder zu einer bestimmten Breite runterskalieren", "resize-image-width": "Bilder zu einer bestimmten Breite runterskalieren",
"resize-image-width-help": "(in Pixeln, standardmäßig 760 Pixel, auf 0 setzen um zu deaktivieren)", "resize-image-width-help": "(in Pixeln, standardmäßig 760 Pixel, auf 0 setzen um zu deaktivieren)",
"resize-image-quality": "Zu benutzende Qualität beim verändern von Bildauflösungen", "resize-image-quality": "Zu benutzende Qualität beim verändern von Bildauflösungen",

View File

@@ -88,10 +88,5 @@
"restrictions.seconds-before-new": "Sekunden, bevor ein neuer Nutzer seinen ersten Beitrag verfassen kann", "restrictions.seconds-before-new": "Sekunden, bevor ein neuer Nutzer seinen ersten Beitrag verfassen kann",
"restrictions.seconds-edit-after-new": "Anzahl der Sekunden, die ein Beitrag für neue Benutzer bearbeitbar bleibt (zum Deaktivieren auf 0 setzen)", "restrictions.seconds-edit-after-new": "Anzahl der Sekunden, die ein Beitrag für neue Benutzer bearbeitbar bleibt (zum Deaktivieren auf 0 setzen)",
"restrictions.milliseconds-between-messages": "Zeit zwischen Chat-Nachrichten für neue Benutzer (ms)", "restrictions.milliseconds-between-messages": "Zeit zwischen Chat-Nachrichten für neue Benutzer (ms)",
"restrictions.groups-exempt-from-new-user-restrictions": "Gruppen auswählen, die von den neuen Benutzerbeschränkungen ausgenommen werden sollen", "restrictions.groups-exempt-from-new-user-restrictions": "Gruppen auswählen, die von den neuen Benutzerbeschränkungen ausgenommen werden sollen"
"guest-settings": "Gasteinstellungen", }
"handles.enabled": "Gastzugänge erlauben",
"handles.enabled-help": "Diese Option zeigt ein neues Feld an, in dem Gäste einen Namen auswählen können, der jedem von ihnen erstellten Beitrag zugeordnet werden soll. Wenn sie deaktiviert sind, werden sie einfach „Gast“ genannt.",
"topic-views.enabled": "Gästen erlauben, die gezählte Anzahl der Themenaufrufe zu erhöhen",
"reply-notifications.enabled": "Erlauben Sie Gästen, Antwortbenachrichtigungen zu erstellen"
}

View File

@@ -1,7 +1,7 @@
{ {
"post-sort-option": "Post sort option, %1", "post-sort-option": "Post sort option, %1",
"topic-sort-option": "Topic sort option, %1", "topic-sort-option": "Topic sort option, %1",
"user-avatar-for": "Benutzeravatar für %1", "user-avatar-for": "User avatar for %1",
"user-watched-tags": "User watched tags", "user-watched-tags": "User watched tags",
"delete-upload-button": "Delete upload button", "delete-upload-button": "Delete upload button",
"group-page-link-for": "Group page link for %1" "group-page-link-for": "Group page link for %1"

View File

@@ -181,14 +181,6 @@
"not-enough-reputation-min-rep-signature": "Du benötigst %1 Reputation, um eine Signatur hinzuzufügen", "not-enough-reputation-min-rep-signature": "Du benötigst %1 Reputation, um eine Signatur hinzuzufügen",
"not-enough-reputation-min-rep-profile-picture": "Du benötigst %1 Ruf, um ein Profilbild hinzuzufügen", "not-enough-reputation-min-rep-profile-picture": "Du benötigst %1 Ruf, um ein Profilbild hinzuzufügen",
"not-enough-reputation-min-rep-cover-picture": "Du benötigst %1 Ruf, um ein Titelbild hinzuzufügen", "not-enough-reputation-min-rep-cover-picture": "Du benötigst %1 Ruf, um ein Titelbild hinzuzufügen",
"not-enough-reputation-custom-field": "You need %1 reputation for %2",
"custom-user-field-value-too-long": "Custom field value too long, %1",
"custom-user-field-select-value-invalid": "Custom field selected option is invalid, %1",
"custom-user-field-invalid-text": "Custom field text is invalid, %1",
"custom-user-field-invalid-link": "Custom field link is invalid, %1",
"custom-user-field-invalid-number": "Custom field number is invalid, %1",
"custom-user-field-invalid-date": "Custom field date is invalid, %1",
"invalid-custom-user-field": "Invalid custom user field, \"%1\" is already used by NodeBB",
"post-already-flagged": "Du hast diesen Beitrag bereits gemeldet", "post-already-flagged": "Du hast diesen Beitrag bereits gemeldet",
"user-already-flagged": "Du hast diesen Benutzer bereits gemeldet", "user-already-flagged": "Du hast diesen Benutzer bereits gemeldet",
"post-flagged-too-many-times": "Dieser Beitrag wurde bereits von anderen Benutzern gemeldet", "post-flagged-too-many-times": "Dieser Beitrag wurde bereits von anderen Benutzern gemeldet",

View File

@@ -24,15 +24,15 @@
"cancel": "Abbrechen", "cancel": "Abbrechen",
"close": "Schließen", "close": "Schließen",
"pagination": "Seitennummerierung", "pagination": "Seitennummerierung",
"pagination.previouspage": "Vorherige Seite", "pagination.previouspage": "Previous Page",
"pagination.nextpage": "Nächste Seite", "pagination.nextpage": "Next Page",
"pagination.firstpage": "Erste Seite", "pagination.firstpage": "First Page",
"pagination.lastpage": "Letzte Seite", "pagination.lastpage": "Last Page",
"pagination.out-of": "%1 von %2", "pagination.out-of": "%1 von %2",
"pagination.enter-index": "Zum Beitragsindex gehen", "pagination.enter-index": "Zum Beitragsindex gehen",
"pagination.go-to-page": "Go to page", "pagination.go-to-page": "Go to page",
"pagination.page-x": "Seite %1", "pagination.page-x": "Page %1",
"header.brand-logo": "Markenlogo", "header.brand-logo": "Brand Logo",
"header.admin": "Admin", "header.admin": "Admin",
"header.categories": "Kategorien", "header.categories": "Kategorien",
"header.recent": "Aktuell", "header.recent": "Aktuell",
@@ -140,7 +140,7 @@
"edited": "Bearbeitet", "edited": "Bearbeitet",
"disabled": "Deaktiviert", "disabled": "Deaktiviert",
"select": "Auswählen", "select": "Auswählen",
"selected": "Ausgewählt", "selected": "Selected",
"copied": "Kopiert", "copied": "Kopiert",
"user-search-prompt": "Gib hier etwas ein um Benutzer zu finden...", "user-search-prompt": "Gib hier etwas ein um Benutzer zu finden...",
"hidden": "Versteckt", "hidden": "Versteckt",

View File

@@ -2,8 +2,8 @@
"chat.room-id": "Raum %1", "chat.room-id": "Raum %1",
"chat.chatting-with": "Chatte mit", "chat.chatting-with": "Chatte mit",
"chat.placeholder": "Type chat message here, drag & drop images", "chat.placeholder": "Type chat message here, drag & drop images",
"chat.placeholder.mobile": "Chatnachricht eingeben", "chat.placeholder.mobile": "Type chat message",
"chat.placeholder.message-room": "Nachricht #%1", "chat.placeholder.message-room": "Message #%1",
"chat.scroll-up-alert": "Zur neuesten Nachricht gehen", "chat.scroll-up-alert": "Zur neuesten Nachricht gehen",
"chat.usernames-and-x-others": "%1 & %2 andere", "chat.usernames-and-x-others": "%1 & %2 andere",
"chat.chat-with-usernames": "Chatte mit %1", "chat.chat-with-usernames": "Chatte mit %1",

View File

@@ -54,7 +54,7 @@
"account/settings-of": "Einstellungen von %1 ändern", "account/settings-of": "Einstellungen von %1 ändern",
"account/watched": "Von %1 beobachtete Themen", "account/watched": "Von %1 beobachtete Themen",
"account/ignored": "Ignorierte Themen von %1", "account/ignored": "Ignorierte Themen von %1",
"account/read": "Von %1 gelesene Themen", "account/read": "Topics read by %1",
"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",

View File

@@ -7,7 +7,7 @@
"in-titles": "In Titeln", "in-titles": "In Titeln",
"in-titles-posts": "In Titeln und Beiträgen", "in-titles-posts": "In Titeln und Beiträgen",
"in-posts": "In Beiträgen", "in-posts": "In Beiträgen",
"in-bookmarks": "In Lesezeichen", "in-bookmarks": "In bookmarks",
"in-categories": "In Kategorien", "in-categories": "In Kategorien",
"in-users": "In Benutzern", "in-users": "In Benutzern",
"in-tags": "In Tags", "in-tags": "In Tags",

View File

@@ -15,7 +15,7 @@
"replies-to-this-post": "%1 Antworten", "replies-to-this-post": "%1 Antworten",
"one-reply-to-this-post": "1 Antwort", "one-reply-to-this-post": "1 Antwort",
"last-reply-time": "Letzte Antwort", "last-reply-time": "Letzte Antwort",
"reply-options": "Antwortoptionen", "reply-options": "Reply options",
"reply-as-topic": "In einem neuen Thema antworten", "reply-as-topic": "In einem neuen Thema antworten",
"guest-login-reply": "Anmelden zum Antworten", "guest-login-reply": "Anmelden zum Antworten",
"login-to-view": "🔒 Zum ansehen einloggen", "login-to-view": "🔒 Zum ansehen einloggen",
@@ -27,7 +27,6 @@
"restore": "Wiederherstellen", "restore": "Wiederherstellen",
"move": "Verschieben", "move": "Verschieben",
"change-owner": "Besitzer ändern", "change-owner": "Besitzer ändern",
"manage-editors": "Editoren verwalten",
"fork": "Aufspalten", "fork": "Aufspalten",
"link": "Link", "link": "Link",
"share": "Teilen", "share": "Teilen",
@@ -36,7 +35,7 @@
"pinned": "Angeheftet", "pinned": "Angeheftet",
"pinned-with-expiry": "Angepinnt bis %1", "pinned-with-expiry": "Angepinnt bis %1",
"scheduled": "Geplant", "scheduled": "Geplant",
"deleted": "Gelöscht", "deleted": "Deleted",
"moved": "Verschoben", "moved": "Verschoben",
"moved-from": "Verschoben von %1", "moved-from": "Verschoben von %1",
"copy-code": "Code kopieren", "copy-code": "Code kopieren",
@@ -104,7 +103,6 @@
"thread-tools.move-posts": "Beiträge verschieben", "thread-tools.move-posts": "Beiträge verschieben",
"thread-tools.move-all": "Alle verschieben", "thread-tools.move-all": "Alle verschieben",
"thread-tools.change-owner": "Besitzer ändern", "thread-tools.change-owner": "Besitzer ändern",
"thread-tools.manage-editors": "Editoren verwalten",
"thread-tools.select-category": "Kategorie auswählen", "thread-tools.select-category": "Kategorie auswählen",
"thread-tools.fork": "Thema aufspalten", "thread-tools.fork": "Thema aufspalten",
"thread-tools.tag": "Thema taggen", "thread-tools.tag": "Thema taggen",
@@ -159,7 +157,6 @@
"move-posts-instruction": "Klicken Sie auf die Beiträge, die Sie verschieben möchten, und geben Sie dann eine Themen-ID ein oder gehen Sie zum Zielthema", "move-posts-instruction": "Klicken Sie auf die Beiträge, die Sie verschieben möchten, und geben Sie dann eine Themen-ID ein oder gehen Sie zum Zielthema",
"move-topic-instruction": "Wähle die Ziel-Kategorie und klicke \"Verschieben\"", "move-topic-instruction": "Wähle die Ziel-Kategorie und klicke \"Verschieben\"",
"change-owner-instruction": "Klicke auf die Beiträge, die einem anderen Benutzer zugeordnet werden sollen", "change-owner-instruction": "Klicke auf die Beiträge, die einem anderen Benutzer zugeordnet werden sollen",
"manage-editors-instruction": "Manage the users who can edit this post below.",
"composer.title-placeholder": "Hier den Titel des Themas eingeben...", "composer.title-placeholder": "Hier den Titel des Themas eingeben...",
"composer.handle-placeholder": "Gib deinen Namen/Nick hier ein", "composer.handle-placeholder": "Gib deinen Namen/Nick hier ein",
"composer.hide": "Verstecken", "composer.hide": "Verstecken",
@@ -185,8 +182,8 @@
"sort-by": "Sortieren nach", "sort-by": "Sortieren nach",
"oldest-to-newest": "Älteste zuerst", "oldest-to-newest": "Älteste zuerst",
"newest-to-oldest": "Neuste zuerst", "newest-to-oldest": "Neuste zuerst",
"recently-replied": "Kürzlich geantwortet", "recently-replied": "Recently Replied",
"recently-created": "Kürzlich erstellt", "recently-created": "Recently Created",
"most-votes": "Meiste Stimmen", "most-votes": "Meiste Stimmen",
"most-posts": "Meiste Beiträge", "most-posts": "Meiste Beiträge",
"most-views": "Die meisten Ansichten", "most-views": "Die meisten Ansichten",

View File

@@ -3,7 +3,7 @@
"no-unread-topics": "Es gibt keine ungelesenen Themen.", "no-unread-topics": "Es gibt keine ungelesenen Themen.",
"load-more": "Mehr laden", "load-more": "Mehr laden",
"mark-as-read": "Als gelesen markieren", "mark-as-read": "Als gelesen markieren",
"mark-as-unread": "Als ungelesen markieren", "mark-as-unread": "Mark as Unread",
"selected": "Ausgewählt", "selected": "Ausgewählt",
"all": "Alle", "all": "Alle",
"all-categories": "Alle Kategorien", "all-categories": "Alle Kategorien",

View File

@@ -1,5 +1,5 @@
{ {
"user-menu": "Benutzermenü", "user-menu": "User menu",
"banned": "Gesperrt", "banned": "Gesperrt",
"unbanned": "Unbanned", "unbanned": "Unbanned",
"muted": "Stummgeschaltet", "muted": "Stummgeschaltet",
@@ -43,7 +43,7 @@
"change-all": "Alle ändern", "change-all": "Alle ändern",
"watched": "Beobachtet", "watched": "Beobachtet",
"ignored": "Ignoriert", "ignored": "Ignoriert",
"read": "Lesen", "read": "Read",
"default-category-watch-state": "Standardmäßige Beobachtung", "default-category-watch-state": "Standardmäßige Beobachtung",
"followers": "Follower", "followers": "Follower",
"following": "Folge ich", "following": "Folge ich",
@@ -147,8 +147,8 @@
"follow-topics-you-create": "Themen folgen, die du erstellst", "follow-topics-you-create": "Themen folgen, die du erstellst",
"grouptitle": "Gruppentitel", "grouptitle": "Gruppentitel",
"group-order-help": "Wähle eine Gruppe und ordne die Titel mit den Pfeiltasten", "group-order-help": "Wähle eine Gruppe und ordne die Titel mit den Pfeiltasten",
"show-group-title": "Gruppentitel anzeigen", "show-group-title": "Show group title",
"hide-group-title": "Gruppentitel ausblenden", "hide-group-title": "Hide group title",
"order-group-up": "Order group up", "order-group-up": "Order group up",
"order-group-down": "Order group down", "order-group-down": "Order group down",
"no-group-title": "Kein Gruppentitel", "no-group-title": "Kein Gruppentitel",
@@ -167,10 +167,10 @@
"sso.dissociate-confirm-title": "Trennung bestätigen", "sso.dissociate-confirm-title": "Trennung bestätigen",
"sso.dissociate-confirm": "Bist du sicher, dass du dein Konto von %1 trennen willst?", "sso.dissociate-confirm": "Bist du sicher, dass du dein Konto von %1 trennen willst?",
"info.latest-flags": "Neuste Meldungen", "info.latest-flags": "Neuste Meldungen",
"info.profile": "Profil", "info.profile": "Profile",
"info.post": "Beitrag", "info.post": "Post",
"info.view-flag": "View flag", "info.view-flag": "View flag",
"info.reported-by": "Gemeldet von:", "info.reported-by": "Reported by:",
"info.no-flags": "Keine gemeldeten Beiträge gefunden", "info.no-flags": "Keine gemeldeten Beiträge gefunden",
"info.ban-history": "Sperrungsverlauf", "info.ban-history": "Sperrungsverlauf",
"info.no-ban-history": "Dieser Benutzer wurde noch nie gesperrt", "info.no-ban-history": "Dieser Benutzer wurde noch nie gesperrt",

View File

@@ -1,24 +0,0 @@
{
"title": "Manage Custom User Fields",
"create-field": "Create Field",
"edit-field": "Edit Field",
"manage-custom-fields": "Manage Custom Fields",
"type-of-input": "Type of input",
"key": "Key",
"name": "Name",
"icon": "Icon",
"type": "Type",
"min-rep": "Minimum Reputation",
"input-type-text": "Input (Text)",
"input-type-link": "Input (Link)",
"input-type-number": "Input (Number)",
"input-type-date": "Input (Date)",
"input-type-select": "Select",
"input-type-select-multi": "Select Multiple",
"select-options": "Options",
"select-options-help": "Add one option per line for the select element",
"minimum-reputation": "Minimum reputation",
"minimum-reputation-help": "If a user has less than this value they won't be able to use this field",
"delete-field-confirm-x": "Do you really want to delete custom field \"%1\"?",
"custom-fields-saved": "Custom fields saved"
}

View File

@@ -22,7 +22,6 @@
"delete-content": "Delete User(s) <strong>Content</strong>", "delete-content": "Delete User(s) <strong>Content</strong>",
"purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>", "purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>",
"download-csv": "Download CSV", "download-csv": "Download CSV",
"custom-user-fields": "Custom User Fields",
"manage-groups": "Manage Groups", "manage-groups": "Manage Groups",
"set-reputation": "Set Reputation", "set-reputation": "Set Reputation",
"add-group": "Add Group", "add-group": "Add Group",

View File

@@ -15,7 +15,7 @@
"title-layout": "Title Layout", "title-layout": "Title Layout",
"title-layout-help": "Define how the browser title will be structured ie. &#123;pageTitle&#125; | &#123;browserTitle&#125;", "title-layout-help": "Define how the browser title will be structured ie. &#123;pageTitle&#125; | &#123;browserTitle&#125;",
"description.placeholder": "A short description about your community", "description.placeholder": "A short description about your community",
"description": "Choose what page is shown when users navigate to the root URL of your forum.", "description": "Site Description",
"keywords": "Site Keywords", "keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated", "keywords-placeholder": "Keywords describing your community, comma-separated",
"logo-and-icons": "Site Logo & Icons", "logo-and-icons": "Site Logo & Icons",
@@ -48,15 +48,5 @@
"background-color-help": "Color used for splash screen background when website is installed as a PWA", "background-color-help": "Color used for splash screen background when website is installed as a PWA",
"undo-timeout": "Undo Timeout", "undo-timeout": "Undo Timeout",
"undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.", "undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.",
"topic-tools": "Topic Tools", "topic-tools": "Topic Tools"
"home-page": "Home Page", }
"home-page-route": "Home Page Route",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")",
"default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests",
"default-language-help": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"post-sharing": "Post Sharing",
"info-plugins-additional": "Plugins can add additional networks for sharing posts."
}

View File

@@ -0,0 +1,8 @@
{
"settings": "Settings",
"guest-settings": "Guest Settings",
"handles.enabled": "Allow guest handles",
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
"topic-views.enabled": "Allow guests to increase topic view counts",
"reply-notifications.enabled": "Allow guests to generate reply notifications"
}

View File

@@ -0,0 +1,8 @@
{
"home-page": "Home Page",
"description": "Choose what page is shown when users navigate to the root URL of your forum.",
"home-page-route": "Home Page Route",
"custom-route": "Custom Route",
"allow-user-home-pages": "Allow User Home Pages",
"home-page-title": "Title of the home page (default \"Home\")"
}

View File

@@ -0,0 +1,6 @@
{
"language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
}

View File

@@ -20,6 +20,7 @@
"min-rep-chat": "Minimum reputation to send chat messages", "min-rep-chat": "Minimum reputation to send chat messages",
"min-rep-post-links": "Minimum reputation to post links", "min-rep-post-links": "Minimum reputation to post links",
"min-rep-flag": "Minimum reputation to flag posts", "min-rep-flag": "Minimum reputation to flag posts",
"min-rep-website": "Minimum reputation to add \"Website\" to user profile",
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile", "min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
"min-rep-signature": "Minimum reputation to add \"Signature\" to user profile", "min-rep-signature": "Minimum reputation to add \"Signature\" to user profile",
"min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile", "min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile",

View File

@@ -0,0 +1,4 @@
{
"post-sharing": "Post Sharing",
"info-plugins-additional": "Plugins can add additional networks for sharing posts."
}

View File

@@ -9,7 +9,7 @@
"private-extensions": "File extensions to make private", "private-extensions": "File extensions to make private",
"private-uploads-extensions-help": "Enter comma-separated list of file extensions to make private here (e.g. <code>pdf,xls,doc</code>). An empty list means all files are private.", "private-uploads-extensions-help": "Enter comma-separated list of file extensions to make private here (e.g. <code>pdf,xls,doc</code>). An empty list means all files are private.",
"resize-image-width-threshold": "Resize images if they are wider than specified width", "resize-image-width-threshold": "Resize images if they are wider than specified width",
"resize-image-width-threshold-help": "(in pixels, default: 2000 pixels, set to 0 to disable)", "resize-image-width-threshold-help": "(in pixels, default: 1520 pixels, set to 0 to disable)",
"resize-image-width": "Resize images down to specified width", "resize-image-width": "Resize images down to specified width",
"resize-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)", "resize-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)",
"resize-image-quality": "Quality to use when resizing images", "resize-image-quality": "Quality to use when resizing images",

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