diff --git a/public/language/ar/error.json b/public/language/ar/error.json index fb8666a0f4..2471bc4452 100644 --- a/public/language/ar/error.json +++ b/public/language/ar/error.json @@ -1,5 +1,6 @@ { "invalid-data": "بيانات غير صحيحة", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/az/error.json b/public/language/az/error.json index 513bdcc314..a63ba99a7f 100644 --- a/public/language/az/error.json +++ b/public/language/az/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Etibarsız məlumat", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Yanlış JSON", "wrong-parameter-type": "`%1` mülkiyyəti üçün %3 növünün dəyəri gözlənilən idi, lakin bunun əvəzinə %2 alındı", "required-parameters-missing": "Bu API çağırışında tələb olunan parametrlər yoxdur: %1", diff --git a/public/language/bg/error.json b/public/language/bg/error.json index a1563ad26c..21abf78b56 100644 --- a/public/language/bg/error.json +++ b/public/language/bg/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Грешни данни", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Неправилен JSON", "wrong-parameter-type": "За свойството `%1` се очакваше стойност от тип %3, но вместо това беше получено %2", "required-parameters-missing": "Липсват задължителни параметри от това извикване към ППИ: %1", @@ -32,7 +33,7 @@ "invalid-path": "Грешен път", "folder-exists": "Вече има папка с това име", "invalid-pagination-value": "Грешен номер на странициране, трябва да бъде между %1 и %2", - "invalid-unread-cutoff": "Invalid unread cutoff value, must be at least 1 and at most %1", + "invalid-unread-cutoff": "Грешна стойност за възрастта на публикациите, след която те не се показват в непрочетените – трябва да бъде между 1 и %1", "username-taken": "Потребителското име е заето", "email-taken": "Адресът на е-пощата вече е зает.", "email-nochange": "Въведената е-поща е същата като съществуващата.", diff --git a/public/language/bn/error.json b/public/language/bn/error.json index 097cc14d75..adabb0bc9f 100644 --- a/public/language/bn/error.json +++ b/public/language/bn/error.json @@ -1,5 +1,6 @@ { "invalid-data": "ভুল তথ্য", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/cs/error.json b/public/language/cs/error.json index 39be176dfb..29e104ec70 100644 --- a/public/language/cs/error.json +++ b/public/language/cs/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Neplatná data", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Neplatný 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", diff --git a/public/language/da/error.json b/public/language/da/error.json index 13a9672265..d0dc1bbc1a 100644 --- a/public/language/da/error.json +++ b/public/language/da/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Ugyldig Data", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/de/error.json b/public/language/de/error.json index 1d125a1d9f..9335e23175 100644 --- a/public/language/de/error.json +++ b/public/language/de/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Ungültige Daten", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Ungültiges JSON", "wrong-parameter-type": "Für die Eigenschaft „%1“ wurde ein Wert vom Typ %3 erwartet, aber stattdessen wurde %2 empfangen", "required-parameters-missing": "Bei diesem API-Aufruf fehlten erforderliche Parameter: %1", @@ -32,7 +33,7 @@ "invalid-path": "Ungültiger Pfad", "folder-exists": "Ordner existiert", "invalid-pagination-value": "Ungültige Seitennummerierung, muss mindestens %1 und maximal %2 sein", - "invalid-unread-cutoff": "Invalid unread cutoff value, must be at least 1 and at most %1", + "invalid-unread-cutoff": "Ungültiger Wert für ungelesene Nachrichten, muss mindestens 1 und höchstens %1 sein", "username-taken": "Der Benutzername ist bereits vergeben", "email-taken": "Die E-Mail-Adresse ist bereits vergeben.", "email-nochange": "Die eingegebene E-Mail ist die gleiche wie die bereits hinterlegte E-Mail.", diff --git a/public/language/el/error.json b/public/language/el/error.json index fdb0f8d116..e05e0556b0 100644 --- a/public/language/el/error.json +++ b/public/language/el/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Άκυρα Δεδομένα", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/en-US/error.json b/public/language/en-US/error.json index 10c9469a66..e2d479d164 100644 --- a/public/language/en-US/error.json +++ b/public/language/en-US/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Invalid Data", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/en-x-pirate/error.json b/public/language/en-x-pirate/error.json index 10c9469a66..e2d479d164 100644 --- a/public/language/en-x-pirate/error.json +++ b/public/language/en-x-pirate/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Invalid Data", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/es/error.json b/public/language/es/error.json index eee7f7ee11..588063dc5c 100644 --- a/public/language/es/error.json +++ b/public/language/es/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Datos no válidos", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "JSON no válido", "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", diff --git a/public/language/et/error.json b/public/language/et/error.json index 9b15f3984e..f98884ac0b 100644 --- a/public/language/et/error.json +++ b/public/language/et/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Vigased andmed", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/fa-IR/error.json b/public/language/fa-IR/error.json index 7f86d4c2d7..bde54a18fb 100644 --- a/public/language/fa-IR/error.json +++ b/public/language/fa-IR/error.json @@ -1,5 +1,6 @@ { "invalid-data": "داده(های) نامعتبر", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "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", diff --git a/public/language/fi/error.json b/public/language/fi/error.json index 488f6fc7b6..7f23cddcd0 100644 --- a/public/language/fi/error.json +++ b/public/language/fi/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Virheellinen data", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/fr/error.json b/public/language/fr/error.json index c74a12c534..4881124945 100644 --- a/public/language/fr/error.json +++ b/public/language/fr/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Données invalides", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "JSON invalide", "wrong-parameter-type": "Une valeur de type %3 était attendue pour la propriété `%1`, mais %2 a été reçu à la place", "required-parameters-missing": "Les paramètres requis étaient manquants dans cet appel d'API : %1", @@ -32,7 +33,7 @@ "invalid-path": "Chemin invalide", "folder-exists": "Le dossier existe", "invalid-pagination-value": "Valeur de pagination invalide. Celle-ci doit être comprise entre %1 et %2.", - "invalid-unread-cutoff": "Invalid unread cutoff value, must be at least 1 and at most %1", + "invalid-unread-cutoff": "Valeur de « non lu » invalide : elle doit être comprise entre 1 et %1", "username-taken": "Ce nom d'utilisateur est déjà pris", "email-taken": "Cet e-mail est déjà utilisé.", "email-nochange": "Le mail saisi est déjà enregistré.", @@ -192,10 +193,10 @@ "custom-user-field-value-too-long": "La valeur du champ personnalisé est trop longue, %1", "custom-user-field-select-value-invalid": "L’option sélectionnée du champ personnalisé n’est pas valide, %1", "custom-user-field-invalid-text": "Le texte du champ personnalisé n’est pas valide, %1", - "custom-user-field-invalid-link": "Custom field link is invalid, %1", - "custom-user-field-invalid-number": "Custom field number is invalid, %1", - "custom-user-field-invalid-date": "Custom field date is invalid, %1", - "invalid-custom-user-field": "Invalid custom user field, \"%1\" is already used by NodeBB", + "custom-user-field-invalid-link": "Le lien du champ personnalisé est invalide : %1", + "custom-user-field-invalid-number": "Le numéro du champ personnalisé est invalide : %1", + "custom-user-field-invalid-date": "La date du champ personnalisé est invalide : %1", + "invalid-custom-user-field": "Champ utilisateur personnalisé invalide : « %1 » existe déjà dans NodeBB.", "post-already-flagged": "Vous avez déjà signalé ce message", "user-already-flagged": "Vous avez déjà signalé cet utilisateur", "post-flagged-too-many-times": "Ce message a déjà été signalé par d'autres", @@ -230,7 +231,7 @@ "no-topics-selected": "Aucun sujet sélectionné !", "cant-move-to-same-topic": "Impossible de déplacer le message dans le même sujet !", "cant-move-topic-to-same-category": "Impossible de déplacer le sujet dans la même catégorie !", - "cant-move-topic-to-from-remote-categories": "You cannot move topics in or out of remote categories; consider cross-posting instead.", + "cant-move-topic-to-from-remote-categories": "Vous ne pouvez pas déplacer de sujets vers ou depuis des catégories distantes ; envisagez plutôt de les publier en croisé.", "cannot-block-self": "Vous ne pouvez pas vous bloquer !", "cannot-block-privileged": "Vous ne pouvez pas bloquer les administrateurs ou les modérateurs globaux", "cannot-block-guest": "Les Invités ne peuvent pas bloquer d'autres utilisateurs", @@ -240,12 +241,12 @@ "socket-reconnect-failed": "Serveur inaccessible pour le moment. Cliquez ici pour réessayer ou réessayez plus tard", "invalid-plugin-id": "ID de plugin invalide", "plugin-not-whitelisted": "Impossible d'installer le plugin, seuls les plugins mis en liste blanche dans le gestionnaire de packages NodeBB peuvent être installés via l'ACP", - "cannot-toggle-system-plugin": "You cannot toggle the state of a system plugin", - "plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled", + "cannot-toggle-system-plugin": "L’activation ou la désactivation d’un plugin système n’est pas autorisée", + "plugin-installation-via-acp-disabled": "L’installation de plugins via le Panneau d’administration est désactivée", "plugins-set-in-configuration": "Vous n'êtes pas autorisé à modifier l'état des plugins car ils sont définis au moment de l'exécution (config.json, variables d'environnement ou arguments de terminal), veuillez plutôt modifier la configuration.", "theme-not-set-in-configuration": "Lors de la définition des plugins actifs, le changement de thème nécessite d'ajouter le nouveau thème à la liste des plugins actifs avant de le mettre à jour dans l'ACP", "topic-event-unrecognized": "Événement du sujet '%1' non reconnu", - "category.handle-taken": "Category handle is already taken, please choose another.", + "category.handle-taken": "L’identifiant de la catégorie est déjà pris, veuillez en choisir un autre.", "cant-set-child-as-parent": "Cette catégorie ne peut être une catégorie principale", "cant-set-self-as-parent": "Ne peut être définie comme catégorie principale", "api.master-token-no-uid": "Un jeton principal a été reçu sans `_uid` correspondant dans le corps de la requête", @@ -253,7 +254,7 @@ "api.401": "Aucune session de connexion valide trouvée. Veuillez vous connecter et réessayer.", "api.403": "Vous n'êtes pas autorisé à réaliser cet appel", "api.404": "Appel de l'API non valide", - "api.413": "The request payload is too large", + "api.413": "La taille de la requête est trop importante", "api.426": "HTTPS est requis pour les demandes d’écriture via l'API, veuillez renvoyer votre demande via HTTPS", "api.429": "Vous avez fait trop de demandes, veuillez réessayer plus tard", "api.500": "Une erreur inattendue s'est produite lors de la tentative de traitement de votre demande.", @@ -261,10 +262,10 @@ "api.503": "L'accès n'est pas disponible actuellement en raison de la configuration du serveur", "api.reauth-required": "La ressource à laquelle vous tentez d'accéder nécessite une (ré-)authentification.", "activitypub.not-enabled": "La fédération n'est pas activée sur ce serveur.", - "activitypub.invalid-id": "Unable to resolve the input id, likely as it is malformed.", - "activitypub.get-failed": "Unable to retrieve the specified resource.", - "activitypub.pubKey-not-found": "Unable to resolve public key, so payload verification cannot take place.", - "activitypub.origin-mismatch": "The received object's origin does not match the sender's origin", - "activitypub.actor-mismatch": "The received activity is being carried out by an actor that is different from expected.", - "activitypub.not-implemented": "The request was denied because it or an aspect of it is not implemented by the recipient server" + "activitypub.invalid-id": "Impossible de traiter l’ID saisi, il semble incorrect.", + "activitypub.get-failed": "Impossible de récupérer la ressource spécifiée", + "activitypub.pubKey-not-found": "La clé publique est introuvable, la vérification de la charge utile est impossible.", + "activitypub.origin-mismatch": "L’origine de l’objet reçu est différente de celle de l’expéditeur", + "activitypub.actor-mismatch": "L’activité reçue est effectuée par un acteur différent de celui attendu", + "activitypub.not-implemented": "La requête a été rejetée : elle n’est pas prise en charge par le serveur destinataire." } \ No newline at end of file diff --git a/public/language/gl/error.json b/public/language/gl/error.json index 4292eaf10d..2d690b0593 100644 --- a/public/language/gl/error.json +++ b/public/language/gl/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Datos non válidos", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/he/error.json b/public/language/he/error.json index 6dff2a014c..6314e353a3 100644 --- a/public/language/he/error.json +++ b/public/language/he/error.json @@ -1,5 +1,6 @@ { "invalid-data": "נתונים שגויים", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "אובייקט JSON לא תקין", "wrong-parameter-type": "ערך מסוג %3 היה צפוי למאפיין `%1`, אבל %2 התקבל במקום זאת", "required-parameters-missing": "פרמטרים נדרשים היו חסרים בקריאת API זו: %1", diff --git a/public/language/hr/error.json b/public/language/hr/error.json index 93cceebc5b..aedaf363ea 100644 --- a/public/language/hr/error.json +++ b/public/language/hr/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Nevažeći podaci", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/hu/error.json b/public/language/hu/error.json index 6a0e6c5564..46bf267a06 100644 --- a/public/language/hu/error.json +++ b/public/language/hu/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Érvénytelen adat", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Érvénytelen 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", diff --git a/public/language/hy/error.json b/public/language/hy/error.json index 2be8ec964f..624c261244 100644 --- a/public/language/hy/error.json +++ b/public/language/hy/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Սխալ տվյալ", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Անվավեր JSON", "wrong-parameter-type": "«%1» հատկության համար սպասվում էր %3 տիպի արժեք, բայց փոխարենը ստացվեց %2", "required-parameters-missing": "Պահանջվող պարամետրերը բացակայում էին այս API զանգից՝ %1", diff --git a/public/language/id/error.json b/public/language/id/error.json index 1ae569cedd..c1fa0a7ab4 100644 --- a/public/language/id/error.json +++ b/public/language/id/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Data Salah", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/it/error.json b/public/language/it/error.json index ce37c002c0..d197d5dac1 100644 --- a/public/language/it/error.json +++ b/public/language/it/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Dati non validi", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "JSON non valido", "wrong-parameter-type": "Era previsto un valore di tipo %3 per la proprietà '%1', ma invece è stato ricevuto %2", "required-parameters-missing": "I parametri richiesti sono mancanti in questa chiamata API: %1", @@ -32,7 +33,7 @@ "invalid-path": "Percorso non valido", "folder-exists": "La cartella esiste", "invalid-pagination-value": "Valore di impaginazione non valido, deve essere almeno %1 ed al massimo %2", - "invalid-unread-cutoff": "Invalid unread cutoff value, must be at least 1 and at most %1", + "invalid-unread-cutoff": "Valore limite non letto non valido, deve essere almeno 1 e al massimo %1", "username-taken": "Nome utente già esistente", "email-taken": "L'indirizzo email è già stato utilizzato.", "email-nochange": "L'email inserita è la stessa dell'email già presente in archivio.", diff --git a/public/language/ja/error.json b/public/language/ja/error.json index a2a23aa91f..27b7f6c063 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -1,5 +1,6 @@ { "invalid-data": "無効なデータ", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "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", diff --git a/public/language/ko/error.json b/public/language/ko/error.json index a5e03c05bb..c2338ddba4 100644 --- a/public/language/ko/error.json +++ b/public/language/ko/error.json @@ -1,5 +1,6 @@ { "invalid-data": "잘못된 데이터", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "잘못된 JSON", "wrong-parameter-type": "속성 `%1`에 대해 %3 유형의 값이 예상되었지만 대신 %2가 수신되었습니다", "required-parameters-missing": "이 API 호출에서 필수 매개변수가 누락되었습니다: %1", diff --git a/public/language/lt/error.json b/public/language/lt/error.json index cc11db5dab..b70c8a2fe3 100644 --- a/public/language/lt/error.json +++ b/public/language/lt/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Klaidingi duomenys", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Nevalidus 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", diff --git a/public/language/lv/error.json b/public/language/lv/error.json index e7bee30889..d251b3c149 100644 --- a/public/language/lv/error.json +++ b/public/language/lv/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Nederīgi dati", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Nederīgs 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", diff --git a/public/language/ms/error.json b/public/language/ms/error.json index c15944594b..340a14711b 100644 --- a/public/language/ms/error.json +++ b/public/language/ms/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Data Tak Sah", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/nb/error.json b/public/language/nb/error.json index 8d91f07834..ed5e55d722 100644 --- a/public/language/nb/error.json +++ b/public/language/nb/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Ugyldige data", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Ugyldig JSON", "wrong-parameter-type": "En verdi av typen %3 var forventet for egenskapen `%1`, men %2 ble mottatt i stedet", "required-parameters-missing": "Nødvendige parametere manglet fra dette API-kallet: %1", diff --git a/public/language/nl/error.json b/public/language/nl/error.json index 4e30f62ae8..77f8914364 100644 --- a/public/language/nl/error.json +++ b/public/language/nl/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Ongeldige data", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Ongeldige 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", diff --git a/public/language/nn-NO/error.json b/public/language/nn-NO/error.json index fc05cbb0f3..38b0946299 100644 --- a/public/language/nn-NO/error.json +++ b/public/language/nn-NO/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Ugyldige data", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Ugyldig JSON", "wrong-parameter-type": "Ein verdi av typen %3 var venta for eigenskapen `%1`, men %2 vart mottatt i staden", "required-parameters-missing": "Naudsynt parameter mangla i denne API-kallinga: %1", diff --git a/public/language/pl/error.json b/public/language/pl/error.json index 8492ed8ae5..dc28f25f27 100644 --- a/public/language/pl/error.json +++ b/public/language/pl/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Nieprawidłowe dane", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Niewłaściwy JSON", "wrong-parameter-type": "Wartość typu %3 była oczekiwania dla właściwości `%1`, ale %2 został dostarczony", "required-parameters-missing": "Brakowało wymaganych parametrów w tym żądaniu API: %1", diff --git a/public/language/pt-BR/error.json b/public/language/pt-BR/error.json index c66978d1a2..58da962dcc 100644 --- a/public/language/pt-BR/error.json +++ b/public/language/pt-BR/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Dados Inválidos", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "JSON Inválido", "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", diff --git a/public/language/pt-PT/error.json b/public/language/pt-PT/error.json index e8d1af8063..23331c928d 100644 --- a/public/language/pt-PT/error.json +++ b/public/language/pt-PT/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Dados inválidos", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "JSON inválido", "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", diff --git a/public/language/ro/error.json b/public/language/ro/error.json index 061f30a03c..98f21dce51 100644 --- a/public/language/ro/error.json +++ b/public/language/ro/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Date invalide", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/ru/error.json b/public/language/ru/error.json index 2b65778b21..bb0f988115 100644 --- a/public/language/ru/error.json +++ b/public/language/ru/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Неверные данные", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Некорректный JSON", "wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead", "required-parameters-missing": "Обязательные параметры отсутствуют в API запросе: %1", diff --git a/public/language/rw/error.json b/public/language/rw/error.json index db5be26f51..6708efbb44 100644 --- a/public/language/rw/error.json +++ b/public/language/rw/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Ibyashyizwemo Ntibyemewe", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/sc/error.json b/public/language/sc/error.json index 10c9469a66..e2d479d164 100644 --- a/public/language/sc/error.json +++ b/public/language/sc/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Invalid Data", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/sk/error.json b/public/language/sk/error.json index cfee6f95e2..bb14e6f77d 100644 --- a/public/language/sk/error.json +++ b/public/language/sk/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Nesprávne údaje", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Neplatné 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", diff --git a/public/language/sl/error.json b/public/language/sl/error.json index 6ef3a59feb..ce9a320ffe 100644 --- a/public/language/sl/error.json +++ b/public/language/sl/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Napačni podatki", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Invalid 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", diff --git a/public/language/sq-AL/error.json b/public/language/sq-AL/error.json index a750e9d3e7..ead88b572c 100644 --- a/public/language/sq-AL/error.json +++ b/public/language/sq-AL/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Të dhëna të pavlefshme", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "JSON i pavlefshëm", "wrong-parameter-type": "Pritej një vlerë e tipit %3 për vetinë '%1', por në vend të saj u mor %2", "required-parameters-missing": "Parametrat e kërkuar mungonin në këtë API: %1", diff --git a/public/language/sr/error.json b/public/language/sr/error.json index 99766da009..9c50f92230 100644 --- a/public/language/sr/error.json +++ b/public/language/sr/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Неисправни подаци", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Неважећи JSON", "wrong-parameter-type": "Очекивана је вредност типа %3 за својство %1, али је уместо тога примљен %2", "required-parameters-missing": "Недостајали су обавезни параметри у овом API позиву: %1", diff --git a/public/language/sv/error.json b/public/language/sv/error.json index 6508d38419..cda7701e74 100644 --- a/public/language/sv/error.json +++ b/public/language/sv/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Ogiltig data", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Ogiltig 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", diff --git a/public/language/th/error.json b/public/language/th/error.json index 207ff70448..41f40f9770 100644 --- a/public/language/th/error.json +++ b/public/language/th/error.json @@ -1,5 +1,6 @@ { "invalid-data": "ข้อมูลไม่ถูกต้อง", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "รูปแบบ JSON ไม่ถูกต้อง", "wrong-parameter-type": "ต้องการข้อมูลประเภท %3 สำหรับค่า `%1` แต่ได้รับค่า %2 แทน", "required-parameters-missing": "ขาดพารามิเตอร์ที่จำเป็นต่อการเรียก API นี้: %1", diff --git a/public/language/tr/error.json b/public/language/tr/error.json index 7ccad228c5..f6eeebcb03 100644 --- a/public/language/tr/error.json +++ b/public/language/tr/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Geçersiz Veri", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "Geçersiz JSON", "wrong-parameter-type": "\"%1\" özelliği için %3 türünde bir değer bekleniyordu, ancak bunun yerine %2 alındı", "required-parameters-missing": "Bu API çağrısında gerekli parametreler eksikti: %1", diff --git a/public/language/uk/error.json b/public/language/uk/error.json index 7f12ac168d..81b65bd963 100644 --- a/public/language/uk/error.json +++ b/public/language/uk/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Невірні дані", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "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", diff --git a/public/language/ur/error.json b/public/language/ur/error.json index 58704ad9d3..5c61957dff 100644 --- a/public/language/ur/error.json +++ b/public/language/ur/error.json @@ -1,5 +1,6 @@ { "invalid-data": "غلط ڈیٹا", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "غلط JSON", "wrong-parameter-type": "پراپرٹی '%1' کے لیے %3 قسم کی قدر متوقع تھی، لیکن اس کے بجائے %2 موصول ہوا", "required-parameters-missing": "اس API کال سے ضروری پیرامیٹرز غائب ہیں: %1", diff --git a/public/language/vi/error.json b/public/language/vi/error.json index 3a6155a0ba..bf230db126 100644 --- a/public/language/vi/error.json +++ b/public/language/vi/error.json @@ -1,5 +1,6 @@ { "invalid-data": "Dữ Liệu Không Hợp Lệ", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "JSON không hợp lệ", "wrong-parameter-type": "Giá trị của loại %3 được mong đợi cho thuộc tính `%1`, nhưng thay vào đó, %2 đã được nhận", "required-parameters-missing": "Các thông số bắt buộc bị thiếu trong lệnh gọi API này: %1", @@ -32,7 +33,7 @@ "invalid-path": "Đường dẫn không hợp lệ", "folder-exists": "Thư mục tồn tại", "invalid-pagination-value": "Giá trị phân trang không hợp lệ, tối thiểu là %1 và tối đa là %2", - "invalid-unread-cutoff": "Invalid unread cutoff value, must be at least 1 and at most %1", + "invalid-unread-cutoff": "Giá trị cắt không hợp lệ, chưa đọc, phải ít nhất là 1 và nhiều nhất là %1.", "username-taken": "Tên đăng nhập có rồi", "email-taken": "Địa chỉ email đã được sử dụng.", "email-nochange": "Email đã nhập giống với email đã có trong tệp.", @@ -148,7 +149,7 @@ "post-already-restored": "Bài viết này đã được khôi phục", "topic-already-deleted": "Chủ đề này đã bị xóa", "topic-already-restored": "Chủ đề này đã được khôi phục", - "topic-already-crossposted": "This topic has already been cross-posted there.", + "topic-already-crossposted": "Chủ đề này đã được đăng tải chéo ở đó rồi.", "cant-purge-main-post": "Bạn không thể xoá bài viết chính, thay vào đó vui lòng xóa chủ đề", "topic-thumbnails-are-disabled": "Ảnh Thumbnails chủ đề đã bị tắt", "invalid-file": "Tệp Không Hợp Lệ", @@ -230,7 +231,7 @@ "no-topics-selected": "Không chọn chủ đề!", "cant-move-to-same-topic": "Bạn không thể đưa bài đăng vào cùng chủ đề!", "cant-move-topic-to-same-category": "Không thể di chuyển chủ đề đến cùng danh mục!", - "cant-move-topic-to-from-remote-categories": "You cannot move topics in or out of remote categories; consider cross-posting instead.", + "cant-move-topic-to-from-remote-categories": "Bạn không thể di chuyển chủ đề vào hoặc ra khỏi các danh mục từ xa; hãy cân nhắc đăng chéo bài viết thay thế.", "cannot-block-self": "Bạn không thể tự khóa bạn!", "cannot-block-privileged": "Bạn không thể khóa quản trị viên hay người kiểm duyệt chung.", "cannot-block-guest": "Khách không thể chặn người dùng khác", @@ -253,7 +254,7 @@ "api.401": "Một phiên đăng nhập hợp lệ không được tìm thấy. Hãy đăng nhập và thử lại.", "api.403": "Bạn không được phép thực hiện lệnh gọi này", "api.404": "Lệnh gọi API không hợp lệ", - "api.413": "The request payload is too large", + "api.413": "Kích thước dữ liệu yêu cầu quá lớn.", "api.426": "HTTPS là bắt buộc đối với các yêu cầu đối với api viết, vui lòng gửi lại yêu cầu của bạn qua HTTPS", "api.429": "Bạn đã đưa ra quá nhiều yêu cầu, vui lòng thử lại sau", "api.500": "Đã xảy ra lỗi không mong muốn khi cố gắng thực hiện yêu cầu của bạn.", diff --git a/public/language/zh-CN/error.json b/public/language/zh-CN/error.json index 4f7360b352..c905528ff2 100644 --- a/public/language/zh-CN/error.json +++ b/public/language/zh-CN/error.json @@ -1,5 +1,6 @@ { "invalid-data": "无效数据", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "invalid-json": "无效 JSON", "wrong-parameter-type": "属性 `%1` 要求是类型 %3 的值,却收到了 %2", "required-parameters-missing": "此 API 调用必需参数缺少了:%1", @@ -32,7 +33,7 @@ "invalid-path": "无效的路径", "folder-exists": "文件夹已存在", "invalid-pagination-value": "无效的分页数值,必须介于 %1 和 %2 之间", - "invalid-unread-cutoff": "Invalid unread cutoff value, must be at least 1 and at most %1", + "invalid-unread-cutoff": "无效的未读截止值,必须至少为 1 且最多为 %1", "username-taken": "此用户名已被占用", "email-taken": "邮箱地址已被注册", "email-nochange": "输入的邮件地址和已存档的邮件地址相同。", diff --git a/public/language/zh-TW/error.json b/public/language/zh-TW/error.json index c3ce020e5f..5a2cbc4652 100644 --- a/public/language/zh-TW/error.json +++ b/public/language/zh-TW/error.json @@ -1,5 +1,6 @@ { "invalid-data": "無效資料", + "invalid-config-field-value": "Invalid value for config field \"%1\": %2", "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",