mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-25 18:00:28 +01:00
Compare commits
115 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c4850e287 | ||
|
|
0d9179f7a1 | ||
|
|
4345439895 | ||
|
|
804542e403 | ||
|
|
50658a82f0 | ||
|
|
21dbd47688 | ||
|
|
46fbe15665 | ||
|
|
78afb88284 | ||
|
|
5ae690a672 | ||
|
|
d86c447a6c | ||
|
|
0c2d015cdc | ||
|
|
5ce4c87473 | ||
|
|
b81a0cfe8a | ||
|
|
40b7ff4b7b | ||
|
|
a767d623a6 | ||
|
|
82389469f6 | ||
|
|
d98ca43799 | ||
|
|
7f241dbbe6 | ||
|
|
976914e71f | ||
|
|
ac125538d0 | ||
|
|
dba12fd4bf | ||
|
|
a8e642ade2 | ||
|
|
0afe1d5f73 | ||
|
|
fff818c65f | ||
|
|
a36911fc49 | ||
|
|
983197b236 | ||
|
|
424db9ff37 | ||
|
|
56888b1de7 | ||
|
|
01e65395ef | ||
|
|
9007afb995 | ||
|
|
b9f9164308 | ||
|
|
b28f9f776a | ||
|
|
07678fb5a4 | ||
|
|
fe492b1127 | ||
|
|
6c72785971 | ||
|
|
7c1d98c7fa | ||
|
|
acca78117a | ||
|
|
283a0072a8 | ||
|
|
5316029f91 | ||
|
|
65cec8d026 | ||
|
|
c52401da02 | ||
|
|
7c733e9cf1 | ||
|
|
9f49665958 | ||
|
|
dc03a2f95c | ||
|
|
f253bbddae | ||
|
|
0a8bf44e63 | ||
|
|
e82d8bb69b | ||
|
|
bbf2b73e91 | ||
|
|
88200ec12f | ||
|
|
bc3aabb453 | ||
|
|
9f91db16cb | ||
|
|
91026e5f14 | ||
|
|
398777633f | ||
|
|
c50de9112d | ||
|
|
b3ec805988 | ||
|
|
767973717b | ||
|
|
a2ebf53b60 | ||
|
|
b6517cfd64 | ||
|
|
799e94e02e | ||
|
|
26511185ac | ||
|
|
5e37f34e19 | ||
|
|
947fa193a9 | ||
|
|
30f728ca2d | ||
|
|
e8058ca35c | ||
|
|
b8765df5f4 | ||
|
|
200f0b2e4f | ||
|
|
0d744d30f2 | ||
|
|
fe072d6091 | ||
|
|
060ad1b003 | ||
|
|
0ac426e0fc | ||
|
|
5b1789c139 | ||
|
|
c8c4293306 | ||
|
|
7acc3ea3f8 | ||
|
|
829870391b | ||
|
|
a6590e20e4 | ||
|
|
898e0e8925 | ||
|
|
4fe531fc2a | ||
|
|
a06d1246fd | ||
|
|
538ad9e18b | ||
|
|
56db0b56ab | ||
|
|
002a241cc5 | ||
|
|
93b6053284 | ||
|
|
41e70901a6 | ||
|
|
b88bb3cfbb | ||
|
|
edd7144946 | ||
|
|
31251282ad | ||
|
|
47399bfee4 | ||
|
|
03fdb5bede | ||
|
|
3b529b84b5 | ||
|
|
adda7c3f3d | ||
|
|
9abe22a04b | ||
|
|
afe478b799 | ||
|
|
12cd1df256 | ||
|
|
7e54249566 | ||
|
|
cf2011dff2 | ||
|
|
d43596e7a8 | ||
|
|
eaa055179c | ||
|
|
fa14bbfec7 | ||
|
|
720a9dbad2 | ||
|
|
0659413185 | ||
|
|
29b86b3276 | ||
|
|
421ba6e1a2 | ||
|
|
55be42026c | ||
|
|
dab22d5fd0 | ||
|
|
38ca73c493 | ||
|
|
2f2ed6c3ad | ||
|
|
1f6f389ff2 | ||
|
|
e39cdd490b | ||
|
|
5f36ad3976 | ||
|
|
2b9b2b4a25 | ||
|
|
edb6209582 | ||
|
|
309968bf13 | ||
|
|
37221d5179 | ||
|
|
f76c0e8952 | ||
|
|
05032ca2c0 |
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [12, 14, 16]
|
||||
node: [14, 16]
|
||||
database: [mongo-dev, mongo, redis, postgres]
|
||||
include:
|
||||
# only run coverage once
|
||||
|
||||
72
.tx/config
72
.tx/config
@@ -41,6 +41,7 @@ trans.rw = public/language/rw/category.json
|
||||
trans.sc = public/language/sc/category.json
|
||||
trans.sk = public/language/sk/category.json
|
||||
trans.sl = public/language/sl/category.json
|
||||
trans.sq_AL = public/language/sq-AL/category.json
|
||||
trans.sr = public/language/sr/category.json
|
||||
trans.sv = public/language/sv/category.json
|
||||
trans.th = public/language/th/category.json
|
||||
@@ -91,6 +92,7 @@ trans.rw = public/language/rw/login.json
|
||||
trans.sc = public/language/sc/login.json
|
||||
trans.sk = public/language/sk/login.json
|
||||
trans.sl = public/language/sl/login.json
|
||||
trans.sq_AL = public/language/sq-AL/login.json
|
||||
trans.sr = public/language/sr/login.json
|
||||
trans.sv = public/language/sv/login.json
|
||||
trans.th = public/language/th/login.json
|
||||
@@ -141,6 +143,7 @@ trans.rw = public/language/rw/recent.json
|
||||
trans.sc = public/language/sc/recent.json
|
||||
trans.sk = public/language/sk/recent.json
|
||||
trans.sl = public/language/sl/recent.json
|
||||
trans.sq_AL = public/language/sq-AL/recent.json
|
||||
trans.sr = public/language/sr/recent.json
|
||||
trans.sv = public/language/sv/recent.json
|
||||
trans.th = public/language/th/recent.json
|
||||
@@ -191,6 +194,7 @@ trans.rw = public/language/rw/unread.json
|
||||
trans.sc = public/language/sc/unread.json
|
||||
trans.sk = public/language/sk/unread.json
|
||||
trans.sl = public/language/sl/unread.json
|
||||
trans.sq_AL = public/language/sq-AL/unread.json
|
||||
trans.sr = public/language/sr/unread.json
|
||||
trans.sv = public/language/sv/unread.json
|
||||
trans.th = public/language/th/unread.json
|
||||
@@ -241,6 +245,7 @@ trans.rw = public/language/rw/modules.json
|
||||
trans.sc = public/language/sc/modules.json
|
||||
trans.sk = public/language/sk/modules.json
|
||||
trans.sl = public/language/sl/modules.json
|
||||
trans.sq_AL = public/language/sq-AL/modules.json
|
||||
trans.sr = public/language/sr/modules.json
|
||||
trans.sv = public/language/sv/modules.json
|
||||
trans.th = public/language/th/modules.json
|
||||
@@ -291,6 +296,7 @@ trans.rw = public/language/rw/post-queue.json
|
||||
trans.sc = public/language/sc/post-queue.json
|
||||
trans.sk = public/language/sk/post-queue.json
|
||||
trans.sl = public/language/sl/post-queue.json
|
||||
trans.sq_AL = public/language/sq-AL/post-queue.json
|
||||
trans.sr = public/language/sr/post-queue.json
|
||||
trans.sv = public/language/sv/post-queue.json
|
||||
trans.th = public/language/th/post-queue.json
|
||||
@@ -341,6 +347,7 @@ trans.rw = public/language/rw/ip-blacklist.json
|
||||
trans.sc = public/language/sc/ip-blacklist.json
|
||||
trans.sk = public/language/sk/ip-blacklist.json
|
||||
trans.sl = public/language/sl/ip-blacklist.json
|
||||
trans.sq_AL = public/language/sq-AL/ip-blacklist.json
|
||||
trans.sr = public/language/sr/ip-blacklist.json
|
||||
trans.sv = public/language/sv/ip-blacklist.json
|
||||
trans.th = public/language/th/ip-blacklist.json
|
||||
@@ -391,6 +398,7 @@ trans.rw = public/language/rw/register.json
|
||||
trans.sc = public/language/sc/register.json
|
||||
trans.sk = public/language/sk/register.json
|
||||
trans.sl = public/language/sl/register.json
|
||||
trans.sq_AL = public/language/sq-AL/register.json
|
||||
trans.sr = public/language/sr/register.json
|
||||
trans.sv = public/language/sv/register.json
|
||||
trans.th = public/language/th/register.json
|
||||
@@ -441,6 +449,7 @@ trans.rw = public/language/rw/user.json
|
||||
trans.sc = public/language/sc/user.json
|
||||
trans.sk = public/language/sk/user.json
|
||||
trans.sl = public/language/sl/user.json
|
||||
trans.sq_AL = public/language/sq-AL/user.json
|
||||
trans.sr = public/language/sr/user.json
|
||||
trans.sv = public/language/sv/user.json
|
||||
trans.th = public/language/th/user.json
|
||||
@@ -491,6 +500,7 @@ trans.rw = public/language/rw/global.json
|
||||
trans.sc = public/language/sc/global.json
|
||||
trans.sk = public/language/sk/global.json
|
||||
trans.sl = public/language/sl/global.json
|
||||
trans.sq_AL = public/language/sq-AL/global.json
|
||||
trans.sr = public/language/sr/global.json
|
||||
trans.sv = public/language/sv/global.json
|
||||
trans.th = public/language/th/global.json
|
||||
@@ -541,6 +551,7 @@ trans.rw = public/language/rw/notifications.json
|
||||
trans.sc = public/language/sc/notifications.json
|
||||
trans.sk = public/language/sk/notifications.json
|
||||
trans.sl = public/language/sl/notifications.json
|
||||
trans.sq_AL = public/language/sq-AL/notifications.json
|
||||
trans.sr = public/language/sr/notifications.json
|
||||
trans.sv = public/language/sv/notifications.json
|
||||
trans.th = public/language/th/notifications.json
|
||||
@@ -591,6 +602,7 @@ trans.rw = public/language/rw/reset_password.json
|
||||
trans.sc = public/language/sc/reset_password.json
|
||||
trans.sk = public/language/sk/reset_password.json
|
||||
trans.sl = public/language/sl/reset_password.json
|
||||
trans.sq_AL = public/language/sq-AL/reset_password.json
|
||||
trans.sr = public/language/sr/reset_password.json
|
||||
trans.sv = public/language/sv/reset_password.json
|
||||
trans.th = public/language/th/reset_password.json
|
||||
@@ -641,6 +653,7 @@ trans.rw = public/language/rw/users.json
|
||||
trans.sc = public/language/sc/users.json
|
||||
trans.sk = public/language/sk/users.json
|
||||
trans.sl = public/language/sl/users.json
|
||||
trans.sq_AL = public/language/sq-AL/users.json
|
||||
trans.sr = public/language/sr/users.json
|
||||
trans.sv = public/language/sv/users.json
|
||||
trans.th = public/language/th/users.json
|
||||
@@ -691,6 +704,7 @@ trans.rw = public/language/rw/language.json
|
||||
trans.sc = public/language/sc/language.json
|
||||
trans.sk = public/language/sk/language.json
|
||||
trans.sl = public/language/sl/language.json
|
||||
trans.sq_AL = public/language/sq-AL/language.json
|
||||
trans.sr = public/language/sr/language.json
|
||||
trans.sv = public/language/sv/language.json
|
||||
trans.th = public/language/th/language.json
|
||||
@@ -741,6 +755,7 @@ trans.rw = public/language/rw/pages.json
|
||||
trans.sc = public/language/sc/pages.json
|
||||
trans.sk = public/language/sk/pages.json
|
||||
trans.sl = public/language/sl/pages.json
|
||||
trans.sq_AL = public/language/sq-AL/pages.json
|
||||
trans.sr = public/language/sr/pages.json
|
||||
trans.sv = public/language/sv/pages.json
|
||||
trans.th = public/language/th/pages.json
|
||||
@@ -791,6 +806,7 @@ trans.rw = public/language/rw/topic.json
|
||||
trans.sc = public/language/sc/topic.json
|
||||
trans.sk = public/language/sk/topic.json
|
||||
trans.sl = public/language/sl/topic.json
|
||||
trans.sq_AL = public/language/sq-AL/topic.json
|
||||
trans.sr = public/language/sr/topic.json
|
||||
trans.sv = public/language/sv/topic.json
|
||||
trans.th = public/language/th/topic.json
|
||||
@@ -841,6 +857,7 @@ trans.rw = public/language/rw/success.json
|
||||
trans.sc = public/language/sc/success.json
|
||||
trans.sk = public/language/sk/success.json
|
||||
trans.sl = public/language/sl/success.json
|
||||
trans.sq_AL = public/language/sq-AL/success.json
|
||||
trans.sr = public/language/sr/success.json
|
||||
trans.sv = public/language/sv/success.json
|
||||
trans.th = public/language/th/success.json
|
||||
@@ -891,6 +908,7 @@ trans.rw = public/language/rw/error.json
|
||||
trans.sc = public/language/sc/error.json
|
||||
trans.sk = public/language/sk/error.json
|
||||
trans.sl = public/language/sl/error.json
|
||||
trans.sq_AL = public/language/sq-AL/error.json
|
||||
trans.sr = public/language/sr/error.json
|
||||
trans.sv = public/language/sv/error.json
|
||||
trans.th = public/language/th/error.json
|
||||
@@ -941,6 +959,7 @@ trans.rw = public/language/rw/flags.json
|
||||
trans.sc = public/language/sc/flags.json
|
||||
trans.sk = public/language/sk/flags.json
|
||||
trans.sl = public/language/sl/flags.json
|
||||
trans.sq_AL = public/language/sq-AL/flags.json
|
||||
trans.sr = public/language/sr/flags.json
|
||||
trans.sv = public/language/sv/flags.json
|
||||
trans.th = public/language/th/flags.json
|
||||
@@ -990,6 +1009,7 @@ trans.rw = public/language/rw/tags.json
|
||||
trans.sc = public/language/sc/tags.json
|
||||
trans.sk = public/language/sk/tags.json
|
||||
trans.sl = public/language/sl/tags.json
|
||||
trans.sq_AL = public/language/sq-AL/tags.json
|
||||
trans.sr = public/language/sr/tags.json
|
||||
trans.sv = public/language/sv/tags.json
|
||||
trans.th = public/language/th/tags.json
|
||||
@@ -1040,6 +1060,7 @@ trans.rw = public/language/rw/top.json
|
||||
trans.sc = public/language/sc/top.json
|
||||
trans.sk = public/language/sk/top.json
|
||||
trans.sl = public/language/sl/top.json
|
||||
trans.sq_AL = public/language/sq-AL/top.json
|
||||
trans.sr = public/language/sr/top.json
|
||||
trans.sv = public/language/sv/top.json
|
||||
trans.th = public/language/th/top.json
|
||||
@@ -1090,6 +1111,7 @@ trans.rw = public/language/rw/email.json
|
||||
trans.sc = public/language/sc/email.json
|
||||
trans.sk = public/language/sk/email.json
|
||||
trans.sl = public/language/sl/email.json
|
||||
trans.sq_AL = public/language/sq-AL/email.json
|
||||
trans.sr = public/language/sr/email.json
|
||||
trans.sv = public/language/sv/email.json
|
||||
trans.th = public/language/th/email.json
|
||||
@@ -1140,6 +1162,7 @@ trans.rw = public/language/rw/search.json
|
||||
trans.sc = public/language/sc/search.json
|
||||
trans.sk = public/language/sk/search.json
|
||||
trans.sl = public/language/sl/search.json
|
||||
trans.sq_AL = public/language/sq-AL/search.json
|
||||
trans.sr = public/language/sr/search.json
|
||||
trans.sv = public/language/sv/search.json
|
||||
trans.th = public/language/th/search.json
|
||||
@@ -1190,6 +1213,7 @@ trans.rw = public/language/rw/groups.json
|
||||
trans.sc = public/language/sc/groups.json
|
||||
trans.sk = public/language/sk/groups.json
|
||||
trans.sl = public/language/sl/groups.json
|
||||
trans.sq_AL = public/language/sq-AL/groups.json
|
||||
trans.sr = public/language/sr/groups.json
|
||||
trans.sv = public/language/sv/groups.json
|
||||
trans.th = public/language/th/groups.json
|
||||
@@ -1240,6 +1264,7 @@ trans.rw = public/language/rw/uploads.json
|
||||
trans.sc = public/language/sc/uploads.json
|
||||
trans.sk = public/language/sk/uploads.json
|
||||
trans.sl = public/language/sl/uploads.json
|
||||
trans.sq_AL = public/language/sq-AL/uploads.json
|
||||
trans.sr = public/language/sr/uploads.json
|
||||
trans.sv = public/language/sv/uploads.json
|
||||
trans.th = public/language/th/uploads.json
|
||||
@@ -1290,6 +1315,7 @@ trans.rw = public/language/rw/admin/admin.json
|
||||
trans.sc = public/language/sc/admin/admin.json
|
||||
trans.sk = public/language/sk/admin/admin.json
|
||||
trans.sl = public/language/sl/admin/admin.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/admin.json
|
||||
trans.sr = public/language/sr/admin/admin.json
|
||||
trans.sv = public/language/sv/admin/admin.json
|
||||
trans.th = public/language/th/admin/admin.json
|
||||
@@ -1340,6 +1366,7 @@ trans.rw = public/language/rw/admin/menu.json
|
||||
trans.sc = public/language/sc/admin/menu.json
|
||||
trans.sk = public/language/sk/admin/menu.json
|
||||
trans.sl = public/language/sl/admin/menu.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/menu.json
|
||||
trans.sr = public/language/sr/admin/menu.json
|
||||
trans.sv = public/language/sv/admin/menu.json
|
||||
trans.th = public/language/th/admin/menu.json
|
||||
@@ -1390,6 +1417,7 @@ trans.rw = public/language/rw/admin/advanced/cache.json
|
||||
trans.sc = public/language/sc/admin/advanced/cache.json
|
||||
trans.sk = public/language/sk/admin/advanced/cache.json
|
||||
trans.sl = public/language/sl/admin/advanced/cache.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/advanced/cache.json
|
||||
trans.sr = public/language/sr/admin/advanced/cache.json
|
||||
trans.sv = public/language/sv/admin/advanced/cache.json
|
||||
trans.th = public/language/th/admin/advanced/cache.json
|
||||
@@ -1440,6 +1468,7 @@ trans.rw = public/language/rw/admin/advanced/database.json
|
||||
trans.sc = public/language/sc/admin/advanced/database.json
|
||||
trans.sk = public/language/sk/admin/advanced/database.json
|
||||
trans.sl = public/language/sl/admin/advanced/database.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/advanced/database.json
|
||||
trans.sr = public/language/sr/admin/advanced/database.json
|
||||
trans.sv = public/language/sv/admin/advanced/database.json
|
||||
trans.th = public/language/th/admin/advanced/database.json
|
||||
@@ -1490,6 +1519,7 @@ trans.rw = public/language/rw/admin/advanced/errors.json
|
||||
trans.sc = public/language/sc/admin/advanced/errors.json
|
||||
trans.sk = public/language/sk/admin/advanced/errors.json
|
||||
trans.sl = public/language/sl/admin/advanced/errors.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/advanced/errors.json
|
||||
trans.sr = public/language/sr/admin/advanced/errors.json
|
||||
trans.sv = public/language/sv/admin/advanced/errors.json
|
||||
trans.th = public/language/th/admin/advanced/errors.json
|
||||
@@ -1540,6 +1570,7 @@ trans.rw = public/language/rw/admin/advanced/events.json
|
||||
trans.sc = public/language/sc/admin/advanced/events.json
|
||||
trans.sk = public/language/sk/admin/advanced/events.json
|
||||
trans.sl = public/language/sl/admin/advanced/events.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/advanced/events.json
|
||||
trans.sr = public/language/sr/admin/advanced/events.json
|
||||
trans.sv = public/language/sv/admin/advanced/events.json
|
||||
trans.th = public/language/th/admin/advanced/events.json
|
||||
@@ -1590,6 +1621,7 @@ trans.rw = public/language/rw/admin/advanced/logs.json
|
||||
trans.sc = public/language/sc/admin/advanced/logs.json
|
||||
trans.sk = public/language/sk/admin/advanced/logs.json
|
||||
trans.sl = public/language/sl/admin/advanced/logs.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/advanced/logs.json
|
||||
trans.sr = public/language/sr/admin/advanced/logs.json
|
||||
trans.sv = public/language/sv/admin/advanced/logs.json
|
||||
trans.th = public/language/th/admin/advanced/logs.json
|
||||
@@ -1640,6 +1672,7 @@ trans.rw = public/language/rw/admin/appearance/customise.json
|
||||
trans.sc = public/language/sc/admin/appearance/customise.json
|
||||
trans.sk = public/language/sk/admin/appearance/customise.json
|
||||
trans.sl = public/language/sl/admin/appearance/customise.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/appearance/customise.json
|
||||
trans.sr = public/language/sr/admin/appearance/customise.json
|
||||
trans.sv = public/language/sv/admin/appearance/customise.json
|
||||
trans.th = public/language/th/admin/appearance/customise.json
|
||||
@@ -1690,6 +1723,7 @@ trans.rw = public/language/rw/admin/appearance/skins.json
|
||||
trans.sc = public/language/sc/admin/appearance/skins.json
|
||||
trans.sk = public/language/sk/admin/appearance/skins.json
|
||||
trans.sl = public/language/sl/admin/appearance/skins.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/appearance/skins.json
|
||||
trans.sr = public/language/sr/admin/appearance/skins.json
|
||||
trans.sv = public/language/sv/admin/appearance/skins.json
|
||||
trans.th = public/language/th/admin/appearance/skins.json
|
||||
@@ -1740,6 +1774,7 @@ trans.rw = public/language/rw/admin/appearance/themes.json
|
||||
trans.sc = public/language/sc/admin/appearance/themes.json
|
||||
trans.sk = public/language/sk/admin/appearance/themes.json
|
||||
trans.sl = public/language/sl/admin/appearance/themes.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/appearance/themes.json
|
||||
trans.sr = public/language/sr/admin/appearance/themes.json
|
||||
trans.sv = public/language/sv/admin/appearance/themes.json
|
||||
trans.th = public/language/th/admin/appearance/themes.json
|
||||
@@ -1790,6 +1825,7 @@ trans.rw = public/language/rw/admin/development/info.json
|
||||
trans.sc = public/language/sc/admin/development/info.json
|
||||
trans.sk = public/language/sk/admin/development/info.json
|
||||
trans.sl = public/language/sl/admin/development/info.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/development/info.json
|
||||
trans.sr = public/language/sr/admin/development/info.json
|
||||
trans.sv = public/language/sv/admin/development/info.json
|
||||
trans.th = public/language/th/admin/development/info.json
|
||||
@@ -1840,6 +1876,7 @@ trans.rw = public/language/rw/admin/development/logger.json
|
||||
trans.sc = public/language/sc/admin/development/logger.json
|
||||
trans.sk = public/language/sk/admin/development/logger.json
|
||||
trans.sl = public/language/sl/admin/development/logger.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/development/logger.json
|
||||
trans.sr = public/language/sr/admin/development/logger.json
|
||||
trans.sv = public/language/sv/admin/development/logger.json
|
||||
trans.th = public/language/th/admin/development/logger.json
|
||||
@@ -1890,6 +1927,7 @@ trans.rw = public/language/rw/admin/extend/plugins.json
|
||||
trans.sc = public/language/sc/admin/extend/plugins.json
|
||||
trans.sk = public/language/sk/admin/extend/plugins.json
|
||||
trans.sl = public/language/sl/admin/extend/plugins.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/extend/plugins.json
|
||||
trans.sr = public/language/sr/admin/extend/plugins.json
|
||||
trans.sv = public/language/sv/admin/extend/plugins.json
|
||||
trans.th = public/language/th/admin/extend/plugins.json
|
||||
@@ -1940,6 +1978,7 @@ trans.rw = public/language/rw/admin/extend/rewards.json
|
||||
trans.sc = public/language/sc/admin/extend/rewards.json
|
||||
trans.sk = public/language/sk/admin/extend/rewards.json
|
||||
trans.sl = public/language/sl/admin/extend/rewards.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/extend/rewards.json
|
||||
trans.sr = public/language/sr/admin/extend/rewards.json
|
||||
trans.sv = public/language/sv/admin/extend/rewards.json
|
||||
trans.th = public/language/th/admin/extend/rewards.json
|
||||
@@ -1990,6 +2029,7 @@ trans.rw = public/language/rw/admin/extend/widgets.json
|
||||
trans.sc = public/language/sc/admin/extend/widgets.json
|
||||
trans.sk = public/language/sk/admin/extend/widgets.json
|
||||
trans.sl = public/language/sl/admin/extend/widgets.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/extend/widgets.json
|
||||
trans.sr = public/language/sr/admin/extend/widgets.json
|
||||
trans.sv = public/language/sv/admin/extend/widgets.json
|
||||
trans.th = public/language/th/admin/extend/widgets.json
|
||||
@@ -2040,6 +2080,7 @@ trans.rw = public/language/rw/admin/dashboard.json
|
||||
trans.sc = public/language/sc/admin/dashboard.json
|
||||
trans.sk = public/language/sk/admin/dashboard.json
|
||||
trans.sl = public/language/sl/admin/dashboard.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/dashboard.json
|
||||
trans.sr = public/language/sr/admin/dashboard.json
|
||||
trans.sv = public/language/sv/admin/dashboard.json
|
||||
trans.th = public/language/th/admin/dashboard.json
|
||||
@@ -2090,6 +2131,7 @@ trans.rw = public/language/rw/admin/settings/homepage.json
|
||||
trans.sc = public/language/sc/admin/settings/homepage.json
|
||||
trans.sk = public/language/sk/admin/settings/homepage.json
|
||||
trans.sl = public/language/sl/admin/settings/homepage.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/homepage.json
|
||||
trans.sr = public/language/sr/admin/settings/homepage.json
|
||||
trans.sv = public/language/sv/admin/settings/homepage.json
|
||||
trans.th = public/language/th/admin/settings/homepage.json
|
||||
@@ -2140,6 +2182,7 @@ trans.rw = public/language/rw/admin/settings/languages.json
|
||||
trans.sc = public/language/sc/admin/settings/languages.json
|
||||
trans.sk = public/language/sk/admin/settings/languages.json
|
||||
trans.sl = public/language/sl/admin/settings/languages.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/languages.json
|
||||
trans.sr = public/language/sr/admin/settings/languages.json
|
||||
trans.sv = public/language/sv/admin/settings/languages.json
|
||||
trans.th = public/language/th/admin/settings/languages.json
|
||||
@@ -2190,6 +2233,7 @@ trans.rw = public/language/rw/admin/settings/navigation.json
|
||||
trans.sc = public/language/sc/admin/settings/navigation.json
|
||||
trans.sk = public/language/sk/admin/settings/navigation.json
|
||||
trans.sl = public/language/sl/admin/settings/navigation.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/navigation.json
|
||||
trans.sr = public/language/sr/admin/settings/navigation.json
|
||||
trans.sv = public/language/sv/admin/settings/navigation.json
|
||||
trans.th = public/language/th/admin/settings/navigation.json
|
||||
@@ -2240,6 +2284,7 @@ trans.rw = public/language/rw/admin/settings/social.json
|
||||
trans.sc = public/language/sc/admin/settings/social.json
|
||||
trans.sk = public/language/sk/admin/settings/social.json
|
||||
trans.sl = public/language/sl/admin/settings/social.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/social.json
|
||||
trans.sr = public/language/sr/admin/settings/social.json
|
||||
trans.sv = public/language/sv/admin/settings/social.json
|
||||
trans.th = public/language/th/admin/settings/social.json
|
||||
@@ -2290,6 +2335,7 @@ trans.rw = public/language/rw/admin/settings/sounds.json
|
||||
trans.sc = public/language/sc/admin/settings/sounds.json
|
||||
trans.sk = public/language/sk/admin/settings/sounds.json
|
||||
trans.sl = public/language/sl/admin/settings/sounds.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/sounds.json
|
||||
trans.sr = public/language/sr/admin/settings/sounds.json
|
||||
trans.sv = public/language/sv/admin/settings/sounds.json
|
||||
trans.th = public/language/th/admin/settings/sounds.json
|
||||
@@ -2340,6 +2386,7 @@ trans.rw = public/language/rw/admin/manage/admins-mods.json
|
||||
trans.sc = public/language/sc/admin/manage/admins-mods.json
|
||||
trans.sk = public/language/sk/admin/manage/admins-mods.json
|
||||
trans.sl = public/language/sl/admin/manage/admins-mods.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/manage/admins-mods.json
|
||||
trans.sr = public/language/sr/admin/manage/admins-mods.json
|
||||
trans.sv = public/language/sv/admin/manage/admins-mods.json
|
||||
trans.th = public/language/th/admin/manage/admins-mods.json
|
||||
@@ -2390,6 +2437,7 @@ trans.rw = public/language/rw/admin/manage/categories.json
|
||||
trans.sc = public/language/sc/admin/manage/categories.json
|
||||
trans.sk = public/language/sk/admin/manage/categories.json
|
||||
trans.sl = public/language/sl/admin/manage/categories.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/manage/categories.json
|
||||
trans.sr = public/language/sr/admin/manage/categories.json
|
||||
trans.sv = public/language/sv/admin/manage/categories.json
|
||||
trans.th = public/language/th/admin/manage/categories.json
|
||||
@@ -2440,6 +2488,7 @@ trans.rw = public/language/rw/admin/manage/groups.json
|
||||
trans.sc = public/language/sc/admin/manage/groups.json
|
||||
trans.sk = public/language/sk/admin/manage/groups.json
|
||||
trans.sl = public/language/sl/admin/manage/groups.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/manage/groups.json
|
||||
trans.sr = public/language/sr/admin/manage/groups.json
|
||||
trans.sv = public/language/sv/admin/manage/groups.json
|
||||
trans.th = public/language/th/admin/manage/groups.json
|
||||
@@ -2490,6 +2539,7 @@ trans.rw = public/language/rw/admin/manage/privileges.json
|
||||
trans.sc = public/language/sc/admin/manage/privileges.json
|
||||
trans.sk = public/language/sk/admin/manage/privileges.json
|
||||
trans.sl = public/language/sl/admin/manage/privileges.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/manage/privileges.json
|
||||
trans.sr = public/language/sr/admin/manage/privileges.json
|
||||
trans.sv = public/language/sv/admin/manage/privileges.json
|
||||
trans.th = public/language/th/admin/manage/privileges.json
|
||||
@@ -2540,6 +2590,7 @@ trans.rw = public/language/rw/admin/manage/registration.json
|
||||
trans.sc = public/language/sc/admin/manage/registration.json
|
||||
trans.sk = public/language/sk/admin/manage/registration.json
|
||||
trans.sl = public/language/sl/admin/manage/registration.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/manage/registration.json
|
||||
trans.sr = public/language/sr/admin/manage/registration.json
|
||||
trans.sv = public/language/sv/admin/manage/registration.json
|
||||
trans.th = public/language/th/admin/manage/registration.json
|
||||
@@ -2590,6 +2641,7 @@ trans.rw = public/language/rw/admin/manage/tags.json
|
||||
trans.sc = public/language/sc/admin/manage/tags.json
|
||||
trans.sk = public/language/sk/admin/manage/tags.json
|
||||
trans.sl = public/language/sl/admin/manage/tags.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/manage/tags.json
|
||||
trans.sr = public/language/sr/admin/manage/tags.json
|
||||
trans.sv = public/language/sv/admin/manage/tags.json
|
||||
trans.th = public/language/th/admin/manage/tags.json
|
||||
@@ -2640,6 +2692,7 @@ trans.rw = public/language/rw/admin/manage/uploads.json
|
||||
trans.sc = public/language/sc/admin/manage/uploads.json
|
||||
trans.sk = public/language/sk/admin/manage/uploads.json
|
||||
trans.sl = public/language/sl/admin/manage/uploads.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/manage/uploads.json
|
||||
trans.sr = public/language/sr/admin/manage/uploads.json
|
||||
trans.sv = public/language/sv/admin/manage/uploads.json
|
||||
trans.th = public/language/th/admin/manage/uploads.json
|
||||
@@ -2690,6 +2743,7 @@ trans.rw = public/language/rw/admin/manage/users.json
|
||||
trans.sc = public/language/sc/admin/manage/users.json
|
||||
trans.sk = public/language/sk/admin/manage/users.json
|
||||
trans.sl = public/language/sl/admin/manage/users.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/manage/users.json
|
||||
trans.sr = public/language/sr/admin/manage/users.json
|
||||
trans.sv = public/language/sv/admin/manage/users.json
|
||||
trans.th = public/language/th/admin/manage/users.json
|
||||
@@ -2740,6 +2794,7 @@ trans.rw = public/language/rw/admin/manage/digest.json
|
||||
trans.sc = public/language/sc/admin/manage/digest.json
|
||||
trans.sk = public/language/sk/admin/manage/digest.json
|
||||
trans.sl = public/language/sl/admin/manage/digest.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/manage/digest.json
|
||||
trans.sr = public/language/sr/admin/manage/digest.json
|
||||
trans.sv = public/language/sv/admin/manage/digest.json
|
||||
trans.th = public/language/th/admin/manage/digest.json
|
||||
@@ -2790,6 +2845,7 @@ trans.rw = public/language/rw/admin/settings/advanced.json
|
||||
trans.sc = public/language/sc/admin/settings/advanced.json
|
||||
trans.sk = public/language/sk/admin/settings/advanced.json
|
||||
trans.sl = public/language/sl/admin/settings/advanced.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/advanced.json
|
||||
trans.sr = public/language/sr/admin/settings/advanced.json
|
||||
trans.sv = public/language/sv/admin/settings/advanced.json
|
||||
trans.th = public/language/th/admin/settings/advanced.json
|
||||
@@ -2840,6 +2896,7 @@ trans.rw = public/language/rw/admin/settings/cookies.json
|
||||
trans.sc = public/language/sc/admin/settings/cookies.json
|
||||
trans.sk = public/language/sk/admin/settings/cookies.json
|
||||
trans.sl = public/language/sl/admin/settings/cookies.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/cookies.json
|
||||
trans.sr = public/language/sr/admin/settings/cookies.json
|
||||
trans.sv = public/language/sv/admin/settings/cookies.json
|
||||
trans.th = public/language/th/admin/settings/cookies.json
|
||||
@@ -2890,6 +2947,7 @@ trans.rw = public/language/rw/admin/settings/general.json
|
||||
trans.sc = public/language/sc/admin/settings/general.json
|
||||
trans.sk = public/language/sk/admin/settings/general.json
|
||||
trans.sl = public/language/sl/admin/settings/general.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/general.json
|
||||
trans.sr = public/language/sr/admin/settings/general.json
|
||||
trans.sv = public/language/sv/admin/settings/general.json
|
||||
trans.th = public/language/th/admin/settings/general.json
|
||||
@@ -2940,6 +2998,7 @@ trans.rw = public/language/rw/admin/settings/guest.json
|
||||
trans.sc = public/language/sc/admin/settings/guest.json
|
||||
trans.sk = public/language/sk/admin/settings/guest.json
|
||||
trans.sl = public/language/sl/admin/settings/guest.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/guest.json
|
||||
trans.sr = public/language/sr/admin/settings/guest.json
|
||||
trans.sv = public/language/sv/admin/settings/guest.json
|
||||
trans.th = public/language/th/admin/settings/guest.json
|
||||
@@ -2990,6 +3049,7 @@ trans.rw = public/language/rw/admin/settings/pagination.json
|
||||
trans.sc = public/language/sc/admin/settings/pagination.json
|
||||
trans.sk = public/language/sk/admin/settings/pagination.json
|
||||
trans.sl = public/language/sl/admin/settings/pagination.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/pagination.json
|
||||
trans.sr = public/language/sr/admin/settings/pagination.json
|
||||
trans.sv = public/language/sv/admin/settings/pagination.json
|
||||
trans.th = public/language/th/admin/settings/pagination.json
|
||||
@@ -3040,6 +3100,7 @@ trans.rw = public/language/rw/admin/settings/reputation.json
|
||||
trans.sc = public/language/sc/admin/settings/reputation.json
|
||||
trans.sk = public/language/sk/admin/settings/reputation.json
|
||||
trans.sl = public/language/sl/admin/settings/reputation.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/reputation.json
|
||||
trans.sr = public/language/sr/admin/settings/reputation.json
|
||||
trans.sv = public/language/sv/admin/settings/reputation.json
|
||||
trans.th = public/language/th/admin/settings/reputation.json
|
||||
@@ -3090,6 +3151,7 @@ trans.rw = public/language/rw/admin/settings/tags.json
|
||||
trans.sc = public/language/sc/admin/settings/tags.json
|
||||
trans.sk = public/language/sk/admin/settings/tags.json
|
||||
trans.sl = public/language/sl/admin/settings/tags.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/tags.json
|
||||
trans.sr = public/language/sr/admin/settings/tags.json
|
||||
trans.sv = public/language/sv/admin/settings/tags.json
|
||||
trans.th = public/language/th/admin/settings/tags.json
|
||||
@@ -3140,6 +3202,7 @@ trans.rw = public/language/rw/admin/settings/user.json
|
||||
trans.sc = public/language/sc/admin/settings/user.json
|
||||
trans.sk = public/language/sk/admin/settings/user.json
|
||||
trans.sl = public/language/sl/admin/settings/user.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/user.json
|
||||
trans.sr = public/language/sr/admin/settings/user.json
|
||||
trans.sv = public/language/sv/admin/settings/user.json
|
||||
trans.th = public/language/th/admin/settings/user.json
|
||||
@@ -3190,6 +3253,7 @@ trans.rw = public/language/rw/admin/settings/chat.json
|
||||
trans.sc = public/language/sc/admin/settings/chat.json
|
||||
trans.sk = public/language/sk/admin/settings/chat.json
|
||||
trans.sl = public/language/sl/admin/settings/chat.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/chat.json
|
||||
trans.sr = public/language/sr/admin/settings/chat.json
|
||||
trans.sv = public/language/sv/admin/settings/chat.json
|
||||
trans.th = public/language/th/admin/settings/chat.json
|
||||
@@ -3240,6 +3304,7 @@ trans.rw = public/language/rw/admin/settings/email.json
|
||||
trans.sc = public/language/sc/admin/settings/email.json
|
||||
trans.sk = public/language/sk/admin/settings/email.json
|
||||
trans.sl = public/language/sl/admin/settings/email.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/email.json
|
||||
trans.sr = public/language/sr/admin/settings/email.json
|
||||
trans.sv = public/language/sv/admin/settings/email.json
|
||||
trans.th = public/language/th/admin/settings/email.json
|
||||
@@ -3290,6 +3355,7 @@ trans.rw = public/language/rw/admin/settings/group.json
|
||||
trans.sc = public/language/sc/admin/settings/group.json
|
||||
trans.sk = public/language/sk/admin/settings/group.json
|
||||
trans.sl = public/language/sl/admin/settings/group.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/group.json
|
||||
trans.sr = public/language/sr/admin/settings/group.json
|
||||
trans.sv = public/language/sv/admin/settings/group.json
|
||||
trans.th = public/language/th/admin/settings/group.json
|
||||
@@ -3340,6 +3406,7 @@ trans.rw = public/language/rw/admin/settings/notifications.json
|
||||
trans.sc = public/language/sc/admin/settings/notifications.json
|
||||
trans.sk = public/language/sk/admin/settings/notifications.json
|
||||
trans.sl = public/language/sl/admin/settings/notifications.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/notifications.json
|
||||
trans.sr = public/language/sr/admin/settings/notifications.json
|
||||
trans.sv = public/language/sv/admin/settings/notifications.json
|
||||
trans.th = public/language/th/admin/settings/notifications.json
|
||||
@@ -3390,6 +3457,7 @@ trans.rw = public/language/rw/admin/settings/api.json
|
||||
trans.sc = public/language/sc/admin/settings/api.json
|
||||
trans.sk = public/language/sk/admin/settings/api.json
|
||||
trans.sl = public/language/sl/admin/settings/api.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/api.json
|
||||
trans.sr = public/language/sr/admin/settings/api.json
|
||||
trans.sv = public/language/sv/admin/settings/api.json
|
||||
trans.th = public/language/th/admin/settings/api.json
|
||||
@@ -3440,6 +3508,7 @@ trans.rw = public/language/rw/admin/settings/post.json
|
||||
trans.sc = public/language/sc/admin/settings/post.json
|
||||
trans.sk = public/language/sk/admin/settings/post.json
|
||||
trans.sl = public/language/sl/admin/settings/post.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/post.json
|
||||
trans.sr = public/language/sr/admin/settings/post.json
|
||||
trans.sv = public/language/sv/admin/settings/post.json
|
||||
trans.th = public/language/th/admin/settings/post.json
|
||||
@@ -3490,6 +3559,7 @@ trans.rw = public/language/rw/admin/settings/sockets.json
|
||||
trans.sc = public/language/sc/admin/settings/sockets.json
|
||||
trans.sk = public/language/sk/admin/settings/sockets.json
|
||||
trans.sl = public/language/sl/admin/settings/sockets.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/sockets.json
|
||||
trans.sr = public/language/sr/admin/settings/sockets.json
|
||||
trans.sv = public/language/sv/admin/settings/sockets.json
|
||||
trans.th = public/language/th/admin/settings/sockets.json
|
||||
@@ -3540,6 +3610,7 @@ trans.rw = public/language/rw/admin/settings/uploads.json
|
||||
trans.sc = public/language/sc/admin/settings/uploads.json
|
||||
trans.sk = public/language/sk/admin/settings/uploads.json
|
||||
trans.sl = public/language/sl/admin/settings/uploads.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/uploads.json
|
||||
trans.sr = public/language/sr/admin/settings/uploads.json
|
||||
trans.sv = public/language/sv/admin/settings/uploads.json
|
||||
trans.th = public/language/th/admin/settings/uploads.json
|
||||
@@ -3590,6 +3661,7 @@ trans.rw = public/language/rw/admin/settings/web-crawler.json
|
||||
trans.sc = public/language/sc/admin/settings/web-crawler.json
|
||||
trans.sk = public/language/sk/admin/settings/web-crawler.json
|
||||
trans.sl = public/language/sl/admin/settings/web-crawler.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/settings/web-crawler.json
|
||||
trans.sr = public/language/sr/admin/settings/web-crawler.json
|
||||
trans.sv = public/language/sv/admin/settings/web-crawler.json
|
||||
trans.th = public/language/th/admin/settings/web-crawler.json
|
||||
|
||||
136
CHANGELOG.md
136
CHANGELOG.md
@@ -1,3 +1,139 @@
|
||||
#### v1.19.6 (2022-04-13)
|
||||
|
||||
##### Chores
|
||||
|
||||
* incrementing version number - v1.19.6 (283a0072)
|
||||
* update changelog for v1.19.5 (05032ca2)
|
||||
* **deps:**
|
||||
* bump semver from 7.3.6 to 7.3.7 in /install (#10493) (65cec8d0)
|
||||
* update dependency grunt to v1.5.2 (9f496659)
|
||||
* update dependency grunt to v1.5.1 (0a8bf44e)
|
||||
* update dependency grunt to v1.5.0 (e82d8bb6)
|
||||
* update dependency eslint to v8.13.0 (bc3aabb4)
|
||||
* update dependency eslint-plugin-import to v2.26.0 (a2ebf53b)
|
||||
* bump nodebb-theme-persona from 11.4.3 to 11.4.4 in /install (#10437) (5b1789c1)
|
||||
* bump nodebb-plugin-composer-default in /install (#10438) (c8c42933)
|
||||
* update dependency eslint to v8.12.0 (a6590e20)
|
||||
* update dependency lint-staged to v12.3.7 (#10407) (5f36ad39)
|
||||
* **i18n:** fallback strings for new resources: nodebb.post-queue (a06d1246)
|
||||
|
||||
##### New Features
|
||||
|
||||
* #10460, add cutoff to suggested topics (799e94e0)
|
||||
* add response:helpers.notAllowed (e8058ca3)
|
||||
* add filter:image.stripEXIF (b8765df5)
|
||||
* add confirm to reject, closes #10427 (538ad9e1)
|
||||
* allow client-side hook registration chaining (b88bb3cf)
|
||||
* delete flagId field from post/user on flag purge (31251282)
|
||||
* add flags.purge (3b529b84)
|
||||
* new admin events, closes #10405 (421ba6e1)
|
||||
* add Albanian localisation :tada: (309968bf)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* dont add caller to arrays (5316029f)
|
||||
* #10491, don't leak deleted message in cleanedContent (c52401da)
|
||||
* #10473, trim trailing slashes on config url (9f91db16)
|
||||
* closes #10436, fix DST issue on acp dashboard (39877763)
|
||||
* delete history as well (002a241c)
|
||||
* handle purge posts as well (93b60532)
|
||||
* byCid removal, targetCid not stored in flagObj (03fdb5be)
|
||||
* upgrade script (55be4202)
|
||||
* column counts for other privileges (2b9b2b4a)
|
||||
* **deps:**
|
||||
* update dependency nodebb-plugin-mentions to v3.0.8 (#10490) (7c733e9c)
|
||||
* update dependency winston to v3.7.2 (#10454) (dc03a2f9)
|
||||
* update dependency nconf to v0.11.4 (#10481) (f253bbdd)
|
||||
* update dependency yargs to v17.4.1 (#10480) (bbf2b73e)
|
||||
* update dependency ioredis to v5.0.4 (#10479) (88200ec1)
|
||||
* update dependency html-to-text to v8.2.0 (#10471) (91026e5f)
|
||||
* update dependency semver to v7.3.6 (#10466) (c50de911)
|
||||
* update dependency html-to-text to v8.1.1 (#10470) (b3ec8059)
|
||||
* update dependency nodebb-widget-essentials to v5.0.10 (#10461) (b6517cfd)
|
||||
* update dependency body-parser to v1.20.0 (#10450) (26511185)
|
||||
* update dependency spdx-license-list to v6.5.0 (#10452) (5e37f34e)
|
||||
* update dependency graceful-fs to v4.2.10 (#10457) (947fa193)
|
||||
* update dependency mongodb to v4.5.0 (#10458) (30f728ca)
|
||||
* update dependency ioredis to v5.0.3 (#10446) (0d744d30)
|
||||
* update dependency ioredis to v5 (#10434) (060ad1b0)
|
||||
* update dependency nodebb-plugin-2factor to v3.0.6 (#10435) (0ac426e0)
|
||||
* update dependency nodebb-plugin-composer-default to v7.0.21 (#10429) (898e0e89)
|
||||
* update dependency nodebb-plugin-spam-be-gone to v0.8.1 (#10425) (47399bfe)
|
||||
* update dependency sortablejs to v1.15.0 (#10418) (12cd1df2)
|
||||
* update dependency nodemailer to v6.7.3 (#10421) (7e542495)
|
||||
* update dependency yargs to v17.4.0 (#10416) (eaa05517)
|
||||
* update dependency nodebb-theme-persona to v11.4.3 (#10414) (720a9dba)
|
||||
* update dependency connect-redis to v6.1.3 (#10390) (06594131)
|
||||
* **security:**
|
||||
* explicitly declare cache-control header instead of using middleware (38ca73c4)
|
||||
* cache-control on all pages using setupPageRoute or setupApiRoute, and 404 controllers. (1f6f389f)
|
||||
* explicitly set cache-control 'private' on any page where a header is built (e39cdd49)
|
||||
|
||||
##### Performance Improvements
|
||||
|
||||
* WIP #10449, allow array of pids for posts.purge (#10465) (76797371)
|
||||
* #10410, faster upgrade script (dab22d5f)
|
||||
|
||||
##### Refactors
|
||||
|
||||
* replace deprecated String.prototype.substr() (#10432) (200f0b2e)
|
||||
* remove some verbose logging (9abe22a0)
|
||||
* :trollface: (29b86b32)
|
||||
* shorter generateTopicClass (f76c0e89)
|
||||
|
||||
#### v1.19.5 (2022-03-16)
|
||||
|
||||
##### Chores
|
||||
|
||||
* incrementing version number - v1.19.5 (48d6eb4f)
|
||||
* update changelog for v1.19.4 (0e6e49b2)
|
||||
* **deps:**
|
||||
* bump less from 3.13.1 to 4.1.2 in /install (#9856) (d33485f6)
|
||||
* bump autoprefixer from 10.4.2 to 10.4.4 in /install (#10403) (90094935)
|
||||
* update dependency lint-staged to v12.3.6 (0a4522a2)
|
||||
* update commitlint monorepo to v16.2.3 (0a97015d)
|
||||
* bump nodebb-plugin-spam-be-gone in /install (#10387) (445e3d70)
|
||||
* bump connect-redis from 6.1.1 to 6.1.2 in /install (#10391) (145621f7)
|
||||
* update dependency eslint to v8.11.0 (feaf3068)
|
||||
* update dependency mocha to v9.2.2 (#10383) (4ffbd78d)
|
||||
* **i18n:**
|
||||
* fallback strings for new resources: nodebb.admin-manage-users (2f09c22c)
|
||||
* fallback strings for new resources: nodebb.admin-manage-privileges, nodebb.admin-manage-users, nodebb.error, nodebb.user (15508bac)
|
||||
* fallback strings for new resources: nodebb.admin-settings-reputation, nodebb.error (5274a6aa)
|
||||
|
||||
##### New Features
|
||||
|
||||
* collect hook logs in order to reduce console noise, flush on ajaxify loadScript completion (935704a8)
|
||||
* add support for PATCH method in api module (4b79dfd2)
|
||||
* on online users page override timeago cutoff to 24 hours (7c946570)
|
||||
* ability to mute users (be6bbabd)
|
||||
* min:rep:upvote, and other limits similar to downvotes (3414a23b)
|
||||
* post-queue hooks, closes #10381 (2056ac04)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* topic events if there is a blocked user in topic (3935a86b)
|
||||
* topic events disappearing if there are queued posts (2808c952)
|
||||
* #10393, move 'Create User' control to overflow menu (cd687cff)
|
||||
* don't append to history on refresh or ajaxify to same url (c83987bd)
|
||||
* global privs (7d063d73)
|
||||
* #10384 -- mixed up sizes for fallback touch icons (cb113208)
|
||||
* #10377, remove logging of env vars (997ab7d4)
|
||||
* **deps:**
|
||||
* update dependency postcss to v8.4.12 (#10396) (bdbc168d)
|
||||
* update dependency sharp to v0.30.3 (#10389) (b4213859)
|
||||
|
||||
##### Refactors
|
||||
|
||||
* closes #10301 (c8e986d6)
|
||||
|
||||
##### Tests
|
||||
|
||||
* skip i18n tests if the github event is a pull request (e578c605)
|
||||
* fix middleware test (24c1f879)
|
||||
* fix category tests (6344c3b6)
|
||||
* fix one more test (a5511425)
|
||||
|
||||
#### v1.19.4 (2022-03-09)
|
||||
|
||||
##### Chores
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
"upvotesPerUserPerDay": 6,
|
||||
"downvotesPerDay": 10,
|
||||
"downvotesPerUserPerDay": 3,
|
||||
"min:rep:chat": 0,
|
||||
"min:rep:downvote": 0,
|
||||
"min:rep:upvote": 0,
|
||||
"min:rep:flag": 0,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "nodebb",
|
||||
"license": "GPL-3.0",
|
||||
"description": "NodeBB Forum",
|
||||
"version": "1.19.5",
|
||||
"version": "1.19.7",
|
||||
"homepage": "http://www.nodebb.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -30,12 +30,12 @@
|
||||
"dependencies": {
|
||||
"@adactive/bootstrap-tagsinput": "0.8.2",
|
||||
"ace-builds": "1.4.14",
|
||||
"archiver": "5.3.0",
|
||||
"archiver": "5.3.1",
|
||||
"async": "3.2.3",
|
||||
"autoprefixer": "10.4.4",
|
||||
"autoprefixer": "10.4.5",
|
||||
"bcryptjs": "2.4.3",
|
||||
"benchpressjs": "2.4.3",
|
||||
"body-parser": "1.19.2",
|
||||
"body-parser": "1.20.0",
|
||||
"bootbox": "5.5.2",
|
||||
"bootstrap": "3.4.1",
|
||||
"chalk": "4.1.2",
|
||||
@@ -50,19 +50,19 @@
|
||||
"connect-mongo": "4.6.0",
|
||||
"connect-multiparty": "2.2.0",
|
||||
"connect-pg-simple": "7.0.0",
|
||||
"connect-redis": "6.1.2",
|
||||
"connect-redis": "6.1.3",
|
||||
"cookie-parser": "1.4.6",
|
||||
"cron": "1.8.2",
|
||||
"cropperjs": "1.5.12",
|
||||
"csurf": "1.11.0",
|
||||
"daemon": "1.1.0",
|
||||
"diff": "5.0.0",
|
||||
"express": "4.17.3",
|
||||
"express": "4.18.0",
|
||||
"express-session": "1.17.2",
|
||||
"express-useragent": "1.0.15",
|
||||
"graceful-fs": "4.2.9",
|
||||
"graceful-fs": "4.2.10",
|
||||
"helmet": "5.0.2",
|
||||
"html-to-text": "8.1.0",
|
||||
"html-to-text": "8.2.0",
|
||||
"ipaddr.js": "2.0.1",
|
||||
"jquery": "3.6.0",
|
||||
"jquery-deserialize": "2.0.0",
|
||||
@@ -79,27 +79,27 @@
|
||||
"material-design-lite": "1.3.0",
|
||||
"mime": "3.0.0",
|
||||
"mkdirp": "1.0.4",
|
||||
"mongodb": "4.4.1",
|
||||
"mongodb": "4.5.0",
|
||||
"morgan": "1.10.0",
|
||||
"mousetrap": "1.6.5",
|
||||
"multiparty": "4.2.3",
|
||||
"@nodebb/bootswatch": "3.4.2",
|
||||
"nconf": "0.11.3",
|
||||
"nodebb-plugin-2factor": "3.0.5",
|
||||
"nodebb-plugin-composer-default": "7.0.20",
|
||||
"nconf": "0.12.0",
|
||||
"nodebb-plugin-2factor": "3.0.7",
|
||||
"nodebb-plugin-composer-default": "7.0.22",
|
||||
"nodebb-plugin-dbsearch": "5.1.3",
|
||||
"nodebb-plugin-emoji": "3.5.17",
|
||||
"nodebb-plugin-emoji-android": "2.0.5",
|
||||
"nodebb-plugin-markdown": "9.0.10",
|
||||
"nodebb-plugin-mentions": "3.0.7",
|
||||
"nodebb-plugin-spam-be-gone": "0.8.0",
|
||||
"nodebb-plugin-mentions": "3.0.8",
|
||||
"nodebb-plugin-spam-be-gone": "0.8.1",
|
||||
"nodebb-rewards-essentials": "0.2.1",
|
||||
"nodebb-theme-lavender": "5.3.2",
|
||||
"nodebb-theme-persona": "11.4.2",
|
||||
"nodebb-theme-persona": "11.4.4",
|
||||
"nodebb-theme-slick": "1.4.23",
|
||||
"nodebb-theme-vanilla": "12.1.17",
|
||||
"nodebb-widget-essentials": "5.0.9",
|
||||
"nodemailer": "6.7.2",
|
||||
"nodebb-widget-essentials": "5.0.11",
|
||||
"nodemailer": "6.7.3",
|
||||
"nprogress": "0.2.0",
|
||||
"passport": "0.5.2",
|
||||
"passport-http-bearer": "1.0.1",
|
||||
@@ -108,25 +108,25 @@
|
||||
"pg-cursor": "2.7.3",
|
||||
"postcss": "8.4.12",
|
||||
"postcss-clean": "1.2.0",
|
||||
"prompt": "1.2.2",
|
||||
"ioredis": "4.28.5",
|
||||
"prompt": "1.3.0",
|
||||
"ioredis": "5.0.4",
|
||||
"request": "2.88.2",
|
||||
"request-promise-native": "1.0.9",
|
||||
"requirejs": "2.3.6",
|
||||
"rimraf": "3.0.2",
|
||||
"rss": "1.2.2",
|
||||
"sanitize-html": "2.7.0",
|
||||
"semver": "7.3.5",
|
||||
"semver": "7.3.7",
|
||||
"serve-favicon": "2.5.0",
|
||||
"sharp": "0.30.3",
|
||||
"sharp": "0.30.4",
|
||||
"sitemap": "7.1.1",
|
||||
"slideout": "1.0.1",
|
||||
"socket.io": "4.4.1",
|
||||
"socket.io": "4.5.0",
|
||||
"socket.io-adapter-cluster": "1.0.1",
|
||||
"socket.io-client": "4.4.1",
|
||||
"socket.io-client": "4.5.0",
|
||||
"@socket.io/redis-adapter": "7.1.0",
|
||||
"sortablejs": "1.14.0",
|
||||
"spdx-license-list": "6.4.0",
|
||||
"sortablejs": "1.15.0",
|
||||
"spdx-license-list": "6.5.0",
|
||||
"spider-detector": "2.0.0",
|
||||
"textcomplete": "0.18.2",
|
||||
"textcomplete.contenteditable": "0.1.1",
|
||||
@@ -136,25 +136,25 @@
|
||||
"uglify-es": "3.3.9",
|
||||
"validator": "13.7.0",
|
||||
"visibilityjs": "2.0.2",
|
||||
"winston": "3.6.0",
|
||||
"winston": "3.7.2",
|
||||
"xml": "1.0.1",
|
||||
"xregexp": "5.1.0",
|
||||
"yargs": "17.3.1",
|
||||
"yargs": "17.4.1",
|
||||
"zxcvbn": "4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.0.3",
|
||||
"@commitlint/cli": "16.2.3",
|
||||
"@commitlint/config-angular": "16.2.3",
|
||||
"@commitlint/cli": "16.2.4",
|
||||
"@commitlint/config-angular": "16.2.4",
|
||||
"coveralls": "3.1.1",
|
||||
"eslint": "8.11.0",
|
||||
"eslint": "8.14.0",
|
||||
"eslint-config-nodebb": "0.1.1",
|
||||
"eslint-plugin-import": "2.25.4",
|
||||
"grunt": "1.4.1",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"grunt": "1.5.2",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"husky": "7.0.4",
|
||||
"jsdom": "19.0.0",
|
||||
"lint-staged": "12.3.6",
|
||||
"lint-staged": "12.4.1",
|
||||
"mocha": "9.2.2",
|
||||
"mocha-lcov-reporter": "1.3.0",
|
||||
"mockdate": "3.0.5",
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "لقد شاركت بالتصويت ، ألا تذكر؟",
|
||||
"reputation-system-disabled": "نظام السمعة معطل",
|
||||
"downvoting-disabled": "التصويتات السلبية معطلة",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Минимална репутация, необходима за отрицателно гласуване за публикации",
|
||||
"downvotes-per-day": "Отрицателни гласувания за ден (задайте 0 за неограничен брой)",
|
||||
"downvotes-per-user-per-day": "Отрицателни гласувания за потребител за ден (задайте 0 за неограничен брой)",
|
||||
"min-rep-chat": "Минимална репутация, необходима за изпращане на съобщения в разговори",
|
||||
"min-rep-flag": "Минимална репутация, необходима за докладване на публикации",
|
||||
"min-rep-website": "Минимална репутация, необходима за добавяне на полето „Уебсайт“ към профила на потребителя",
|
||||
"min-rep-aboutme": "Минимална репутация, необходима за добавяне на полето „За мен“ към профила на потребителя",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "Вече сте дали глас за тази публикация.",
|
||||
"reputation-system-disabled": "Системата за репутация е изключена.",
|
||||
"downvoting-disabled": "Отрицателното гласуване е изключено",
|
||||
"not-enough-reputation-to-chat": "Репутацията Ви трябва да бъде поне %1, за да участвате в разговори",
|
||||
"not-enough-reputation-to-upvote": "Репутацията Ви трябва да бъде поне %1, за да гласувате положително",
|
||||
"not-enough-reputation-to-downvote": "Репутацията Ви трябва да бъде поне %1, за да гласувате отрицателно",
|
||||
"not-enough-reputation-to-flag": "Репутацията Ви трябва да бъде поне %1, за да докладвате тази публикация",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Отказване",
|
||||
"remove": "Премахване",
|
||||
"notify": "Известяване",
|
||||
"notify-user": "Известяване на потребителя"
|
||||
"notify-user": "Известяване на потребителя",
|
||||
"confirm-reject": "Искате ли да отхвърлите тази публикация?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "সম্মাননা ব্যাবস্থা নিস্ক্রীয় রাখা হয়েছে",
|
||||
"downvoting-disabled": "ঋণাত্মক ভোট নিস্ক্রীয় রাখা হয়েছে।",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimální reputace pro vyjádření nesouhlasu s příspěvkem",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "Již jste v tomto příspěvku hlasoval.",
|
||||
"reputation-system-disabled": "Systém reputací je zakázán.",
|
||||
"downvoting-disabled": "Systém nesouhlasu je zakázán",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Vurderingssystem er slået fra.",
|
||||
"downvoting-disabled": "Nedvurdering er slået fra",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimales Ansehen um Beiträge negativ zu bewerten",
|
||||
"downvotes-per-day": "Runtervoten pro Tag (auf 0 gesetzt für unbegrenzte Runtervotes)",
|
||||
"downvotes-per-user-per-day": "Runtervoten pro Benutzer pro Tag (auf 0 gesetzt für unbegrenzte Runtervotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "Du hast diesen Beitrag bereits bewertet.",
|
||||
"reputation-system-disabled": "Das Reputationssystem ist deaktiviert.",
|
||||
"downvoting-disabled": "Downvotes sind deaktiviert.",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Ablehnen",
|
||||
"remove": "Entfernen",
|
||||
"notify": "Benachrichtigen",
|
||||
"notify-user": "Benutzer benachrichtigen"
|
||||
"notify-user": "Benutzer benachrichtigen",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Το σύστημα φήμης έχει απενεργοποιηθεί.",
|
||||
"downvoting-disabled": "Η καταψήφιση έχει απενεργοποιηθεί",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -184,6 +184,7 @@
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Reputación mínima para votar negativamente",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"min-rep-flag": "Reputación negativa para denunciar",
|
||||
"min-rep-website": "Reputación mínima para añadir \"Sitio web\" al perfil del usuario.",
|
||||
"min-rep-aboutme": "Reputación mínima para añadir \"Sobre mi\" al perfil de usuario.",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "Ya has votado a este mensaje.",
|
||||
"reputation-system-disabled": "El sistema de reputación está deshabilitado.",
|
||||
"downvoting-disabled": "La votación negativa está deshabilitada.",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Rechazar",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "Sa oled juba hääletanud sellel postitusel.",
|
||||
"reputation-system-disabled": "Reputatsiooni süsteem ei ole aktiveeritud",
|
||||
"downvoting-disabled": "Negatiivsete häälte andmine ei ole võimaldatud",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "شما قبلا به این پست رای داده اید.",
|
||||
"reputation-system-disabled": "سیستم اعتبار غیر فعال شده است",
|
||||
"downvoting-disabled": "رأی منفی غیر فعال شده است",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
"upload-files": "Fichiers envoyés",
|
||||
"signature": "Signature",
|
||||
"ban": "Bannir",
|
||||
"mute": "Mute",
|
||||
"mute": "Muet",
|
||||
"invite": "Inviter",
|
||||
"search-content": "Rechercher un contenu",
|
||||
"search-users": "Rechercher des utilisateurs",
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"download-csv": "Exporter en CSV",
|
||||
"manage-groups": "Gérer les groupes",
|
||||
"add-group": "Ajouter un groupe",
|
||||
"create": "Create User",
|
||||
"invite": "Invite by Email",
|
||||
"create": "Créer un utilisateur",
|
||||
"invite": "Inviter par mail",
|
||||
"new": "Nouvel utilisateur",
|
||||
"filter-by": "Filtrer par",
|
||||
"pills.unvalidated": "Non vérifié",
|
||||
@@ -63,7 +63,7 @@
|
||||
"create.password": "Mot de passe",
|
||||
"create.password-confirm": "Confirmer le mot de passe",
|
||||
|
||||
"temp-ban.length": "Length",
|
||||
"temp-ban.length": "Longueur",
|
||||
"temp-ban.reason": "Raison <span class=\"text-muted\">(Optionel)</span>",
|
||||
"temp-ban.hours": "Heures",
|
||||
"temp-ban.days": "Jours",
|
||||
|
||||
@@ -4,12 +4,13 @@
|
||||
"disable-down-voting": "Désactiver les votes négatifs",
|
||||
"votes-are-public": "Tous les votes sont publics",
|
||||
"thresholds": "Seuils d'activité",
|
||||
"min-rep-upvote": "Minimum reputation to upvote posts",
|
||||
"upvotes-per-day": "Upvotes per day (set to 0 for unlimited upvotes)",
|
||||
"upvotes-per-user-per-day": "Upvotes per user per day (set to 0 for unlimited upvotes)",
|
||||
"min-rep-upvote": "Réputation minimale pour voter pour les publications",
|
||||
"upvotes-per-day": "Votes positifs par jour (0 pour un nombre illimité)",
|
||||
"upvotes-per-user-per-day": "Votes positifs par utilisateur et par jour (0 pour un nombre illimité)",
|
||||
"min-rep-downvote": "Réputation minimum pour les votes négatifs",
|
||||
"downvotes-per-day": "Votes négatif par jour (0 = illimités)",
|
||||
"downvotes-per-user-per-day": "Votes négatif pour un utilisateur par jour (0 = illimités)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"min-rep-flag": "Réputation minimum pour signaler un message",
|
||||
"min-rep-website": "Réputation minimum pour ajouter \"Site internet\" au profil utilisateur",
|
||||
"min-rep-aboutme": "Réputation minimum pour ajouter \"À propos\" au profil utilisateur",
|
||||
@@ -21,6 +22,6 @@
|
||||
"flags.limit-per-target": "Nombre maximum de fois qu'un élément peut être signalé",
|
||||
"flags.limit-per-target-placeholder": "Défaut: 0",
|
||||
"flags.limit-per-target-help": "Lorsqu'un message ou un utilisateur a été signalé plusieurs fois, chaque indicateur supplémentaire est considéré comme un \"rapport\". et ajouté au signalement d'origine. Définissez cette option sur un nombre autre que zéro pour limiter le nombre de rapports qu'un signalement peut admettre.",
|
||||
"flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
|
||||
"flags.auto-flag-on-downvote-threshold": "Nombre de votes négatifs pour les signalements (0 pour désactiver, par défaut : 0)",
|
||||
"flags.auto-resolve-on-ban": "Résoudre automatiquement tous les tickets d'un utilisateur lorsqu'il est banni"
|
||||
}
|
||||
@@ -107,9 +107,9 @@
|
||||
"already-bookmarked": "Vous avez déjà mis un marque-page",
|
||||
"already-unbookmarked": "Vous avez déjà retiré un marque-page",
|
||||
"cant-ban-other-admins": "Vous ne pouvez pas bannir les autres administrateurs !",
|
||||
"cant-mute-other-admins": "You can't mute other admins!",
|
||||
"user-muted-for-hours": "You have been muted, you will be able to post in %1 hour(s)",
|
||||
"user-muted-for-minutes": "You have been muted, you will be able to post in %1 minute(s)",
|
||||
"cant-mute-other-admins": "Vous ne pouvez pas désactiver les autres administrateurs !",
|
||||
"user-muted-for-hours": "Vous avez été mis en silencieux, vous pourrez publier dans %1 heure(s)",
|
||||
"user-muted-for-minutes": "Vous avez été mis en silencieux, vous pourrez publier dans %1 minute(s)",
|
||||
"cant-make-banned-users-admin": "Vous ne pouvez pas mettre des utilisateurs bannis en administrateur.",
|
||||
"cant-remove-last-admin": "Vous êtes le seul administrateur. Ajoutez un autre utilisateur en tant qu'administrateur avant de vous retirer.",
|
||||
"account-deletion-disabled": "La suppression du compte est désactivée",
|
||||
@@ -157,22 +157,23 @@
|
||||
"already-voting-for-this-post": "Vous avez déjà voté pour ce message.",
|
||||
"reputation-system-disabled": "Le système de réputation est désactivé",
|
||||
"downvoting-disabled": "Les votes négatifs ne sont pas autorisés",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
"not-enough-reputation-min-rep-website": "You need %1 reputation to add a website",
|
||||
"not-enough-reputation-min-rep-aboutme": "You need %1 reputation to add an about me",
|
||||
"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-cover-picture": "You need %1 reputation to add a cover picture",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "Vous avez besoin de %1 réputation pour voter",
|
||||
"not-enough-reputation-to-downvote": "Vous avez besoin de %1 réputation pour voter",
|
||||
"not-enough-reputation-to-flag": "Vous avez besoin de %1 réputation pour faire un signalement",
|
||||
"not-enough-reputation-min-rep-website": "Vous avez besoin de %1 réputation pour ajouter un site Web",
|
||||
"not-enough-reputation-min-rep-aboutme": "Vous avez besoin de %1 réputation pour ajouter à propos de moi",
|
||||
"not-enough-reputation-min-rep-signature": "Vous avez besoin de %1 réputation pour ajouter une signature",
|
||||
"not-enough-reputation-min-rep-profile-picture": "Vous avez besoin de %1 réputation pour ajouter une photo de profil",
|
||||
"not-enough-reputation-min-rep-cover-picture": "Vous avez besoin de %1 réputation pour ajouter une image de couverture",
|
||||
"post-already-flagged": "Vous avez déjà signalé ce message",
|
||||
"user-already-flagged": "Vous avez déjà signalé cet utilisateur",
|
||||
"post-flagged-too-many-times": "Ce message a déjà été signalé par d'autres",
|
||||
"user-flagged-too-many-times": "Cet utilisateur a déjà été signalé par d'autres",
|
||||
"cant-flag-privileged": "Vous n'êtes pas autorisé à signaler les profils ou le contenu des utilisateurs privilégiés (modérateurs / modérateurs globaux / administrateurs)",
|
||||
"self-vote": "Vous ne pouvez pas voter sur votre propre message",
|
||||
"too-many-upvotes-today": "You can only upvote %1 times a day",
|
||||
"too-many-upvotes-today-user": "You can only upvote a user %1 times a day",
|
||||
"too-many-upvotes-today": "Vous ne pouvez voter %1 fois par jour",
|
||||
"too-many-upvotes-today-user": "Vous ne pouvez voter pour un utilisateur %1 fois par jour",
|
||||
"too-many-downvotes-today": "Vous ne pouvez noter négativement que %1 fois par jour",
|
||||
"too-many-downvotes-today-user": "Vous ne pouvez noter négativement un utilisateur que %1 fois par jour",
|
||||
"reload-failed": "NodeBB a rencontré un problème lors du rechargement : \"%1\" . NodeBB continuera de fonctionner côté client, même si vous devriez annuler ce que vous avez fait juste avant de recharger.",
|
||||
|
||||
@@ -82,5 +82,5 @@
|
||||
"bulk-resolve": "Signalement(s) résolu(s)",
|
||||
"bulk-success": "%1 signalement mis à jour",
|
||||
"flagged-timeago-readable": "Signalé <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
"auto-flagged": "[Auto Signalement] A reçu %1 votes négatifs."
|
||||
}
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Refuser",
|
||||
"remove": "Enlever",
|
||||
"notify": "Notifier",
|
||||
"notify-user": "Notifier l'utilisateur"
|
||||
"notify-user": "Notifier l'utilisateur",
|
||||
"confirm-reject": "Voulez vous réellement rejeter ce message ?"
|
||||
}
|
||||
@@ -12,8 +12,8 @@
|
||||
"ban_account": "Bannir le <strong>compte</strong>",
|
||||
"ban_account_confirm": "Êtes-vous sûr de bien vouloir bannir cet utilisateur ?",
|
||||
"unban_account": "Rétablir le <strong>compte</strong>",
|
||||
"mute_account": "Mute Account",
|
||||
"unmute_account": "Unmute Account",
|
||||
"mute_account": "Compte muet",
|
||||
"unmute_account": "Compte actif",
|
||||
"delete_account": "Supprimer le compte",
|
||||
"delete_account_as_admin": "Supprimer le <strong>compte</strong>",
|
||||
"delete_content": "Supprimer <strong>le contenu</strong> du compte",
|
||||
@@ -156,7 +156,7 @@
|
||||
"info.banned-permanently": "Banni de façon permanente",
|
||||
"info.banned-reason-label": "Raison",
|
||||
"info.banned-no-reason": "Aucune raison donnée",
|
||||
"info.muted-no-reason": "No reason given.",
|
||||
"info.muted-no-reason": "Aucune raison donnée.",
|
||||
"info.username-history": "Historique des noms d'utilisateur",
|
||||
"info.email-history": "Historique des adresses email",
|
||||
"info.moderation-note": "Note de modération",
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "Xa votache esta mensaxe.",
|
||||
"reputation-system-disabled": "O sistema de reputación está deshabilitado",
|
||||
"downvoting-disabled": "Os votos negativos están deshabilitados",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -24,7 +24,7 @@
|
||||
"hsts.subdomains": "Include subdomains in HSTS header",
|
||||
"hsts.preload": "Allow preloading of HSTS header",
|
||||
"hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
|
||||
"traffic-management": "Traffic Management",
|
||||
"traffic-management": "ניהול תעבורה",
|
||||
"traffic.help": "NodeBB uses a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
|
||||
"traffic.enable": "Enable Traffic Management",
|
||||
"traffic.event-lag": "Event Loop Lag Threshold (in milliseconds)",
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "מוניטין מינימלי כדי להצביע נגד הודעות",
|
||||
"downvotes-per-day": "הצבעות מטה ליום (מוגדרות ל -0 להצבעות למטה ללא הגבלה)",
|
||||
"downvotes-per-user-per-day": "הצבעות למטה למשתמש ליום (מוגדרות ל -0 להצבעות למטה ללא הגבלה)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"min-rep-flag": "מוניטין מינימלי כדי לדווח על הודעות",
|
||||
"min-rep-website": "מוניטין מינימלי להוספת \"אתר\" לפרופיל המשתמש",
|
||||
"min-rep-aboutme": "מוניטין מינימלי להוסיף \"אודותיי\" לפרופיל המשתמש",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "הצבעת כבר בנושא זה",
|
||||
"reputation-system-disabled": "מערכת המוניטין לא פעילה.",
|
||||
"downvoting-disabled": "היכולת להצביע נגד לא פעילה",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "דחה",
|
||||
"remove": "הסרה",
|
||||
"notify": "Notify",
|
||||
"notify-user": "שלח התראה למשתמש"
|
||||
"notify-user": "שלח התראה למשתמש",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimalna reputacija za glasanje protiv",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"min-rep-flag": "Minimalna reputacija za označavanje objava",
|
||||
"min-rep-website": "Minimum reputation to add \"Website\" to user profile",
|
||||
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "Već ste glasali za ovu objavu",
|
||||
"reputation-system-disabled": "Sistem reputacije onemogućen.",
|
||||
"downvoting-disabled": "Oduzimanje glasova je onemogućeno",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Szükséges minimális hírnév a leszavazás használatához",
|
||||
"downvotes-per-day": "Leszavazások naponta (adj meg 0-t, hogy ne legyen korlátozás)",
|
||||
"downvotes-per-user-per-day": "Leszavazások felhasználónként naponta (adj meg 0-t, hogy ne legyen korlátozás)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"min-rep-flag": "Szükséges minimális hírnév hozzászólások megjelöléséhez",
|
||||
"min-rep-website": "Szükséges minimális hírnév \"weboldal\" megadásához a felhasználói profilon",
|
||||
"min-rep-aboutme": "Szükséges minimális hírnév \"bemutatkozás\" megadásához a felhasználói profilon",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "Már szavaztál erre a hozzászólásra.",
|
||||
"reputation-system-disabled": "Hírnév funkció kikapcsolva.",
|
||||
"downvoting-disabled": "Leszavazás funkció kikapcsolva",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Elutasít",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Sistem reputasi ditiadakan.",
|
||||
"downvoting-disabled": "Downvoting ditiadakan",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
"upload-files": "Carica file",
|
||||
"signature": "Firma",
|
||||
"ban": "Ban",
|
||||
"mute": "Mute",
|
||||
"mute": "Silenzioso",
|
||||
"invite": "Invita",
|
||||
"search-content": "Cerca contenuto",
|
||||
"search-users": "Cerca utenti",
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"download-csv": "Scarica CSV",
|
||||
"manage-groups": "Gestisci Gruppi",
|
||||
"add-group": "Aggiungi Gruppo",
|
||||
"create": "Create User",
|
||||
"invite": "Invite by Email",
|
||||
"create": "Crea utente",
|
||||
"invite": "Invita via email",
|
||||
"new": "Nuovo utente",
|
||||
"filter-by": "Filtra per",
|
||||
"pills.unvalidated": "Non Validato",
|
||||
@@ -63,7 +63,7 @@
|
||||
"create.password": "Password",
|
||||
"create.password-confirm": "Conferma Password",
|
||||
|
||||
"temp-ban.length": "Length",
|
||||
"temp-ban.length": "Lunghezza",
|
||||
"temp-ban.reason": "Ragione <span class=\"text-muted\">(Opzionale)</span>",
|
||||
"temp-ban.hours": "Ore",
|
||||
"temp-ban.days": "Giorni",
|
||||
|
||||
@@ -4,12 +4,13 @@
|
||||
"disable-down-voting": "Disabilita voto negativo",
|
||||
"votes-are-public": "Tutti i voti sono pubblici",
|
||||
"thresholds": "Soglie di attività",
|
||||
"min-rep-upvote": "Minimum reputation to upvote posts",
|
||||
"upvotes-per-day": "Upvotes per day (set to 0 for unlimited upvotes)",
|
||||
"upvotes-per-user-per-day": "Upvotes per user per day (set to 0 for unlimited upvotes)",
|
||||
"min-rep-upvote": "Reputazione minima per votare positivamente i post",
|
||||
"upvotes-per-day": "Voti positivi al giorno (impostare a 0 per i voti positivi illimitati)",
|
||||
"upvotes-per-user-per-day": "Voti positivi per utente al giorno (impostare a 0 per voti positivi illimitati)",
|
||||
"min-rep-downvote": "Reputazione minima per votare negativamente i post",
|
||||
"downvotes-per-day": "Voti negativi al giorno (imposta a 0 per voti negativi illimitati)",
|
||||
"downvotes-per-user-per-day": "Voti negativi per utenti al giorno (imposta a 0 per voti negativi illimitati)",
|
||||
"min-rep-chat": "Reputazione minima per inviare messaggi di chat",
|
||||
"min-rep-flag": "Reputazione minima per segnalare i post",
|
||||
"min-rep-website": "Reputazione minima per aggiungere \"Sito Web\" al profilo utente",
|
||||
"min-rep-aboutme": "Reputazione minima per aggiungere \"Su di me\" al profilo utente",
|
||||
@@ -21,6 +22,6 @@
|
||||
"flags.limit-per-target": "Numero massimo di volte che qualcosa può essere segnalato",
|
||||
"flags.limit-per-target-placeholder": "Predefinito: 0",
|
||||
"flags.limit-per-target-help": "Quando un post o un utente viene segnalato più volte, ogni segnalazione aggiuntiva è considerata una "report" e aggiunto alla segnalazione originale. Imposta questa opzione su un numero diverso da zero per limitare il numero di rapporti che un elemento può ricevere.",
|
||||
"flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
|
||||
"flags.auto-flag-on-downvote-threshold": "Numero di voti negativi per contrassegnare automaticamente i post (impostare a 0 per disabilitare, predefinito: 0)",
|
||||
"flags.auto-resolve-on-ban": "Risolvi automaticamente tutti i ticket di un utente quando vengono bannati"
|
||||
}
|
||||
@@ -107,9 +107,9 @@
|
||||
"already-bookmarked": "Hai già aggiunto questa discussione ai preferiti.",
|
||||
"already-unbookmarked": "Hai già rimosso questa discussione dai preferiti",
|
||||
"cant-ban-other-admins": "Non puoi bannare altri amministratori!",
|
||||
"cant-mute-other-admins": "You can't mute other admins!",
|
||||
"user-muted-for-hours": "You have been muted, you will be able to post in %1 hour(s)",
|
||||
"user-muted-for-minutes": "You have been muted, you will be able to post in %1 minute(s)",
|
||||
"cant-mute-other-admins": "Non puoi silenziare gli altri amministratori!",
|
||||
"user-muted-for-hours": "Sei stato silenziato, potrai postare tra %1 ora(e)",
|
||||
"user-muted-for-minutes": "Sei stato silenziato, potrai postare tra %1 minuto(i)",
|
||||
"cant-make-banned-users-admin": "Non puoi rendere amministratori gli utenti bannati.",
|
||||
"cant-remove-last-admin": "Sei l'unico Amministratore. Aggiungi un altro amministratore prima di rimuovere il tuo ruolo",
|
||||
"account-deletion-disabled": "L'eliminazione dell'account è disabilitata",
|
||||
@@ -157,22 +157,23 @@
|
||||
"already-voting-for-this-post": "Hai già votato per questo post",
|
||||
"reputation-system-disabled": "Il sistema di reputazione è disabilitato.",
|
||||
"downvoting-disabled": "Votata negativamente è disabilitato",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
"not-enough-reputation-min-rep-website": "You need %1 reputation to add a website",
|
||||
"not-enough-reputation-min-rep-aboutme": "You need %1 reputation to add an about me",
|
||||
"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-cover-picture": "You need %1 reputation to add a cover picture",
|
||||
"not-enough-reputation-to-chat": "Hai bisogno di %1 reputazione per chattare",
|
||||
"not-enough-reputation-to-upvote": "Hai bisogno di %1 reputazione/i per votare positivamente",
|
||||
"not-enough-reputation-to-downvote": "Hai bisogno di %1 reputazione/i per effettuare un voto negativo",
|
||||
"not-enough-reputation-to-flag": "Hai bisogno di %1 reputazione/i per segnalare questo post",
|
||||
"not-enough-reputation-min-rep-website": "Hai bisogno di %1 reputazione/i per aggiungere un sito web",
|
||||
"not-enough-reputation-min-rep-aboutme": "Hai bisogno di %1 reputazione/i per aggiungere un Su di me",
|
||||
"not-enough-reputation-min-rep-signature": "Hai bisogno di %1 reputazione/i per aggiungere una firma",
|
||||
"not-enough-reputation-min-rep-profile-picture": "Hai bisogno di %1 reputazione/i per aggiungere una foto del profilo",
|
||||
"not-enough-reputation-min-rep-cover-picture": "Hai bisogno di %1 reputazione/i per aggiungere un'immagine di copertina",
|
||||
"post-already-flagged": "Hai già segnalato questo post",
|
||||
"user-already-flagged": "Hai già segnalato questo utente",
|
||||
"post-flagged-too-many-times": "Questo post è già stato segnalato da altri",
|
||||
"user-flagged-too-many-times": "Questo utente è già stato segnalato da altri",
|
||||
"cant-flag-privileged": "Non è consentito contrassegnare i profili o il contenuto degli utenti privilegiati (moderatori/moderatori globali/amministratori)",
|
||||
"self-vote": "Non puoi votare la tua stessa discussione",
|
||||
"too-many-upvotes-today": "You can only upvote %1 times a day",
|
||||
"too-many-upvotes-today-user": "You can only upvote a user %1 times a day",
|
||||
"too-many-upvotes-today": "Puoi votare positivamente solo %1 volte al giorno",
|
||||
"too-many-upvotes-today-user": "Puoi votare positivamente un utente solo %1 volte al giorno",
|
||||
"too-many-downvotes-today": "È possibile votare negativamente solo %1 volta al giorno",
|
||||
"too-many-downvotes-today-user": "È possibile votare negativamente un utente solo %1 volta al giorno",
|
||||
"reload-failed": "NodeBB ha incontrato un problema durante il ricaricamento: \"%1\". NodeBB continuerà a servire gli assets esistenti lato client, così puoi annullare quello che hai fatto prima di ricaricare.",
|
||||
|
||||
@@ -82,5 +82,5 @@
|
||||
"bulk-resolve": "Risolvi segnalazione(i)",
|
||||
"bulk-success": "%1 segnalazioni aggiornate",
|
||||
"flagged-timeago-readable": "Segnalato <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
"auto-flagged": "[Contrassegnato automaticamente] Ha ricevuto %1 voti negativi."
|
||||
}
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Rifiuta",
|
||||
"remove": "Rimuovi",
|
||||
"notify": "Notifica",
|
||||
"notify-user": "Notifica all'utente"
|
||||
"notify-user": "Notifica all'utente",
|
||||
"confirm-reject": "Vuoi rifiutare questo post?"
|
||||
}
|
||||
@@ -12,8 +12,8 @@
|
||||
"ban_account": "BAN dell'account",
|
||||
"ban_account_confirm": "Sei sicuro di voler bannare questo utente?",
|
||||
"unban_account": "Togli il BAN",
|
||||
"mute_account": "Mute Account",
|
||||
"unmute_account": "Unmute Account",
|
||||
"mute_account": "Silenzia account",
|
||||
"unmute_account": "Disattiva silenzia account",
|
||||
"delete_account": "Elimina Account",
|
||||
"delete_account_as_admin": "Elimina <strong>account</strong>",
|
||||
"delete_content": "Elimina <strong>contenuto</strong> account",
|
||||
@@ -156,7 +156,7 @@
|
||||
"info.banned-permanently": "Bannato permanentemente",
|
||||
"info.banned-reason-label": "Motivo",
|
||||
"info.banned-no-reason": "Non è stata data nessuna motivazione.",
|
||||
"info.muted-no-reason": "No reason given.",
|
||||
"info.muted-no-reason": "Nessuna motivazione fornita.",
|
||||
"info.username-history": "Storico del nome utente",
|
||||
"info.email-history": "Storico dell'Email",
|
||||
"info.moderation-note": "Nota di moderazione",
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "投稿をdownvoteするための最低評価",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"min-rep-flag": "フラグの投稿に低評価",
|
||||
"min-rep-website": "Minimum reputation to add \"Website\" to user profile",
|
||||
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "あなたはすでにこの投稿を評価しました。",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "포스트 비추천에 필요한 최소 인지도",
|
||||
"downvotes-per-day": "일일 최대 비추천 (0일 경우 무제한)",
|
||||
"downvotes-per-user-per-day": "개인 일일 최대 비추천 (0일 경우 무제한)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"min-rep-flag": "포스트 신고에 필요한 최소 인지도",
|
||||
"min-rep-website": "\"웹사이트\" 등록에 필요한 최소 인지도",
|
||||
"min-rep-aboutme": "\"설명\" 작성에 필요한 최소 인지도",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "이미 이 포스트에 투표하셨습니다.",
|
||||
"reputation-system-disabled": "인지도 시스템이 비활성화되어있습니다.",
|
||||
"downvoting-disabled": "비추천 기능이 비활성 상태입니다.",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "거절",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "Jūs jau balsavote už šį pranešimą.",
|
||||
"reputation-system-disabled": "Reputacijos sistema išjungta.",
|
||||
"downvoting-disabled": "Downvoting yra išjungtas",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimālie ranga punkti, lai balsotu \"pret\" rakstiem",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"min-rep-flag": "Minimālie ranga punkti, lai atzīmētu rakstus",
|
||||
"min-rep-website": "Minimālie ranga punkti, lai lietotāja profilam pievienotu mājaslapu",
|
||||
"min-rep-aboutme": "Minimālie ranga punkti, lai lietotāja profilam pievienotu \"Par mani\"",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "Tu jau balsoji par šo rakstu.",
|
||||
"reputation-system-disabled": "Ranga punktu sistēma ir atspējota.",
|
||||
"downvoting-disabled": "Balsošana \"pret\" ir atspējota",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"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",
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Sistem reputasi dilumpuhkan.",
|
||||
"downvoting-disabled": "Undi turun dilumpuhkan",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"reject": "Reject",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User"
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"post-cache": "Post Cache",
|
||||
"percent-full": "%1% Full",
|
||||
"post-cache-size": "Post Cache Size",
|
||||
"items-in-cache": "Items in Cache"
|
||||
"post-cache": "Post-buffer",
|
||||
"percent-full": "%1%full ",
|
||||
"post-cache-size": "Post-buffer størrelse",
|
||||
"items-in-cache": "Element i buffer"
|
||||
}
|
||||
@@ -51,7 +51,7 @@
|
||||
"users.no-email": "(no email)",
|
||||
"users.ip": "IP",
|
||||
"users.postcount": "postcount",
|
||||
"users.reputation": "reputation",
|
||||
"users.reputation": "omdømme",
|
||||
"users.flags": "flags",
|
||||
"users.joined": "joined",
|
||||
"users.last-online": "last online",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users",
|
||||
"restrictions.seconds-between": "Number of seconds between posts",
|
||||
"restrictions.seconds-between-new": "Seconds between posts for new users",
|
||||
"restrictions.rep-threshold": "Reputation threshold before these restrictions are lifted",
|
||||
"restrictions.rep-threshold": "Omdømme-terskel før disse restriksjonene fjernes",
|
||||
"restrictions.seconds-before-new": "Seconds before a new user can make their first post",
|
||||
"restrictions.seconds-edit-after": "Number of seconds a post remains editable (set to 0 to disable)",
|
||||
"restrictions.seconds-delete-after": "Number of seconds a post remains deletable (set to 0 to disable)",
|
||||
|
||||
@@ -1,16 +1,17 @@
|
||||
{
|
||||
"reputation": "Reputation Settings",
|
||||
"disable": "Disable Reputation System",
|
||||
"reputation": "Omdømmeinnstillinger",
|
||||
"disable": "Skru av omdømmesystem",
|
||||
"disable-down-voting": "Disable Down Voting",
|
||||
"votes-are-public": "All Votes Are Public",
|
||||
"thresholds": "Activity Thresholds",
|
||||
"min-rep-upvote": "Minimum reputation to upvote posts",
|
||||
"min-rep-upvote": "Minimum omdømme for å stemme opp innlegg",
|
||||
"upvotes-per-day": "Upvotes per day (set to 0 for unlimited upvotes)",
|
||||
"upvotes-per-user-per-day": "Upvotes per user per day (set to 0 for unlimited upvotes)",
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"min-rep-downvote": "Minimum omdømme for å stemme ned innlegg",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-flag": "Minimum reputation to flag posts",
|
||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
||||
"min-rep-flag": "Minimum omdømme for å flagge innlegg",
|
||||
"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-signature": "Minimum reputation to add \"Signature\" to user profile",
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
"greeting_no_name": "Hei",
|
||||
"greeting_with_name": "Hei, %1",
|
||||
"email.verify-your-email.subject": "Bekreft e-postadressen din ",
|
||||
"email.verify.text1": "You've requested that we change or confirm your email address",
|
||||
"email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. <strong>If you did not request this, no action is required on your part.</strong>",
|
||||
"email.verify.text3": "Once you confirm this email address, we will replace your current email address with this one (%1).",
|
||||
"email.verify.text1": "Du har bedt oss om å endre eller bekrefte e-postadressen din",
|
||||
"email.verify.text2": "Av sikkerhetshensyn endrer eller bekrefter vi bare e-postadressen som er registrert når eierskapet er bekreftet via e-post. <strong>Hvis du ikke har bedt om dette, er det ikke nødvendig å gjøre noe fra din side.</strong>",
|
||||
"email.verify.text3": "Når du bekrefter denne e-postadressen, skifter vi ut din nåværende e-postadresse med denne (%1). ",
|
||||
"welcome.text1": "Takk for at du registrerte deg hos %1!",
|
||||
"welcome.text2": "For å aktivere kontoen din må vi verifisere at du eier e-postadressen du registrerte deg med.",
|
||||
"welcome.text3": "En administrator har akseptert din søknad om registering. Du kan nå logge inn med ditt brukernavn og passord.",
|
||||
@@ -48,8 +48,8 @@
|
||||
"unsub.cta": "Klikk her for å endre disse innstillingene",
|
||||
"unsubscribe": "Avfølg",
|
||||
"unsub.success": "Du vil ikke lenger motta e-poster fra <strong>%1</strong> utsendelseslisten ",
|
||||
"unsub.failure.title": "Unable to unsubscribe",
|
||||
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
|
||||
"unsub.failure.title": "kan ikke avslutte abonnementet",
|
||||
"unsub.failure.message": "Dessverre kunne vi ikke melde deg av e-postlisten, da det var et problem med lenke. Du kan imidlertid endre preferansene for e-post ved å gå til<a href=\"%2\">innstillinger</a>.<br /><br />(error:<code>1%</code>):",
|
||||
"banned.subject": "Du har blitt utestengt fra %1",
|
||||
"banned.text1": "Brukeren %1 er utestengt fra %2.",
|
||||
"banned.text2": "Dette forbudet varer til %1.",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"invalid-data": "Ugyldige data",
|
||||
"invalid-json": "Ugyldig JSON",
|
||||
"wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead",
|
||||
"required-parameters-missing": "Required parameters were missing from this API call: %1",
|
||||
"wrong-parameter-type": "En verdi av typen %3 var forventet for egenskapen `%1`, men %2 ble mottatt i stedet",
|
||||
"required-parameters-missing": "Nødvendige parametere manglet fra dette API-kallet: %1",
|
||||
"not-logged-in": "Du ser ikke ut til å være logget inn.",
|
||||
"account-locked": "Kontoen din har blitt midlertidig låst",
|
||||
"search-requires-login": "Søking krever en konto - vennligst logg inn eller registrer deg.",
|
||||
@@ -11,7 +11,7 @@
|
||||
"invalid-tid": "Ugyldig emne-ID",
|
||||
"invalid-pid": "Ugyldig innlegg-ID",
|
||||
"invalid-uid": "Ugyldig bruker-ID",
|
||||
"invalid-mid": "Invalid Chat Message ID",
|
||||
"invalid-mid": "Ugyldig ID for chattmelding",
|
||||
"invalid-date": "En gyldig dato må oppgis",
|
||||
"invalid-username": "Ugyldig brukernavn",
|
||||
"invalid-email": "Ugyldig e-post",
|
||||
@@ -28,18 +28,18 @@
|
||||
"invalid-event": "Ugyldig hendelse: %1",
|
||||
"local-login-disabled": "Lokalt innloggingssystem har blitt deaktivert for ikke-privelegerte brukere",
|
||||
"csrf-invalid": "Vi kunne ikke logge deg inn, sannsynligvis på grunn av en utgått sesjon. Vennligst prøv igjen",
|
||||
"invalid-path": "Invalid path",
|
||||
"folder-exists": "Folder exists",
|
||||
"invalid-path": "ugyldig sti",
|
||||
"folder-exists": "Mappen eksisterer",
|
||||
"invalid-pagination-value": "Ugyldig sidetall, må være minst %1 og maks %2",
|
||||
"username-taken": "Brukernavn opptatt",
|
||||
"email-taken": "E-post opptatt",
|
||||
"email-nochange": "The email entered is the same as the email already on file.",
|
||||
"email-nochange": "E-posten som er angitt er den samme e-posten som allerede er lagret.",
|
||||
"email-invited": "E-post har allerede fått invitasjon",
|
||||
"email-not-confirmed": "Posting in some categories or topics is enabled once your email is confirmed, please click here to send a confirmation email.",
|
||||
"email-not-confirmed": "Posting i enkelte kategorier eller emner er aktivert når e-posten din er bekreftet. Klikk her for å sende en bekreftelses-e-post. ",
|
||||
"email-not-confirmed-chat": "Du kan ikke chatte før e-posten din er bekreftet, vennligst klikk her for å bekrefte e-postadressen.",
|
||||
"email-not-confirmed-email-sent": "Your email has not been confirmed yet, please check your inbox for the confirmation email. You may not be able to post in some categories or chat until your email is confirmed.",
|
||||
"no-email-to-confirm": "Your account does not have an email set. An email is necessary for account recovery, and may be necessary for chatting and posting in some categories. Please click here to enter an email.",
|
||||
"user-doesnt-have-email": "User \"%1\" does not have an email set.",
|
||||
"email-not-confirmed-email-sent": "E-posten din er ikke bekreftet ennå, sjekk innboksen din for bekreftelses-e-post. Det kan hende du ikke kan legge ut innlegg i enkelte kategorier eller chatte før e-posten din er bekreftet.",
|
||||
"no-email-to-confirm": "Kontoen din har ikke et e-postsett. En e-post er nødvendig for gjenoppretting av konto, og kan være nødvendig for chatting og innlegg i enkelte kategorier. Klikk her for å skrive inn en e-post.",
|
||||
"user-doesnt-have-email": "Brukeren «%1» har ikke angitt en e-post. ",
|
||||
"email-confirm-failed": "Vi kunne ikke bekrefte e-posten din, vennligst prøv igjen senere.",
|
||||
"confirm-email-already-sent": "E-post for bekreftelse er allerede sendt, vennligst vent %1 minutt(er) for å sende en til.",
|
||||
"sendmail-not-found": "Funksjonaliteten \"sendmail\" ble ikke funnet, vennligst sjekk at den er installert og kjørbar av brukeren som kjører NodeBB.",
|
||||
@@ -92,7 +92,7 @@
|
||||
"not-enough-tags": "Ikke nok emneord. Emner må ha minst %1.",
|
||||
"too-many-tags": "For mange emneord. Emner kan ikke ha flere enn %1.",
|
||||
"cant-use-system-tag": "Du kan ikke bruke dette emneordet",
|
||||
"cant-remove-system-tag": "You can not remove this system tag.",
|
||||
"cant-remove-system-tag": "Du kan ikke fjerne denne systemtaggen.",
|
||||
"still-uploading": "Vennligst vent til opplastingene er fullført.",
|
||||
"file-too-big": "Største tillatte filstørrelse er %1 kB – vennligst last opp en mindre fil",
|
||||
"guest-upload-disabled": "Gjester har ikke tilgang til å laste opp filer",
|
||||
@@ -107,10 +107,10 @@
|
||||
"already-bookmarked": "Du har allerede bokmerket dette innlegget",
|
||||
"already-unbookmarked": "Du har allerede fjernet bokmerket fra dette innlegget",
|
||||
"cant-ban-other-admins": "Du kan ikke utestenge andre administratorer!",
|
||||
"cant-mute-other-admins": "You can't mute other admins!",
|
||||
"user-muted-for-hours": "You have been muted, you will be able to post in %1 hour(s)",
|
||||
"user-muted-for-minutes": "You have been muted, you will be able to post in %1 minute(s)",
|
||||
"cant-make-banned-users-admin": "You can't make banned users admin.",
|
||||
"cant-mute-other-admins": "Du kan ikke kneble andre administratorer. ",
|
||||
"user-muted-for-hours": "Du har blitt kneblet, du vil være i stand til å skrive innlegg innen %1 time(r). ",
|
||||
"user-muted-for-minutes": "Du har blitt kneblet, du vil være i stand til å skrive innlegg innen %1 minutt(er).",
|
||||
"cant-make-banned-users-admin": "Du kan ikke gjøre utestengte brukere til administrator. ",
|
||||
"cant-remove-last-admin": "Du er den eneste administratoren. Legg til en annen bruker som administrator før du fjerner deg selv.",
|
||||
"account-deletion-disabled": "Kontosletting er deaktivert",
|
||||
"cant-delete-admin": "Fjern administratorrettigheter fra denne kontoen før du prøver å slette den.",
|
||||
@@ -157,22 +157,23 @@
|
||||
"already-voting-for-this-post": "Du har allerede stemt på dette innlegget",
|
||||
"reputation-system-disabled": "Ryktesystemet er deaktivert.",
|
||||
"downvoting-disabled": "Nedstemming er deaktivert",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
"not-enough-reputation-min-rep-website": "You need %1 reputation to add a website",
|
||||
"not-enough-reputation-min-rep-aboutme": "You need %1 reputation to add an about me",
|
||||
"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-cover-picture": "You need %1 reputation to add a cover picture",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"not-enough-reputation-to-upvote": "Du trenger %1 omdømme for å stemme opp. ",
|
||||
"not-enough-reputation-to-downvote": "Du trenger %1 omdømme for å stemme ned. ",
|
||||
"not-enough-reputation-to-flag": "Du trenger %1 omdømme for å flagge dette innlegget.",
|
||||
"not-enough-reputation-min-rep-website": "Du trenger %1 omdømme for å legge til et nettsted",
|
||||
"not-enough-reputation-min-rep-aboutme": "Du trenger %1 omdømme for å legge til om-meg",
|
||||
"not-enough-reputation-min-rep-signature": "Du trenger %1 omdømme for å legge til signatur",
|
||||
"not-enough-reputation-min-rep-profile-picture": "Du trenger %1 omdømme for å legge til profilbilde",
|
||||
"not-enough-reputation-min-rep-cover-picture": "Du trenger %1 omdømme for å legge til omslagsbilde",
|
||||
"post-already-flagged": "Du har allerede flagget dette innlegget",
|
||||
"user-already-flagged": "Du har allerede flagget denne brukeren",
|
||||
"post-flagged-too-many-times": "Dette innlegget har allerede blitt flagget av andre",
|
||||
"user-flagged-too-many-times": "Denne brukeren har allerede blitt flagget av andre",
|
||||
"cant-flag-privileged": "Du har ikke lov til å flagge profiler eller innhold fra priveligerte burkere (moderatorer/ globale moderatorer/ administratorer)",
|
||||
"self-vote": "Du kan ikke stemme på ditt eget innlegg",
|
||||
"too-many-upvotes-today": "You can only upvote %1 times a day",
|
||||
"too-many-upvotes-today-user": "You can only upvote a user %1 times a day",
|
||||
"too-many-upvotes-today": "Du kan bare gi oppstemme %1 ganger pr. dag",
|
||||
"too-many-upvotes-today-user": "Du kan bare gi oppstemme til en bruker %1 ganger pr. dag",
|
||||
"too-many-downvotes-today": "Du kan bare nedstemme %1 gang(er) dagen",
|
||||
"too-many-downvotes-today-user": "Du kan bare nedstemme en bruker %1 gang(er) dagen",
|
||||
"reload-failed": "NodeBB støtte på et problem under lasting på nytt: \"%1\". NodeBB vil fortsette å servere eksisterende klientside ressurser, selv om du burde angre endringene du gjorde før du lastet på nytt.",
|
||||
@@ -188,10 +189,10 @@
|
||||
"cant-kick-self": "Du kan ikke utestenge deg selv fra gruppen",
|
||||
"no-users-selected": "Ingen bruker(e) valgt",
|
||||
"invalid-home-page-route": "Ugyldig hjemmesidelenke",
|
||||
"invalid-session": "Invalid Session",
|
||||
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
|
||||
"session-mismatch": "Session Mismatch",
|
||||
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
|
||||
"invalid-session": "Ugyldig økt",
|
||||
"invalid-session-text": "Det ser ut til at din innloggingssesjon ikke lenger er aktiv. Last inn denne siden på nytt.",
|
||||
"session-mismatch": "Mismatch på sesjon",
|
||||
"session-mismatch-text": "Det ser ut til at din innloggingssesjon ikke lenger matcher med serveren. Last inn denne siden på nytt.",
|
||||
"no-topics-selected": "Ingen tråder valgt!",
|
||||
"cant-move-to-same-topic": "Du kan ikke flytte innlegg til samme tråd!",
|
||||
"cant-move-topic-to-same-category": "Du kan ikke flytte tråd til samme kategori!",
|
||||
@@ -206,14 +207,14 @@
|
||||
"topic-event-unrecognized": "Trådhendelse '%1' er ukjent",
|
||||
"cant-set-child-as-parent": "Kan ikke sette underkategori til hovedkategori",
|
||||
"cant-set-self-as-parent": "Kan ikke sette denne som hovedkategori",
|
||||
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
|
||||
"api.400": "Something was wrong with the request payload you passed in.",
|
||||
"api.401": "A valid login session was not found. Please log in and try again.",
|
||||
"api.403": "You are not authorised to make this call",
|
||||
"api.404": "Invalid API call",
|
||||
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
|
||||
"api.429": "You have made too many requests, please try again later",
|
||||
"api.500": "An unexpected error was encountered while attempting to service your request.",
|
||||
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
|
||||
"api.503": "The route you are trying to call is not currently available due to a server configuration"
|
||||
"api.master-token-no-uid": "Et master token ble mottatt uten korresponderende `_uid` i request body",
|
||||
"api.400": "Noe var galt med nyttelasten i forespørselen du sendte in.",
|
||||
"api.401": "En gyldig innloggingssesjon ble ikke funnet. Logg inn og prøv igjen.",
|
||||
"api.403": "Du er ikke autorisert til å gjøre denne forespørselen",
|
||||
"api.404": "Ugyldig API-kall",
|
||||
"api.426": "HTTPS er påkrevd for forespørsler til skrive-api. Ver vennlig å sende forespørselen på nytt via HTTPS",
|
||||
"api.429": "Du har gjort for mange forespørsler. Prøv igjen senere.",
|
||||
"api.500": "En uventet feil oppstod mens vi prøvde å betjene forespørsel din.",
|
||||
"api.501": "Ruten du prøver å kalle er ikke implementert enda. Prøv igjen i morgen",
|
||||
"api.503": "Ruten du prøver å kalle er for øyeblikket ikke tilgjengelig grunnet innstilling på serveren"
|
||||
}
|
||||
@@ -23,7 +23,7 @@
|
||||
"close": "Lukk",
|
||||
"pagination": "Paginering",
|
||||
"pagination.out_of": "%1 ut av %2",
|
||||
"pagination.enter_index": "Go to post index",
|
||||
"pagination.enter_index": "Gå til indeks for innlegg",
|
||||
"header.admin": "Admin",
|
||||
"header.categories": "Kategorier",
|
||||
"header.recent": "Seneste",
|
||||
@@ -56,7 +56,7 @@
|
||||
"posts": "Innlegg",
|
||||
"x-posts": "%1 post",
|
||||
"best": "Best",
|
||||
"controversial": "Controversial",
|
||||
"controversial": "Kontroversiell ",
|
||||
"votes": "Stemmer",
|
||||
"x-votes": "%1 stemmer",
|
||||
"voters": "Velgere",
|
||||
@@ -71,7 +71,7 @@
|
||||
"firstpost": "Første innlegg ",
|
||||
"read_more": "les mer",
|
||||
"more": "Mer",
|
||||
"none": "None",
|
||||
"none": "Ingen",
|
||||
"posted_ago_by_guest": "skrevet %1 av Gjest",
|
||||
"posted_ago_by": "skrevet %1 av %2",
|
||||
"posted_ago": "skrevet %1",
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"lead": "Konfigurer IP-svartelisten din her.",
|
||||
"description": "Noen ganger er blokkering av brukerkontoer ikke tilstrekkelig avskrekkende. Andre ganger er derfor den beste måten å beskytte et forum på å begrense tilgangen til forumet for en bestemt IP eller en rekke IP-er. I disse scenariene kan du legge til IP-adresser eller hele CIDR-blokker i denne svartelisten, og de vil bli forhindret fra å logge på eller registrere en ny konto.",
|
||||
"active-rules": "Active Rules",
|
||||
"active-rules": "Aktive regler",
|
||||
"validate": "Valider svartelisten",
|
||||
"apply": "Bruk svarteliste",
|
||||
"hints": "Syntax Hints",
|
||||
"hints": "Syntaks-hint",
|
||||
"hint-1": "Define a single IP addresses per line. You can add IP blocks as long as they follow the CIDR format (e.g. <code>192.168.100.0/22</code>).",
|
||||
"hint-2": "You can add in comments by starting lines with the <code>#</code> symbol.",
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user