diff --git a/CHANGELOG.md b/CHANGELOG.md
index 622b15cbf0..6ade8c1a6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,71 @@
+#### v1.19.3 (2022-02-16)
+
+##### Chores
+
+* **i18n:**
+ * fallback strings for new resources: nodebb.admin-settings-uploads (4043f179)
+ * fallback strings for new resources: nodebb.user (775d9077)
+* **deps:**
+ * update dependency lint-staged to v12.3.4 (9577ef8d)
+ * update commitlint monorepo to v16.2.1 (2290cee5)
+ * update dependency eslint to v8.9.0 (763cd193)
+* remove punycode dep (e9cb1452)
+* incrementing version number - v1.19.2 (e49b31f0)
+* update changelog for v1.19.2 (f012984d)
+
+##### New Features
+
+* delete diffs on post purge, closes #10291 (e9e48a75)
+* closes #10296 (58b5781c)
+* deleting a user upload dissociates from posts, and vice versa (d5ed8736)
+* #10276, dont change/revert theme if its current (398d25c2)
+
+##### Bug Fixes
+
+* #10302, fix regression (503e27f7)
+* one last try (9205169f)
+* doggy.gif (2f64d633)
+* one more fix (cfdfbf32)
+* dupe key errors (770fcd9e)
+* #10292, delete missing fields (dbf7a458)
+* local deleteUploads() method in `src/user/delete.js` to call `User.deleteUpload()` (b9edee14)
+* #10144, automatically delete uploads from disk on post purge, ACP option to keep uploads on disk if desired (84dfda59)
+* four-space indents in package.json (9aa3e442)
+* #10289, remove lodash dependency in src/cli/package-install.js (81fa2e22)
+* non-functional upgrade script (1c7fb8fe)
+* language keys (350052ec)
+* #10273, properly calculate item count for best/controversial (d70ce3a9)
+* **deps:**
+ * update dependency nodebb-plugin-emoji to v3.5.16 (#10297) (b47ca86d)
+ * update dependency nodebb-plugin-markdown to v9.0.7 (#10293) (5b0d4a8e)
+ * update dependency nodebb-plugin-emoji to v3.5.14 (#10295) (7af057fa)
+ * update dependency nodebb-plugin-mentions to v3.0.5 (#10294) (55a98183)
+ * update dependency winston to v3.6.0 (#10285) (22da7a10)
+ * update dependency nodebb-plugin-markdown to v9.0.6 (3225a1af)
+ * update dependency nodebb-plugin-spam-be-gone to v0.7.13 (#10280) (3dc108d3)
+ * update dependency nodebb-plugin-emoji to v3.5.12 (#10279) (2c0b6322)
+ * update dependency nodebb-plugin-emoji to v3.5.11 (#10274) (766ef4e5)
+
+##### Refactors
+
+* lazy load slugify (946d351f)
+* .deleteUpload() to accept array of paths (7ef9c7d2)
+* fix user uploads paths, and associate uid with user uploads (ea36016d)
+* change the post uploads' hash seeds to have the `files/` prefix (6489e9fd)
+* abstract some common code out to local utility methods (aad0c5fd)
+* move post upload tests to its own file (d92da828)
+* remove extra zset remove, closes #10277 (489c0d30)
+
+##### Code Style Changes
+
+* linting errors (5d7e1ebc)
+
+##### Tests
+
+* fix topic thumb tests and topic thumbs to work properly with post upload assoc. (fb78570c)
+* user uploads.js tests (8c2752ba)
+* testing user upload methods, already fixed one bug (11275d68)
+
#### v1.19.2 (2022-02-09)
##### Chores
diff --git a/install/data/defaults.json b/install/data/defaults.json
index 2eb0a15bb1..952702a3fb 100644
--- a/install/data/defaults.json
+++ b/install/data/defaults.json
@@ -87,6 +87,7 @@
"min:rep:aboutme": 0,
"min:rep:signature": 0,
"flags:limitPerTarget": 0,
+ "flags:autoFlagOnDownvoteThreshold": 0,
"notificationType_upvote": "notification",
"notificationType_new-topic": "notification",
"notificationType_new-reply": "notification",
diff --git a/install/package.json b/install/package.json
index 4cf9552783..7902a85bc3 100644
--- a/install/package.json
+++ b/install/package.json
@@ -35,7 +35,7 @@
"autoprefixer": "10.4.2",
"bcryptjs": "2.4.3",
"benchpressjs": "2.4.3",
- "body-parser": "1.19.1",
+ "body-parser": "1.19.2",
"bootbox": "5.5.2",
"bootstrap": "3.4.1",
"chalk": "4.1.2",
@@ -57,7 +57,7 @@
"csurf": "1.11.0",
"daemon": "1.1.0",
"diff": "5.0.0",
- "express": "4.17.2",
+ "express": "4.17.3",
"express-session": "1.17.2",
"express-useragent": "1.0.15",
"graceful-fs": "4.2.9",
@@ -70,7 +70,7 @@
"jquery-serializeobject": "1.0.0",
"jquery-ui": "1.13.1",
"jsesc": "3.0.2",
- "json2csv": "5.0.6",
+ "json2csv": "5.0.7",
"jsonwebtoken": "8.5.1",
"less": "3.13.1",
"lodash": "4.17.21",
@@ -79,26 +79,26 @@
"material-design-lite": "1.3.0",
"mime": "3.0.0",
"mkdirp": "1.0.4",
- "mongodb": "4.3.1",
+ "mongodb": "4.4.1",
"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.4",
+ "nodebb-plugin-2factor": "3.0.5",
"nodebb-plugin-composer-default": "7.0.20",
- "nodebb-plugin-dbsearch": "5.1.1",
- "nodebb-plugin-emoji": "3.5.16",
+ "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.6",
- "nodebb-plugin-spam-be-gone": "0.7.13",
+ "nodebb-plugin-mentions": "3.0.7",
+ "nodebb-plugin-spam-be-gone": "0.7.14",
"nodebb-rewards-essentials": "0.2.1",
"nodebb-theme-lavender": "5.3.2",
- "nodebb-theme-persona": "11.3.38",
+ "nodebb-theme-persona": "11.4.2",
"nodebb-theme-slick": "1.4.23",
"nodebb-theme-vanilla": "12.1.17",
- "nodebb-widget-essentials": "5.0.7",
+ "nodebb-widget-essentials": "5.0.9",
"nodemailer": "6.7.2",
"nprogress": "0.2.0",
"passport": "0.5.2",
@@ -106,9 +106,9 @@
"passport-local": "1.0.0",
"pg": "8.7.3",
"pg-cursor": "2.7.3",
- "postcss": "8.4.6",
+ "postcss": "8.4.8",
"postcss-clean": "1.2.0",
- "prompt": "1.2.1",
+ "prompt": "1.2.2",
"ioredis": "4.28.5",
"request": "2.88.2",
"request-promise-native": "1.0.9",
@@ -118,7 +118,7 @@
"sanitize-html": "2.7.0",
"semver": "7.3.5",
"serve-favicon": "2.5.0",
- "sharp": "0.30.1",
+ "sharp": "0.30.2",
"sitemap": "7.1.1",
"slideout": "1.0.1",
"socket.io": "4.4.1",
@@ -147,19 +147,19 @@
"@commitlint/cli": "16.2.1",
"@commitlint/config-angular": "16.2.1",
"coveralls": "3.1.1",
- "eslint": "8.9.0",
+ "eslint": "8.10.0",
"eslint-config-nodebb": "0.1.1",
"eslint-plugin-import": "2.25.4",
"grunt": "1.4.1",
"grunt-contrib-watch": "1.1.0",
"husky": "7.0.4",
"jsdom": "19.0.0",
- "lint-staged": "12.3.4",
- "mocha": "9.2.0",
+ "lint-staged": "12.3.5",
+ "mocha": "9.2.1",
"mocha-lcov-reporter": "1.3.0",
"mockdate": "3.0.5",
"nyc": "15.1.0",
- "smtp-server": "3.9.0"
+ "smtp-server": "3.10.0"
},
"bugs": {
"url": "https://github.com/NodeBB/NodeBB/issues"
diff --git a/install/web.js b/install/web.js
index 8d5774326b..53128b4cf1 100644
--- a/install/web.js
+++ b/install/web.js
@@ -113,7 +113,7 @@ function ping(req, res) {
}
function welcome(req, res) {
- const dbs = ['redis', 'mongo', 'postgres'];
+ const dbs = ['mongo', 'redis', 'postgres'];
const databases = dbs.map((databaseName) => {
const questions = require(`../src/database/${databaseName}`).questions.filter(question => question && !question.hideOnWebInstall);
@@ -146,29 +146,28 @@ function install(req, res) {
}
req.setTimeout(0);
installing = true;
- const setupEnvVars = nconf.get();
- for (const [key, value] of Object.entries(req.body)) {
- if (!process.env.hasOwnProperty(key)) {
- setupEnvVars[key.replace(':', '__')] = value;
- }
- }
- // Flatten any objects in setupEnvVars
- const pushToRoot = function (parentKey, key) {
- setupEnvVars[`${parentKey}__${key}`] = setupEnvVars[parentKey][key];
+ const database = nconf.get('database') || req.body.database || 'mongo';
+ const setupEnvVars = {
+ ...process.env,
+ NODEBB_URL: nconf.get('url') || req.body.url || (`${req.protocol}://${req.get('host')}`),
+ NODEBB_PORT: nconf.get('port') || 4567,
+ NODEBB_ADMIN_USERNAME: nconf.get('admin:username') || req.body['admin:username'],
+ NODEBB_ADMIN_PASSWORD: nconf.get('admin:password') || req.body['admin:password'],
+ NODEBB_ADMIN_EMAIL: nconf.get('admin:email') || req.body['admin:email'],
+ NODEBB_DB: database,
+ NODEBB_DB_HOST: nconf.get(`${database}:host`) || req.body[`${database}:host`],
+ NODEBB_DB_PORT: nconf.get(`${database}:port`) || req.body[`${database}:port`],
+ NODEBB_DB_USER: nconf.get(`${database}:username`) || req.body[`${database}:username`],
+ NODEBB_DB_PASSWORD: nconf.get(`${database}:password`) || req.body[`${database}:password`],
+ NODEBB_DB_NAME: nconf.get(`${database}:database`) || req.body[`${database}:database`],
+ NODEBB_DB_SSL: nconf.get(`${database}:ssl`) || req.body[`${database}:ssl`],
+ defaultPlugins: JSON.stringify(nconf.get('defaultplugins') || nconf.get('defaultPlugins') || []),
};
- for (const [parentKey, value] of Object.entries(setupEnvVars)) {
- if (typeof value === 'object' && value !== null && !Array.isArray(value)) {
- Object.keys(value).forEach(key => pushToRoot(parentKey, key));
- delete setupEnvVars[parentKey];
- } else if (Array.isArray(value)) {
- setupEnvVars[parentKey] = JSON.stringify(value);
- }
- }
winston.info('Starting setup process');
- winston.info(setupEnvVars);
- launchUrl = setupEnvVars.url;
+ winston.info(JSON.stringify(setupEnvVars, null, 4));
+ launchUrl = setupEnvVars.NODEBB_URL;
const child = require('child_process').fork('app', ['--setup'], {
env: setupEnvVars,
@@ -284,12 +283,15 @@ async function copyCSS() {
async function loadDefaults() {
const setupDefaultsPath = path.join(__dirname, '../setup.json');
try {
- await fs.promises.access(setupDefaultsPath, fs.constants.F_OK + fs.constants.R_OK);
+ // eslint-disable-next-line no-bitwise
+ await fs.promises.access(setupDefaultsPath, fs.constants.F_OK | fs.constants.R_OK);
} catch (err) {
// setup.json not found or inaccessible, proceed with no defaults
if (err.code !== 'ENOENT') {
throw err;
}
+
+ return;
}
winston.info('[installer] Found setup.json, populating default values');
nconf.file({
diff --git a/public/language/ar/admin/settings/reputation.json b/public/language/ar/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/ar/admin/settings/reputation.json
+++ b/public/language/ar/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/ar/flags.json b/public/language/ar/flags.json
index 67d08a7ff5..f762c466b1 100644
--- a/public/language/ar/flags.json
+++ b/public/language/ar/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/ar/global.json b/public/language/ar/global.json
index a9205b9dfd..7f93ee0e24 100644
--- a/public/language/ar/global.json
+++ b/public/language/ar/global.json
@@ -23,7 +23,7 @@
"close": "أغلق",
"pagination": "الصفحات",
"pagination.out_of": "%1 من %2",
- "pagination.enter_index": "أدخل الرقم التسلسلي",
+ "pagination.enter_index": "Go to post index",
"header.admin": "مدير النظام",
"header.categories": "الأقسام",
"header.recent": "حديث",
diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json
index 82bf38c9ef..6b0d4b691a 100644
--- a/public/language/ar/topic.json
+++ b/public/language/ar/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/bg/admin/settings/reputation.json b/public/language/bg/admin/settings/reputation.json
index ba9a37e0f2..833ee0137d 100644
--- a/public/language/bg/admin/settings/reputation.json
+++ b/public/language/bg/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Максимален брой докладвания на едно и също нещо",
"flags.limit-per-target-placeholder": "По подразбиране: 0",
"flags.limit-per-target-help": "Когато публикация или потребител бъде докладван няколко пъти, това се добавя към един общ доклад. Задайте на тази настройка стойност по-голяма от нула, за да ограничите броя на докладванията, които могат да бъдат натрупани към една публикация или потребител.",
+ "flags.auto-flag-on-downvote-threshold": "Брой отрицателни гласове, при които публикациите да бъдат докладвани автоматично (0 = изключено, по подразбиране: 0)",
"flags.auto-resolve-on-ban": "Автоматично премахване на всички доклади за потребител, когато той бъде блокиран"
}
\ No newline at end of file
diff --git a/public/language/bg/flags.json b/public/language/bg/flags.json
index 78de317ab4..e50e3b9b74 100644
--- a/public/language/bg/flags.json
+++ b/public/language/bg/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Групови действия",
"bulk-resolve": "Разрешаване на доклад(и)",
"bulk-success": "%1 доклада са обновени",
- "flagged-timeago-readable": "Докладвано (%2)"
+ "flagged-timeago-readable": "Докладвано (%2)",
+ "auto-flagged": "[Авт. докладвано] Получени %1 отрицателни гласа."
}
\ No newline at end of file
diff --git a/public/language/bg/global.json b/public/language/bg/global.json
index 87aa5c7190..545e1eaa9b 100644
--- a/public/language/bg/global.json
+++ b/public/language/bg/global.json
@@ -23,7 +23,7 @@
"close": "Затваряне",
"pagination": "Странициране",
"pagination.out_of": "%1 от %2",
- "pagination.enter_index": "Въведете номер",
+ "pagination.enter_index": "Към публикация номер",
"header.admin": "Администратор",
"header.categories": "Категории",
"header.recent": "Скорошни",
diff --git a/public/language/bg/topic.json b/public/language/bg/topic.json
index 40474033ac..f11bd6eec8 100644
--- a/public/language/bg/topic.json
+++ b/public/language/bg/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 по-рано",
"first-post": "Първа публикация",
"last-post": "Последна публикация",
+ "go-to-my-next-post": "Към следващата ми публикация",
+ "no-more-next-post": "Нямате повече публикации в тази тема",
"post-quick-reply": "Пускане на бърза публикация"
}
\ No newline at end of file
diff --git a/public/language/bn/admin/settings/reputation.json b/public/language/bn/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/bn/admin/settings/reputation.json
+++ b/public/language/bn/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/bn/flags.json b/public/language/bn/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/bn/flags.json
+++ b/public/language/bn/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/bn/global.json b/public/language/bn/global.json
index b4035b3f5f..a38ab65901 100644
--- a/public/language/bn/global.json
+++ b/public/language/bn/global.json
@@ -23,7 +23,7 @@
"close": "বন্ধ",
"pagination": "পাতা নং",
"pagination.out_of": "%2 এর মাঝে %1",
- "pagination.enter_index": "সূচক লিখুন",
+ "pagination.enter_index": "Go to post index",
"header.admin": "অ্যাডমিন",
"header.categories": "বিভাগ",
"header.recent": "সাম্প্রতিক",
diff --git a/public/language/bn/topic.json b/public/language/bn/topic.json
index 53a06c3c00..f116da0f41 100644
--- a/public/language/bn/topic.json
+++ b/public/language/bn/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/cs/admin/settings/reputation.json b/public/language/cs/admin/settings/reputation.json
index fa73cd465c..f408c5a38b 100644
--- a/public/language/cs/admin/settings/reputation.json
+++ b/public/language/cs/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/cs/flags.json b/public/language/cs/flags.json
index b4285a010a..8687febec9 100644
--- a/public/language/cs/flags.json
+++ b/public/language/cs/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/cs/global.json b/public/language/cs/global.json
index 2c4ff54a80..73dfef6204 100644
--- a/public/language/cs/global.json
+++ b/public/language/cs/global.json
@@ -23,7 +23,7 @@
"close": "Zrušit",
"pagination": "Stránkování",
"pagination.out_of": "%1 z %2",
- "pagination.enter_index": "Zadejte index",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Administrace",
"header.categories": "Kategorie",
"header.recent": "Nejnovější",
diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json
index 42a0402639..859db6ba3b 100644
--- a/public/language/cs/topic.json
+++ b/public/language/cs/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 dříve",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/da/admin/settings/reputation.json b/public/language/da/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/da/admin/settings/reputation.json
+++ b/public/language/da/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/da/flags.json b/public/language/da/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/da/flags.json
+++ b/public/language/da/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/da/global.json b/public/language/da/global.json
index 4f05e26e39..b3815b94f2 100644
--- a/public/language/da/global.json
+++ b/public/language/da/global.json
@@ -23,7 +23,7 @@
"close": "Luk",
"pagination": "Sidetal",
"pagination.out_of": "%1 ud af %2",
- "pagination.enter_index": "Indtast indeks",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Administrator",
"header.categories": "Kategorier",
"header.recent": "Seneste",
diff --git a/public/language/da/topic.json b/public/language/da/topic.json
index 6cdfd5b4ac..1f1b073993 100644
--- a/public/language/da/topic.json
+++ b/public/language/da/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/de/admin/settings/reputation.json b/public/language/de/admin/settings/reputation.json
index 13fcf66f98..485f5345a6 100644
--- a/public/language/de/admin/settings/reputation.json
+++ b/public/language/de/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximale Häufigkeit, mit der etwas markiert werden kann",
"flags.limit-per-target-placeholder": "Standardwert: 0",
"flags.limit-per-target-help": "Wenn ein Beitrag oder ein Benutzer mehrfach markiert wird, wird jede zusätzliche Markierung als "Nachricht" betrachtet und zur ursprünglichen Markierung hinzugezählt. Setzen Sie diese Option auf eine andere Zahl als Null, um die Anzahl der Nachricht, die ein Artikel erhalten kann, zu begrenzen.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatisches Beenden aller Tickets eines Benutzers, wenn dieser gesperrt wird"
}
\ No newline at end of file
diff --git a/public/language/de/flags.json b/public/language/de/flags.json
index baf755ea18..db25d85f57 100644
--- a/public/language/de/flags.json
+++ b/public/language/de/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Massenaktionen",
"bulk-resolve": "Meldungen bereiningen",
"bulk-success": "%1 Meldungen aktualisiert",
- "flagged-timeago-readable": "Markiert (%2)"
+ "flagged-timeago-readable": "Markiert (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/de/global.json b/public/language/de/global.json
index 7b54201cd5..f33f212f05 100644
--- a/public/language/de/global.json
+++ b/public/language/de/global.json
@@ -23,7 +23,7 @@
"close": "Schließen",
"pagination": "Seitennummerierung",
"pagination.out_of": "%1 von %2",
- "pagination.enter_index": "Seitenzahl eingeben",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Kategorien",
"header.recent": "Aktuell",
diff --git a/public/language/de/topic.json b/public/language/de/topic.json
index 95ab642b0c..2807109154 100644
--- a/public/language/de/topic.json
+++ b/public/language/de/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 früher",
"first-post": "Erster Beitrag",
"last-post": "Letzter Beitrag",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Beitrag schnell Beantworten"
}
\ No newline at end of file
diff --git a/public/language/el/admin/settings/reputation.json b/public/language/el/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/el/admin/settings/reputation.json
+++ b/public/language/el/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/el/flags.json b/public/language/el/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/el/flags.json
+++ b/public/language/el/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/el/global.json b/public/language/el/global.json
index 9e07313feb..5d5797c1bf 100644
--- a/public/language/el/global.json
+++ b/public/language/el/global.json
@@ -23,7 +23,7 @@
"close": "Κλείσιμο",
"pagination": "Σελιδοποίηση",
"pagination.out_of": "%1 από %2",
- "pagination.enter_index": "Εισαγωγή Σελίδας",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Διαχειριστής",
"header.categories": "Κατηγορίες",
"header.recent": "Πρόσφατα",
diff --git a/public/language/el/topic.json b/public/language/el/topic.json
index f7665b1fdd..b59f4e51d7 100644
--- a/public/language/el/topic.json
+++ b/public/language/el/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/en-GB/admin/settings/reputation.json b/public/language/en-GB/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/en-GB/admin/settings/reputation.json
+++ b/public/language/en-GB/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/en-GB/flags.json b/public/language/en-GB/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/en-GB/flags.json
+++ b/public/language/en-GB/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/en-GB/global.json b/public/language/en-GB/global.json
index 3f974d70dc..f1ee75200e 100644
--- a/public/language/en-GB/global.json
+++ b/public/language/en-GB/global.json
@@ -28,7 +28,7 @@
"pagination": "Pagination",
"pagination.out_of": "%1 out of %2",
- "pagination.enter_index": "Enter index",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Categories",
diff --git a/public/language/en-GB/topic.json b/public/language/en-GB/topic.json
index fc7984f6de..90b56bdeff 100644
--- a/public/language/en-GB/topic.json
+++ b/public/language/en-GB/topic.json
@@ -207,5 +207,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
diff --git a/public/language/en-US/admin/settings/reputation.json b/public/language/en-US/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/en-US/admin/settings/reputation.json
+++ b/public/language/en-US/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/en-US/flags.json b/public/language/en-US/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/en-US/flags.json
+++ b/public/language/en-US/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/en-US/global.json b/public/language/en-US/global.json
index 029ca874bf..9cb37d6e1a 100644
--- a/public/language/en-US/global.json
+++ b/public/language/en-US/global.json
@@ -23,7 +23,7 @@
"close": "Close",
"pagination": "Pagination",
"pagination.out_of": "%1 out of %2",
- "pagination.enter_index": "Enter index",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Categories",
"header.recent": "Recent",
diff --git a/public/language/en-US/topic.json b/public/language/en-US/topic.json
index db9455fec8..9836b78a3d 100644
--- a/public/language/en-US/topic.json
+++ b/public/language/en-US/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/en-x-pirate/admin/settings/reputation.json b/public/language/en-x-pirate/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/en-x-pirate/admin/settings/reputation.json
+++ b/public/language/en-x-pirate/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/en-x-pirate/flags.json b/public/language/en-x-pirate/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/en-x-pirate/flags.json
+++ b/public/language/en-x-pirate/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/en-x-pirate/global.json b/public/language/en-x-pirate/global.json
index 188018fdd1..eaec53c49a 100644
--- a/public/language/en-x-pirate/global.json
+++ b/public/language/en-x-pirate/global.json
@@ -23,7 +23,7 @@
"close": "Shoot down",
"pagination": "Pagination",
"pagination.out_of": "%1 out of %2",
- "pagination.enter_index": "Enter index",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Captains only",
"header.categories": "Categories",
"header.recent": "Recent",
diff --git a/public/language/en-x-pirate/topic.json b/public/language/en-x-pirate/topic.json
index db9455fec8..9836b78a3d 100644
--- a/public/language/en-x-pirate/topic.json
+++ b/public/language/en-x-pirate/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/es/admin/settings/reputation.json b/public/language/es/admin/settings/reputation.json
index 079b0a6712..73c88e0062 100644
--- a/public/language/es/admin/settings/reputation.json
+++ b/public/language/es/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/es/flags.json b/public/language/es/flags.json
index 41f651bff2..74115717e2 100644
--- a/public/language/es/flags.json
+++ b/public/language/es/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/es/global.json b/public/language/es/global.json
index 70e2d4a9dd..7cf340dc3f 100644
--- a/public/language/es/global.json
+++ b/public/language/es/global.json
@@ -23,7 +23,7 @@
"close": "Cerrar",
"pagination": "Paginación",
"pagination.out_of": "%1 de %2",
- "pagination.enter_index": "Introduzca el número",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Administración",
"header.categories": "Categorías",
"header.recent": "Recientes",
diff --git a/public/language/es/topic.json b/public/language/es/topic.json
index 23e9196b54..391f0535dd 100644
--- a/public/language/es/topic.json
+++ b/public/language/es/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 antes",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/et/admin/settings/reputation.json b/public/language/et/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/et/admin/settings/reputation.json
+++ b/public/language/et/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/et/flags.json b/public/language/et/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/et/flags.json
+++ b/public/language/et/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/et/global.json b/public/language/et/global.json
index cf7d910806..3673db366b 100644
--- a/public/language/et/global.json
+++ b/public/language/et/global.json
@@ -23,7 +23,7 @@
"close": "Sulge",
"pagination": "Lehekülgede numeratsioon",
"pagination.out_of": "%1 kõigist %2-st",
- "pagination.enter_index": "Sisetage indeks",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Kategooriad",
"header.recent": "Hiljutised",
diff --git a/public/language/et/topic.json b/public/language/et/topic.json
index 41cf277184..61092bcd51 100644
--- a/public/language/et/topic.json
+++ b/public/language/et/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/fa-IR/admin/settings/reputation.json b/public/language/fa-IR/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/fa-IR/admin/settings/reputation.json
+++ b/public/language/fa-IR/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/fa-IR/flags.json b/public/language/fa-IR/flags.json
index d7ff20a875..c0b320f64c 100644
--- a/public/language/fa-IR/flags.json
+++ b/public/language/fa-IR/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "عملیات گروهی",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 گزارش بروزرسانی شد",
- "flagged-timeago-readable": "گزارش شده (%2)"
+ "flagged-timeago-readable": "گزارش شده (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/fa-IR/global.json b/public/language/fa-IR/global.json
index 5350a2ee54..5ccbedb8d5 100644
--- a/public/language/fa-IR/global.json
+++ b/public/language/fa-IR/global.json
@@ -23,7 +23,7 @@
"close": "بستن",
"pagination": "صفحهبندی",
"pagination.out_of": "%1 از %2",
- "pagination.enter_index": "شماره را وارد کنید",
+ "pagination.enter_index": "Go to post index",
"header.admin": "مدیر",
"header.categories": "دستهبندیها",
"header.recent": "تازهها",
diff --git a/public/language/fa-IR/topic.json b/public/language/fa-IR/topic.json
index 03a9110d42..41a0af6fa8 100644
--- a/public/language/fa-IR/topic.json
+++ b/public/language/fa-IR/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 قبل",
"first-post": "اولین پست",
"last-post": "آخرین پست",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/fi/admin/settings/reputation.json b/public/language/fi/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/fi/admin/settings/reputation.json
+++ b/public/language/fi/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/fi/flags.json b/public/language/fi/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/fi/flags.json
+++ b/public/language/fi/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/fi/global.json b/public/language/fi/global.json
index ad0a856b76..f4a9973905 100644
--- a/public/language/fi/global.json
+++ b/public/language/fi/global.json
@@ -23,7 +23,7 @@
"close": "Sulje",
"pagination": "Sivutus",
"pagination.out_of": "%1/%2",
- "pagination.enter_index": "Syötä indeksi",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Ylläpitäjä",
"header.categories": "Kategoriat",
"header.recent": "Viimeisimmät",
diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json
index fd73ad6070..a60caf7089 100644
--- a/public/language/fi/topic.json
+++ b/public/language/fi/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 aiempi",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/fr/admin/settings/reputation.json b/public/language/fr/admin/settings/reputation.json
index 00b0973147..6461c9237a 100644
--- a/public/language/fr/admin/settings/reputation.json
+++ b/public/language/fr/admin/settings/reputation.json
@@ -18,5 +18,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-resolve-on-ban": "Résoudre automatiquement tous les tickets d'un utilisateur lorsqu'il est banni"
}
\ No newline at end of file
diff --git a/public/language/fr/admin/settings/uploads.json b/public/language/fr/admin/settings/uploads.json
index dcf1b83dd8..ed8eb8e06f 100644
--- a/public/language/fr/admin/settings/uploads.json
+++ b/public/language/fr/admin/settings/uploads.json
@@ -2,7 +2,7 @@
"posts": "Sujets",
"private": "Rendre privés les fichiers téléchargés",
"strip-exif-data": "Supprimer les données EXIF",
- "preserve-orphaned-uploads": "Keep uploaded files on disk after a post is purged",
+ "preserve-orphaned-uploads": "Conserver les fichiers téléchargés après la suppression d'une publication.",
"private-extensions": "Rendre privé des extensions de fichier.",
"private-uploads-extensions-help": "Renseignez ici une liste d'extensions de fichiers séparées par des virgules pour les rendre privées (par exemple : pdf, xls, doc). Une liste vide signifie que tous les fichiers sont privés.",
"resize-image-width-threshold": "Redimensionner les images si elles sont plus larges que la largeur spécifiée",
diff --git a/public/language/fr/flags.json b/public/language/fr/flags.json
index 4c021fe204..c6787c3cfa 100644
--- a/public/language/fr/flags.json
+++ b/public/language/fr/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Actions",
"bulk-resolve": "Signalement(s) résolu(s)",
"bulk-success": "%1 signalement mis à jour",
- "flagged-timeago-readable": "Signalé (%2)"
+ "flagged-timeago-readable": "Signalé (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/fr/global.json b/public/language/fr/global.json
index 533b1b73d1..6c94b1bd53 100644
--- a/public/language/fr/global.json
+++ b/public/language/fr/global.json
@@ -23,7 +23,7 @@
"close": "Fermer",
"pagination": "Pagination",
"pagination.out_of": "%1 sur %2",
- "pagination.enter_index": "Entrer un numéro de page",
+ "pagination.enter_index": "Aller à l'index des messages",
"header.admin": "Admin",
"header.categories": "Catégories",
"header.recent": "Récent",
diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json
index b01d31bd2b..1f128e5aa0 100644
--- a/public/language/fr/topic.json
+++ b/public/language/fr/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "il y a %1",
"first-post": "Premier message",
"last-post": "Dernier message",
+ "go-to-my-next-post": "Aller à mon prochain message",
+ "no-more-next-post": "Vous n'avez plus de messages dans ce sujet",
"post-quick-reply": "Réponse rapide"
}
\ No newline at end of file
diff --git a/public/language/fr/user.json b/public/language/fr/user.json
index 14a455e9e2..d1e9dd37f1 100644
--- a/public/language/fr/user.json
+++ b/public/language/fr/user.json
@@ -96,16 +96,16 @@
"digest_weekly": "Hebdomadaire",
"digest_biweekly": "Deux fois par semaine",
"digest_monthly": "Mensuel",
- "has_no_follower": "Personne n'est abonné à cet utilisateur :(",
+ "has_no_follower": "Cet utilisateur n'a pas encore d'abonné :(",
"follows_no_one": "Cet utilisateur n'est abonné à personne :(",
"has_no_posts": "Cet utilisateur n'a encore rien posté.",
- "has_no_best_posts": "Cet utilisateur n'a donné d'avis positifs",
+ "has_no_best_posts": "Cet utilisateur n'a pas encore d'avis positifs",
"has_no_topics": "Cet utilisateur n'a encore créé aucun sujet.",
"has_no_watched_topics": "Cet utilisateur ne s'est encore abonné à aucun sujet.",
"has_no_ignored_topics": "Cet utilisateur n'a encore ignoré aucun sujet.",
"has_no_upvoted_posts": "Cet utilisateur n'a donné d'avis positifs",
"has_no_downvoted_posts": "Cet utilisateur n'a pas donné d'avis négatifs",
- "has_no_controversial_posts": "This user does not have any downvoted posts yet.",
+ "has_no_controversial_posts": "Cet utilisateur n'a pas encore d'avis négatifs.",
"has_no_blocks": "Vous n'avez bloqué aucun utilisateur.",
"email_hidden": "Email masqué",
"hidden": "masqué",
diff --git a/public/language/gl/admin/settings/reputation.json b/public/language/gl/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/gl/admin/settings/reputation.json
+++ b/public/language/gl/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/gl/flags.json b/public/language/gl/flags.json
index 533407311c..8468ef192c 100644
--- a/public/language/gl/flags.json
+++ b/public/language/gl/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/gl/global.json b/public/language/gl/global.json
index 12ff5d51f3..29a24d7cca 100644
--- a/public/language/gl/global.json
+++ b/public/language/gl/global.json
@@ -23,7 +23,7 @@
"close": "Pechar ",
"pagination": "Paxinación",
"pagination.out_of": "%1 de %2",
- "pagination.enter_index": "Introduce unha referencia",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Categorías",
"header.recent": "Recentes",
diff --git a/public/language/gl/topic.json b/public/language/gl/topic.json
index c712b54d83..7b64d25a78 100644
--- a/public/language/gl/topic.json
+++ b/public/language/gl/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/he/admin/admin.json b/public/language/he/admin/admin.json
index 4e37a15c95..a8b9f1af40 100644
--- a/public/language/he/admin/admin.json
+++ b/public/language/he/admin/admin.json
@@ -4,8 +4,8 @@
"acp-title": "%1 | לוח בקרה למנהל NodeBB",
"settings-header-contents": "תוכן",
- "changes-saved": "Changes Saved",
- "changes-saved-message": "Your changes to the NodeBB configuration have been saved.",
- "changes-not-saved": "Changes Not Saved",
- "changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)"
+ "changes-saved": "שינויים שנשמרו",
+ "changes-saved-message": "השינויים שלך בתצורת NodeBB נשמרו.",
+ "changes-not-saved": "השינויים לא נשמרו",
+ "changes-not-saved-message": "NodeBB נתקל בעיה בשמירת השינויים שלך. (%1)"
}
\ No newline at end of file
diff --git a/public/language/he/admin/settings/advanced.json b/public/language/he/admin/settings/advanced.json
index 86f3267f11..67ac61d90e 100644
--- a/public/language/he/admin/settings/advanced.json
+++ b/public/language/he/admin/settings/advanced.json
@@ -13,7 +13,7 @@
"headers.acao-help": "כדי למנוע גישה לכל האתרים, השאר ריק",
"headers.acao-regex-help": "הכנס תבנית טקסט (Regex) כאן כדי לאפשר קריאה דינאמית מאתרים חיצוניים. אם ברצונך לחסום כל גישה חיצונית, השאר ריק.",
"headers.acac": "אתרים אשר אל בקשות אליהם, יתווספו גם נתוני כניסה כגוןCookie וכו'. ( Access-Control-Allow-Credentials)",
- "headers.acam": "Access-Control-Allow-Methods",
+ "headers.acam": "שיטות אפשריות בבקרת גישה",
"headers.acah": "Access-Control-Allow-Headers",
"headers.coep": "Cross-Origin-Embedder-Policy",
"headers.coep-help": "When enabled (default), will set the header to require-corp",
diff --git a/public/language/he/admin/settings/reputation.json b/public/language/he/admin/settings/reputation.json
index 69f78b0cc0..26712cf524 100644
--- a/public/language/he/admin/settings/reputation.json
+++ b/public/language/he/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "מספר הפעמים המרבי שניתן לסמן משהו",
"flags.limit-per-target-placeholder": "ברירת מחדל: 0",
"flags.limit-per-target-help": "כשפוסט או משתמש מסומן כמה פעמים, כל דיווח נוסף נחשב ל "דיווח" ונוסף לדיווח הראשון. הגדר את האופציה הזאת לכל מספר שהוא לא 0 כדי להגביל את כמות הדיווחים שפוסט או משתמש יכול לקבל.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "פתור אוטומטי כל כרטיסי משתמש כאשר הוא מוחרם"
}
\ No newline at end of file
diff --git a/public/language/he/flags.json b/public/language/he/flags.json
index 701f07b137..64aadd1bc3 100644
--- a/public/language/he/flags.json
+++ b/public/language/he/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "פעולות כלליות",
"bulk-resolve": "השלם דיווח(ים)",
"bulk-success": "%1 דיווחים עודכנו",
- "flagged-timeago-readable": "מדווחים (%2)"
+ "flagged-timeago-readable": "מדווחים (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/he/global.json b/public/language/he/global.json
index 5ca8d625b3..5695c66530 100644
--- a/public/language/he/global.json
+++ b/public/language/he/global.json
@@ -23,7 +23,7 @@
"close": "סגור",
"pagination": "הגדרות עמוד",
"pagination.out_of": "%1 מתוך %2",
- "pagination.enter_index": "הכניסו אינדקס",
+ "pagination.enter_index": "Go to post index",
"header.admin": "ניהול",
"header.categories": "קטגוריות",
"header.recent": "פוסטים אחרונים",
diff --git a/public/language/he/modules.json b/public/language/he/modules.json
index 7f88bbba95..1fae5a3436 100644
--- a/public/language/he/modules.json
+++ b/public/language/he/modules.json
@@ -1,7 +1,7 @@
{
"chat.chatting_with": "שוחח עם",
- "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
- "chat.scroll-up-alert": "אתה מסתכל על הודעות ישנות. לחץ כאן למעבר להודעה האחרונה.",
+ "chat.placeholder": "הקלד את הודעת הצ'אט כאן, ניתן גם לגרור ולשחרר כאן תמונות, הקש אנטר לשליחה.",
+ "chat.scroll-up-alert": "אתה צופה כעת על הודעות ישנות. לחץ כאן למעבר להודעה האחרונה.",
"chat.send": "שלח",
"chat.no_active": "אין לך צ'אטים פעילים",
"chat.user_typing": "%1 מקליד ...",
@@ -59,7 +59,7 @@
"composer.upload-file": "העלה קובץ",
"composer.zen_mode": "מסך מלא",
"composer.select_category": "בחר קטגוריה",
- "composer.textarea.placeholder": "כתוב את תוכן הפוסט כאן. ניתן גם לגרור לכאן תמונות.",
+ "composer.textarea.placeholder": "כתוב את תוכן הפוסט כאן. ניתן גם לגרור ולשחרר כאן תמונות.",
"composer.schedule-for": "תזמון נושא ל",
"composer.schedule-date": "תאריך",
"composer.schedule-time": "שעה",
@@ -68,8 +68,8 @@
"bootbox.ok": "אישור",
"bootbox.cancel": "בטל",
"bootbox.confirm": "אשר",
- "bootbox.submit": "Submit",
- "bootbox.send": "Send",
+ "bootbox.submit": "שליחה",
+ "bootbox.send": "שלח",
"cover.dragging_title": "מיקום תמונת נושא",
"cover.dragging_message": "גרור תמונת נושא למיקום הרצוי ולחץ על \"שמור\"",
"cover.saved": "תמונת הנושא והמיקום נשמר",
diff --git a/public/language/he/post-queue.json b/public/language/he/post-queue.json
index d19745d77d..21d9b2921d 100644
--- a/public/language/he/post-queue.json
+++ b/public/language/he/post-queue.json
@@ -15,7 +15,7 @@
"topic": "נושא",
"accept": "אשר",
"reject": "דחה",
- "remove": "Remove",
+ "remove": "הסרה",
"notify": "Notify",
- "notify-user": "Notify User"
+ "notify-user": "שלח התראה למשתמש"
}
\ No newline at end of file
diff --git a/public/language/he/topic.json b/public/language/he/topic.json
index ab0fd64ff6..00d5bb627c 100644
--- a/public/language/he/topic.json
+++ b/public/language/he/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "לפני %1 ",
"first-post": "פוסט ראשון",
"last-post": "פוסט אחרון",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "רשום תשובה מהירה"
}
\ No newline at end of file
diff --git a/public/language/he/user.json b/public/language/he/user.json
index bff782998a..1c065dd3d8 100644
--- a/public/language/he/user.json
+++ b/public/language/he/user.json
@@ -184,7 +184,7 @@
"consent.export_posts": "יצוא פוסטים (CVS.)",
"consent.export-posts-success": "ייצוא הפוסטים מתבצע כעת. תקבל התראה כאשר הייצוא יסתיים.",
"emailUpdate.intro": "אנא הכנס את כתובת הדוא\"ל שלך. הפורום משתמש בדוא\"ל שלך לשליחת תקציר מתוזמן והתראות, כמו כן לשחזור חשבון במקרה ששוכחים את הסיסמה.",
- "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
- "emailUpdate.required": "This field is required.",
+ "emailUpdate.optional": "שדה זה הוא אופציונלי. אינך מחויב לספק את כתובת הדוא\"ל שלך, אך ללא דוא\"ל מאומת לא תוכל לשחזר את חשבונך או להתחבר באמצעות הדוא\"ל שלך.",
+ "emailUpdate.required": "זהו שדה חובה",
"emailUpdate.change-instructions": "מייל אימות יישלח לכתובת דוא\"ל שהכנסת עם קישור ייחודי. לחיצה על הקישור יאמת את בעלותך על הדוא\"ל ותקבל גישה לחשבונך. בכל זמן, תוכל לעדכן את כתובת הדוא\"ל שלך בדף החשבון שלך."
}
\ No newline at end of file
diff --git a/public/language/he/users.json b/public/language/he/users.json
index 4200448b7c..459dfa1d61 100644
--- a/public/language/he/users.json
+++ b/public/language/he/users.json
@@ -5,7 +5,7 @@
"most_flags": "הכי הרבה דיווחי משתמשים",
"search": "חיפוש",
"enter_username": "הכנס שם משתמש לחיפוש",
- "search-user-for-chat": "Search a user to start chat",
+ "search-user-for-chat": "חפש משתמש כדי להתחיל איתו צאט",
"load_more": "טען עוד",
"users-found-search-took": "%1 משתמשים נמצאו! החיפוש ערך %2 שניות.",
"filter-by": "פלטר על-פי",
diff --git a/public/language/hr/admin/settings/reputation.json b/public/language/hr/admin/settings/reputation.json
index 2c1a9b87ff..d95ed6eb8c 100644
--- a/public/language/hr/admin/settings/reputation.json
+++ b/public/language/hr/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/hr/flags.json b/public/language/hr/flags.json
index d76ab12d93..e885e1e8e9 100644
--- a/public/language/hr/flags.json
+++ b/public/language/hr/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/hr/global.json b/public/language/hr/global.json
index 2409238471..f673e499f4 100644
--- a/public/language/hr/global.json
+++ b/public/language/hr/global.json
@@ -23,7 +23,7 @@
"close": "Zatvori",
"pagination": "Stranice",
"pagination.out_of": "%1 od %2",
- "pagination.enter_index": "Unesi index",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Kategorije",
"header.recent": "Posljednje",
diff --git a/public/language/hr/notifications.json b/public/language/hr/notifications.json
index 613b634b21..002a630350 100644
--- a/public/language/hr/notifications.json
+++ b/public/language/hr/notifications.json
@@ -14,7 +14,7 @@
"topics": "Teme",
"replies": "Odgovori",
"chat": "Razgovori",
- "group-chat": "Group Chats",
+ "group-chat": "Grupni Chat",
"follows": "Pratitelji",
"upvote": "Glasači za",
"new-flags": "Nove zastave",
@@ -32,7 +32,7 @@
"user_flagged_user": "%1 označio je profil (%2)",
"user_flagged_user_dual": "%1 i %2su označili profil (%3)",
"user_flagged_user_multiple": "%1 i %2 ostalih su označili korisnički profil (%3)",
- "user_posted_to": "%1 i %2 su odgovorili na: %3",
+ "user_posted_to": "%1 je odgovorio/la na: %2",
"user_posted_to_dual": "%1 i %2 ostalih su odgovorili na objavu u: %3",
"user_posted_to_multiple": "%1 i %2 drugih su odgovorili na: %3",
"user_posted_topic": "%1 je otvorio novu temu: %2",
@@ -43,7 +43,7 @@
"new_register": "%1 je poslao zahtjev za registraciju.",
"new_register_multiple": "%1 registracija čeka odobrenje.",
"flag_assigned_to_you": "Zastava%1 je dodijeljena vama.",
- "post_awaiting_review": "Post awaiting review",
+ "post_awaiting_review": "Objava čeka pregled",
"profile-exported": "%1 profile exported, click to download",
"posts-exported": "%1 posts exported, click to download",
"uploads-exported": "%1 uploads exported, click to download",
@@ -56,10 +56,10 @@
"email-confirm-error-message": "Nastao je problem pri potvrdi Vaše email adrese. Provjerite kod ili zatražite novi.",
"email-confirm-sent": "Provjera korisničkog emaila poslana.",
"none": "None",
- "notification_only": "Notification Only",
- "email_only": "Email Only",
- "notification_and_email": "Notification & Email",
- "notificationType_upvote": "When someone upvotes your post",
+ "notification_only": "Obavijest samo",
+ "email_only": "Email samo",
+ "notification_and_email": "Obavijest i Email",
+ "notificationType_upvote": "Kada netko ocijeni vašu objavi",
"notificationType_new-topic": "When someone you follow posts a topic",
"notificationType_new-reply": "When a new reply is posted in a topic you are watching",
"notificationType_post-edit": "When a post is edited in a topic you are watching",
diff --git a/public/language/hr/topic.json b/public/language/hr/topic.json
index 3ec9d668ce..2deebc9d42 100644
--- a/public/language/hr/topic.json
+++ b/public/language/hr/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/hu/admin/settings/reputation.json b/public/language/hu/admin/settings/reputation.json
index caba857650..44eecda74c 100644
--- a/public/language/hu/admin/settings/reputation.json
+++ b/public/language/hu/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Bizonyos dolgokat legfeljebb hányszor lehessen megjelölni",
"flags.limit-per-target-placeholder": "Alapértelmezett: 0",
"flags.limit-per-target-help": "Amikor egy hozzászólás vagy felhasználó több megjelölést kap, akkor minden megjelölés "jelentésnek" számít és hozzáadódik az eredeti megjelöléshez. Adj meg 0-tól eltérő értéket egy maximális jelölési szám beállításához.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "A felhasználó összes megjelölésének feloldása, amikor kitiltásra kerül"
}
\ No newline at end of file
diff --git a/public/language/hu/flags.json b/public/language/hu/flags.json
index 34312d9732..2ba11e2a3d 100644
--- a/public/language/hu/flags.json
+++ b/public/language/hu/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Tömeges műveletek",
"bulk-resolve": "Megoldott jelölés",
"bulk-success": "%1 jelölő frissítve",
- "flagged-timeago-readable": "Megjelölve (%2)"
+ "flagged-timeago-readable": "Megjelölve (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/hu/global.json b/public/language/hu/global.json
index 74150e826a..fd340e9ed6 100644
--- a/public/language/hu/global.json
+++ b/public/language/hu/global.json
@@ -23,7 +23,7 @@
"close": "Bezárás",
"pagination": "Lapozás",
"pagination.out_of": "%1 / %2",
- "pagination.enter_index": "Írj be egy számot",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Kategóriák",
"header.recent": "Legutóbbi",
diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json
index a4dd13f9e9..7c3d7639c1 100644
--- a/public/language/hu/topic.json
+++ b/public/language/hu/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 korábban",
"first-post": "Első bejegyzés",
"last-post": "Utolsó bejegyzés",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/id/admin/settings/reputation.json b/public/language/id/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/id/admin/settings/reputation.json
+++ b/public/language/id/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/id/flags.json b/public/language/id/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/id/flags.json
+++ b/public/language/id/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/id/global.json b/public/language/id/global.json
index d195d1b458..17706017db 100644
--- a/public/language/id/global.json
+++ b/public/language/id/global.json
@@ -23,7 +23,7 @@
"close": "Tutup",
"pagination": "Halaman",
"pagination.out_of": "%1 dari %2",
- "pagination.enter_index": "Masukkan index",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Kategori",
"header.recent": "Terbaru",
diff --git a/public/language/id/topic.json b/public/language/id/topic.json
index ab52065f66..8f0069cf35 100644
--- a/public/language/id/topic.json
+++ b/public/language/id/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/it/admin/settings/reputation.json b/public/language/it/admin/settings/reputation.json
index 4b025602a1..e1ed04e162 100644
--- a/public/language/it/admin/settings/reputation.json
+++ b/public/language/it/admin/settings/reputation.json
@@ -18,5 +18,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-resolve-on-ban": "Risolvi automaticamente tutti i ticket di un utente quando vengono bannati"
}
\ No newline at end of file
diff --git a/public/language/it/flags.json b/public/language/it/flags.json
index 29138eee86..5e8549734d 100644
--- a/public/language/it/flags.json
+++ b/public/language/it/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Azioni in blocco",
"bulk-resolve": "Risolvi segnalazione(i)",
"bulk-success": "%1 segnalazioni aggiornate",
- "flagged-timeago-readable": "Segnalato (%2)"
+ "flagged-timeago-readable": "Segnalato (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/it/global.json b/public/language/it/global.json
index de920881c3..46ee51179b 100644
--- a/public/language/it/global.json
+++ b/public/language/it/global.json
@@ -23,7 +23,7 @@
"close": "Chiudi",
"pagination": "Impaginazione",
"pagination.out_of": "%1 di %2",
- "pagination.enter_index": "Inserisci un numero di pagina",
+ "pagination.enter_index": "Vai all'indice dei post",
"header.admin": "Amministratore",
"header.categories": "Categorie",
"header.recent": "Recenti",
diff --git a/public/language/it/topic.json b/public/language/it/topic.json
index 48a3fa285e..28bdc7f9f9 100644
--- a/public/language/it/topic.json
+++ b/public/language/it/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 precedente",
"first-post": "Primo post",
"last-post": "Ultimo post",
+ "go-to-my-next-post": "Vai al mio prossimo post",
+ "no-more-next-post": "Non hai più post in questa discussione",
"post-quick-reply": "Invia una risposta rapida"
}
\ No newline at end of file
diff --git a/public/language/ja/admin/settings/reputation.json b/public/language/ja/admin/settings/reputation.json
index 03299443eb..55a4b5b2d9 100644
--- a/public/language/ja/admin/settings/reputation.json
+++ b/public/language/ja/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/ja/flags.json b/public/language/ja/flags.json
index bf92a29a0a..6775673aac 100644
--- a/public/language/ja/flags.json
+++ b/public/language/ja/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/ja/global.json b/public/language/ja/global.json
index 79abf1cf83..5803512829 100644
--- a/public/language/ja/global.json
+++ b/public/language/ja/global.json
@@ -23,7 +23,7 @@
"close": "閉じる",
"pagination": "ページ",
"pagination.out_of": "%2件中%1件目",
- "pagination.enter_index": "Enter index",
+ "pagination.enter_index": "Go to post index",
"header.admin": "管理",
"header.categories": "カテゴリ",
"header.recent": "最近",
diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json
index 0b86bb1f2a..3714d41002 100644
--- a/public/language/ja/topic.json
+++ b/public/language/ja/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/ko/admin/settings/reputation.json b/public/language/ko/admin/settings/reputation.json
index 226518e333..5bc5945da8 100644
--- a/public/language/ko/admin/settings/reputation.json
+++ b/public/language/ko/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "포스트 혹은 사용자 최대 신고 횟수",
"flags.limit-per-target-placeholder": "기본값: 0",
"flags.limit-per-target-help": "포스트나 사용자가 다수의 신고를 받을 경우 각각의 신고가 최초의 신고와 함께 표시됩니다. 이 옵션을 변경해서 하나의 대상에 누적될 신고의 최대 횟수를 지정할 수 있습니다.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "차단될 경우 사용자의 모든 기회 박탈"
}
\ No newline at end of file
diff --git a/public/language/ko/flags.json b/public/language/ko/flags.json
index 8380a61d75..1e48916062 100644
--- a/public/language/ko/flags.json
+++ b/public/language/ko/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "대량 작업",
"bulk-resolve": "해결된 신고",
"bulk-success": "%1 신고 업데이트됨",
- "flagged-timeago-readable": "신고됨 (%2)"
+ "flagged-timeago-readable": "신고됨 (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/ko/global.json b/public/language/ko/global.json
index ec2f1cf2f1..6e1fb5b669 100644
--- a/public/language/ko/global.json
+++ b/public/language/ko/global.json
@@ -23,7 +23,7 @@
"close": "닫기",
"pagination": "페이지",
"pagination.out_of": "현재: %1 / 전체: %2",
- "pagination.enter_index": "이동할 포스트 번호 입력",
+ "pagination.enter_index": "Go to post index",
"header.admin": "관리자",
"header.categories": "카테고리",
"header.recent": "최근",
diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json
index 528c6b9ea8..935d9af1fa 100644
--- a/public/language/ko/topic.json
+++ b/public/language/ko/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 이전",
"first-post": "첫 포스트",
"last-post": "마지막 포스트",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "빠른 답글"
}
\ No newline at end of file
diff --git a/public/language/lt/admin/settings/reputation.json b/public/language/lt/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/lt/admin/settings/reputation.json
+++ b/public/language/lt/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/lt/flags.json b/public/language/lt/flags.json
index dec008fc5c..f1e8533b64 100644
--- a/public/language/lt/flags.json
+++ b/public/language/lt/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/lt/global.json b/public/language/lt/global.json
index a06519ea93..00a6bde041 100644
--- a/public/language/lt/global.json
+++ b/public/language/lt/global.json
@@ -23,7 +23,7 @@
"close": "Uždaryti",
"pagination": "Numeracija",
"pagination.out_of": "%1 iš %2",
- "pagination.enter_index": "Įrašykite indeksą",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Administratorius",
"header.categories": "Kategorijos",
"header.recent": "Naujausi",
diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json
index bdc184f0ee..7ed7fcbf2d 100644
--- a/public/language/lt/topic.json
+++ b/public/language/lt/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/lv/admin/settings/reputation.json b/public/language/lv/admin/settings/reputation.json
index 940b8110d0..c07dffdf8b 100644
--- a/public/language/lv/admin/settings/reputation.json
+++ b/public/language/lv/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/lv/flags.json b/public/language/lv/flags.json
index f780579540..ef2e1857b5 100644
--- a/public/language/lv/flags.json
+++ b/public/language/lv/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/lv/global.json b/public/language/lv/global.json
index 9b26c4db9b..85848c8caf 100644
--- a/public/language/lv/global.json
+++ b/public/language/lv/global.json
@@ -23,7 +23,7 @@
"close": "Aizvērt",
"pagination": "Dalīšana pa lapām",
"pagination.out_of": "%1 no %2",
- "pagination.enter_index": "Ievadīt numuru",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Administrācija",
"header.categories": "Kategorijas",
"header.recent": "Nesenie",
diff --git a/public/language/lv/topic.json b/public/language/lv/topic.json
index 8131549d18..a8be194f4e 100644
--- a/public/language/lv/topic.json
+++ b/public/language/lv/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/ms/admin/settings/reputation.json b/public/language/ms/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/ms/admin/settings/reputation.json
+++ b/public/language/ms/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/ms/flags.json b/public/language/ms/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/ms/flags.json
+++ b/public/language/ms/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/ms/global.json b/public/language/ms/global.json
index 7c19ebea3a..fb5d0a418c 100644
--- a/public/language/ms/global.json
+++ b/public/language/ms/global.json
@@ -23,7 +23,7 @@
"close": "Tutup",
"pagination": "Mukasurat",
"pagination.out_of": "%1 daripada %2",
- "pagination.enter_index": "Masukkan indeks",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Pentadbir",
"header.categories": "Kategori",
"header.recent": "Terkini",
diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json
index edf0561b24..293118fe3c 100644
--- a/public/language/ms/topic.json
+++ b/public/language/ms/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/nb/admin/settings/reputation.json b/public/language/nb/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/nb/admin/settings/reputation.json
+++ b/public/language/nb/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/nb/flags.json b/public/language/nb/flags.json
index aa2fbdfde1..36352c0dc7 100644
--- a/public/language/nb/flags.json
+++ b/public/language/nb/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Massehandlinger",
"bulk-resolve": "Løse Flagg(ene).",
"bulk-success": "%1 flagg er oppdaterte ",
- "flagged-timeago-readable": "Flaggede 11 (%2)"
+ "flagged-timeago-readable": "Flaggede 11 (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/nb/global.json b/public/language/nb/global.json
index db3a528802..a1ae5a4246 100644
--- a/public/language/nb/global.json
+++ b/public/language/nb/global.json
@@ -23,7 +23,7 @@
"close": "Lukk",
"pagination": "Paginering",
"pagination.out_of": "%1 ut av %2",
- "pagination.enter_index": "Skriv indeks",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Kategorier",
"header.recent": "Seneste",
diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json
index 29f9bb7451..80d1fdb89e 100644
--- a/public/language/nb/topic.json
+++ b/public/language/nb/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 tidligere",
"first-post": "Første innlegg",
"last-post": "Seneste innlegg",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/nl/admin/settings/reputation.json b/public/language/nl/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/nl/admin/settings/reputation.json
+++ b/public/language/nl/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/nl/flags.json b/public/language/nl/flags.json
index 3d71195cbf..13a6824ab1 100644
--- a/public/language/nl/flags.json
+++ b/public/language/nl/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk acties",
"bulk-resolve": "Los markering(en) op",
"bulk-success": "%1 markeringen aangepast",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/nl/global.json b/public/language/nl/global.json
index 11e43a68b0..16de8cfe8e 100644
--- a/public/language/nl/global.json
+++ b/public/language/nl/global.json
@@ -23,7 +23,7 @@
"close": "Sluiten",
"pagination": "Paginering",
"pagination.out_of": "%1 van %2",
- "pagination.enter_index": "Vul index in",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Beheer",
"header.categories": "Categorieën",
"header.recent": "Recent",
diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json
index 70eabc5866..105660390d 100644
--- a/public/language/nl/topic.json
+++ b/public/language/nl/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 eerder",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/pl/admin/settings/reputation.json b/public/language/pl/admin/settings/reputation.json
index 54e1d91e94..a65817a49e 100644
--- a/public/language/pl/admin/settings/reputation.json
+++ b/public/language/pl/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maksymalna ilość razy coś może być oflagowane",
"flags.limit-per-target-placeholder": "Domyślnie: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/pl/flags.json b/public/language/pl/flags.json
index 6f839ae281..d77f0a3855 100644
--- a/public/language/pl/flags.json
+++ b/public/language/pl/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Oznacz flagi jako rozwiązane",
"bulk-success": "Zaktualizowano %1 flag",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/pl/global.json b/public/language/pl/global.json
index 7d741ff85a..4a096c650b 100644
--- a/public/language/pl/global.json
+++ b/public/language/pl/global.json
@@ -23,7 +23,7 @@
"close": "Zamknij",
"pagination": "Numerowanie stron",
"pagination.out_of": "%1 z %2",
- "pagination.enter_index": "Wpisz indeks.",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Administracja",
"header.categories": "Kategorie",
"header.recent": "Ostatnie",
diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json
index cf20f58725..1eaedfba9e 100644
--- a/public/language/pl/topic.json
+++ b/public/language/pl/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 wcześniej",
"first-post": "Pierwszy post",
"last-post": "Ostatni post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Wyślij szybką odpowiedź"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/settings/reputation.json b/public/language/pt-BR/admin/settings/reputation.json
index 899ee2bc3d..0552beb9e4 100644
--- a/public/language/pt-BR/admin/settings/reputation.json
+++ b/public/language/pt-BR/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Número máximo de vezes que algo pode ser sinalizado",
"flags.limit-per-target-placeholder": "Padrão: 0",
"flags.limit-per-target-help": "Quando uma postagem ou usuário é sinalizado várias vezes, cada sinalizador adicional é considerado uma 'reportagem' e adicionado ao sinalizador original. Defina esta opção com um número diferente de zero para limitar o número de relatórios que um item pode receber.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Resolver automaticamente todos os tickets de um usuário quando eles são banidos"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/flags.json b/public/language/pt-BR/flags.json
index 384d25e9e9..1214ed10f4 100644
--- a/public/language/pt-BR/flags.json
+++ b/public/language/pt-BR/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Ações em Massa",
"bulk-resolve": "Resolver Sinalização(ões)",
"bulk-success": "%1 sinalizações atualizadas",
- "flagged-timeago-readable": "Sinalizado (%2)"
+ "flagged-timeago-readable": "Sinalizado (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/pt-BR/global.json b/public/language/pt-BR/global.json
index 0924675e72..642255b20d 100644
--- a/public/language/pt-BR/global.json
+++ b/public/language/pt-BR/global.json
@@ -23,7 +23,7 @@
"close": "Fechar",
"pagination": "Paginação",
"pagination.out_of": "%1 de %2",
- "pagination.enter_index": "Digite o índice",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Categorias",
"header.recent": "Recente",
diff --git a/public/language/pt-BR/topic.json b/public/language/pt-BR/topic.json
index 486474c98e..25f9f9c7e9 100644
--- a/public/language/pt-BR/topic.json
+++ b/public/language/pt-BR/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 mais cedo",
"first-post": "Primeiro post",
"last-post": "Último post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/pt-PT/admin/settings/reputation.json b/public/language/pt-PT/admin/settings/reputation.json
index 9f3e5c574d..405de4308c 100644
--- a/public/language/pt-PT/admin/settings/reputation.json
+++ b/public/language/pt-PT/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/pt-PT/flags.json b/public/language/pt-PT/flags.json
index 4b079856c1..539e95df51 100644
--- a/public/language/pt-PT/flags.json
+++ b/public/language/pt-PT/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/pt-PT/global.json b/public/language/pt-PT/global.json
index ec4d7699f3..1fa4b002ae 100644
--- a/public/language/pt-PT/global.json
+++ b/public/language/pt-PT/global.json
@@ -23,7 +23,7 @@
"close": "Fechar",
"pagination": "Paginação",
"pagination.out_of": "%1 de %2",
- "pagination.enter_index": "Introduz o index",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Administrador",
"header.categories": "Categorias",
"header.recent": "Recentes",
diff --git a/public/language/pt-PT/topic.json b/public/language/pt-PT/topic.json
index 4431773b6f..8ef50f4130 100644
--- a/public/language/pt-PT/topic.json
+++ b/public/language/pt-PT/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 antes",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/ro/admin/settings/reputation.json b/public/language/ro/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/ro/admin/settings/reputation.json
+++ b/public/language/ro/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/ro/flags.json b/public/language/ro/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/ro/flags.json
+++ b/public/language/ro/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/ro/global.json b/public/language/ro/global.json
index 18001ec1cf..ebfa75e87f 100644
--- a/public/language/ro/global.json
+++ b/public/language/ro/global.json
@@ -23,7 +23,7 @@
"close": "Închide",
"pagination": "Paginație",
"pagination.out_of": "%1 din %2",
- "pagination.enter_index": "Introdu index",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Categorii",
"header.recent": "Recente",
diff --git a/public/language/ro/topic.json b/public/language/ro/topic.json
index 7cc9fad6de..a662b40186 100644
--- a/public/language/ro/topic.json
+++ b/public/language/ro/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/ru/admin/settings/reputation.json b/public/language/ru/admin/settings/reputation.json
index d4009c88a7..759f8aa85f 100644
--- a/public/language/ru/admin/settings/reputation.json
+++ b/public/language/ru/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/ru/flags.json b/public/language/ru/flags.json
index 65aaf52f0d..10f749084a 100644
--- a/public/language/ru/flags.json
+++ b/public/language/ru/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Жалоба %1 обновлена",
"bulk-resolve": "Решить жалобы",
"bulk-success": "Жалоба %1 обновлена",
- "flagged-timeago-readable": "Получена жалоба (%2)"
+ "flagged-timeago-readable": "Получена жалоба (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/ru/global.json b/public/language/ru/global.json
index 3ac793b3bf..7cce07e5fe 100644
--- a/public/language/ru/global.json
+++ b/public/language/ru/global.json
@@ -23,7 +23,7 @@
"close": "Закрыть",
"pagination": "Разбивка на страницы",
"pagination.out_of": "%1 из %2",
- "pagination.enter_index": "Перейти на...",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Админка",
"header.categories": "Категории",
"header.recent": "Последние",
diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json
index c000f9b989..9f1f2b1df2 100644
--- a/public/language/ru/topic.json
+++ b/public/language/ru/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "на %1 раньше",
"first-post": "Первое сообщение",
"last-post": "Последнее сообщение",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/rw/admin/settings/reputation.json b/public/language/rw/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/rw/admin/settings/reputation.json
+++ b/public/language/rw/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/rw/flags.json b/public/language/rw/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/rw/flags.json
+++ b/public/language/rw/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/rw/global.json b/public/language/rw/global.json
index 532188b2d3..8416897c52 100644
--- a/public/language/rw/global.json
+++ b/public/language/rw/global.json
@@ -23,7 +23,7 @@
"close": "Funga",
"pagination": "Umubare wa Paji",
"pagination.out_of": "%1 muri %2",
- "pagination.enter_index": "Shyiramo umubare",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Ubuyobozi",
"header.categories": "Ibyiciro",
"header.recent": "Ibiheruka",
diff --git a/public/language/rw/topic.json b/public/language/rw/topic.json
index eb1f7844d7..31e8bc72ae 100644
--- a/public/language/rw/topic.json
+++ b/public/language/rw/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/sc/admin/settings/reputation.json b/public/language/sc/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/sc/admin/settings/reputation.json
+++ b/public/language/sc/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/sc/flags.json b/public/language/sc/flags.json
index 5bd46b6b1d..d526bd6e25 100644
--- a/public/language/sc/flags.json
+++ b/public/language/sc/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/sc/global.json b/public/language/sc/global.json
index 43c0fd3a9b..2fe64fec86 100644
--- a/public/language/sc/global.json
+++ b/public/language/sc/global.json
@@ -23,7 +23,7 @@
"close": "Serra",
"pagination": "Paginatzione",
"pagination.out_of": "%1 out of %2",
- "pagination.enter_index": "Enter index",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Amministradore",
"header.categories": "Categories",
"header.recent": "Ùrtimos",
diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json
index e39101a711..e72421f966 100644
--- a/public/language/sc/topic.json
+++ b/public/language/sc/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/sk/admin/settings/reputation.json b/public/language/sk/admin/settings/reputation.json
index d2d6aceee5..43e90652b2 100644
--- a/public/language/sk/admin/settings/reputation.json
+++ b/public/language/sk/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/sk/flags.json b/public/language/sk/flags.json
index 04cacea621..da3d661ce0 100644
--- a/public/language/sk/flags.json
+++ b/public/language/sk/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/sk/global.json b/public/language/sk/global.json
index d3a468c8c1..06ee020b42 100644
--- a/public/language/sk/global.json
+++ b/public/language/sk/global.json
@@ -23,7 +23,7 @@
"close": "Zatvoriť",
"pagination": "Stránkovanie",
"pagination.out_of": "%1 z %2",
- "pagination.enter_index": "Zadajte záznam",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Správca",
"header.categories": "Kategórie",
"header.recent": "Nedávne",
diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json
index 6ca052381d..991af9c827 100644
--- a/public/language/sk/topic.json
+++ b/public/language/sk/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/sl/admin/settings/reputation.json b/public/language/sl/admin/settings/reputation.json
index a943374890..63ee9e2fac 100644
--- a/public/language/sl/admin/settings/reputation.json
+++ b/public/language/sl/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Največkrat, ko je mogoče nekaj označiti z zastavico",
"flags.limit-per-target-placeholder": "Privzeto: 0",
"flags.limit-per-target-help": "Ko je objava ali uporabnik večkrat označen z zastavico, se vsaka dodatna zastavica šteje za & quot;poročilo" in dodana prvotni zastavici. To možnost nastavite na število, različno od nič, da omejite število poročil, ki jih element lahko prejme.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/sl/flags.json b/public/language/sl/flags.json
index be4fdfcc04..0af336e234 100644
--- a/public/language/sl/flags.json
+++ b/public/language/sl/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/sl/global.json b/public/language/sl/global.json
index 28006cfc21..ebea071723 100644
--- a/public/language/sl/global.json
+++ b/public/language/sl/global.json
@@ -23,7 +23,7 @@
"close": "Zapri",
"pagination": "Oštevilčenje strani",
"pagination.out_of": "%1 od %2",
- "pagination.enter_index": "Vnesi številko",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Skrbnik",
"header.categories": "Kategorije",
"header.recent": "Nedavno",
diff --git a/public/language/sl/topic.json b/public/language/sl/topic.json
index 416dba9af3..403fef6f9e 100644
--- a/public/language/sl/topic.json
+++ b/public/language/sl/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "Prva objava",
"last-post": "Zadnja obava",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Objavi hitri odgovor"
}
\ No newline at end of file
diff --git a/public/language/sr/admin/settings/reputation.json b/public/language/sr/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/sr/admin/settings/reputation.json
+++ b/public/language/sr/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/sr/email.json b/public/language/sr/email.json
index 3818787c48..44c271e691 100644
--- a/public/language/sr/email.json
+++ b/public/language/sr/email.json
@@ -48,8 +48,8 @@
"unsub.cta": "Кликните овде да измените та подешавања",
"unsubscribe": "одјава",
"unsub.success": "Више нећете примати е-пошту са листе слања %1",
- "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 your user settings.
(error: %1)",
+ "unsub.failure.title": "Није могуће одјавити се",
+ "unsub.failure.message": "Нажалост, нисмо били у могућности да вас одјавимо са листе за слање јер је дошло до проблема са везом. Међутим, можете да промените подешавања е-поште тако што ћете отићи на ваша корисничка подешавања.
(грешка: %1)",
"banned.subject": "Забрањени сте на %1",
"banned.text1": "Корисник %1 је забрањен на %2.",
"banned.text2": "Ова забрана ће трајати до %1.",
diff --git a/public/language/sr/error.json b/public/language/sr/error.json
index d494422c2e..e31248f427 100644
--- a/public/language/sr/error.json
+++ b/public/language/sr/error.json
@@ -1,8 +1,8 @@
{
"invalid-data": "Неисправни подаци",
"invalid-json": "Неважећи 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": "Очекивана је вредност типа %3 за својство %1, али је уместо тога примљен %2",
+ "required-parameters-missing": "Недостајали су обавезни параметри у овом API позиву: %1",
"not-logged-in": "Изгледа да нисте пријављени.",
"account-locked": "Ваш налог је привремено закључан",
"search-requires-login": "Претраживање захтева налог — пријавите се или се региструјте.",
@@ -10,8 +10,8 @@
"invalid-cid": "Неисправан ID категорије",
"invalid-tid": "Неисправан ID теме",
"invalid-pid": "Неисправан ID поруке",
- "invalid-uid": "Неисправан ИД корисника",
- "invalid-mid": "Invalid Chat Message ID",
+ "invalid-uid": "Неисправан ID корисника",
+ "invalid-mid": "Неисправан ID поруке ћаскања",
"invalid-date": "Мора се навести важећи датум",
"invalid-username": "Неисправно корисничко име",
"invalid-email": "Неисправна е-пошта",
diff --git a/public/language/sr/flags.json b/public/language/sr/flags.json
index 98a13227ee..ff16824539 100644
--- a/public/language/sr/flags.json
+++ b/public/language/sr/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Масовне радње",
"bulk-resolve": "Реши заставицу/е",
"bulk-success": "Ажурираних заставица: %1",
- "flagged-timeago-readable": "Означено заставицом (%2)"
+ "flagged-timeago-readable": "Означено заставицом (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/sr/global.json b/public/language/sr/global.json
index c6073e81fd..7da7113606 100644
--- a/public/language/sr/global.json
+++ b/public/language/sr/global.json
@@ -23,7 +23,7 @@
"close": "Затвори",
"pagination": "Нумерисање страница",
"pagination.out_of": "%1 од %2",
- "pagination.enter_index": "Унесите индекс",
+ "pagination.enter_index": "Иди на индекс порука",
"header.admin": "Админ",
"header.categories": "Категорије",
"header.recent": "Недавно",
@@ -56,7 +56,7 @@
"posts": "Поруке",
"x-posts": "%1 поруке/а",
"best": "Најбоље",
- "controversial": "Controversial",
+ "controversial": "Спорно",
"votes": "Гласови",
"x-votes": "%1 гласа/ова",
"voters": "Гласачи",
diff --git a/public/language/sr/modules.json b/public/language/sr/modules.json
index 44cd5b6b33..723d3f9134 100644
--- a/public/language/sr/modules.json
+++ b/public/language/sr/modules.json
@@ -1,6 +1,6 @@
{
"chat.chatting_with": "Ћаскај са",
- "chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
+ "chat.placeholder": "Укуцајте поруку ћаскања овде, превуците и отпустите слике, притисните enter за слање",
"chat.scroll-up-alert": "Гледате старије поруке, кликните овде да бисте прешли на најновију поруку.",
"chat.send": "Пошаљи",
"chat.no_active": "Нема активних ћаскања.",
diff --git a/public/language/sr/pages.json b/public/language/sr/pages.json
index ba4f3c4873..74d8adb262 100644
--- a/public/language/sr/pages.json
+++ b/public/language/sr/pages.json
@@ -54,7 +54,7 @@
"account/upvoted": "Поруке које је гласао %1",
"account/downvoted": "Поруке које је негативно гласао %1",
"account/best": "Најбоље поруке од %1",
- "account/controversial": "Controversial posts made by %1",
+ "account/controversial": "Спорне поруке од %1",
"account/blocks": "Корисници које је блокирао %1",
"account/uploads": "Отпремио %1",
"account/sessions": "Сесије пријављивања",
diff --git a/public/language/sr/topic.json b/public/language/sr/topic.json
index 6de9356949..2bfd1fe812 100644
--- a/public/language/sr/topic.json
+++ b/public/language/sr/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 раније",
"first-post": "Прва порука",
"last-post": "Последња порука",
+ "go-to-my-next-post": "Иди на моју следећу поруку",
+ "no-more-next-post": "Немате више порука у овој теми",
"post-quick-reply": "Објави брзи одговор"
}
\ No newline at end of file
diff --git a/public/language/sr/user.json b/public/language/sr/user.json
index 1920e715d4..6b653744af 100644
--- a/public/language/sr/user.json
+++ b/public/language/sr/user.json
@@ -105,7 +105,7 @@
"has_no_ignored_topics": "Овај корисник још није игнорисао ниједну тему.",
"has_no_upvoted_posts": "Овај корисник још увек није гласао за неку поруку.",
"has_no_downvoted_posts": "Овај корисник још увек није негативно гласао за неку поруку.",
- "has_no_controversial_posts": "This user does not have any downvoted posts yet.",
+ "has_no_controversial_posts": "Овај корисник још увек нема ниједну поруку за коју се негативно гласало.",
"has_no_blocks": "Нисте блокирали ниједног корисника",
"email_hidden": "Скривена е-пошта",
"hidden": "скривена",
@@ -184,7 +184,7 @@
"consent.export_posts": "Извези поруке (.csv)",
"consent.export-posts-success": "Извоз порука, добићете обавештење након завршетка.",
"emailUpdate.intro": "Унесите своју адресу е-поште испод. Овај форум користи вашу адресу е-поште за планирано слање сажетка и обавештења, као и за опоравак налога у случају изгубљене лозинке.",
- "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
+ "emailUpdate.optional": "Ово поље је опционо. Нисте обавезни да наведете своју адресу е-поште, али без ваљане е-поште нећете моћи да вратите свој налог или да се пријавите помоћу своје е-поште.",
"emailUpdate.required": "Ово поље је обавезно.",
"emailUpdate.change-instructions": "На унету адресу е-поште биће послата потврдна порука са јединственом везом. Приступ тој вези потврдиће ваше власништво над адресом е-поште и она ће постати активна на вашем налогу. У било ком тренутку можете да ажурирате своју е-пошту на страници налога."
}
\ No newline at end of file
diff --git a/public/language/sr/users.json b/public/language/sr/users.json
index 45d8f58fd8..96f579342d 100644
--- a/public/language/sr/users.json
+++ b/public/language/sr/users.json
@@ -5,7 +5,7 @@
"most_flags": "Најчешће означени заставицом",
"search": "Претрага",
"enter_username": "Унесите корисничко име за претрагу",
- "search-user-for-chat": "Search a user to start chat",
+ "search-user-for-chat": "Претражите корисника да бисте започели ћаскање",
"load_more": "Учитај више",
"users-found-search-took": "Нађено је %1 корисника! Претрага је завршена за %2 секунде.",
"filter-by": "Филтрирај према",
diff --git a/public/language/sv/admin/settings/reputation.json b/public/language/sv/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/sv/admin/settings/reputation.json
+++ b/public/language/sv/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/sv/flags.json b/public/language/sv/flags.json
index 4d43dfb81a..71edce8b12 100644
--- a/public/language/sv/flags.json
+++ b/public/language/sv/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/sv/global.json b/public/language/sv/global.json
index f14fe0afbd..b030cada5d 100644
--- a/public/language/sv/global.json
+++ b/public/language/sv/global.json
@@ -23,7 +23,7 @@
"close": "Stäng",
"pagination": "Siduppdelning",
"pagination.out_of": "%1 av %2",
- "pagination.enter_index": "Skriv in index ",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Admin",
"header.categories": "Kategorier",
"header.recent": "Senaste",
diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json
index a363d87bde..b04019a686 100644
--- a/public/language/sv/topic.json
+++ b/public/language/sv/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 tidigare",
"first-post": "Första inlägget",
"last-post": "Sista inlägget",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Gör ett snabbsvar"
}
\ No newline at end of file
diff --git a/public/language/th/admin/settings/reputation.json b/public/language/th/admin/settings/reputation.json
index 7cfa636521..8ea8cda4c1 100644
--- a/public/language/th/admin/settings/reputation.json
+++ b/public/language/th/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/th/flags.json b/public/language/th/flags.json
index b6e68f46bd..75a6ec9d3e 100644
--- a/public/language/th/flags.json
+++ b/public/language/th/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/th/global.json b/public/language/th/global.json
index 8b8bd12fd1..21cad1c9c3 100644
--- a/public/language/th/global.json
+++ b/public/language/th/global.json
@@ -23,7 +23,7 @@
"close": "ปิด",
"pagination": "การแบ่งหน้า",
"pagination.out_of": "%1 จาก %2",
- "pagination.enter_index": "กรอกหมายเลข",
+ "pagination.enter_index": "Go to post index",
"header.admin": "ผู้ดูแลระบบ",
"header.categories": "หมวดหมู่",
"header.recent": "ล่าสุด",
diff --git a/public/language/th/topic.json b/public/language/th/topic.json
index f2650c2f71..d73a99bc3b 100644
--- a/public/language/th/topic.json
+++ b/public/language/th/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 earlier",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/settings/reputation.json b/public/language/tr/admin/settings/reputation.json
index cf5c2af702..ea7475be6f 100644
--- a/public/language/tr/admin/settings/reputation.json
+++ b/public/language/tr/admin/settings/reputation.json
@@ -4,19 +4,20 @@
"disable-down-voting": "Eksi Oyu Devre Dışı Bırak",
"votes-are-public": "Tüm Oylar Herkese Açık",
"thresholds": "Etkinlik Eşikleri",
- "min-rep-downvote": "Eksilenen iletiler için minimum itibar",
+ "min-rep-downvote": "Eksilenen iletiler için gereken minimum itibar",
"downvotes-per-day": "Eksi oy günlük limiti (sınırsız eksi oy için 0 giriniz)",
"downvotes-per-user-per-day": "Aynı kişiye verilecek eksi oy günlük limiti (sınırsız eksi oy için 0 giriniz)",
- "min-rep-flag": "Bayraklı iletiler için minimum itibar",
- "min-rep-website": "Kullanıcı profiline \"Web Sitesi\" eklemek için gerekli asgari itibar",
- "min-rep-aboutme": "Kullanıcı profiline \"Hakkımda\" eklemek için gereken asgari itibar",
- "min-rep-signature": "Kullanıcı profiline \"İmza\" eklemek için gerekli asgari itibar",
- "min-rep-profile-picture": "Kullanıcı profiline \"Profil Resmi\" eklemek için gerekli asgari itibar",
- "min-rep-cover-picture": "Kullanıcı profiline \"Kapak Resmi\" eklemek için gerekli asgari itibar",
+ "min-rep-flag": "İletileri şikayet etmek için gerekli minimum itibar",
+ "min-rep-website": "Kullanıcı profiline \"Web Sitesi\" eklemek için gerekli minimum itibar",
+ "min-rep-aboutme": "Kullanıcı profiline \"Hakkımda\" eklemek için gereken minimum itibar",
+ "min-rep-signature": "Kullanıcı profiline \"İmza\" eklemek için gerekli minimum itibar",
+ "min-rep-profile-picture": "Kullanıcı profiline \"Profil Resmi\" eklemek için gerekli minimum itibar",
+ "min-rep-cover-picture": "Kullanıcı profiline \"Kapak Resmi\" eklemek için gerekli minimum itibar",
"flags": "Şikayet Ayarları",
"flags.limit-per-target": "Maksimum şikayet edilme sayısı",
"flags.limit-per-target-placeholder": "Varsayılan: 0",
- "flags.limit-per-target-help": "Bir gönderi veya kullanıcı birden çok kez işaretlendiğinde, her ek işaret bir \"rapor\" olarak kabul edilir ve orijinal bayrağa eklenir. Bir öğenin alabileceği rapor sayısını sınırlamak için bu seçeneği sıfırdan farklı bir sayıya ayarlayın.",
+ "flags.limit-per-target-help": "Bir gönderi veya kullanıcı birden çok kez şikayet edildiğinde, her ek şikayet bir \"rapor\" olarak kabul edilir ve orijinal şikayete eklenir. Bir öğenin alabileceği rapor sayısını sınırlamak için bu seçeneği sıfırdan farklı bir sayıya ayarlayın.",
+ "flags.auto-flag-on-downvote-threshold": "Bir iletinin otomatik olarak raporlanması için alması gereken eksi oy sayısı ( Otomatik şikayet özelliğini iptal etmek için buraya 0 giriniz, varsayılan: 0)",
"flags.auto-resolve-on-ban": "Bir kullanıcı forumdan yasaklandığında otomatik olarak şikayetlerini çözülmüş say"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/settings/uploads.json b/public/language/tr/admin/settings/uploads.json
index b5f75b4b3f..fb86843457 100644
--- a/public/language/tr/admin/settings/uploads.json
+++ b/public/language/tr/admin/settings/uploads.json
@@ -2,7 +2,7 @@
"posts": "İletiler",
"private": "Yüklenen dosyaları gizli yap",
"strip-exif-data": "EXIF bilgilerini sil",
- "preserve-orphaned-uploads": "Keep uploaded files on disk after a post is purged",
+ "preserve-orphaned-uploads": "Bir ileti kaldırıldıktan sonra yüklenilen dosyaları diskte bırak",
"private-extensions": "Gizli yapılacak dosya uzantıları",
"private-uploads-extensions-help": "Buraya gizli yapılacak dosya uzantıları listesini virgülle ayırarak giriniz. (ör. pdf,xls,doc). Boş bırakmak, tüm dosyaların gizli olacağı anlamına gelir.",
"resize-image-width-threshold": "Belirtilen genişlikten daha genişse görüntüleri yeniden boyutlandırın",
diff --git a/public/language/tr/flags.json b/public/language/tr/flags.json
index b8a15ca0ed..f73e3e8c50 100644
--- a/public/language/tr/flags.json
+++ b/public/language/tr/flags.json
@@ -1,8 +1,8 @@
{
- "state": "Bildiri",
+ "state": "Durum",
"reports": "Raporlar",
"first-reported": "İlk rapor tarihi",
- "no-flags": "Yaşasın! Şikayet bulunamadı.",
+ "no-flags": "Yaşasın! Hiçbir şikayet bulunamadı.",
"assignee": "Vekil",
"update": "Güncelle",
"updated": "Güncellendi",
@@ -10,24 +10,24 @@
"target-purged": "Şikayet edilen içerik temizlendi ve artık mevcut değil.",
"graph-label": "Günlük Şikayetler",
- "quick-filters": "Akıllı Filtre",
+ "quick-filters": "Hızlı Filtre",
"filter-active": "Şikayetler listesinde etkin olan bir veya daha fazla filtre var",
"filter-reset": "Filtreleri Kaldır",
- "filters": "Filtre Ayarı",
+ "filters": "Filtre Ayarları",
"filter-reporterId": "Muhabir UID",
- "filter-targetUid": "Bayraklanan UID",
+ "filter-targetUid": "Şikayet UID",
"filter-type": "Şikayet Tipi",
"filter-type-all": "Bütün İçerik",
"filter-type-post": "İleti",
"filter-type-user": "Kullanıcı",
- "filter-state": "Bildiri",
+ "filter-state": "Durum",
"filter-assignee": "Vekil UID",
"filter-cid": "Kategori",
- "filter-quick-mine": "Vekil atandı",
+ "filter-quick-mine": "Kendime atananlar",
"filter-cid-all": "Tüm kategoriler",
- "apply-filters": "Filtreleri Onayla",
+ "apply-filters": "Filtreleri Uygula",
"more-filters": "Daha Fazla Filtre",
- "fewer-filters": "Daha az filtre",
+ "fewer-filters": "Daha Az Filtre",
"quick-actions": "Hızlı Eylemler",
"flagged-user": "Şikayet Edilen Kullanıcı",
@@ -42,7 +42,7 @@
"user-view": "Profili Gör",
"user-edit": "Profili Düzenle",
- "notes": "Şikayet Notu",
+ "notes": "Şikayet Notları",
"add-note": "Not Ekle",
"no-notes": "Not paylaşılmadı",
"delete-note-confirm": "Bu şikayet notunu silmek istediğinize emin misiniz?",
@@ -52,9 +52,9 @@
"history": "Hesap & Şikayet Geçmişi",
"no-history": "Şikayet geçmişi yok",
- "state-all": "Bütün Bildiriler",
+ "state-all": "Tüm Durumlar",
"state-open": "Yeni/Açık",
- "state-wip": "Yapım Aşamasında",
+ "state-wip": "Çözüm Aşamasında",
"state-resolved": "Çözüldü",
"state-rejected": "Reddedildi",
"no-assignee": "Atanmadı",
@@ -74,12 +74,13 @@
"modal-reason-spam": "Gereksiz",
"modal-reason-offensive": "Saldırgan",
"modal-reason-other": "Diğer (aşağıda belirtin)",
- "modal-reason-custom": "Bir içeriği bildirme nedeni...",
+ "modal-reason-custom": "Bu içeriği rapor etme nedeni...",
"modal-submit": "Raporu Gönder",
"modal-submit-success": "İçerik, denetlemesi için şikayet edildi.",
"bulk-actions": "Toplu Aksiyonlar",
"bulk-resolve": "Şikayetleri Çözümle",
"bulk-success": "%1 şikayet güncellendi",
- "flagged-timeago-readable": "Bayraklandı (%2)"
+ "flagged-timeago-readable": "Şikayet Edilme Zamanı (%2)",
+ "auto-flagged": "[Otomatik Şikayet] %1 tane eksi oy aldı."
}
\ No newline at end of file
diff --git a/public/language/tr/global.json b/public/language/tr/global.json
index 1e0e42dce3..ec24809b05 100644
--- a/public/language/tr/global.json
+++ b/public/language/tr/global.json
@@ -23,7 +23,7 @@
"close": "Kapat",
"pagination": "Sayfalara numara koyma",
"pagination.out_of": "%1 - %2",
- "pagination.enter_index": "İndex gir",
+ "pagination.enter_index": "İleti dizinine git",
"header.admin": "Yönetim",
"header.categories": "Kategoriler",
"header.recent": "Güncel",
diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json
index 502360b4b0..47522447ac 100644
--- a/public/language/tr/modules.json
+++ b/public/language/tr/modules.json
@@ -59,7 +59,7 @@
"composer.upload-file": "Dosya Yükle",
"composer.zen_mode": "Tam ekran modu",
"composer.select_category": "Bir kategori seç",
- "composer.textarea.placeholder": "İletinizi buraya giriniz, görselleri sürükleyip bırakabilirsiniz",
+ "composer.textarea.placeholder": "iletinizi buraya giriniz, görselleri sürükleyip bırakabilirsiniz...",
"composer.schedule-for": "Konuyu Zamanla",
"composer.schedule-date": "Tarih",
"composer.schedule-time": "Zaman",
diff --git a/public/language/tr/pages.json b/public/language/tr/pages.json
index 27712bf62c..373aa898cb 100644
--- a/public/language/tr/pages.json
+++ b/public/language/tr/pages.json
@@ -11,7 +11,7 @@
"top-month": "Bu ay en çok oylanan konular",
"top-alltime": "En çok oylanan konular",
"moderator-tools": "Moderatör Araçları",
- "flagged-content": "Bayraklanan İçerik",
+ "flagged-content": "Şikayet Edilen İçerik",
"ip-blacklist": "IP Kara Listesi",
"post-queue": "İleti Kuyruğu",
"users/online": "Çevrimiçi Kullanıcılar",
@@ -33,11 +33,11 @@
"group": "%1 grubu",
"chats": "Sohbetler",
"chat": "%1 ile sohbet",
- "flags": "Bayraklar",
- "flag-details": "Bayrak %1 Detay",
+ "flags": "Şikayetler",
+ "flag-details": "%1 Nolu Şikayet Detayları",
"account/edit": "\"%1\" düzenleniyor",
- "account/edit/password": "\"%1\" parolayı düzenliyor",
- "account/edit/username": "\"%1\" kullanıcı adını düzenliyor",
+ "account/edit/password": "\"%1\" parolası düzenleniyor",
+ "account/edit/username": "\"%1\" kullanıcı adı düzenleniyor",
"account/edit/email": "\"%1\" e-posta adresini düzenliyor",
"account/info": "Hesap Hakkında",
"account/following": "%1 tarafından takip edilenler",
diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json
index df15194719..7ff3c8239e 100644
--- a/public/language/tr/topic.json
+++ b/public/language/tr/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 önce",
"first-post": "İlk ileti",
"last-post": "Son ileti",
+ "go-to-my-next-post": "Diğer iletime git",
+ "no-more-next-post": "Bu başlıkta başka bir iletiniz bulunmamaktadır.",
"post-quick-reply": "Hızlı yanıt gönder"
}
\ No newline at end of file
diff --git a/public/language/uk/admin/settings/reputation.json b/public/language/uk/admin/settings/reputation.json
index 71f818b4fb..6352c1a71b 100644
--- a/public/language/uk/admin/settings/reputation.json
+++ b/public/language/uk/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/uk/flags.json b/public/language/uk/flags.json
index 44502005fc..5c9b45754e 100644
--- a/public/language/uk/flags.json
+++ b/public/language/uk/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/uk/global.json b/public/language/uk/global.json
index 42601de5db..4bc5e4d55e 100644
--- a/public/language/uk/global.json
+++ b/public/language/uk/global.json
@@ -23,7 +23,7 @@
"close": "Закрити",
"pagination": "Розбиття на сторінки",
"pagination.out_of": "%1 із %2",
- "pagination.enter_index": "Уведіть номер",
+ "pagination.enter_index": "Go to post index",
"header.admin": "Адмін",
"header.categories": "Категорії",
"header.recent": "Недавні",
diff --git a/public/language/uk/topic.json b/public/language/uk/topic.json
index bfa9de865b..149f97f45b 100644
--- a/public/language/uk/topic.json
+++ b/public/language/uk/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 раніше",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/vi/admin/settings/reputation.json b/public/language/vi/admin/settings/reputation.json
index 11dc30c0b9..25fffbeee2 100644
--- a/public/language/vi/admin/settings/reputation.json
+++ b/public/language/vi/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Số lần tối đa nội dung nào đó có thể được gắn cờ",
"flags.limit-per-target-placeholder": "Mặc định: 0",
"flags.limit-per-target-help": "Khi một bài đăng hoặc người dùng bị gắn cờ nhiều lần, mỗi cờ bổ sung được coi là một "báo cáo" và được thêm vào cờ gốc. Đặt tùy chọn này thành một số khác 0 để giới hạn số lượng báo cáo mà một mục có thể nhận được.",
+ "flags.auto-flag-on-downvote-threshold": "Số phiếu phản đối cho các bài đăng tự động gắn cờ (Đặt thành 0 để tắt, mặc định: 0)",
"flags.auto-resolve-on-ban": "Tự động giải quyết tất cả các vé của người dùng khi họ bị cấm"
}
\ No newline at end of file
diff --git a/public/language/vi/admin/settings/uploads.json b/public/language/vi/admin/settings/uploads.json
index f22d0b3b53..7a8fadf405 100644
--- a/public/language/vi/admin/settings/uploads.json
+++ b/public/language/vi/admin/settings/uploads.json
@@ -2,7 +2,7 @@
"posts": "Bài Đăng",
"private": "Đặt tệp tải lên ở chế độ riêng tư",
"strip-exif-data": "Tách Dữ Liệu EXIF",
- "preserve-orphaned-uploads": "Keep uploaded files on disk after a post is purged",
+ "preserve-orphaned-uploads": "Giữ các tệp đã tải lên trên đĩa sau khi bài đăng được xóa",
"private-extensions": "Phần mở rộng tệp để đặt ở chế độ riêng tư",
"private-uploads-extensions-help": "Nhập danh sách phần mở rộng tệp tại đây phân tách bằng dấu phẩy để đặt ở chế độ riêng tư (VD: pdf,xls,doc). Để trống có nghĩa là mọi tệp đều riêng tư.",
"resize-image-width-threshold": "Chỉnh kích cỡ ảnh nếu chúng rộng hơn chiều rộng đã đặt",
diff --git a/public/language/vi/flags.json b/public/language/vi/flags.json
index 06584c9437..01aebe5abb 100644
--- a/public/language/vi/flags.json
+++ b/public/language/vi/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Hành động hàng loạt",
"bulk-resolve": "Xử Lý Cờ",
"bulk-success": "%1 cờ đã cập nhật",
- "flagged-timeago-readable": "Đã Gắn Cờ (%2)"
+ "flagged-timeago-readable": "Đã Gắn Cờ (%2)",
+ "auto-flagged": "[Tự động được gắn cờ] Đã nhận được %1 phiếu phản đối."
}
\ No newline at end of file
diff --git a/public/language/vi/global.json b/public/language/vi/global.json
index bc9a48332a..ddce58282d 100644
--- a/public/language/vi/global.json
+++ b/public/language/vi/global.json
@@ -23,7 +23,7 @@
"close": "Đóng",
"pagination": "Phân trang",
"pagination.out_of": "%1 trong số %2",
- "pagination.enter_index": "Nhập chỉ mục",
+ "pagination.enter_index": "Đi đến chỉ mục bài đăng",
"header.admin": "Quản trị viên",
"header.categories": "Chuyên mục",
"header.recent": "Gần đây",
diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json
index 51babdd1b6..93da4be69f 100644
--- a/public/language/vi/topic.json
+++ b/public/language/vi/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 trước đó",
"first-post": "Bài viết đầu tiên",
"last-post": "Bài viết cuối cùng",
+ "go-to-my-next-post": "Đi tới bài kế tiếp của tôi",
+ "no-more-next-post": "Bạn không có bài viết nào khác trong chủ đề này",
"post-quick-reply": "Đăng trả lời nhanh"
}
\ No newline at end of file
diff --git a/public/language/zh-CN/admin/settings/reputation.json b/public/language/zh-CN/admin/settings/reputation.json
index 787a68b329..19e18bb346 100644
--- a/public/language/zh-CN/admin/settings/reputation.json
+++ b/public/language/zh-CN/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "可以举报某事物的最大次数",
"flags.limit-per-target-placeholder": "默认:0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/zh-CN/flags.json b/public/language/zh-CN/flags.json
index 239d3c1341..9192a787b5 100644
--- a/public/language/zh-CN/flags.json
+++ b/public/language/zh-CN/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "批量操作",
"bulk-resolve": "处理举报",
"bulk-success": "已更新%1个举报",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/zh-CN/global.json b/public/language/zh-CN/global.json
index 1ac52ce361..26ecd2cd89 100644
--- a/public/language/zh-CN/global.json
+++ b/public/language/zh-CN/global.json
@@ -23,7 +23,7 @@
"close": "关闭",
"pagination": "分页",
"pagination.out_of": "%1 / %2",
- "pagination.enter_index": "输入索引",
+ "pagination.enter_index": "Go to post index",
"header.admin": "管理",
"header.categories": "版块",
"header.recent": "最新",
diff --git a/public/language/zh-CN/topic.json b/public/language/zh-CN/topic.json
index 979923debc..f16405fdd3 100644
--- a/public/language/zh-CN/topic.json
+++ b/public/language/zh-CN/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 前",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/language/zh-TW/admin/settings/reputation.json b/public/language/zh-TW/admin/settings/reputation.json
index a4062986c4..aa6311ddd0 100644
--- a/public/language/zh-TW/admin/settings/reputation.json
+++ b/public/language/zh-TW/admin/settings/reputation.json
@@ -18,5 +18,6 @@
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target-placeholder": "Default: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
+ "flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
}
\ No newline at end of file
diff --git a/public/language/zh-TW/flags.json b/public/language/zh-TW/flags.json
index 8a647731db..5c1dcc6cf4 100644
--- a/public/language/zh-TW/flags.json
+++ b/public/language/zh-TW/flags.json
@@ -81,5 +81,6 @@
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"bulk-success": "%1 flags updated",
- "flagged-timeago-readable": "Flagged (%2)"
+ "flagged-timeago-readable": "Flagged (%2)",
+ "auto-flagged": "[Auto Flagged] Received %1 downvotes."
}
\ No newline at end of file
diff --git a/public/language/zh-TW/global.json b/public/language/zh-TW/global.json
index 315e195d8b..bc492eda30 100644
--- a/public/language/zh-TW/global.json
+++ b/public/language/zh-TW/global.json
@@ -23,7 +23,7 @@
"close": "關閉",
"pagination": "分頁",
"pagination.out_of": "%1 / %2",
- "pagination.enter_index": "輸入索引",
+ "pagination.enter_index": "Go to post index",
"header.admin": "管理",
"header.categories": "版面",
"header.recent": "最新",
diff --git a/public/language/zh-TW/topic.json b/public/language/zh-TW/topic.json
index cda13ebbb1..513a23dfe5 100644
--- a/public/language/zh-TW/topic.json
+++ b/public/language/zh-TW/topic.json
@@ -181,5 +181,7 @@
"timeago_earlier": "%1 前",
"first-post": "First post",
"last-post": "Last post",
+ "go-to-my-next-post": "Go to my next post",
+ "no-more-next-post": "You don't have more posts in this topic",
"post-quick-reply": "Post quick reply"
}
\ No newline at end of file
diff --git a/public/src/app.js b/public/src/app.js
index 92bdccc1bc..87c8d3ddfc 100644
--- a/public/src/app.js
+++ b/public/src/app.js
@@ -85,11 +85,10 @@ app.flags = {};
'translator',
'messages',
'search',
- 'forum/unread',
'forum/header',
'hooks',
'timeago/jquery.timeago',
- ], function (taskbar, helpers, pagination, translator, messages, search, unread, header, hooks) {
+ ], function (taskbar, helpers, pagination, translator, messages, search, header, hooks) {
header.prepareDOM();
translator.prepareDOM();
taskbar.init();
@@ -97,9 +96,6 @@ app.flags = {};
pagination.init();
search.init();
- if (app.user.uid > 0) {
- unread.initUnreadTopics();
- }
function finishLoad() {
hooks.fire('action:app.load');
messages.show();
diff --git a/public/src/client/account/edit.js b/public/src/client/account/edit.js
index f907e84e63..282f104c5c 100644
--- a/public/src/client/account/edit.js
+++ b/public/src/client/account/edit.js
@@ -16,15 +16,6 @@ define('forum/account/edit', [
$('#submitBtn').on('click', updateProfile);
- app.loadJQueryUI(function () {
- $('#inputBirthday').datepicker({
- changeMonth: true,
- changeYear: true,
- yearRange: '1900:-5y',
- defaultDate: '-13y',
- });
- });
-
if (ajaxify.data.groupTitleArray.length === 1 && ajaxify.data.groupTitleArray[0] === '') {
$('#groupTitle option[value=""]').attr('selected', true);
}
diff --git a/public/src/client/flags/detail.js b/public/src/client/flags/detail.js
index 3eaac8c842..644b7a1c35 100644
--- a/public/src/client/flags/detail.js
+++ b/public/src/client/flags/detail.js
@@ -83,15 +83,15 @@ define('forum/flags/detail', [
break;
case 'delete-post':
- postAction('delete', ajaxify.data.target.pid, ajaxify.data.target.tid);
+ postAction('delete', api.del, `/posts/${ajaxify.data.target.pid}/state`);
break;
case 'purge-post':
- postAction('purge', ajaxify.data.target.pid, ajaxify.data.target.tid);
+ postAction('purge', api.del, `/posts/${ajaxify.data.target.pid}`);
break;
case 'restore-post':
- postAction('restore', ajaxify.data.target.pid, ajaxify.data.target.tid);
+ postAction('restore', api.put, `/posts/${ajaxify.data.target.pid}/state`);
break;
case 'prepare-edit': {
@@ -115,23 +115,14 @@ define('forum/flags/detail', [
});
};
- function postAction(action, pid, tid) {
+ function postAction(action, method, path) {
translator.translate('[[topic:post_' + action + '_confirm]]', function (msg) {
bootbox.confirm(msg, function (confirm) {
if (!confirm) {
return;
}
- socket.emit('posts.' + action, {
- pid: pid,
- tid: tid,
- }, function (err) {
- if (err) {
- alerts.error(err);
- }
-
- ajaxify.refresh();
- });
+ method(path).then(ajaxify.refresh).catch(alerts.error);
});
});
}
diff --git a/public/src/client/header.js b/public/src/client/header.js
index f7537b7021..31de3bc475 100644
--- a/public/src/client/header.js
+++ b/public/src/client/header.js
@@ -1,9 +1,17 @@
'use strict';
-define('forum/header', ['forum/header/notifications', 'forum/header/chat', 'alerts'], function (notifications, chat, alerts) {
+define('forum/header', [
+ 'forum/header/unread',
+ 'forum/header/notifications',
+ 'forum/header/chat',
+ 'alerts',
+], function (unread, notifications, chat, alerts) {
const module = {};
module.prepareDOM = function () {
+ if (app.user.uid > 0) {
+ unread.initUnreadTopics();
+ }
notifications.prepareDOM();
chat.prepareDOM();
handleStatusChange();
diff --git a/public/src/client/header/unread.js b/public/src/client/header/unread.js
new file mode 100644
index 0000000000..40e8e143cf
--- /dev/null
+++ b/public/src/client/header/unread.js
@@ -0,0 +1,96 @@
+'use strict';
+
+define('forum/header/unread', function () {
+ const unread = {};
+ const watchStates = {
+ ignoring: 1,
+ notwatching: 2,
+ watching: 3,
+ };
+
+ unread.initUnreadTopics = function () {
+ const unreadTopics = app.user.unreadData;
+
+ function onNewPost(data) {
+ if (data && data.posts && data.posts.length && unreadTopics) {
+ const post = data.posts[0];
+ if (parseInt(post.uid, 10) === parseInt(app.user.uid, 10) ||
+ (!post.topic.isFollowing && post.categoryWatchState !== watchStates.watching)
+ ) {
+ return;
+ }
+
+ const tid = post.topic.tid;
+ if (!unreadTopics[''][tid] || !unreadTopics.new[tid] ||
+ !unreadTopics.watched[tid] || !unreadTopics.unreplied[tid]) {
+ markTopicsUnread(tid);
+ }
+
+ if (!unreadTopics[''][tid]) {
+ increaseUnreadCount('');
+ unreadTopics[''][tid] = true;
+ }
+ const isNewTopic = post.isMain && parseInt(post.uid, 10) !== parseInt(app.user.uid, 10);
+ if (isNewTopic && !unreadTopics.new[tid]) {
+ increaseUnreadCount('new');
+ unreadTopics.new[tid] = true;
+ }
+ const isUnreplied = parseInt(post.topic.postcount, 10) <= 1;
+ if (isUnreplied && !unreadTopics.unreplied[tid]) {
+ increaseUnreadCount('unreplied');
+ unreadTopics.unreplied[tid] = true;
+ }
+
+ if (post.topic.isFollowing && !unreadTopics.watched[tid]) {
+ increaseUnreadCount('watched');
+ unreadTopics.watched[tid] = true;
+ }
+ }
+ }
+
+ function increaseUnreadCount(filter) {
+ const unreadUrl = '/unread' + (filter ? '?filter=' + filter : '');
+ const newCount = 1 + parseInt($('a[href="' + config.relative_path + unreadUrl + '"].navigation-link i').attr('data-content'), 10);
+ updateUnreadTopicCount(unreadUrl, newCount);
+ }
+
+ function markTopicsUnread(tid) {
+ $('[data-tid="' + tid + '"]').addClass('unread');
+ }
+
+ $(window).on('action:ajaxify.end', function () {
+ if (ajaxify.data.template.topic) {
+ ['', 'new', 'watched', 'unreplied'].forEach(function (filter) {
+ delete unreadTopics[filter][ajaxify.data.tid];
+ });
+ }
+ });
+ socket.removeListener('event:new_post', onNewPost);
+ socket.on('event:new_post', onNewPost);
+
+ socket.removeListener('event:unread.updateCount', updateUnreadCounters);
+ socket.on('event:unread.updateCount', updateUnreadCounters);
+ };
+
+ function updateUnreadCounters(data) {
+ updateUnreadTopicCount('/unread', data.unreadTopicCount);
+ updateUnreadTopicCount('/unread?filter=new', data.unreadNewTopicCount);
+ updateUnreadTopicCount('/unread?filter=watched', data.unreadWatchedTopicCount);
+ updateUnreadTopicCount('/unread?filter=unreplied', data.unreadUnrepliedTopicCount);
+ }
+
+ function updateUnreadTopicCount(url, count) {
+ if (!utils.isNumber(count)) {
+ return;
+ }
+
+ $('a[href="' + config.relative_path + url + '"].navigation-link i')
+ .toggleClass('unread-count', count > 0)
+ .attr('data-content', count > 99 ? '99+' : count);
+
+ $('#mobile-menu [data-unread-url="' + url + '"]').attr('data-content', count > 99 ? '99+' : count);
+ }
+ unread.updateUnreadTopicCount = updateUnreadTopicCount;
+
+ return unread;
+});
diff --git a/public/src/client/topic/postTools.js b/public/src/client/topic/postTools.js
index 577b116580..51146641ca 100644
--- a/public/src/client/topic/postTools.js
+++ b/public/src/client/topic/postTools.js
@@ -252,8 +252,8 @@ define('forum/topic/postTools', [
});
}
- function onReplyClicked(button, tid) {
- const selectedNode = getSelectedNode();
+ async function onReplyClicked(button, tid) {
+ const selectedNode = await getSelectedNode();
showStaleWarning(async function () {
let username = await getUserSlug(button);
@@ -285,8 +285,8 @@ define('forum/topic/postTools', [
});
}
- function onQuoteClicked(button, tid) {
- const selectedNode = getSelectedNode();
+ async function onQuoteClicked(button, tid) {
+ const selectedNode = await getSelectedNode();
showStaleWarning(async function () {
const username = await getUserSlug(button);
diff --git a/public/src/client/topic/posts.js b/public/src/client/topic/posts.js
index 4dfe7c181f..9c7c7a245d 100644
--- a/public/src/client/topic/posts.js
+++ b/public/src/client/topic/posts.js
@@ -132,7 +132,7 @@ define('forum/topic/posts', [
if (!isPreviousPostAdded && data.posts[0].selfPost) {
return ajaxify.go('post/' + data.posts[0].pid);
}
- const repliesSelector = $('[component="post"]:not([data-index=0]), [component="topic/event"]');
+ const repliesSelector = $('[component="topic"]>[component="post"]:not([data-index=0]), [component="topic"]>[component="topic/event"]');
createNewPosts(data, repliesSelector, direction, false, function (html) {
if (html) {
html.addClass('new');
diff --git a/public/src/client/unread.js b/public/src/client/unread.js
index 9ae0bf7a09..e331636915 100644
--- a/public/src/client/unread.js
+++ b/public/src/client/unread.js
@@ -2,16 +2,10 @@
define('forum/unread', [
- 'topicSelect', 'components', 'topicList', 'categorySelector', 'alerts',
-], function (topicSelect, components, topicList, categorySelector, alerts) {
+ 'forum/header/unread', 'topicSelect', 'components', 'topicList', 'categorySelector', 'alerts',
+], function (headerUnread, topicSelect, components, topicList, categorySelector, alerts) {
const Unread = {};
- const watchStates = {
- ignoring: 1,
- notwatching: 2,
- watching: 3,
- };
-
Unread.init = function () {
app.enterRoom('unread_topics');
@@ -19,7 +13,7 @@ define('forum/unread', [
topicList.init('unread');
- updateUnreadTopicCount('/' + ajaxify.data.selectedFilter.url, ajaxify.data.topicCount);
+ headerUnread.updateUnreadTopicCount('/' + ajaxify.data.selectedFilter.url, ajaxify.data.topicCount);
};
function handleMarkRead() {
@@ -114,88 +108,5 @@ define('forum/unread', [
}
}
- function updateUnreadTopicCount(url, count) {
- if (!utils.isNumber(count)) {
- return;
- }
-
- $('a[href="' + config.relative_path + url + '"].navigation-link i')
- .toggleClass('unread-count', count > 0)
- .attr('data-content', count > 99 ? '99+' : count);
-
- $('#mobile-menu [data-unread-url="' + url + '"]').attr('data-content', count > 99 ? '99+' : count);
- }
-
- Unread.initUnreadTopics = function () {
- const unreadTopics = app.user.unreadData;
-
- function onNewPost(data) {
- if (data && data.posts && data.posts.length && unreadTopics) {
- const post = data.posts[0];
- if (parseInt(post.uid, 10) === parseInt(app.user.uid, 10) ||
- (!post.topic.isFollowing && post.categoryWatchState !== watchStates.watching)
- ) {
- return;
- }
-
- const tid = post.topic.tid;
- if (!unreadTopics[''][tid] || !unreadTopics.new[tid] ||
- !unreadTopics.watched[tid] || !unreadTopics.unreplied[tid]) {
- markTopicsUnread(tid);
- }
-
- if (!unreadTopics[''][tid]) {
- increaseUnreadCount('');
- unreadTopics[''][tid] = true;
- }
- const isNewTopic = post.isMain && parseInt(post.uid, 10) !== parseInt(app.user.uid, 10);
- if (isNewTopic && !unreadTopics.new[tid]) {
- increaseUnreadCount('new');
- unreadTopics.new[tid] = true;
- }
- const isUnreplied = parseInt(post.topic.postcount, 10) <= 1;
- if (isUnreplied && !unreadTopics.unreplied[tid]) {
- increaseUnreadCount('unreplied');
- unreadTopics.unreplied[tid] = true;
- }
-
- if (post.topic.isFollowing && !unreadTopics.watched[tid]) {
- increaseUnreadCount('watched');
- unreadTopics.watched[tid] = true;
- }
- }
- }
-
- function increaseUnreadCount(filter) {
- const unreadUrl = '/unread' + (filter ? '?filter=' + filter : '');
- const newCount = 1 + parseInt($('a[href="' + config.relative_path + unreadUrl + '"].navigation-link i').attr('data-content'), 10);
- updateUnreadTopicCount(unreadUrl, newCount);
- }
-
- function markTopicsUnread(tid) {
- $('[data-tid="' + tid + '"]').addClass('unread');
- }
-
- $(window).on('action:ajaxify.end', function () {
- if (ajaxify.data.template.topic) {
- ['', 'new', 'watched', 'unreplied'].forEach(function (filter) {
- delete unreadTopics[filter][ajaxify.data.tid];
- });
- }
- });
- socket.removeListener('event:new_post', onNewPost);
- socket.on('event:new_post', onNewPost);
-
- socket.removeListener('event:unread.updateCount', updateUnreadCounters);
- socket.on('event:unread.updateCount', updateUnreadCounters);
- };
-
- function updateUnreadCounters(data) {
- updateUnreadTopicCount('/unread', data.unreadTopicCount);
- updateUnreadTopicCount('/unread?filter=new', data.unreadNewTopicCount);
- updateUnreadTopicCount('/unread?filter=watched', data.unreadWatchedTopicCount);
- updateUnreadTopicCount('/unread?filter=unreplied', data.unreadUnrepliedTopicCount);
- }
-
return Unread;
});
diff --git a/public/src/modules/api.js b/public/src/modules/api.js
index 614b799f04..e3468190af 100644
--- a/public/src/modules/api.js
+++ b/public/src/modules/api.js
@@ -47,18 +47,18 @@ define('api', ['hooks'], (hooks) => {
}
api.get = (route, payload, onSuccess) => call({
- url: route + (Object.keys(payload).length ? ('?' + $.param(payload)) : ''),
+ url: route + (payload && Object.keys(payload).length ? ('?' + $.param(payload)) : ''),
}, onSuccess);
api.head = (route, payload, onSuccess) => call({
- url: route + (Object.keys(payload).length ? ('?' + $.param(payload)) : ''),
+ url: route + (payload && Object.keys(payload).length ? ('?' + $.param(payload)) : ''),
method: 'head',
}, onSuccess);
api.post = (route, payload, onSuccess) => call({
url: route,
method: 'post',
- data: JSON.stringify(payload),
+ data: JSON.stringify(payload || {}),
contentType: 'application/json; charset=utf-8',
headers: {
'x-csrf-token': config.csrf_token,
@@ -68,7 +68,7 @@ define('api', ['hooks'], (hooks) => {
api.put = (route, payload, onSuccess) => call({
url: route,
method: 'put',
- data: JSON.stringify(payload),
+ data: JSON.stringify(payload || {}),
contentType: 'application/json; charset=utf-8',
headers: {
'x-csrf-token': config.csrf_token,
diff --git a/public/src/modules/navigator.js b/public/src/modules/navigator.js
index a2b2956e4e..824f55434a 100644
--- a/public/src/modules/navigator.js
+++ b/public/src/modules/navigator.js
@@ -54,15 +54,22 @@ define('navigator', ['forum/pagination', 'components', 'hooks', 'alerts'], funct
e.stopPropagation();
});
- paginationBlockEl.off('shown.bs.dropdown', '.dropdown').on('shown.bs.dropdown', '.dropdown', function () {
- setTimeout(function () {
- $('.pagination-block input').focus();
+ paginationBlockEl.off('shown.bs.dropdown', '.wrapper').on('shown.bs.dropdown', '.wrapper', function () {
+ setTimeout(async function () {
+ if (utils.findBootstrapEnvironment() === 'lg') {
+ $('.pagination-block input').focus();
+ }
+ const postCountInTopic = await socket.emit('topics.getPostCountInTopic', ajaxify.data.tid);
+ if (postCountInTopic > 0) {
+ paginationBlockEl.find('#myNextPostBtn').removeAttr('disabled');
+ }
}, 100);
});
paginationBlockEl.find('.pageup').off('click').on('click', navigator.scrollUp);
paginationBlockEl.find('.pagedown').off('click').on('click', navigator.scrollDown);
paginationBlockEl.find('.pagetop').off('click').on('click', navigator.toTop);
paginationBlockEl.find('.pagebottom').off('click').on('click', navigator.toBottom);
+ paginationBlockEl.find('#myNextPostBtn').off('click').on('click', gotoMyNextPost);
paginationBlockEl.find('input').on('keydown', function (e) {
if (e.which === 13) {
@@ -90,6 +97,39 @@ define('navigator', ['forum/pagination', 'components', 'hooks', 'alerts'], funct
navigator.update(0);
};
+ let lastNextIndex = 0;
+ async function gotoMyNextPost() {
+ async function getNext(startIndex) {
+ return await socket.emit('topics.getMyNextPostIndex', {
+ tid: ajaxify.data.tid,
+ index: Math.max(1, startIndex),
+ sort: config.topicPostSort,
+ });
+ }
+ if (ajaxify.data.template.topic) {
+ let nextIndex = await getNext(index);
+ if (lastNextIndex === nextIndex) { // handles last post in pagination
+ nextIndex = await getNext(nextIndex);
+ }
+ if (nextIndex && index !== nextIndex + 1) {
+ lastNextIndex = nextIndex;
+ $(window).one('action:ajaxify.end', function () {
+ if (paginationBlockEl.find('.dropdown-menu').is(':hidden')) {
+ paginationBlockEl.find('.dropdown-toggle').dropdown('toggle');
+ }
+ });
+ navigator.scrollToIndex(nextIndex, true, 0);
+ } else {
+ alerts.alert({
+ message: '[[topic:no-more-next-post]]',
+ type: 'info',
+ });
+
+ lastNextIndex = 1;
+ }
+ }
+ }
+
function clampTop(newTop) {
const parent = thumb.parent();
const parentOffset = parent.offset();
diff --git a/public/src/modules/search.js b/public/src/modules/search.js
index 75ca6f2a69..1a0d8e6b9e 100644
--- a/public/src/modules/search.js
+++ b/public/src/modules/search.js
@@ -62,6 +62,7 @@ define('search', ['translator', 'storage', 'hooks', 'alerts'], function (transla
const input = $(this).find('input');
const data = Search.getSearchPreferences();
data.term = input.val();
+ data.in = searchOptions.in;
hooks.fire('action:search.submit', {
searchOptions: data,
searchElements: searchElements,
diff --git a/public/src/modules/settings/sorted-list.js b/public/src/modules/settings/sorted-list.js
index dba5da9bc0..42b5c72085 100644
--- a/public/src/modules/settings/sorted-list.js
+++ b/public/src/modules/settings/sorted-list.js
@@ -50,7 +50,9 @@ define('settings/sorted-list', [
const list = ajaxify.data[call ? hash : 'settings'][key];
if (Array.isArray(list) && typeof list[0] !== 'string') {
- list.forEach(function (item) {
+ await Promise.all(list.map(async (item) => {
+ ({ item } = await hooks.fire('filter:settings.sorted-list.loadItem', { item }));
+
const itemUUID = utils.generateUUID();
const form = $(formHtml).deserialize(item);
form.attr('data-sorted-list-uuid', itemUUID);
@@ -60,12 +62,12 @@ define('settings/sorted-list', [
parse($container, itemUUID, item).then(() => {
hooks.fire('action:settings.sorted-list.loaded', { element: listEl.get(0) });
});
- });
+ }));
}
listEl.sortable().addClass('pointer');
},
- addItem: function ($formElements, $target) {
+ addItem: async ($formElements, $target) => {
const key = $target.attr('data-sorted-list');
const itemUUID = utils.generateUUID();
const form = $('