diff --git a/public/language/ar/admin/settings/uploads.json b/public/language/ar/admin/settings/uploads.json
index a297ee90f7..1bda900d8f 100644
--- a/public/language/ar/admin/settings/uploads.json
+++ b/public/language/ar/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "حجم الصورة المصغرة للموضوع",
"allowed-file-extensions": "إمتدادات الملفات المسموح بها",
"allowed-file-extensions-help": "أدخل قائمة بامتدادات الملفات مفصولة بفواصل (مثال: pdf,xls,doc
). القائمة الفارغة تعني أن كل الامتدادات مسموح بها.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "الصورة الرمزية للملف الشخصي",
"allow-profile-image-uploads": "السماح للأعضاء برفع الصور الرمزية",
"convert-profile-image-png": "تحويل إمتداد الصور الرمزية المرفوعه الى PNG",
diff --git a/public/language/ar/error.json b/public/language/ar/error.json
index 1150121314..ae71364c67 100644
--- a/public/language/ar/error.json
+++ b/public/language/ar/error.json
@@ -89,6 +89,7 @@
"file-too-big": "الحد الأقصى لرفع الملفات %1 كيلو بت. رجاءًا ارفع ملف أصغر",
"guest-upload-disabled": "خاصية رفع الملفات غير مفعلة للزوار.",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/bg/admin/settings/uploads.json b/public/language/bg/admin/settings/uploads.json
index 0fb4419935..590600ef40 100644
--- a/public/language/bg/admin/settings/uploads.json
+++ b/public/language/bg/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Размер на миниатюрите за темите",
"allowed-file-extensions": "Разрешени файлови разширения",
"allowed-file-extensions-help": "Въведете файловите разширения, разделени със запетаи (пример: pdf,xls,doc
). Ако списъкът е празен, всички файлови разширения ще бъдат разрешени.",
+ "upload-limit-threshold": "Ограничаване на качванията на потребителите до:",
+ "upload-limit-threshold-per-minute": "За %1 минута",
+ "upload-limit-threshold-per-minutes": "За %1 минути",
"profile-avatars": "Профилни изображения",
"allow-profile-image-uploads": "Позволяване на потребителите да качват профилни изображения",
"convert-profile-image-png": "Превръщане на качените профилни изображения във формата „PNG“",
diff --git a/public/language/bg/error.json b/public/language/bg/error.json
index 5c2772e4cf..f99e87accc 100644
--- a/public/language/bg/error.json
+++ b/public/language/bg/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Максималният разрешен размер на файл е %1 КБ – моля, качете по-малък файл",
"guest-upload-disabled": "Качването не е разрешено за гости",
"cors-error": "Изображението не може да бъде качено поради неправилни настройки на CORS",
+ "upload-ratelimit-reached": "Качили сте твърде много файлове наведнъж. Моля, опитайте отново по-късно.",
"scheduling-to-past": "Изберете дата в бъдещето.",
"invalid-schedule-date": "Въведете правилна дата и час.",
"cant-pin-scheduled": "Насрочените теми не могат да бъдат закачени или разкачени.",
diff --git a/public/language/bn/admin/settings/uploads.json b/public/language/bn/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/bn/admin/settings/uploads.json
+++ b/public/language/bn/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/bn/error.json b/public/language/bn/error.json
index c30d426488..97d34f7fa7 100644
--- a/public/language/bn/error.json
+++ b/public/language/bn/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/cs/admin/settings/uploads.json b/public/language/cs/admin/settings/uploads.json
index f16f3694d6..0573bbe749 100644
--- a/public/language/cs/admin/settings/uploads.json
+++ b/public/language/cs/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Velikost miniatury tématu",
"allowed-file-extensions": "Povolené přípony souborů",
"allowed-file-extensions-help": "Zadejte seznam přípon souborů oddělených čárkou (např.: pdf, xls, doc
). Prázdný seznam znamená, že všechny přípony jsou povoleny.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profilové obrázky",
"allow-profile-image-uploads": "Povolit uživatelům nahrát profilové obrázky",
"convert-profile-image-png": "Převést profilové obrázky do *.png",
diff --git a/public/language/cs/error.json b/public/language/cs/error.json
index 0d4b004dd9..cd143ef070 100644
--- a/public/language/cs/error.json
+++ b/public/language/cs/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maximální povolená velikost je %1 kB – nahrajte menší soubor",
"guest-upload-disabled": "Nahrávání od hostů nebylo povoleno",
"cors-error": "Není možné nahrát obrázek díky špatně nakonfigurovanému „Cross-Origin Resource Sharing (CORS)”",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/da/admin/settings/uploads.json b/public/language/da/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/da/admin/settings/uploads.json
+++ b/public/language/da/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/da/error.json b/public/language/da/error.json
index 79e5b1f0b4..2bebe430cc 100644
--- a/public/language/da/error.json
+++ b/public/language/da/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maksimum filstørrelse er %1 kB - venligst overfør en mindre fil",
"guest-upload-disabled": "Gæsteupload er deaktiveret",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/de/admin/settings/uploads.json b/public/language/de/admin/settings/uploads.json
index f4b2067cbe..d2c0ed2f0e 100644
--- a/public/language/de/admin/settings/uploads.json
+++ b/public/language/de/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Thema Thumbnailgröße",
"allowed-file-extensions": "Erlaubte Dateiendungen",
"allowed-file-extensions-help": "Komma-getrennte Liste der Dateiendungen hier einfügen (z.B. pdf,xls,doc
). Eine leere Liste bedeutet, dass alle Dateiendungen erlaubt sind.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profil Avatare",
"allow-profile-image-uploads": "Nutzern erlauben Profilbilder hochzuladen",
"convert-profile-image-png": "Hochgeladene Profilbilder in PNG konvertieren",
diff --git a/public/language/de/error.json b/public/language/de/error.json
index dfa13539a2..d72d636de8 100644
--- a/public/language/de/error.json
+++ b/public/language/de/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Die maximale Dateigröße ist %1 kB, bitte lade eine kleinere Datei hoch.",
"guest-upload-disabled": "Uploads für Gäste wurden deaktiviert.",
"cors-error": "Das Hochladen von Bildern ist aufgrund von falsch konfigurierten CORS nicht möglich.",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/el/admin/settings/uploads.json b/public/language/el/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/el/admin/settings/uploads.json
+++ b/public/language/el/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/el/error.json b/public/language/el/error.json
index 0b54fe5912..2610f43acb 100644
--- a/public/language/el/error.json
+++ b/public/language/el/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/en-US/admin/settings/uploads.json b/public/language/en-US/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/en-US/admin/settings/uploads.json
+++ b/public/language/en-US/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/en-US/error.json b/public/language/en-US/error.json
index 09369ac2cf..d1635c8723 100644
--- a/public/language/en-US/error.json
+++ b/public/language/en-US/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/en-x-pirate/admin/settings/uploads.json b/public/language/en-x-pirate/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/en-x-pirate/admin/settings/uploads.json
+++ b/public/language/en-x-pirate/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/en-x-pirate/error.json b/public/language/en-x-pirate/error.json
index 09369ac2cf..d1635c8723 100644
--- a/public/language/en-x-pirate/error.json
+++ b/public/language/en-x-pirate/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/es/admin/settings/uploads.json b/public/language/es/admin/settings/uploads.json
index 0235e26051..4f6bf3dd2b 100644
--- a/public/language/es/admin/settings/uploads.json
+++ b/public/language/es/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Tamaño de la Imagen en Miniatura para el Tema",
"allowed-file-extensions": "Permitir Extensiones de Archivo",
"allowed-file-extensions-help": "Introduzca una lista de extensiones de archivos, separadas por comas, aquí (por ejemplo: pdf,xls,doc
). Una lista vacía significa que se permiten todas las extensiones.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Avatares de Perfil",
"allow-profile-image-uploads": "Permite a los usuarios subir imágenes de perfil",
"convert-profile-image-png": "Convierte las subidas de imágenes de perfil a PNG",
diff --git a/public/language/es/error.json b/public/language/es/error.json
index 3ad6df894f..f52907cf73 100644
--- a/public/language/es/error.json
+++ b/public/language/es/error.json
@@ -89,6 +89,7 @@
"file-too-big": "El tamaño de fichero máximo es de %1 kB - por favor, suba un fichero más pequeño",
"guest-upload-disabled": "Las subidas están deshabilitadas para los invitados",
"cors-error": "No se puede subir la imágen debido a CORS mal configurado",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/et/admin/settings/uploads.json b/public/language/et/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/et/admin/settings/uploads.json
+++ b/public/language/et/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/et/error.json b/public/language/et/error.json
index c719fc0f86..a8226a57ad 100644
--- a/public/language/et/error.json
+++ b/public/language/et/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maksimaalne üleslaetava faili suurus on %1 kB - valige väiksema mahuga fail.",
"guest-upload-disabled": "Külaliste üleslaadimine on keelatud.",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/fa-IR/admin/settings/uploads.json b/public/language/fa-IR/admin/settings/uploads.json
index 962f329671..6f14c25048 100644
--- a/public/language/fa-IR/admin/settings/uploads.json
+++ b/public/language/fa-IR/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/fa-IR/error.json b/public/language/fa-IR/error.json
index 00e569eeac..6cc73559e2 100644
--- a/public/language/fa-IR/error.json
+++ b/public/language/fa-IR/error.json
@@ -89,6 +89,7 @@
"file-too-big": "حداکثر مجاز حجم فایل %1 کیلوبایت می باشد - لطفا فایلی با حجم کمتر بارگذاری کنید",
"guest-upload-disabled": "بارگذاری برای مهمانان غیر فعال شده است",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/fi/admin/settings/uploads.json b/public/language/fi/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/fi/admin/settings/uploads.json
+++ b/public/language/fi/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/fi/error.json b/public/language/fi/error.json
index 81eedbe50e..d6ba3838a4 100644
--- a/public/language/fi/error.json
+++ b/public/language/fi/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/fr/admin/settings/uploads.json b/public/language/fr/admin/settings/uploads.json
index 6044b40371..f6f979382e 100644
--- a/public/language/fr/admin/settings/uploads.json
+++ b/public/language/fr/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Miniature du sujet",
"allowed-file-extensions": "Extensions de fichier autorisés",
"allowed-file-extensions-help": "Entrer une liste d’extensions de fichier séparés par une virgule (ex : pdf,xls,doc
). Une liste vide signifie que toutes les extensions sont autorisées.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Avatar",
"allow-profile-image-uploads": "Autoriser les utilisateurs à télécharger des avatars",
"convert-profile-image-png": "Convertir les avatars téléchargés au format PNG",
diff --git a/public/language/fr/error.json b/public/language/fr/error.json
index 91546873df..ac4198d4cd 100644
--- a/public/language/fr/error.json
+++ b/public/language/fr/error.json
@@ -89,6 +89,7 @@
"file-too-big": "La taille maximale autorisée pour un fichier est de %1 ko. Veuillez envoyer un fichier plus petit.",
"guest-upload-disabled": "L'envoi de fichiers a été désactivé pour les invités",
"cors-error": "Impossible d'envoyer l'image en raison d'une erreur de configuration CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Veuillez sélectionner une date ultérieure.",
"invalid-schedule-date": "Veuillez saisir une date et une heure valide.",
"cant-pin-scheduled": "Les sujets planifiés ne peuvent pas être (dé)épinglés.",
diff --git a/public/language/gl/admin/settings/uploads.json b/public/language/gl/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/gl/admin/settings/uploads.json
+++ b/public/language/gl/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/gl/error.json b/public/language/gl/error.json
index 20de9f2b52..cf247b6cac 100644
--- a/public/language/gl/error.json
+++ b/public/language/gl/error.json
@@ -89,6 +89,7 @@
"file-too-big": "O tamaño máximo permitido é %1 kB - por favor, sube un arquivo máis pequeno",
"guest-upload-disabled": "As subidas están deshabilitadas para os convidados",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/he/admin/settings/uploads.json b/public/language/he/admin/settings/uploads.json
index c646c8ff1f..30ba8fef93 100644
--- a/public/language/he/admin/settings/uploads.json
+++ b/public/language/he/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/he/error.json b/public/language/he/error.json
index bf9755ebdf..eeefe47316 100644
--- a/public/language/he/error.json
+++ b/public/language/he/error.json
@@ -89,6 +89,7 @@
"file-too-big": "הגודל המקסימלי של הקובץ הוא %1 קילובייט - אנא העלה קובץ קטן יותר",
"guest-upload-disabled": "העלאת אורחים אינה מאופשרת",
"cors-error": "לא ניתן להעלות את התמונה עקב שגיאת CORS.",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/hr/admin/settings/uploads.json b/public/language/hr/admin/settings/uploads.json
index bd74df901d..13a99799df 100644
--- a/public/language/hr/admin/settings/uploads.json
+++ b/public/language/hr/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Veličina slike teme",
"allowed-file-extensions": "Dozvoljene ekstenzije datoteka",
"allowed-file-extensions-help": "Unesite popis dozvoljenih ekstenzija datoteka sa zarezima između (npr. pdf,xls,doc
).Prazan popis znači da su sve ekstenzije dozvoljene.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Avatar profila",
"allow-profile-image-uploads": "Dozvoli korisnicima da učitaju sliku profila",
"convert-profile-image-png": "Konvertiraj profilne slike u PNG",
diff --git a/public/language/hr/error.json b/public/language/hr/error.json
index d6d48b0179..3e6978ea21 100644
--- a/public/language/hr/error.json
+++ b/public/language/hr/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maksimalna veličina datoteke je %1 kB - učitajte manju datoteku",
"guest-upload-disabled": "Učitavanje datoteka za goste je isključeno",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/hu/admin/settings/uploads.json b/public/language/hu/admin/settings/uploads.json
index 80aae5bae0..297f2f79b4 100644
--- a/public/language/hu/admin/settings/uploads.json
+++ b/public/language/hu/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Témakörkép mérete",
"allowed-file-extensions": "Megengedett fájlkiterjesztések",
"allowed-file-extensions-help": "Itt adj meg fájlkiterjesztési listát, vesszővel elválasztva (pl. pdf,xls,doc
). Az üres lista azt jelenti, hogy minden kiterjesztés megengedett.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profil avatárok",
"allow-profile-image-uploads": "Profilképek feltöltésének engedélyezése a felhasználók számára",
"convert-profile-image-png": "Profilkép feltöltések átkonvertálása PNG-be",
diff --git a/public/language/hu/error.json b/public/language/hu/error.json
index b1528f9ca8..79706377e8 100644
--- a/public/language/hu/error.json
+++ b/public/language/hu/error.json
@@ -89,6 +89,7 @@
"file-too-big": "A maximális megengedett fájl méret %1 kB - kérlek kisebb méretű fájlt tölts fel",
"guest-upload-disabled": "Vendég általi feltöltés kikapcsolva",
"cors-error": "Nem sikerült a kép feltöltés a rosszul konfigurált CORS miatt",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Kérlek adj meg egy jövőbeli időpontot.",
"invalid-schedule-date": "Kérlek valós dátumot és időt adj meg.",
"cant-pin-scheduled": "Időzített témakörök rögzítése nem oldható fel.",
diff --git a/public/language/id/admin/settings/uploads.json b/public/language/id/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/id/admin/settings/uploads.json
+++ b/public/language/id/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/id/error.json b/public/language/id/error.json
index e71fd14899..57c474cd37 100644
--- a/public/language/id/error.json
+++ b/public/language/id/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/it/admin/settings/uploads.json b/public/language/it/admin/settings/uploads.json
index 4695dad75e..67ed8b29e0 100644
--- a/public/language/it/admin/settings/uploads.json
+++ b/public/language/it/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Dimensione miniatura Argomento",
"allowed-file-extensions": "Abilita Estensioni File",
"allowed-file-extensions-help": "Inserisci una lista di estensioni separati da virgola quì (es. pdf,xls,doc
). Una lista vuota indica che tutte le estensioni sono abilitate.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Avatar del Profilo",
"allow-profile-image-uploads": "Abilita gli utenti ad effettuare il caricamento delle immagini nel profilo",
"convert-profile-image-png": "Converti l'immagine del profilo a PNG",
diff --git a/public/language/it/error.json b/public/language/it/error.json
index f6592a6e13..b98f33ab39 100644
--- a/public/language/it/error.json
+++ b/public/language/it/error.json
@@ -89,6 +89,7 @@
"file-too-big": "La dimensione massima consentita è di %1 kB - si prega di caricare un file più piccolo",
"guest-upload-disabled": "Il caricamento da ospite è stato disattivato",
"cors-error": "Impossibile caricare immagine a causa di CORS non configurato opportunamente",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Si prega di selezionare una data nel futuro.",
"invalid-schedule-date": "Si prega di inserire una data e ora valida.",
"cant-pin-scheduled": "Le discussioni pianificate non possono essere (s)bloccate.",
diff --git a/public/language/it/flags.json b/public/language/it/flags.json
index dfb9bcd28b..98b52ef1d3 100644
--- a/public/language/it/flags.json
+++ b/public/language/it/flags.json
@@ -27,7 +27,7 @@
"filter-cid-all": "Tutte le categorie",
"apply-filters": "Applica Filtri",
"more-filters": "Altri filtri",
- "fewer-filters": "Fewer Filters",
+ "fewer-filters": "Meno filtri",
"quick-actions": "Azioni rapide",
"flagged-user": "Utente Segnalato",
diff --git a/public/language/ja/admin/settings/uploads.json b/public/language/ja/admin/settings/uploads.json
index 89b2d71066..e5f4f8049f 100644
--- a/public/language/ja/admin/settings/uploads.json
+++ b/public/language/ja/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "スレッドのサムネイルの大きさ",
"allowed-file-extensions": "ファイル拡張子が有効になりました。",
"allowed-file-extensions-help": "ここにファイル拡張子のカンマ区切りリストを入力します(例: pdf,xls,doc code>)。空のリストは、すべての拡張が許可されていることを意味します。",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "プロフィールの顔写真",
"allow-profile-image-uploads": "ユーザーがプロフィール画像をアップロードできるようにする。",
"convert-profile-image-png": "プロフィール画像のアップロードをPNGに変換する",
diff --git a/public/language/ja/error.json b/public/language/ja/error.json
index c07f70a92a..466281e762 100644
--- a/public/language/ja/error.json
+++ b/public/language/ja/error.json
@@ -89,6 +89,7 @@
"file-too-big": "%1kBより大きいサイズファイルが許されません-より小さいファイルをアップして下さい。",
"guest-upload-disabled": "ゲストさんからのアップを無効にしています",
"cors-error": "CORSの設定が誤っているため、画像をアップロードできません",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/ko/admin/settings/uploads.json b/public/language/ko/admin/settings/uploads.json
index 5c16808ab1..fdd297a6ca 100644
--- a/public/language/ko/admin/settings/uploads.json
+++ b/public/language/ko/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "화제 썸네일 크기",
"allowed-file-extensions": "사용 가능한 파일 확장자",
"allowed-file-extensions-help": "파일 확장자 목록을 콤마(,) 로 구분지어 입력해주세요.(예: pdf, xls, doc
) 빈칸으로 남기면 모든 확장자를 허용합니다. ",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "프로필 사진",
"allow-profile-image-uploads": "사용자들이 프로필 사진 업로드 하는것을 허용",
"convert-profile-image-png": "업로드 된 프로필 사진 확장자를 PNG로 변환",
diff --git a/public/language/ko/error.json b/public/language/ko/error.json
index 9544e697f1..111e01cc83 100644
--- a/public/language/ko/error.json
+++ b/public/language/ko/error.json
@@ -89,6 +89,7 @@
"file-too-big": "업로드 가능한 파일크기는 최대 %1 KB 입니다. 파일의 용량을 줄이거나 압축을 활용하세요.",
"guest-upload-disabled": "비회원의 파일 업로드는 제한되어 있습니다.",
"cors-error": "잘못 구성된 CORS로 인해 이미지를 업로드 할 수 없습니다.",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "내일 이후의 날짜를 선택해주세요.",
"invalid-schedule-date": "적합한 형식의 날짜와 시간을 입력해주세요.",
"cant-pin-scheduled": "예약된 화제는 상단에 고정(해제)할 수 없습니다.",
diff --git a/public/language/lt/admin/settings/uploads.json b/public/language/lt/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/lt/admin/settings/uploads.json
+++ b/public/language/lt/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/lt/error.json b/public/language/lt/error.json
index dd8c7a0d68..1a0e0bfe86 100644
--- a/public/language/lt/error.json
+++ b/public/language/lt/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Didžiausias įkelimo dydis yra %1 kB - prašome kelti mažesni failą",
"guest-upload-disabled": "Failų įkėlimas svečiams išjungtas",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/lv/admin/settings/uploads.json b/public/language/lv/admin/settings/uploads.json
index fd92c330c3..d4b4e37a1c 100644
--- a/public/language/lv/admin/settings/uploads.json
+++ b/public/language/lv/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Tematu sīktēlu lielums",
"allowed-file-extensions": "Atļautie failu paplašinājumi",
"allowed-file-extensions-help": "Ievadīt ar komatu atdalītu failu paplašinājumu sarakstu (piemērām pdf,xls,doc
). Tukšais saraksts nozīmē, ka visi failu paplašinājumi ir atļauti.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profila avatari",
"allow-profile-image-uploads": "Atļaut lietotājiem augšupielādēt profila bildes",
"convert-profile-image-png": "Pārvērst profila bildes augšupielādi uz PNG",
diff --git a/public/language/lv/error.json b/public/language/lv/error.json
index 31767774bf..f10ffee6ca 100644
--- a/public/language/lv/error.json
+++ b/public/language/lv/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maksimālais atļautais faila lielums ir %1 kB - lūdzu, augšupielādē mazāku failu",
"guest-upload-disabled": "Viesu failu augšupielāde ir atspējota",
"cors-error": "Neizdevās augšupielādēt bildi nepareizo CORS iestatījumu dēļ",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/ms/admin/settings/uploads.json b/public/language/ms/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/ms/admin/settings/uploads.json
+++ b/public/language/ms/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/ms/error.json b/public/language/ms/error.json
index f871657d00..ee09559819 100644
--- a/public/language/ms/error.json
+++ b/public/language/ms/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maksimum saiz fail yang dibenarkan ialah %1 kB - sila muatnaik fail yang lebih kecil",
"guest-upload-disabled": "Tetamu tidak dibenarkan memuatnaik fail",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/nb/admin/settings/uploads.json b/public/language/nb/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/nb/admin/settings/uploads.json
+++ b/public/language/nb/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/nb/error.json b/public/language/nb/error.json
index c15d33c3f3..b8c8be4cbc 100644
--- a/public/language/nb/error.json
+++ b/public/language/nb/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Største tillatte filstørrelse er %1 kB – vennligst last opp en mindre fil",
"guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/nl/admin/settings/uploads.json b/public/language/nl/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/nl/admin/settings/uploads.json
+++ b/public/language/nl/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/nl/error.json b/public/language/nl/error.json
index 5bb105e6e1..4b74016a20 100644
--- a/public/language/nl/error.json
+++ b/public/language/nl/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maximum toegestane bestandsgrootte is %1 kB - probeer een kleiner bestand te verzenden",
"guest-upload-disabled": "Uploads voor gasten zijn uitgeschaleld ",
"cors-error": "Kan plaatje niet uploaden door verkeerd geconfigureerd CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/pl/admin/settings/uploads.json b/public/language/pl/admin/settings/uploads.json
index bed31f6b9e..ed71cd4ca9 100644
--- a/public/language/pl/admin/settings/uploads.json
+++ b/public/language/pl/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Rozmiar miniatury tematu",
"allowed-file-extensions": "Dozwolone typy plików",
"allowed-file-extensions-help": "Wprowadź rozdzielone przecinkami rozszerzenia plików (np. pdf,xls,doc
). Pusta lista oznacza, że wszystkie rozszerzenia są dozwolone.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profilowe awatary",
"allow-profile-image-uploads": "Zezwalaj użytkownikom na ładowanie obrazów profilowych",
"convert-profile-image-png": "Konwertuj przesłane obrazy profilowe na PNG",
diff --git a/public/language/pl/error.json b/public/language/pl/error.json
index 3d529a60f7..58d9ec80d6 100644
--- a/public/language/pl/error.json
+++ b/public/language/pl/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maksymalny dopuszczalny rozmiar pliku to %1 kB – prześlij mniejszy plik",
"guest-upload-disabled": "Przesyłanie plików przez gości zostało wyłączone",
"cors-error": "Nie można przesłać obrazu z powodu źle skonfigurowanego CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/pt-BR/admin/settings/uploads.json b/public/language/pt-BR/admin/settings/uploads.json
index cf57f1f5b9..07c5602541 100644
--- a/public/language/pt-BR/admin/settings/uploads.json
+++ b/public/language/pt-BR/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Tamanho da Miniatura de Tópico",
"allowed-file-extensions": "Extensões de Arquivo Permitidas",
"allowed-file-extensions-help": "Digite uma lista, separada por vírgulas, de extensões de arquivos aqui (por exemplo: pdf,xls,doc
). Uma lista vazia significa que todas as extensões são permitidas.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Avatares de Perfil",
"allow-profile-image-uploads": "Permitir usuários de enviar imagens de perfil",
"convert-profile-image-png": "Converter imagens de perfil enviadas para PNG",
diff --git a/public/language/pt-BR/error.json b/public/language/pt-BR/error.json
index 9b2256729f..858a97929f 100644
--- a/public/language/pt-BR/error.json
+++ b/public/language/pt-BR/error.json
@@ -89,6 +89,7 @@
"file-too-big": "O tamanho máximo permitido de arquivo é de %1 kB - por favor faça upload de um arquivo menor",
"guest-upload-disabled": "O upload por visitantes foi desabilitado",
"cors-error": "Não é possível fazer o upload da imagem devido ao CORS mal configurado",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/pt-PT/admin/settings/uploads.json b/public/language/pt-PT/admin/settings/uploads.json
index fbc8cb9517..1d0b6a5fb8 100644
--- a/public/language/pt-PT/admin/settings/uploads.json
+++ b/public/language/pt-PT/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Tamanho da Miniatura do Tópico",
"allowed-file-extensions": "Extensões de Ficheiro Permitidas",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Permitir aos utilizadores enviar fotografias de perfil",
"convert-profile-image-png": "Converter imagens de perfil enviadas em PNG",
diff --git a/public/language/pt-PT/error.json b/public/language/pt-PT/error.json
index b6f0316be8..3054af36d2 100644
--- a/public/language/pt-PT/error.json
+++ b/public/language/pt-PT/error.json
@@ -89,6 +89,7 @@
"file-too-big": "O tamanho máximo permitido para um ficheiro é de %1 kB - por favor carrega um ficheiro mais pequeno",
"guest-upload-disabled": "Os carregamentos por parte de convidados foram desativados",
"cors-error": "Impossível carregar a imagem devido ao CORS mal configurado",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/ro/admin/settings/uploads.json b/public/language/ro/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/ro/admin/settings/uploads.json
+++ b/public/language/ro/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/ro/error.json b/public/language/ro/error.json
index 3897ca05e0..64af899346 100644
--- a/public/language/ro/error.json
+++ b/public/language/ro/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/ru/admin/settings/uploads.json b/public/language/ru/admin/settings/uploads.json
index 0bf4a8126c..41a114dd54 100644
--- a/public/language/ru/admin/settings/uploads.json
+++ b/public/language/ru/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Размер миниатюр",
"allowed-file-extensions": "Допустимые расширения файлов",
"allowed-file-extensions-help": "Укажите через запятую список расширений файлов, например pdf,xls,doc
. Оставьте поле пустым, чтобы разрешить любые загрузки.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Аватарки пользователей",
"allow-profile-image-uploads": "Разрешить пользователям загружать аватарки",
"convert-profile-image-png": "Конвертировать загруженные изображения в PNG",
diff --git a/public/language/ru/error.json b/public/language/ru/error.json
index e9f5a11e22..23b6f7304d 100644
--- a/public/language/ru/error.json
+++ b/public/language/ru/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Слишком большой файл. Максимальный размер: %1 Кбайт.",
"guest-upload-disabled": "Загрузка файлов для гостей отключена. Чтобы загрузить файл, пожалуйста, войдите или зарегистрируйтесь на сайте.",
"cors-error": "Невозможно загрузить изображение из-за некорректного CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/rw/admin/settings/uploads.json b/public/language/rw/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/rw/admin/settings/uploads.json
+++ b/public/language/rw/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/rw/error.json b/public/language/rw/error.json
index 231a2cbe9a..f275bca938 100644
--- a/public/language/rw/error.json
+++ b/public/language/rw/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Ubunini bwemewe bushoboka bw'ifayilo ni kB %1. Gerageza upakire ifayilo ntoyaho",
"guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/sc/admin/settings/uploads.json b/public/language/sc/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/sc/admin/settings/uploads.json
+++ b/public/language/sc/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/sc/error.json b/public/language/sc/error.json
index 09369ac2cf..d1635c8723 100644
--- a/public/language/sc/error.json
+++ b/public/language/sc/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
"guest-upload-disabled": "Guest uploading has been disabled",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/sk/admin/settings/uploads.json b/public/language/sk/admin/settings/uploads.json
index 3f7ec70b33..8eefed70c1 100644
--- a/public/language/sk/admin/settings/uploads.json
+++ b/public/language/sk/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Veľkosť miniatúry témy",
"allowed-file-extensions": "Predvolené prípony súborov",
"allowed-file-extensions-help": "Zadajte zoznam prípon súborov oddelených čiarkou (napr.: pdf, xls, doc
). Prázdny zoznam znamená, že všetky prípony sú povolené.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profilové obrázky",
"allow-profile-image-uploads": "Povoliť používateľom nahrať profilové obrázky",
"convert-profile-image-png": "Previesť profilové obrázky do *.png",
diff --git a/public/language/sk/error.json b/public/language/sk/error.json
index 4f77d65e3e..61bc0e7c2a 100644
--- a/public/language/sk/error.json
+++ b/public/language/sk/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Najväčšia povolená veľkosť obrázka je %1 kB - prosím nahrajte menší súbor",
"guest-upload-disabled": "Nahrávanie pre hostí bolo zablokované",
"cors-error": "Nieje možné nahrať obrázok kvôli zle nastavenému „Cross-Origin Resource Sharing (CORS)”",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/sl/admin/settings/uploads.json b/public/language/sl/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/sl/admin/settings/uploads.json
+++ b/public/language/sl/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/sl/error.json b/public/language/sl/error.json
index 36f58f832f..be65f42003 100644
--- a/public/language/sl/error.json
+++ b/public/language/sl/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Največja dovoljena velikost datoteke je %1 kB - prosimo, naložite manjšo datoteko.",
"guest-upload-disabled": "Gostom je prenašanje onemogočeno.",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/sr/admin/settings/uploads.json b/public/language/sr/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/sr/admin/settings/uploads.json
+++ b/public/language/sr/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/sr/error.json b/public/language/sr/error.json
index a5fcdfc64b..576e31a727 100644
--- a/public/language/sr/error.json
+++ b/public/language/sr/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Највећа дозвољена величина датотеке је %1 kB - отпремите мању датотеку.",
"guest-upload-disabled": "Гостима је онемогућено отпремање",
"cors-error": "Није могуће отпремити слику због погрешно конфигурисаног CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/sv/admin/settings/uploads.json b/public/language/sv/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/sv/admin/settings/uploads.json
+++ b/public/language/sv/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/sv/error.json b/public/language/sv/error.json
index 1080281fa2..d2c79f791a 100644
--- a/public/language/sv/error.json
+++ b/public/language/sv/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Den maximalt tillåtna filstorleken är %1 kB - var god ladda upp en mindre fil",
"guest-upload-disabled": "Uppladdningar av oregistrerade användare har inaktiverats",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/th/admin/settings/uploads.json b/public/language/th/admin/settings/uploads.json
index 34da585485..449ed22522 100644
--- a/public/language/th/admin/settings/uploads.json
+++ b/public/language/th/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Topic Thumb Size",
"allowed-file-extensions": "Allowed File Extensions",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc
). An empty list means all extensions are allowed.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Profile Avatars",
"allow-profile-image-uploads": "Allow users to upload profile images",
"convert-profile-image-png": "Convert profile image uploads to PNG",
diff --git a/public/language/th/error.json b/public/language/th/error.json
index 5509c5655e..b663761c04 100644
--- a/public/language/th/error.json
+++ b/public/language/th/error.json
@@ -89,6 +89,7 @@
"file-too-big": "ขนาดไฟล์ที่ใหญ่ที่สุดที่ได้รับการอนุญาตคือ %1 kB - กรุณาอัพโหลดไฟล์ที่เล็กลง",
"guest-upload-disabled": "การอัพโหลดของ Guest ถูกปิด",
"cors-error": "Unable to upload image due to misconfigured CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/tr/admin/extend/plugins.json b/public/language/tr/admin/extend/plugins.json
index f5c4c0fac2..07446de21d 100644
--- a/public/language/tr/admin/extend/plugins.json
+++ b/public/language/tr/admin/extend/plugins.json
@@ -39,7 +39,7 @@
"alert.upgraded": "Eklendi Güncellendi",
"alert.installed": "Eklenti Kuruldu",
"alert.uninstalled": "Eklenti Kaldırıldı",
- "alert.activate-success": "Please rebuild and restart your NodeBB to fully activate this plugin",
+ "alert.activate-success": "Lütfen bu eklentiyi tamamen aktifleştirmek için NodeBB'nizi yeniden oluşturun ve yeniden başlatın.",
"alert.deactivate-success": "Eklenti başarıyla etkinsizleştirildi",
"alert.upgrade-success": "Lütfen bu eklentiyi tamamen yükseltmek için NodeBB'nizi yeniden oluşturun ve yeniden başlatın.",
"alert.install-success": "Eklenti başarıyla kuruldu, lütfen eklentiyi etkinleştirin.",
diff --git a/public/language/tr/admin/settings/reputation.json b/public/language/tr/admin/settings/reputation.json
index f5569cea46..0109e0de78 100644
--- a/public/language/tr/admin/settings/reputation.json
+++ b/public/language/tr/admin/settings/reputation.json
@@ -18,5 +18,5 @@
"flags.limit-per-target": "Maksimum şikayet edilme sayısı",
"flags.limit-per-target-placeholder": "Varsayılan: 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-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
+ "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 dc0ac44bb6..38451671c2 100644
--- a/public/language/tr/admin/settings/uploads.json
+++ b/public/language/tr/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Konu Küçük Resim Boyutu",
"allowed-file-extensions": "İzin Verilen Dosya Uzantıları",
"allowed-file-extensions-help": "Virgül ile ayrılmış dosya uzantıları listesini buraya girin (ör. pdf, xls, doc
). Boş bir liste, tüm uzantılara izin verildiği anlamına gelir.",
+ "upload-limit-threshold": "Kullanıcı yükleme limit hızı:",
+ "upload-limit-threshold-per-minute": "Her %1 Dakika",
+ "upload-limit-threshold-per-minutes": "Her %1 Dakika",
"profile-avatars": "Profil Avatarları",
"allow-profile-image-uploads": "Kullanıcıların profil resmi yüklemesine izin ver",
"convert-profile-image-png": "Profil resmi yüklemelerini PNG'ye dönüştür",
diff --git a/public/language/tr/error.json b/public/language/tr/error.json
index 086cd13ad4..43809043b5 100644
--- a/public/language/tr/error.json
+++ b/public/language/tr/error.json
@@ -89,12 +89,13 @@
"file-too-big": "İzin verilen en büyük dosya boyutu %1 kb - lütfen daha küçük bir dosya yükleyin",
"guest-upload-disabled": "Ziyaretçilerin yükleme yapması devre dışı bırakıldı",
"cors-error": "Yanlış yapılandırılmış CORS nedeniyle resim yüklenemiyor",
- "scheduling-to-past": "Please select a date in the future.",
- "invalid-schedule-date": "Please enter a valid date and time.",
- "cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
- "cant-merge-scheduled": "Scheduled topics cannot be merged.",
- "cant-move-posts-to-scheduled": "Can't move posts to a scheduled topic.",
- "cant-move-from-scheduled-to-existing": "Can't move posts from a scheduled topic to an existing topic.",
+ "upload-ratelimit-reached": "Tek seferde çok sayıda dosya yüklediniz. Lütfen daha sonra tekrar deneyin.",
+ "scheduling-to-past": "Lütfen gelecekte bir tarih seçiniz.",
+ "invalid-schedule-date": "Lütfen geçerli bir tarih ve saat seçiniz.",
+ "cant-pin-scheduled": "Zamanlanmış konular sabitlenemez veya sabitliği kaldırılamaz. ",
+ "cant-merge-scheduled": "Zamanlanmış konular birleştirilemez.",
+ "cant-move-posts-to-scheduled": "İletileri zamanlanmış bir konuya taşıyamazsınız!",
+ "cant-move-from-scheduled-to-existing": "İletileri zamanlanmış bir konudan aktif olan bir konuya taşıyamazsınız!",
"already-bookmarked": "Bu iletiyi yer imine ekledin",
"already-unbookmarked": "Bu iletiyi yer iminden çıkardın",
"cant-ban-other-admins": "Başka yöneticileri yasaklayamazsınız!",
diff --git a/public/language/tr/flags.json b/public/language/tr/flags.json
index b89dc7ccb4..606027608a 100644
--- a/public/language/tr/flags.json
+++ b/public/language/tr/flags.json
@@ -6,7 +6,7 @@
"assignee": "Vekil",
"update": "Güncelle",
"updated": "Güncellendi",
- "resolved": "Resolved",
+ "resolved": "Çözüldü",
"target-purged": "Şikayet edilen içerik temizlendi ve artık mevcut değil.",
"graph-label": "Günlük Şikayetler",
@@ -27,7 +27,7 @@
"filter-cid-all": "Tüm kategoriler",
"apply-filters": "Filtreleri Onayla",
"more-filters": "Daha Fazla Filtre",
- "fewer-filters": "Fewer Filters",
+ "fewer-filters": "Daha az filtre",
"quick-actions": "Hızlı Eylemler",
"flagged-user": "Şikayet Edilen Kullanıcı",
diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json
index fdd52b8b89..563ef8c187 100644
--- a/public/language/tr/modules.json
+++ b/public/language/tr/modules.json
@@ -60,11 +60,11 @@
"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.schedule-for": "Schedule topic for",
- "composer.schedule-date": "Date",
- "composer.schedule-time": "Time",
- "composer.cancel-scheduling": "Cancel Scheduling",
- "composer.set-schedule-date": "Set Date",
+ "composer.schedule-for": "Konuyu Zamanla",
+ "composer.schedule-date": "Tarih",
+ "composer.schedule-time": "Zaman",
+ "composer.cancel-scheduling": "Zamanlamayı iptal et",
+ "composer.set-schedule-date": "Tarihi ayarla",
"bootbox.ok": "Kabul",
"bootbox.cancel": "İptal",
"bootbox.confirm": "Onayla",
diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json
index eb09a4bc91..07c782f229 100644
--- a/public/language/tr/topic.json
+++ b/public/language/tr/topic.json
@@ -31,7 +31,7 @@
"locked": "Kilitli",
"pinned": "Sabitlendi",
"pinned-with-expiry": "%1 tarihine kadar sabitlendi",
- "scheduled": "Scheduled",
+ "scheduled": "Konu Zamanlandı",
"moved": "Taşındı",
"moved-from": "Şuradan taşındı: %1",
"copy-ip": "IP Kopyala",
@@ -49,7 +49,7 @@
"flag-user": "Bu kullanıcıyı şikayet et",
"already-flagged": "Halihazırda şikayet edilmiş",
"view-flag-report": "Şikayet raporunu görüntüle",
- "resolve-flag": "Resolve Flag",
+ "resolve-flag": "Şikayeti Çözümle",
"merged_message": "Bu başlık %2 ile birleştirildi",
"deleted_message": "Bu başlık silindi. Sadece başlık düzenleme yetkisi olan kullanıcılar görebilir.",
"following_topic.message": "Artık bir kullanıcı bu konuya yeni ileti gönderdiğinde siz de bildirim alacaksınız.",
@@ -135,10 +135,10 @@
"composer.handle_placeholder": "Kullanıcı adınızı buraya girin",
"composer.discard": "Vazgeç",
"composer.submit": "Gönder",
- "composer.schedule": "Schedule",
+ "composer.schedule": "Konu Zamanla",
"composer.replying_to": "Yanıtlanan Başlık: %1",
"composer.new_topic": "Yeni Başlık",
- "composer.editing": "Editing",
+ "composer.editing": "Düzenleme",
"composer.uploading": "yükleniyor...",
"composer.thumb_url_label": "Başlık fotosu URL adresini yapıştır",
"composer.thumb_title": "Bu başlığa bir fotoğraf ekle",
diff --git a/public/language/uk/admin/settings/uploads.json b/public/language/uk/admin/settings/uploads.json
index 9998843add..deb853f50d 100644
--- a/public/language/uk/admin/settings/uploads.json
+++ b/public/language/uk/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Розмір мініатюри теми",
"allowed-file-extensions": "Допустимі розширення файлів",
"allowed-file-extensions-help": "Вкажіть розширеня файлів розділені комою (наприклад, pdf,xls,doc
). Пустий список дає дозвіл на будь-які розширення.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Аватарки профілів",
"allow-profile-image-uploads": "Дозволити користувачам завантажувати зображення профілю",
"convert-profile-image-png": "Конвертувати завантажувані зображення профілю в PNG",
diff --git a/public/language/uk/error.json b/public/language/uk/error.json
index 0a6be2bc6f..47841172fd 100644
--- a/public/language/uk/error.json
+++ b/public/language/uk/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Максимальний розмір файлу %1 кБ — завантажте менший файл, будь ласка.",
"guest-upload-disabled": "Гостьове завантаження вимкнено.",
"cors-error": "Неможливо завантажити зображення через неправильно налаштований CORS",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/vi/admin/settings/uploads.json b/public/language/vi/admin/settings/uploads.json
index e0e33b8b3d..56080a1fa6 100644
--- a/public/language/vi/admin/settings/uploads.json
+++ b/public/language/vi/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "Kích Cỡ Ảnh Mô Tả Chủ Đề",
"allowed-file-extensions": "Cho Phép Phần Mở Rộng Tệp",
"allowed-file-extensions-help": "Nhập danh sách phần mở rộng tệp phân tách bằng dấu phẩy ở đây (VD: pdf,xls,doc
). Để trống là cho phép tất cả.",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "Ảnh Đại Diện Hồ Sơ",
"allow-profile-image-uploads": "Cho phép người dùng tải lên ảnh hồ sơ",
"convert-profile-image-png": "Chuyển đổi hình ảnh hồ sơ tải lên thành PNG",
diff --git a/public/language/vi/error.json b/public/language/vi/error.json
index b629bd970b..f1052e94b2 100644
--- a/public/language/vi/error.json
+++ b/public/language/vi/error.json
@@ -89,6 +89,7 @@
"file-too-big": "Kích thước tệp cho phép tối đa là %1 kB - vui lòng tải lên một tệp nhỏ hơn",
"guest-upload-disabled": "Tải lên của khách đã bị tắt",
"cors-error": "Không thể tải lên hình ảnh do CORS bị cấu hình sai",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Vui lòng chọn một ngày trong tương lai.",
"invalid-schedule-date": "Vui lòng nhập ngày và giờ hợp lệ.",
"cant-pin-scheduled": "Không thể ghim (bỏ) các chủ đề đã lên lịch.",
diff --git a/public/language/zh-CN/admin/settings/uploads.json b/public/language/zh-CN/admin/settings/uploads.json
index a18fb5ec2d..d37a843606 100644
--- a/public/language/zh-CN/admin/settings/uploads.json
+++ b/public/language/zh-CN/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "主题缩略图大小",
"allowed-file-extensions": "允许的文件扩展名",
"allowed-file-extensions-help": "在此处输入以逗号分隔的文件扩展名列表 (例如 pdf,xls,doc
)。 为空则表示允许所有扩展名。",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "个人头像",
"allow-profile-image-uploads": "允许用户上传个人资料照片",
"convert-profile-image-png": "转换个人资料图片为 PNG",
diff --git a/public/language/zh-CN/error.json b/public/language/zh-CN/error.json
index b29b7d4798..4c35f7f5b0 100644
--- a/public/language/zh-CN/error.json
+++ b/public/language/zh-CN/error.json
@@ -89,6 +89,7 @@
"file-too-big": "上传文件的大小限制为 %1 KB - 请缩减文件大小",
"guest-upload-disabled": "未登录用户不允许上传",
"cors-error": "由于CORS配置错误,无法上传图片。",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
diff --git a/public/language/zh-TW/admin/settings/uploads.json b/public/language/zh-TW/admin/settings/uploads.json
index 067b3c3d17..5875963c18 100644
--- a/public/language/zh-TW/admin/settings/uploads.json
+++ b/public/language/zh-TW/admin/settings/uploads.json
@@ -21,6 +21,9 @@
"topic-thumb-size": "主題縮圖大小",
"allowed-file-extensions": "允許的副檔名",
"allowed-file-extensions-help": "在此處輸入以逗號分隔的副檔名列表 (例如 pdf,xls,doc
)。 為空則表示允許所有副檔名。",
+ "upload-limit-threshold": "Rate limit user uploads to:",
+ "upload-limit-threshold-per-minute": "Per %1 Minute",
+ "upload-limit-threshold-per-minutes": "Per %1 Minutes",
"profile-avatars": "個人頭像",
"allow-profile-image-uploads": "允許使用者上傳個人頭像",
"convert-profile-image-png": "轉換個人頭像為 PNG 格式",
diff --git a/public/language/zh-TW/error.json b/public/language/zh-TW/error.json
index a6085c30f1..c20cdbd407 100644
--- a/public/language/zh-TW/error.json
+++ b/public/language/zh-TW/error.json
@@ -89,6 +89,7 @@
"file-too-big": "上傳檔案的大小限制為 %1 KB - 請縮減檔案大小",
"guest-upload-disabled": "訪客不允許上傳",
"cors-error": "由於CORS設定錯誤,無法上傳圖片。",
+ "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"scheduling-to-past": "Please select a date in the future.",
"invalid-schedule-date": "Please enter a valid date and time.",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",