diff --git a/i18n/cs_CZ.yaml b/i18n/cs_CZ.yaml index 2670ea78f..d9f972a63 100644 --- a/i18n/cs_CZ.yaml +++ b/i18n/cs_CZ.yaml @@ -234,6 +234,8 @@ backend: other: Nemáte oprávnění pro aktualizaci. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Hodnost reputace nesplňuje podmínku. @@ -263,6 +265,8 @@ backend: other: Nemůžete odstranit štítek, který se používá. cannot_set_synonym_as_itself: other: Aktuální štítek nelze jako synonymum stejného štítku. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Jméno odesílatele nemůže být emailová adresa. @@ -841,6 +845,7 @@ ui: http_50X: HTTP Error 500 http_403: HTTP Error 403 logout: Log Out + posts: Posts notifications: title: Notifications inbox: Inbox @@ -1141,6 +1146,9 @@ ui: label: Body msg: empty: Body cannot be empty. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Tags msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Add tag create_btn: Create new tag search_tag: Search tag - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: No tags matched tag_required_text: Required tag (at least one) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Name cannot be empty. range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Email msg: @@ -1381,9 +1391,11 @@ ui: search: Search people question_detail: action: Action + created: Created Asked: Asked asked: asked update: Modified + Edited: Edited edit: edited commented: commented Views: Viewed @@ -1695,7 +1707,7 @@ ui: admin_name: label: Name msg: Name cannot be empty. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Password @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Write + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Každý uživatel může napsat pouze jednu odpověď na stejný dotaz text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Recommend tags text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/cy_GB.yaml b/i18n/cy_GB.yaml index 8c2efe121..267070a08 100644 --- a/i18n/cy_GB.yaml +++ b/i18n/cy_GB.yaml @@ -234,6 +234,8 @@ backend: other: Dim caniatâd i ddiweddaru. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Reputation rank fail to meet the condition. @@ -263,6 +265,8 @@ backend: other: You cannot delete a tag that is in use. cannot_set_synonym_as_itself: other: Ni allwch osod cyfystyr y tag cyfredol fel ei hun. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: The from name cannot be a email address. @@ -841,6 +845,7 @@ ui: http_50X: Gwall HTTP 500 http_403: Gwall HTTP 403 logout: Log Out + posts: Posts notifications: title: Hysbysiadau inbox: Mewnflwch @@ -1141,6 +1146,9 @@ ui: label: Corff msg: empty: Ni all corff fod yn wag. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Tagiau msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Ychwanegu tag create_btn: Creu tag newydd search_tag: Chwilio tag - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: No tags matched tag_required_text: Required tag (at least one) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Name cannot be empty. range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Email msg: @@ -1381,9 +1391,11 @@ ui: search: Search people question_detail: action: Action + created: Created Asked: Asked asked: asked update: Modified + Edited: Edited edit: edited commented: commented Views: Viewed @@ -1695,7 +1707,7 @@ ui: admin_name: label: Name msg: Name cannot be empty. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Password @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Write + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Each user can only write one answer for each question text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Recommend tags text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/da_DK.yaml b/i18n/da_DK.yaml index 9e5fa198c..d3f410e45 100644 --- a/i18n/da_DK.yaml +++ b/i18n/da_DK.yaml @@ -234,6 +234,8 @@ backend: other: Ingen tilladelse til at opdatere. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Omdømmelse rang opfylder ikke betingelsen. @@ -263,6 +265,8 @@ backend: other: Du kan ikke slette et tag, der er i brug. cannot_set_synonym_as_itself: other: Du kan ikke indstille synonymet for det nuværende tag som sig selv. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Fra-navnet kan ikke være en e-mail-adresse. @@ -841,6 +845,7 @@ ui: http_50X: Http Fejl 500 http_403: HTTP Fejl 403 logout: Log Ud + posts: Posts notifications: title: Notifikationer inbox: Indbakke @@ -1141,6 +1146,9 @@ ui: label: Brødtekst msg: empty: Brødtekst skal udfyldes. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Tags msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Tilføj tag create_btn: Opret et nyt tag search_tag: Søg tag - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Ingen tags matchede tag_required_text: Påkrævet tag (mindst én) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Navn må ikke være tomt. range: Name must be between 2 to 30 characters in length. - character: 'Skal bruge tegnsættet "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: E-mail msg: @@ -1292,7 +1302,7 @@ ui: caption: Man kan nævne dig som "@username". msg: Brugernavn skal udfyldes. msg_range: Username must be 2-30 characters in length. - character: 'Skal bruge tegnsættet "a-z", "0-9", "- . _"' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Profilbillede gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Søg personer question_detail: action: Handling + created: Created Asked: Spurgt asked: spurgt update: Ændret + Edited: Edited edit: redigeret commented: kommenteret Views: Set @@ -1695,7 +1707,7 @@ ui: admin_name: label: Navn msg: Navn skal udfyldes. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Adgangskode @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Skriv + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Skriv svar label: Hver bruger kan kun skrive et svar for det samme spørgsmål text: "Slå fra for at give brugerne mulighed for at skrive flere svar på det samme spørgsmål, hvilket kan forårsage svar at være ufokuseret." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Anbefal tags text: "Anbefal tags vil som standard blive vist i dropdown-listen." diff --git a/i18n/de_DE.yaml b/i18n/de_DE.yaml index fca37d87a..d7683f03b 100644 --- a/i18n/de_DE.yaml +++ b/i18n/de_DE.yaml @@ -234,6 +234,8 @@ backend: other: Keine Berechtigung zum Aktualisieren. content_cannot_empty: other: Der Inhalt darf nicht leer sein. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Ansehenssrang erfüllt die Bedingung nicht. @@ -263,6 +265,8 @@ backend: other: Du kannst keinen Tag löschen, der in Gebrauch ist. cannot_set_synonym_as_itself: other: Du kannst das Synonym des aktuellen Tags nicht als sich selbst festlegen. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Der Absendername kann keine E-Mail-Adresse sein. @@ -841,6 +845,7 @@ ui: http_50X: HTTP-Fehler 500 http_403: HTTP Fehler 403 logout: Ausloggen + posts: Posts notifications: title: Benachrichtigungen inbox: Posteingang @@ -1141,6 +1146,9 @@ ui: label: Körper msg: empty: Körper darf nicht leer sein. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Stichworte msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Schlagwort hinzufügen create_btn: Neuen Tag erstellen search_tag: Tag suchen - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Keine Tags gefunden tag_required_text: Benötigter Tag (mindestens eins) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Der Name darf nicht leer sein. range: Der Name muss zwischen 2 und 30 Zeichen lang sein. - character: 'Muss den Zeichensatz "a-z", "A-Z", "0-9", " - . _" verwenden' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: E-Mail msg: @@ -1292,7 +1302,7 @@ ui: caption: Leute können dich als "@Benutzername" erwähnen. msg: Benutzername darf nicht leer sein. msg_range: Der Benutzername muss zwischen 2 und 30 Zeichen lang sein. - character: 'Muss den Zeichensatz "a-z", "0-9", "- . _" verwenden' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Profilbild gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Personen suchen question_detail: action: Aktion + created: Created Asked: Gefragt asked: gefragt update: Geändert + Edited: Edited edit: bearbeitet commented: kommentiert Views: Gesehen @@ -1695,7 +1707,7 @@ ui: admin_name: label: Name msg: Der Name darf nicht leer sein. - character: 'Muss den Zeichensatz "a-z", "A-Z", "0-9", " - . _" verwenden' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Der Name muss zwischen 2 und 30 Zeichen lang sein. admin_password: label: Passwort @@ -2078,10 +2090,16 @@ ui: ask_before_display: Vor der Anzeige externer Inhalte fragen write: page_title: Schreiben + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Antwort bearbeiten label: Jeder Benutzer kann für jede Frage nur eine Antwort schreiben text: "Schalten Sie aus, um es Benutzern zu ermöglichen, mehrere Antworten auf dieselbe Frage zu schreiben, was dazu führen kann, dass Antworten nicht im Fokus stehen." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Empfohlene Tags text: "Empfohlene Tags werden standardmäßig in der Dropdown-Liste angezeigt." diff --git a/i18n/es_ES.yaml b/i18n/es_ES.yaml index 885a52fd2..99071e2fe 100644 --- a/i18n/es_ES.yaml +++ b/i18n/es_ES.yaml @@ -234,6 +234,8 @@ backend: other: Sin permiso para actualizar. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: El rango de reputación no cumple la condición. @@ -263,6 +265,8 @@ backend: other: No puedes eliminar una etiqueta que está en uso. cannot_set_synonym_as_itself: other: No se puede establecer como sinónimo de una etiqueta la propia etiqueta. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: El nombre no puede ser una dirección de correo electrónico. @@ -841,6 +845,7 @@ ui: http_50X: HTTP Error 500 http_403: HTTP Error 403 logout: Cerrar sesión + posts: Posts notifications: title: Notificaciones inbox: Buzón de entrada @@ -1141,6 +1146,9 @@ ui: label: Cuerpo msg: empty: Cuerpo no puede estar vacío. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Etiquetas msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Añadir etiqueta create_btn: Crear nueva etiqueta search_tag: Buscar etiqueta - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Ninguna etiqueta coincide tag_required_text: Etiqueta requerida (al menos una) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: El nombre no puede estar vacío. range: El nombre debe tener entre 2 y 30 caracteres de largo. - character: 'Debe usar el juego de caracteres "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Correo electrónico msg: @@ -1292,7 +1302,7 @@ ui: caption: La gente puede mencionarte con "@nombredeusuario". msg: El nombre de usuario no puede estar vacío. msg_range: Username must be 2-30 characters in length. - character: 'Debe usar el conjunto de caracteres "a-z", "0-9", "- . _"' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Imagen de perfil gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Buscar personas question_detail: action: Acción + created: Created Asked: Preguntada asked: preguntada update: Modificada + Edited: Edited edit: editada commented: comentado Views: Visto @@ -1695,7 +1707,7 @@ ui: admin_name: label: Nombre msg: El nombre no puede estar vacío. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Contraseña @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Escribir + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Escribir respuesta label: Cada usuario solo puede escribir una respuesta por pregunta text: "Desactivar para permitir a los usuarios escribir múltiples respuestas a la misma pregunta, lo que puede causar que las respuestas no estén enfocadas." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Etiquetas recomendadas text: "Las etiquetas recomendadas se mostrarán en la lista desplegable por defecto." diff --git a/i18n/fa_IR.yaml b/i18n/fa_IR.yaml index e82d243b8..600d5cc11 100644 --- a/i18n/fa_IR.yaml +++ b/i18n/fa_IR.yaml @@ -234,6 +234,8 @@ backend: other: اجازه بروزرسانی ندارید. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: شهرت ناکافی. @@ -263,6 +265,8 @@ backend: other: نمی توانید تگی که در حال استفاده است را حذف کنید. cannot_set_synonym_as_itself: other: شما نمی توانید مترادفی برای برچسب فعلی به عوان خودش تنظیم کنین. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: '"از طرفه" نمی تواند آدرس ایمیل باشد.' @@ -356,7 +360,7 @@ backend: name: other: این یک پاسخ نیست desc: - other: "This was posted as an answer, but it does not attempt to answer the question. It should possibly be an edit, a comment, another question,or deleted altogether." + other: "." no_longer_needed: name: other: دیگر نیازی نیست @@ -841,6 +845,7 @@ ui: http_50X: خطای 500 HTTP http_403: خطای 403 HTTP logout: خروج + posts: Posts notifications: title: اعلانات inbox: پیغام‌های دریافتی @@ -1141,6 +1146,9 @@ ui: label: بدنه msg: empty: بدنه نمی تواند خالی باشد. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: برچسب ها msg: @@ -1161,7 +1169,9 @@ ui: add_btn: اضافه کردن برچسب create_btn: ایجاد یک برچسب جدید search_tag: جست‌وجوی برچسب‌ - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: هیچ تگی مطابقت ندارد tag_required_text: تگ نیاز هست (حداقل یک مورد) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: نام نمی‌تواند خالی باشد. range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: ایمیل msg: @@ -1292,7 +1302,7 @@ ui: caption: دیگران میتوانند به شما به بصورت "@username" اشاره کنند. msg: نام کاربری نمی تواند خالی باشد. msg_range: Username must be 2-30 characters in length. - character: 'باید از حروف "a-z", "0-9", "- . _" استفاده شود' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: عکس پروفایل gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: جستجوی افراد question_detail: action: عملیات + created: Created Asked: پرسیده شده asked: پرسیده شده update: تغییر یافته + Edited: Edited edit: ویرایش شده commented: commented Views: مشاهده شده @@ -1695,7 +1707,7 @@ ui: admin_name: label: نام msg: نام نمی‌تواند خالی باشد. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: رمز عبور @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: نوشتن + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Each user can only write one answer for each question text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Recommend tags text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/fr_FR.yaml b/i18n/fr_FR.yaml index 904b9a7eb..ecb87bef1 100644 --- a/i18n/fr_FR.yaml +++ b/i18n/fr_FR.yaml @@ -234,6 +234,8 @@ backend: other: Pas de permission pour mettre à jour. content_cannot_empty: other: Le contenu ne peut pas être vide. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Le rang de réputation ne remplit pas la condition. @@ -263,6 +265,8 @@ backend: other: Vous ne pouvez pas supprimer un tag utilisé. cannot_set_synonym_as_itself: other: Vous ne pouvez pas définir le synonyme de la balise actuelle comme elle-même. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Le nom d'expéditeur ne peut pas être une adresse e-mail. @@ -841,6 +845,7 @@ ui: http_50X: Erreur HTTP 500 http_403: Erreur HTTP 403 logout: Se déconnecter + posts: Posts notifications: title: Notifications inbox: Boîte de réception @@ -1141,6 +1146,9 @@ ui: label: Corps msg: empty: Le corps ne peut pas être vide. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Étiquettes msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Ajouter une étiquette create_btn: Créer une nouvelle étiquette search_tag: Rechercher une étiquette - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Aucune étiquette correspondante tag_required_text: Étiquette requise (au moins une) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Le nom ne peut pas être vide. range: Le nom doit contenir entre 2 et 30 caractères. - character: 'Doit utiliser le jeu de caractères "a-z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Email msg: @@ -1292,7 +1302,7 @@ ui: caption: Les gens peuvent vous mentionner avec "@username". msg: Le nom d'utilisateur ne peut pas être vide. msg_range: Le nom d'utilisateur doit contenir entre 2 et 30 caractères. - character: 'Doit utiliser seulement les caractères "a-z", "0-9", "- . _"' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Photo de profil gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Rechercher des personnes question_detail: action: Action + created: Created Asked: Demandé asked: demandé update: Modifié + Edited: Edited edit: modifié commented: commenté Views: Consultée @@ -1695,7 +1707,7 @@ ui: admin_name: label: Nom msg: Le nom ne peut pas être vide. - character: 'Utiliser seulement les caractères "a-z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: La longueur du nom doit être comprise entre 2 et 30 caractères. admin_password: label: Mot de passe @@ -2078,10 +2090,16 @@ ui: ask_before_display: Demander avant d'afficher le contenu externe write: page_title: Écrire + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Écriture de la réponse label: Chaque utilisateur ne peut écrire qu'une seule réponse pour chaque question text: "Désactivez pour permettre aux utilisateurs d'écrire plusieurs réponses à la même question, ce qui peut causer une perte de concentration des réponses." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Tags recommandés text: "Les balises recommandées apparaîtront par défaut dans la liste déroulante." diff --git a/i18n/hi_IN.yaml b/i18n/hi_IN.yaml index b115df7e6..09be62019 100644 --- a/i18n/hi_IN.yaml +++ b/i18n/hi_IN.yaml @@ -234,6 +234,8 @@ backend: other: No permission to update. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Reputation rank fail to meet the condition. @@ -263,6 +265,8 @@ backend: other: You cannot delete a tag that is in use. cannot_set_synonym_as_itself: other: You cannot set the synonym of the current tag as itself. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: The from name cannot be a email address. @@ -841,6 +845,7 @@ ui: http_50X: HTTP Error 500 http_403: HTTP Error 403 logout: Log Out + posts: Posts notifications: title: Notifications inbox: Inbox @@ -1141,6 +1146,9 @@ ui: label: Body msg: empty: Body cannot be empty. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Tags msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Add tag create_btn: Create new tag search_tag: Search tag - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: No tags matched tag_required_text: Required tag (at least one) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Name cannot be empty. range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Email msg: @@ -1381,9 +1391,11 @@ ui: search: Search people question_detail: action: Action + created: Created Asked: Asked asked: asked update: Modified + Edited: Edited edit: edited commented: commented Views: Viewed @@ -1695,7 +1707,7 @@ ui: admin_name: label: Name msg: Name cannot be empty. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Password @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Write + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Each user can only write one answer for each question text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Recommend tags text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/id_ID.yaml b/i18n/id_ID.yaml index 5f91a2e0e..f8a4a8a88 100644 --- a/i18n/id_ID.yaml +++ b/i18n/id_ID.yaml @@ -234,6 +234,8 @@ backend: other: Tidak diizinkan untuk memperbarui. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Reputation rank fail to meet the condition. @@ -263,6 +265,8 @@ backend: other: You cannot delete a tag that is in use. cannot_set_synonym_as_itself: other: Anda tidak bisa menetapkan sinonim dari tag saat ini dengan tag yang sama. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: The from name cannot be a email address. @@ -841,6 +845,7 @@ ui: http_50X: HTTP Error 500 http_403: HTTP Error 403 logout: Log Out + posts: Posts notifications: title: Pemberitahuan inbox: Kotak Masuk @@ -1141,6 +1146,9 @@ ui: label: Body msg: empty: Body cannot be empty. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Tags msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Add tag create_btn: Create new tag search_tag: Search tag - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: No tags matched tag_required_text: Required tag (at least one) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Nama tidak boleh kosong. range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Email msg: @@ -1381,9 +1391,11 @@ ui: search: Search people question_detail: action: Action + created: Created Asked: Ditanyakan asked: ditanyakan update: Diubah + Edited: Edited edit: disunting commented: commented Views: Dilihat @@ -1695,7 +1707,7 @@ ui: admin_name: label: Name msg: Name cannot be empty. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Password @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Write + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Each user can only write one answer for each question text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Recommend tags text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/it_IT.yaml b/i18n/it_IT.yaml index 075bf8e72..29cd1f521 100644 --- a/i18n/it_IT.yaml +++ b/i18n/it_IT.yaml @@ -58,7 +58,7 @@ backend: undelete: other: Ripristina merge: - other: Merge + other: Unisci role: name: user: @@ -140,7 +140,7 @@ backend: pass: other: Password old_pass: - other: Current password + other: Password attuale original_text: other: Questo post email_or_password_wrong_error: @@ -173,7 +173,7 @@ backend: question_closed_cannot_add: other: Le domande sono chiuse e non possono essere aggiunte. content_cannot_empty: - other: Answer content cannot be empty. + other: Il contenuto della risposta non può essere vuoto. comment: edit_without_permission: other: Non si hanno di privilegi sufficienti per modificare il commento. @@ -182,7 +182,7 @@ backend: cannot_edit_after_deadline: other: Il tempo per editare è scaduto. content_cannot_empty: - other: Comment content cannot be empty. + other: Il commento non può essere vuoto. email: duplicate: other: Email già esistente. @@ -233,7 +233,9 @@ backend: cannot_update: other: Nessun permesso per l'aggiornamento. content_cannot_empty: - other: Content cannot be empty. + other: Il contenuto non può essere vuoto. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Il rango di reputazione non soddisfa le condizioni. @@ -263,6 +265,8 @@ backend: other: Non è possibile eliminare un tag in uso. cannot_set_synonym_as_itself: other: Non puoi impostare il sinonimo del tag corrente come se stesso. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Il mittente non può essere un indirizzo email. @@ -307,13 +311,13 @@ backend: add_bulk_users_amount_error: other: "Il numero di utenti che aggiungi contemporaneamente dovrebbe essere compreso tra 1 e {{.MaxAmount}}." status_suspended_forever: - other: "This user was suspended forever. This user doesn't meet a community guideline." + other: "Questo utente è stato sospeso per sempre. Questo utente non soddisfa le linee guida della comunità." status_suspended_until: - other: "This user was suspended until {{.SuspendedUntil}}. This user doesn't meet a community guideline." + other: "Questo utente è stato sospeso fino a {{.SuspendedUntil}}. Questo utente non soddisfa le linee guida della comunità." status_deleted: - other: "This user was deleted." + other: "Utente eliminato." status_inactive: - other: "This user is inactive." + other: "L'utente è inattivo." config: read_config_failed: other: Configurazione lettura fallita @@ -502,7 +506,7 @@ backend: title: other: "[{{.SiteName}}] Nuova domanda: {{.QuestionTitle}}" body: - other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen.

\n\nUnsubscribe" + other: "{{.QuestionTitle}}
\n{{.Tags}}

\n\n--
\nNota: Si tratta di un'email di sistema automatica, non rispondere a questo messaggio perché la tua risposta non sarà visualizzata.

\n\nCancellati" pass_reset: title: other: "[{{.SiteName }}] Reimpostazione della password" @@ -574,7 +578,7 @@ backend: name: other: Primo Link desc: - other: First added a link to another post. + other: Per prima cosa è stato aggiunto un link ad un altro post. first_reaction: name: other: Prima Reazione @@ -817,7 +821,7 @@ ui: tag_wiki: tag wiki create_tag: Crea tag edit_tag: Modifica Tag - ask_a_question: Create Question + ask_a_question: Crea domanda edit_question: Modifica Domanda edit_answer: Modifica risposta search: Cerca @@ -841,6 +845,7 @@ ui: http_50X: Errore HTTP 500 http_403: Errore HTTP 403 logout: Disconnetti + posts: Posts notifications: title: Notifiche inbox: Posta in arrivo @@ -1038,9 +1043,9 @@ ui: tip: Sei sicuro di voler cancellare? close: Chiudi merge: - title: Merge tag - source_tag_title: Source tag - source_tag_description: The source tag and its associated data will be remapped to the target tag. + title: Unisci tag + source_tag_title: Cerca tag + source_tag_description: Il tag sorgente e i dati associati verranno rimappati al tag di destinazione. target_tag_title: Target tag target_tag_description: A synonym between these two tags will be created after merging. no_results: No tags matched @@ -1141,6 +1146,9 @@ ui: label: Contenuto msg: empty: Il corpo del testo non può essere vuoto. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Tags msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Aggiungi tag create_btn: Crea un nuovo tag search_tag: Cerca tag - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Nessun tag corrispondente tag_required_text: Tag richiesto (almeno uno) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Il nome non può essere vuoto. range: Il nome deve essere di lunghezza compresa tra 2 e 30 caratteri. - character: 'È necessario utilizzare il set di caratteri "a-z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: E-mail msg: @@ -1292,7 +1302,7 @@ ui: caption: Gli altri utenti possono menzionarti con @{{username}}. msg: Il nome utente non può essere vuoto. msg_range: Username must be 2-30 characters in length. - character: 'È necessario utilizzare il set di caratteri "a-z", "0-9", "- . _"' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Immagine del profilo gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Cerca persone question_detail: action: Azione + created: Created Asked: Chiesto asked: chiesto update: Modificato + Edited: Edited edit: modificato commented: commentato Views: Visualizzati @@ -1695,7 +1707,7 @@ ui: admin_name: label: Nome msg: Il nome non può essere vuoto. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Password @@ -1865,7 +1877,7 @@ ui: fields: display_name: label: Visualizza nome - msg_range: Display name must be 2-30 characters in length. + msg_range: Il nome visualizzato deve essere di 2-30 caratteri di lunghezza. username: label: Nome utente msg_range: Username must be 2-30 characters in length. @@ -1903,7 +1915,7 @@ ui: created_at: Created time delete_at: Deleted time suspend_at: Suspended time - suspend_until: Suspend until + suspend_until: Sospendi fino al status: Stato role: Ruolo action: Azione @@ -1938,8 +1950,8 @@ ui: suspend_user: title: Sospendi questo utente content: Un utente sospeso non può accedere. - label: How long will the user be suspended for? - forever: Forever + label: Per quanto tempo vuoi sospendere l'utente? + forever: Per sempre questions: page_title: Domande unlisted: Rimosso dall'elenco @@ -2001,8 +2013,8 @@ ui: msg: Il fuso orario non può essere vuoto. text: Scegli una città con il tuo stesso fuso orario. avatar: - label: Default avatar - text: For users without a custom avatar of their own. + label: Avatar Predefinito + text: Per gli utenti senza un proprio avatar personalizzato. gravatar_base_url: label: Gravatar base URL text: URL of the Gravatar provider's API base. Ignored when empty. @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Scrivi + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Risposta a scrivere label: Ogni utente può scrivere una sola risposta per ogni domanda text: "Disattiva per consentire agli utenti di scrivere risposte multiple alla stessa domanda, il che potrebbe causare una risposta sfocata." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Raccomanda tag text: "I tag consigliati verranno mostrati nell'elenco a discesa per impostazione predefinita." diff --git a/i18n/ja_JP.yaml b/i18n/ja_JP.yaml index 67bde2abf..8e2fb52c3 100644 --- a/i18n/ja_JP.yaml +++ b/i18n/ja_JP.yaml @@ -234,6 +234,8 @@ backend: other: 更新する権限がありません。 content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: 評判ランクが条件を満たしていません @@ -263,6 +265,8 @@ backend: other: 使用中のタグは削除できません。 cannot_set_synonym_as_itself: other: 現在のタグの同義語をそのものとして設定することはできません。 + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Fromの名前はメールアドレスにできません。 @@ -840,6 +844,7 @@ ui: http_50X: HTTP エラー 500 http_403: HTTP エラー 403 logout: ログアウト + posts: Posts notifications: title: 通知 inbox: 受信トレイ @@ -1140,6 +1145,9 @@ ui: label: 本文 msg: empty: 本文を空にすることはできません。 + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: タグ msg: @@ -1160,7 +1168,9 @@ ui: add_btn: タグを追加 create_btn: 新しタグを作成 search_tag: タグを検索 - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: 一致するタグはありません tag_required_text: 必須タグ (少なくとも 1 つ) header: @@ -1213,7 +1223,7 @@ ui: msg: empty: 名前を空にすることはできません。 range: 2~30文字の名前を設定してください。 - character: '文字セット "a-z", "A-Z", "0-9", " - " を使用する必要があります。' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: メールアドレス msg: @@ -1291,7 +1301,7 @@ ui: caption: ユーザーは "@username" としてあなたをメンションできます。 msg: ユーザー名は空にできません。 msg_range: Username must be 2-30 characters in length. - character: '文字セット "a-z", "0-9", "- . _" を使用してください。' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: プロフィール画像 gravatar: Gravatar @@ -1380,9 +1390,11 @@ ui: search: ユーザーを検索 question_detail: action: 動作 + created: Created Asked: 質問済み asked: 質問済み update: 修正済み + Edited: Edited edit: 編集済み commented: コメントしました Views: 閲覧回数 @@ -1696,7 +1708,7 @@ ui: admin_name: label: 名前 msg: 名前を空にすることはできません。 - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: パスワード @@ -2079,10 +2091,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: 編集 + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: 回答を書く label: 各ユーザーは同じ質問に対して1つの回答しか書けません text: "ユーザが同じ質問に複数の回答を書き込めるようにするにはオフにします。これにより回答がフォーカスされていない可能性があります。" + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: おすすめタグ text: "デフォルトでドロップダウンリストに推奨タグが表示されます。" diff --git a/i18n/ko_KR.yaml b/i18n/ko_KR.yaml index 1fa711fd1..be1807457 100644 --- a/i18n/ko_KR.yaml +++ b/i18n/ko_KR.yaml @@ -234,6 +234,8 @@ backend: other: 업데이트 권한이 없습니다. content_cannot_empty: other: 내용은 비워둘 수 없습니다. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: 등급이 조건을 충족하지 못합니다. @@ -263,6 +265,8 @@ backend: other: 사용 중인 태그는 삭제할 수 없습니다. cannot_set_synonym_as_itself: other: 현재 태그의 동의어로 자기 자신을 설정할 수 없습니다. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: 발신자 이름은 이메일 주소가 될 수 없습니다. @@ -307,13 +311,13 @@ backend: add_bulk_users_amount_error: other: "한 번에 추가할 수 있는 사용자 수는 1-{{.MaxAmount}} 범위 내에 있어야 합니다." status_suspended_forever: - other: "This user was suspended forever. This user doesn't meet a community guideline." + other: "이 사용자는 무기한 접근이 금지 되었습니다. 이 사용자는 커뮤니티의 지침을 충족시키지 않았습니다." status_suspended_until: - other: "This user was suspended until {{.SuspendedUntil}}. This user doesn't meet a community guideline." + other: "이 사용자는 {{.SuspendedUntil}} 까지 접근이 금지 되었습니다. 이 사용자는 커뮤니티의 지침을 충족시키지 않았습니다." status_deleted: - other: "This user was deleted." + other: "삭제된 사용자입니다." status_inactive: - other: "This user is inactive." + other: "비활성 사용자입니다." config: read_config_failed: other: 컨피그파일 읽기를 실패했습니다 @@ -356,7 +360,7 @@ backend: name: other: 답변이 아닙니다 desc: - other: "질문에 적절한 대답이 아닙니다. 편집, 댓글, 다른 질문, 또는 완전히 삭제된 것이어야 합니다." + other: "이 내용은 답변으로 게시 되었지만, 질문에 대한 답변 시도가 아닙니다. 이는 수정, 댓글, 다른 질문으로 올리는 것이 적절하거나, 삭제하는 것이 적절할 수도 있습니다." no_longer_needed: name: other: 더 이상 필요하지 않습니다. @@ -512,7 +516,7 @@ backend: title: other: "[{{.SiteName}}] 새 계정 확인" body: - other: "{{.SiteName}} 에 오신 것을 환영합니다!

\n\n새 계정을 확인하고 활성화하려면 다음 링크를 클릭하세요:
\n{{.RegisterUrl}}

\n\n위 링크가 클릭되지 않으면 웹 브라우저의 주소창에 복사하여 붙여넣어 보세요.\n

\n\n--
\n참고: 이것은 자동 시스템 이메일입니다. 응답해도 확인되지 않으므로 이 메시지에 회신하지 마세요." + other: "{{.SiteName}} 에 오신 것을 환영합니다!

\n\n새 계정을 확인하고 활성화하려면 다음 링크를 클릭하세요:
\n{{.RegisterUrl}}

\n\n위 링크가 동작하지 않으면 복사하여 브라우저의 주소 입력에 직접 붙여넣으세요.\n

\n\n--
\n참고: 이것은 자동 시스템 이메일입니다. 응답해도 확인되지 않으므로 이 메시지에 회신하지 마세요." test: title: other: "[{{.SiteName}}] 테스트 이메일" @@ -602,7 +606,7 @@ backend: other: 첫 달의 뛰어난 기여. read_guidelines: name: - other: 가이드라인 읽기 + other: 가이드라인 읽음 desc: other: '[커뮤니티 가이드라인] 을 읽어보세요.' reader: @@ -817,7 +821,7 @@ ui: tag_wiki: 태그 위키 create_tag: 태그 생성 edit_tag: 태그 수정 - ask_a_question: Create Question + ask_a_question: 질문 생성 edit_question: 질문 수정 edit_answer: 답변 수정 search: 검색 @@ -841,6 +845,7 @@ ui: http_50X: HTTP 오류 500 http_403: HTTP 오류 403 logout: 로그아웃 + posts: Posts notifications: title: 알림 inbox: 받은 편지함 @@ -1064,9 +1069,9 @@ ui: day: 일 hours: 시간 days: 일 - month: month - months: months - year: year + month: 월 + months: 개월 + year: 년 reaction: heart: 하트 smile: 스마일 @@ -1122,10 +1127,10 @@ ui: more: 더 보기 wiki: 위키 ask: - title: Create Question + title: 질문 생성 edit_title: 질문 수정 default_reason: 질문 수정 - default_first_reason: Create question + default_first_reason: 질문 생성 similar_questions: 유사한 질문 form: fields: @@ -1133,7 +1138,7 @@ ui: label: 개정 title: label: 제목 - placeholder: What's your topic? Be specific. + placeholder: 주제는 무엇인가요? 상세하게 작성해주세요. msg: empty: 제목을 입력하세요. range: 제목은 최대 150자까지 입력 가능합니다. @@ -1141,6 +1146,9 @@ ui: label: 본문 msg: empty: 본문을 입력하세요. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: 태그 msg: @@ -1161,7 +1169,9 @@ ui: add_btn: 태그 추가 create_btn: 새 태그 생성 search_tag: 태그 검색 - hint: "Describe what your content is about, at least one tag is required." + hint: 질문의 주제를 설명하세요. 적어도 하나의 태그가 필요합니다. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: 일치하는 태그가 없습니다. tag_required_text: 필수 태그 (적어도 하나) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: 이름을 입력하세요. range: 이름은 2 자에서 30 자 사이여야 합니다. - character: '문자 집합 "a-z", "0-9", " - . _"를 사용해야 합니다' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: 이메일 msg: @@ -1292,7 +1302,7 @@ ui: caption: 다른 사용자가 "@사용자이름"으로 멘션할 수 있습니다. msg: 사용자 이름을 입력하세요. msg_range: 유저 이름은 2-30 자 길이여야 합니다. - character: '문자 집합 "a-z", "0-9", "- . _"을 사용해야 합니다.' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: 프로필 이미지 gravatar: Gravatar @@ -1367,12 +1377,12 @@ ui: review: 검토 후에 귀하의 수정 사항이 표시됩니다. sent_success: 전송 성공 related_question: - title: Related + title: 관련된 질문 answers: 답변 linked_question: - title: Linked - description: Posts linked to - no_linked_question: No contents linked from this content. + title: 링크된 질문 + description: 이 질문을 링크한 질문 + no_linked_question: 이 질문에 연결된 질문 없음. invite_to_answer: title: 질문자 초대 desc: 답변을 알고 있을 것으로 생각되는 사람을 선택하세요. @@ -1381,9 +1391,11 @@ ui: search: 사람 검색 question_detail: action: 동작 + created: Created Asked: 질문함 asked: 질문 작성 update: 수정됨 + Edited: Edited edit: 편집됨 commented: 댓글 작성 Views: 조회수 @@ -1512,7 +1524,7 @@ ui: follow: 팔로우 following: 팔로잉 중 counts: "{{count}} 개의 결과" - counts_loading: "... Results" + counts_loading: "... 개의 결과" more: 더 보기 sort_btns: relevance: 관련성 @@ -1564,7 +1576,7 @@ ui: all_questions: 모든 질문 x_questions: "{{ count }} 개의 질문" x_answers: "{{ count }} 개의 답변" - x_posts: "{{ count }} Posts" + x_posts: "{{ count }} 개의 글" questions: 질문 answers: 답변 newest: 최신순 @@ -1695,7 +1707,7 @@ ui: admin_name: label: 이름 msg: 이름을 입력하세요. - character: '"a-z", "A-Z", "0-9", " - . _" 문자 집합을 사용해야 합니다' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: 이름은 2 자 이상 30 자 이하여야 합니다. admin_password: label: 비밀번호 @@ -1903,7 +1915,7 @@ ui: created_at: 생성 시간 delete_at: 삭제된 시간 suspend_at: 정지된 시간 - suspend_until: Suspend until + suspend_until: 정지 기한 status: 상태 role: 역할 action: 동작 @@ -1938,8 +1950,8 @@ ui: suspend_user: title: 이 사용자 정지 content: 정지된 사용자는 로그인할 수 없습니다. - label: How long will the user be suspended for? - forever: Forever + label: 사용자를 며칠 접근 금지 하시겠습니까? + forever: 무기한 questions: page_title: 질문 unlisted: 비공개 @@ -2001,11 +2013,11 @@ ui: msg: 시간대를 선택하세요. text: 본인과 같은 시간대의 도시를 선택하세요. avatar: - label: Default avatar - text: For users without a custom avatar of their own. + label: 기본 아바타 + text: 사용자 정의 아바타가 없는 사용자에게 표시됩니다. gravatar_base_url: - label: Gravatar base URL - text: URL of the Gravatar provider's API base. Ignored when empty. + label: Gravatar 기본 URL + text: Gravatar 공급자의 API 기본 URL입니다. 비어 있으면 무시됩니다. smtp: page_title: SMTP from_email: @@ -2078,10 +2090,16 @@ ui: ask_before_display: 외부 콘텐츠 표시 전 확인 write: page_title: 작성 + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: 답변 작성 label: 각 사용자는 각 질문에 대해 단 하나의 답변만 작성할 수 있습니다. text: "기존 답변을 개선하고 향상시키기 위해 편집 링크를 사용할 수 있습니다." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: 추천 태그 text: "추천 태그가 기본적으로 드롭다운 목록에 표시됩니다." diff --git a/i18n/ml_IN.yaml b/i18n/ml_IN.yaml index f61ad62ba..421350311 100644 --- a/i18n/ml_IN.yaml +++ b/i18n/ml_IN.yaml @@ -234,6 +234,8 @@ backend: other: No permission to update. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Reputation rank fail to meet the condition. @@ -263,6 +265,8 @@ backend: other: You cannot delete a tag that is in use. cannot_set_synonym_as_itself: other: You cannot set the synonym of the current tag as itself. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: The from name cannot be a email address. @@ -841,6 +845,7 @@ ui: http_50X: HTTP Error 500 http_403: HTTP Error 403 logout: Log Out + posts: Posts notifications: title: Notifications inbox: Inbox @@ -1141,6 +1146,9 @@ ui: label: Body msg: empty: Body cannot be empty. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Tags msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Add tag create_btn: Create new tag search_tag: Search tag - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: No tags matched tag_required_text: Required tag (at least one) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Name cannot be empty. range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Email msg: @@ -1381,9 +1391,11 @@ ui: search: Search people question_detail: action: Action + created: Created Asked: Asked asked: asked update: Modified + Edited: Edited edit: edited commented: commented Views: Viewed @@ -1695,7 +1707,7 @@ ui: admin_name: label: Name msg: Name cannot be empty. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Password @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Write + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Each user can only write one answer for the same question text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Recommend tags text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/pl_PL.yaml b/i18n/pl_PL.yaml index 275a89db4..ae26c6d1a 100644 --- a/i18n/pl_PL.yaml +++ b/i18n/pl_PL.yaml @@ -234,6 +234,8 @@ backend: other: Brak uprawnień do edycji. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Ranga nie spełnia warunku. @@ -263,6 +265,8 @@ backend: other: Nie możesz usunąć tagu, który jest w użyciu. cannot_set_synonym_as_itself: other: Nie można ustawić synonimu aktualnego tagu jako takiego. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Nazwą nadawcy nie może być adresem e-mail. @@ -841,6 +845,7 @@ ui: http_50X: Błąd HTTP 500 http_403: Błąd HTTP 403 logout: Wyloguj się + posts: Posts notifications: title: Powiadomienia inbox: Skrzynka odbiorcza @@ -1141,6 +1146,9 @@ ui: label: Treść msg: empty: Treść nie może być pusta. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Tagi msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Dodaj tag create_btn: Utwórz nowy tag search_tag: Wyszukaj tag - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Nie znaleziono pasujących tagów tag_required_text: Wymagany tag (co najmniej jeden) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Imię nie może być puste. range: Name must be between 2 to 30 characters in length. - character: 'Możesz użyć dozwolone znaki "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Adres e-mail msg: @@ -1292,7 +1302,7 @@ ui: caption: Ludzie mogą oznaczać Cię jako "@nazwa_użytkownika". msg: Nazwa użytkownika nie może być pusta. msg_range: Username must be 2-30 characters in length. - character: 'Należy używać zestawu znaków "a-z", "0-9", "- . _"' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Zdjęcie profilowe gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Wyszukaj osoby question_detail: action: Akcja + created: Created Asked: Zadane asked: zadał(a) update: Zmodyfikowane + Edited: Edited edit: edytowany commented: skomentowano Views: Wyświetlone @@ -1695,7 +1707,7 @@ ui: admin_name: label: Imię msg: Imię nie może być puste. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Hasło @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Pisanie + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Każdy użytkownik może napisać tylko jedną odpowiedź na każde pytanie text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Rekomendowane tagi text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/pt_PT.yaml b/i18n/pt_PT.yaml index c11747a04..997bb0552 100644 --- a/i18n/pt_PT.yaml +++ b/i18n/pt_PT.yaml @@ -234,6 +234,8 @@ backend: other: Sem permissão para atualizar. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: A classificação não atende à condição. @@ -263,6 +265,8 @@ backend: other: Não é possível excluir um marcador em uso. cannot_set_synonym_as_itself: other: Você não pode definir o sinônimo do marcador atual como a si mesmo. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: O De Nome não pode ser um endereço de e-mail. @@ -841,6 +845,7 @@ ui: http_50X: HTTP Erro 500 http_403: HTTP Erro 403 logout: Encerrar Sessão + posts: Posts notifications: title: Notificações inbox: Caixa de entrada @@ -1141,6 +1146,9 @@ ui: label: Corpo msg: empty: Corpo da mensagem não pode ser vazio. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Marcadores msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Adicionar marcador create_btn: Criar novo marcador search_tag: Procurar marcador - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Nenhum marcador correspondente tag_required_text: Marcador obrigatório (ao menos um) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Nome não pode ser vazio. range: O nome deve ter entre 2 e 30 caracteres. - character: 'Deve usar o conjunto de caracteres "a-z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: E-mail msg: @@ -1292,7 +1302,7 @@ ui: caption: As pessoas poderão mensionar você com "@usuário". msg: Nome de usuário não pode ser vazio. msg_range: Username must be 2-30 characters in length. - character: 'Deve usar o conjunto de caracteres "a-z", "0-9", "- . _"' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Perfil Imagem gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Procurar pessoas question_detail: action: Acção + created: Created Asked: Perguntado asked: perguntado update: Modificado + Edited: Edited edit: modificado commented: comentado Views: Visualizado @@ -1695,7 +1707,7 @@ ui: admin_name: label: Nome msg: Nome não pode ser vazio. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Senha @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Escrever + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Escrever resposta label: Each user can only write one answer for each question text: "Desative para permitir que os usuários escrevam várias respostas para a mesma pergunta, o que pode fazer com que as respostas fiquem menos focadas." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Recommend Marcadores text: "Os marcadores recomendados serão exibidos na lista dropdown por padrão." diff --git a/i18n/ro_RO.yaml b/i18n/ro_RO.yaml index 47f8c3aa9..cd0afb8a3 100644 --- a/i18n/ro_RO.yaml +++ b/i18n/ro_RO.yaml @@ -234,6 +234,8 @@ backend: other: Nu aveți permisiunea de a actualiza. content_cannot_empty: other: Conținutul nu poate fi gol. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Rangul de reputaţie nu îndeplineşte condiţia. @@ -263,6 +265,8 @@ backend: other: Nu puteți șterge o etichetă care este în uz. cannot_set_synonym_as_itself: other: Nu se poate seta sinonimul etichetei curente ca atare. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Numele nu poate fi o adresă de e-mail. @@ -841,6 +845,7 @@ ui: http_50X: Eroare HTTP 500 http_403: Eroare HTTP 403 logout: Deconectare + posts: Posts notifications: title: Notificări inbox: Mesaje primite @@ -1141,6 +1146,9 @@ ui: label: Corp msg: empty: Corpul mesajului trebuie să conțină text. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Etichete msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Adaugă etichetă create_btn: Creează o etichetă nouă search_tag: Căutare etichetă - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Nicio etichetă potrivită tag_required_text: Etichetă necesară (cel puțin una) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Câmpul Nume trebuie completat. range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: E-mail msg: @@ -1292,7 +1302,7 @@ ui: caption: Oamenii te pot menționa ca "@utilizator". msg: Numele de utilizator nu poate fi gol. msg_range: Username must be 2-30 characters in length. - character: 'Trebuie să utilizați setul de caractere "a-z", "0-9", "- . _"' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Imaginea de profil gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Caută persoane question_detail: action: Acţiune + created: Created Asked: Întrebat asked: întrebat update: Modificat + Edited: Edited edit: editat commented: commented Views: Văzute @@ -1695,7 +1707,7 @@ ui: admin_name: label: Nume msg: Câmpul Nume trebuie completat. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Parolă @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Scrie + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Fiecare utilizator poate scrie doar câte un răspuns pentru fiecare întrebare text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Etichete recomandate text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/ru_RU.yaml b/i18n/ru_RU.yaml index d1763320a..c554ac8d7 100644 --- a/i18n/ru_RU.yaml +++ b/i18n/ru_RU.yaml @@ -234,6 +234,8 @@ backend: other: Нет разрешения на обновление. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Ранг репутации не соответствует условию. @@ -263,6 +265,8 @@ backend: other: Вы не можете удалить метку, которая используется. cannot_set_synonym_as_itself: other: Вы не можете установить синоним текущего тега. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Поле отправителя не может содержать email адрес. @@ -841,6 +845,7 @@ ui: http_50X: Ошибка HTTP 500 http_403: Ошибка HTTP 403 logout: Выйти + posts: Posts notifications: title: Уведомления inbox: Входящие @@ -1141,6 +1146,9 @@ ui: label: 'Вопрос:' msg: empty: Вопрос не может быть пустым. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Теги msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Тег create_btn: новый тег search_tag: Поиск тега - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Нет соответствующих тэгов tag_required_text: Обязательный тег (хотя бы один) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Имя пользователя не должно быть пустым. range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Email адрес msg: @@ -1292,7 +1302,7 @@ ui: caption: Люди могут упоминать вас как "@username". msg: Имя пользователя не может быть пустым. msg_range: Username must be 2-30 characters in length. - character: 'Необходимо использовать набор символов "a-z", "0-9", "- . _"' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Изображение профиля gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Поиск людей question_detail: action: Действия + created: Created Asked: Спросил(а) asked: спросил(а) update: Изменён + Edited: Edited edit: отредактировал commented: commented Views: Просмотрен @@ -1695,7 +1707,7 @@ ui: admin_name: label: Имя msg: Имя не может быть пустым. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Пароль @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Написать + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Каждый пользователь может написать только один ответ на каждый вопрос text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Рекомендованные теги text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/sk_SK.yaml b/i18n/sk_SK.yaml index 40ffcb163..72bd4726e 100644 --- a/i18n/sk_SK.yaml +++ b/i18n/sk_SK.yaml @@ -234,6 +234,8 @@ backend: other: Žiadne povolenie na aktualizáciu. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Reputation rank fail to meet the condition. @@ -263,6 +265,8 @@ backend: other: You cannot delete a tag that is in use. cannot_set_synonym_as_itself: other: Synonymum aktuálnej značky nemôžete nastaviť ako samotnú. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: The from name cannot be a email address. @@ -841,6 +845,7 @@ ui: http_50X: HTTP chyba 403 http_403: HTTP Error 403 logout: Log Out + posts: Posts notifications: title: Oznámenia inbox: Doručená pošta @@ -1141,6 +1146,9 @@ ui: label: Telo msg: empty: Telo nemôže byť prázdne. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Značky -- msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Pridať značku create_btn: Vytvoriť novú značku search_tag: Vyhľadať značku -- - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Nezodpovedajú žiadne značky tag_required_text: Povinný štítok (aspoň jeden) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Prihlasovacie meno nemôže byť prázdne. range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: E-mail msg: @@ -1292,7 +1302,7 @@ ui: caption: Ľudia vás môžu spomenúť ako „@používateľské meno“. msg: Užívateľské meno nemôže byť prázdne. msg_range: Username must be 2-30 characters in length. - character: 'Musíte použiť znakovú sadu "a-z", "0-9", "- . _"' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Profile image gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Search people question_detail: action: Action + created: Created Asked: Opýtané asked: opýtané update: Aktualizované + Edited: Edited edit: upravené commented: commented Views: Videné @@ -1695,7 +1707,7 @@ ui: admin_name: label: Meno msg: Meno nemôže byť prázdne. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Heslo @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Písať + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Each user can only write one answer for each question text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Recommend tags text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/sv_SE.yaml b/i18n/sv_SE.yaml index 3a7794166..243703ce0 100644 --- a/i18n/sv_SE.yaml +++ b/i18n/sv_SE.yaml @@ -19,13 +19,13 @@ backend: base: success: - other: Success. + other: Åtgärden lyckades unknown: other: Okänt fel. request_format_error: other: Request format is not valid. unauthorized_error: - other: Unauthorized. + other: Access saknas database_error: other: Data server error. forbidden_error: @@ -34,7 +34,7 @@ backend: other: Dubblett inlämning. action: report: - other: Flag + other: Flagga edit: other: Redigera delete: @@ -48,103 +48,103 @@ backend: pin: other: Fäst hide: - other: Unlist + other: Göm unpin: - other: Unpin + other: Lossa show: other: Lista invite_someone_to_answer: other: Redigera undelete: - other: Undelete + other: Återskapa merge: - other: Merge + other: Sammanfoga role: name: user: other: Användare admin: - other: Admin + other: Administratör moderator: other: Moderator description: user: - other: Default with no special access. + other: Normal tillgång admin: - other: Have the full power to access the site. + other: Full kontroll över webbplatsen moderator: - other: Has access to all posts except admin settings. + other: Tillgång till allt utom administratörsinställningar privilege: level_1: description: - other: Level 1 (less reputation required for private team, group) + other: Nivå 1 level_2: description: - other: Level 2 (low reputation required for startup community) + other: Nivå 2 level_3: description: - other: Level 3 (high reputation required for mature community) + other: Nivå 3 level_custom: description: - other: Custom Level + other: Anpassad nivå rank_question_add_label: - other: Ask question + other: Ställ en fråga rank_answer_add_label: - other: Write answer + other: Skriv ett svar rank_comment_add_label: - other: Write comment + other: Skriv en kommentar rank_report_add_label: - other: Flag + other: Flagga rank_comment_vote_up_label: - other: Upvote comment + other: Bra kommentar rank_link_url_limit_label: - other: Post more than 2 links at a time + other: Mer än 2 länkar samtidigt rank_question_vote_up_label: - other: Upvote question + other: Bra fråga rank_answer_vote_up_label: - other: Upvote answer + other: Bra svar rank_question_vote_down_label: - other: Downvote question + other: Dålig fråga rank_answer_vote_down_label: - other: Downvote answer + other: Dåligt svar rank_invite_someone_to_answer_label: - other: Invite someone to answer + other: Bjud in någon att svara rank_tag_add_label: other: Skapa ny tagg rank_tag_edit_label: - other: Edit tag description (need to review) + other: Beskriv etiketten (behöver granskas) rank_question_edit_label: - other: Edit other's question (need to review) + other: Editera annans fråga (behöver granskas) rank_answer_edit_label: - other: Edit other's answer (need to review) + other: Editera annans svar (behöver granskas) rank_question_edit_without_review_label: - other: Edit other's question without review + other: Editera annans fråga utan granskning rank_answer_edit_without_review_label: - other: Edit other's answer without review + other: Editera annans svar utan granskning rank_question_audit_label: - other: Review question edits + other: Granska ändringar av fråga rank_answer_audit_label: - other: Review answer edits + other: Granska ändringar av svar rank_tag_audit_label: - other: Review tag edits + other: Granska ändringar av etikett rank_tag_edit_without_review_label: - other: Edit tag description without review + other: Ändra etikett-beskrivningen utan granskning rank_tag_synonym_label: - other: Manage tag synonyms + other: Hantera etikett-synonymer email: - other: Email + other: E-post e_mail: - other: Email + other: E-post password: other: Lösenord pass: other: Lösenord old_pass: - other: Current password + other: Nuvarande lösenord original_text: - other: This post + other: Detta inlägg email_or_password_wrong_error: - other: Email and password do not match. + other: Fel e-post eller lösenord error: common: invalid_url: @@ -153,21 +153,21 @@ backend: other: Ogiltig status. password: space_invalid: - other: Password cannot contain spaces. + other: Lösenordet får inte innehålla mellanslag. admin: cannot_update_their_password: - other: You cannot modify your password. + other: Du får inte ändra ditt lösenord. cannot_edit_their_profile: - other: You cannot modify your profile. + other: Du får inte ändra din profil. cannot_modify_self_status: - other: You cannot modify your status. + other: Du får inte ändra din status. email_or_password_wrong: - other: Email and password do not match. + other: Fel e-post eller lösenord. answer: not_found: - other: Answer do not found. + other: Svar hittades inte. cannot_deleted: - other: No permission to delete. + other: Radering tillåts inte. cannot_update: other: No permission to update. question_closed_cannot_add: @@ -182,50 +182,50 @@ backend: cannot_edit_after_deadline: other: The comment time has been too long to modify. content_cannot_empty: - other: Comment content cannot be empty. + other: Kommentarsfältet får inte vara tomt. email: duplicate: - other: Email already exists. + other: E-postadressen finns redan. need_to_be_verified: - other: Email should be verified. + other: E-postadressen ska vara verifierad. verify_url_expired: - other: Email verified URL has expired, please resend the email. + other: Länken för att verifiera e-postadressen har gått ut. Vänligen skicka igen. illegal_email_domain_error: - other: Email is not allowed from that email domain. Please use another one. + other: E-post från den domänen tillåts inte. Vänligen använt en annan. lang: not_found: - other: Language file not found. + other: Språkfilen hittas inte. object: captcha_verification_failed: - other: Captcha wrong. + other: Fel Captcha. disallow_follow: - other: You are not allowed to follow. + other: Du tillåts inte följa. disallow_vote: - other: You are not allowed to vote. + other: Du tillåts inte rösta. disallow_vote_your_self: - other: You can't vote for your own post. + other: Du får inte rösta på ditt eget inlägg. not_found: - other: Object not found. + other: Objektet hittas inte. verification_failed: - other: Verification failed. + other: Verifiering misslyckades. email_or_password_incorrect: - other: Email and password do not match. + other: Fel e-postadress eller lösenord. old_password_verification_failed: - other: The old password verification failed + other: Den gamla verifieringen av lösenordet misslyckades. new_password_same_as_previous_setting: - other: The new password is the same as the previous one. + other: Det nya lösenordet är samma som det förra. already_deleted: - other: This post has been deleted. + other: Det här inlägget har raderats. meta: object_not_found: - other: Meta object not found + other: Meta-objekt hittas inte. question: already_deleted: - other: This post has been deleted. + other: Det här inlägget har raderats. under_review: - other: Your post is awaiting review. It will be visible after it has been approved. + other: Ditt inlägg väntar på granskning. Det kommer att publiceras så snart det har blivit godkänt. not_found: - other: Question not found. + other: . cannot_deleted: other: No permission to delete. cannot_close: @@ -234,6 +234,8 @@ backend: other: No permission to update. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Reputation rank fail to meet the condition. @@ -263,6 +265,8 @@ backend: other: You cannot delete a tag that is in use. cannot_set_synonym_as_itself: other: You cannot set the synonym of the current tag as itself. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: The from name cannot be a email address. @@ -321,16 +325,16 @@ backend: connection_failed: other: Database connection failed create_table_failed: - other: Create table failed + other: Tabellen kunde inte skapas. install: create_config_failed: - other: Can't create the config.yaml file. + other: Filen config.yaml kan inte skapas. upload: unsupported_file_format: - other: Unsupported file format. + other: Filformatet tillåts inte. site_info: config_not_found: - other: Site config not found. + other: Webbplats inställningarna hittar inte. badge: object_not_found: other: Badge object not found @@ -841,6 +845,7 @@ ui: http_50X: HTTP Error 500 http_403: HTTP Error 403 logout: Logga ut + posts: Posts notifications: title: Notifications inbox: Inkorg @@ -1141,6 +1146,9 @@ ui: label: Body msg: empty: Body cannot be empty. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Tags msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Add tag create_btn: Create new tag search_tag: Search tag - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: No tags matched tag_required_text: Required tag (at least one) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Name cannot be empty. range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: E-postadress msg: @@ -1381,9 +1391,11 @@ ui: search: Search people question_detail: action: Action + created: Created Asked: Asked asked: asked update: Modified + Edited: Edited edit: edited commented: commented Views: Viewed @@ -1695,7 +1707,7 @@ ui: admin_name: label: Namn msg: Name cannot be empty. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Lösenord @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Write + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Each user can only write one answer for each question text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Recommend tags text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/te_IN.yaml b/i18n/te_IN.yaml index c61288c15..dbf4acb14 100644 --- a/i18n/te_IN.yaml +++ b/i18n/te_IN.yaml @@ -234,6 +234,8 @@ backend: other: No permission to update. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Reputation rank fail to meet the condition. @@ -263,6 +265,8 @@ backend: other: You cannot delete a tag that is in use. cannot_set_synonym_as_itself: other: You cannot set the synonym of the current tag as itself. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: The from name cannot be a email address. @@ -841,6 +845,7 @@ ui: http_50X: HTTP Error 500 http_403: HTTP Error 403 logout: Log Out + posts: Posts notifications: title: నోటిఫికేషన్లు inbox: ఇన్‌బాక్స్ @@ -1141,6 +1146,9 @@ ui: label: Body msg: empty: Body cannot be empty. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Tags msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Add tag create_btn: Create new tag search_tag: Search tag - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: No tags matched tag_required_text: Required tag (at least one) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Name cannot be empty. range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Email msg: @@ -1381,9 +1391,11 @@ ui: search: Search people question_detail: action: Action + created: Created Asked: Asked asked: asked update: Modified + Edited: Edited edit: edited commented: commented Views: Viewed @@ -1695,7 +1707,7 @@ ui: admin_name: label: Name msg: Name cannot be empty. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Password @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Write + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Each user can only write one answer for each question text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Recommend tags text: "Recommend tags will show in the dropdown list by default." diff --git a/i18n/tr_TR.yaml b/i18n/tr_TR.yaml index 20a3284b8..fdecee532 100644 --- a/i18n/tr_TR.yaml +++ b/i18n/tr_TR.yaml @@ -234,6 +234,8 @@ backend: other: Güncelleme izni yok. content_cannot_empty: other: İçerik boş olamaz. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: İtibar seviyesi koşulu karşılamıyor. @@ -263,6 +265,8 @@ backend: other: Kullanımda olan bir etiketi silemezsiniz. cannot_set_synonym_as_itself: other: Bir etiketin eş anlamlısını kendisi olarak ayarlayamazsınız. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Gönderen adı bir e-posta adresi olamaz. @@ -841,6 +845,7 @@ ui: http_50X: HTTP Hatası 500 http_403: HTTP Hatası 403 logout: Çıkış Yap + posts: Posts notifications: title: Bildirimler inbox: Gelen Kutusu @@ -1141,6 +1146,9 @@ ui: label: İçerik msg: empty: İçerik boş olamaz. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Etiketler msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Etiket ekle create_btn: Yeni etiket oluştur search_tag: Etiket ara - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Eşleşen etiket bulunamadı tag_required_text: Gerekli etiket (en az bir tane) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: İsim boş olamaz. range: İsim 2 ile 30 karakter arasında olmalıdır. - character: '"a-z", "A-Z", "0-9", "- . _" karakter setini kullanmalısınız' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: E-posta msg: @@ -1292,7 +1302,7 @@ ui: caption: İnsanlar size "@kullaniciadi" şeklinde bahsedebilir. msg: Kullanıcı adı boş olamaz. msg_range: Kullanıcı adı 2-30 karakter uzunluğunda olmalıdır. - character: '"a-z", "0-9", "- . _" karakter setini kullanmalısınız' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Profil resmi gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Kişi ara question_detail: action: Eylem + created: Created Asked: Soruldu asked: sordu update: Değiştirildi + Edited: Edited edit: düzenledi commented: yorum yaptı Views: Görüntülendi @@ -1695,7 +1707,7 @@ ui: admin_name: label: İsim msg: İsim boş olamaz. - character: '"a-z", "A-Z", "0-9", "- . _" karakter setini kullanmalısınız' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: İsim 2 ile 30 karakter arasında olmalıdır. admin_password: label: Parola @@ -2078,10 +2090,16 @@ ui: ask_before_display: Harici içeriği göstermeden önce sor write: page_title: Yazma + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Cevap yazma label: Her kullanıcı aynı soru için sadece bir cevap yazabilir text: "Kullanıcıların aynı soruya birden fazla cevap yazmasına izin vermek için kapatın, bu cevapların odaktan uzaklaşmasına neden olabilir." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Önerilen etiketler text: "Önerilen etiketler varsayılan olarak açılır listede gösterilecektir." diff --git a/i18n/uk_UA.yaml b/i18n/uk_UA.yaml index 42603595e..ea0e4591c 100644 --- a/i18n/uk_UA.yaml +++ b/i18n/uk_UA.yaml @@ -234,6 +234,8 @@ backend: other: Немає дозволу на оновлення. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Ранг репутації не відповідає умові. @@ -263,6 +265,8 @@ backend: other: Ви не можете видалити теґ, який використовується. cannot_set_synonym_as_itself: other: Ви не можете встановити синонім поточного тегу як сам тег. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Ім’я відправника не може бути електронною адресою. @@ -841,6 +845,7 @@ ui: http_50X: Помилка HTTP 500 http_403: Помилка HTTP 403 logout: Вийти + posts: Posts notifications: title: Сповіщення inbox: Вхідні @@ -1141,6 +1146,9 @@ ui: label: Тіло msg: empty: Тіло не може бути порожнім. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Теґи msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Додати теґ create_btn: Створити новий теґ search_tag: Шукати теґ - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Не знайдено тегів tag_required_text: Обов'язковий тег (принаймні один) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Ім'я не може бути порожнім. range: Ім'я повинно мати довжину від 2 до 30 символів. - character: 'Необхідно використовувати набір символів "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Електронна пошта msg: @@ -1292,7 +1302,7 @@ ui: caption: Користувачі можуть згадувати вас як "@username". msg: Ім’я користувача не може бути порожнім. msg_range: Username must be 2-30 characters in length. - character: 'Необхідно використовувати набір символів "a-z", "0-9", "-. _"' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Зображення профілю gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Шукати людей question_detail: action: Дія + created: Created Asked: Запитали asked: запитали update: Змінено + Edited: Edited edit: відредаговано commented: прокоментовано Views: Переглянуто @@ -1695,7 +1707,7 @@ ui: admin_name: label: Ім’я msg: Ім'я не може бути порожнім. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Пароль @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Написати + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Відповідь на запис label: Кожен користувач може написати лише одну відповідь на кожне запитання text: "Вимкнути, щоб дозволити користувачам писати кілька відповідей на одне і те ж питання, що може призвести до розфокусування відповідей." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Рекомендовані теги text: "За замовчуванням рекомендовані теги будуть показані у спадному списку." diff --git a/i18n/vi_VN.yaml b/i18n/vi_VN.yaml index 1f6c3298d..6f5e5cbbb 100644 --- a/i18n/vi_VN.yaml +++ b/i18n/vi_VN.yaml @@ -234,6 +234,8 @@ backend: other: Không có quyền cập nhật. content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Xếp hạng danh tiếng không đạt được điều kiện. @@ -263,6 +265,8 @@ backend: other: Bạn không thể xóa thẻ đang được sử dụng. cannot_set_synonym_as_itself: other: Bạn không thể đặt từ đồng nghĩa của thẻ hiện tại là chính nó. + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: Tên người gửi không thể là địa chỉ email. @@ -841,6 +845,7 @@ ui: http_50X: Lỗi HTTP 500 http_403: Lỗi HTTP 403 logout: Đăng xuất + posts: Posts notifications: title: Các thông báo inbox: Hộp thư đến @@ -1141,6 +1146,9 @@ ui: label: Nội dung msg: empty: Nội dung không thể trống. + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: Thẻ msg: @@ -1161,7 +1169,9 @@ ui: add_btn: Thêm thẻ create_btn: Tạo thẻ mới search_tag: Tìm kiếm thẻ - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: Không có thẻ phù hợp tag_required_text: Thẻ bắt buộc (ít nhất một) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: Tên không thể trống. range: Tên phải có độ dài từ 2 đến 30 ký tự. - character: 'Chỉ sử dụng bộ ký tự "a-z", "0-9", , "A-Z", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: Email msg: @@ -1292,7 +1302,7 @@ ui: caption: Mọi người có thể nhắc đến bạn với "@username". msg: Tên người dùng không thể trống. msg_range: Username must be 2-30 characters in length. - character: 'Chỉ sử dụng bộ ký tự "a-z", "0-9", "- . _"' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Hình ảnh hồ sơ gravatar: Gravatar @@ -1381,9 +1391,11 @@ ui: search: Tìm kiếm người question_detail: action: Hành động + created: Created Asked: Đã hỏi asked: đã hỏi update: Đã chỉnh sửa + Edited: Edited edit: đã chỉnh sửa commented: đã bình luận Views: Lượt xem @@ -1695,7 +1707,7 @@ ui: admin_name: label: Tên msg: Tên không thể trống. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: Mật khẩu @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: Viết + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Câu trả lời chỉnh sửa label: Each user can only write one answer for each question text: "Tắt để cho phép người dùng viết nhiều câu trả lời cho cùng một câu hỏi, điều này có thể khiến các câu trả lời bị mất trọng tâm." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Thẻ được đề xuất text: "Các thẻ gợi ý sẽ hiển thị trong danh sách thả xuống theo mặc định." diff --git a/i18n/zh_CN.yaml b/i18n/zh_CN.yaml index 2f0830145..0f7a25154 100644 --- a/i18n/zh_CN.yaml +++ b/i18n/zh_CN.yaml @@ -234,6 +234,8 @@ backend: other: 没有更新权限。 content_cannot_empty: other: 内容不能为空。 + content_less_than_minumum: + other: 输入的内容不足。 rank: fail_to_meet_the_condition: other: 声望值未达到要求。 @@ -263,6 +265,8 @@ backend: other: 你不能删除这个正在使用的标签。 cannot_set_synonym_as_itself: other: 你不能将当前标签设为自己的同义词。 + minimum_count: + other: 没有输入足够的标签。 smtp: config_from_name_cannot_be_email: other: 发件人名称不能是邮箱地址。 @@ -1142,6 +1146,9 @@ ui: label: 内容 msg: empty: 内容不能为空。 + hint: + optional_body: 描述这个问题是什么。 + minimum_characters: "详细描述这个问题,至少需要 {{min_content_length}} 字符。" tags: label: 标签 msg: @@ -1162,7 +1169,9 @@ ui: add_btn: 添加标签 create_btn: 创建新标签 search_tag: 搜索标签 - hint: "描述您的内容是关于什么,至少需要一个标签。" + hint: 描述您的内容是关于什么,至少需要一个标签。 + hint_zero_tags: 描述您的内容与什么有关。 + hint_more_than_one_tag: "描述您的内容是关于什么,至少需要{{min_tags_number}}个标签。" no_result: 没有匹配的标签 tag_required_text: 必选标签(至少一个) header: @@ -1215,7 +1224,7 @@ ui: msg: empty: 名字不能为空 range: 名称长度必须在 2 至 30 个字符之间。 - character: '只能由 "a-z"、"0-9"、" - . _" 组成' + character: '只能由 "a-z", "0-9", " - . _" 组成' email: label: 邮箱 msg: @@ -1293,7 +1302,7 @@ ui: caption: 用户可以通过 "@用户名" 来提及你。 msg: 用户名不能为空 msg_range: 显示名称长度必须为 2-30 个字符。 - character: '只能由 "a-z"、"0-9"、"- . _" 组成' + character: '只能由 "a-z", "0-9", " - . _" 组成' avatar: label: 头像 gravatar: Gravatar @@ -1698,7 +1707,7 @@ ui: admin_name: label: 名字 msg: 名字不能为空。 - character: '只能由 "a-z"、"0-9"、" - . _" 组成' + character: '只能由 "a-z", "0-9", " - . _" 组成' msg_max_length: 名称长度必须在 2 至 30 个字符之间。 admin_password: label: 密码 @@ -2081,10 +2090,16 @@ ui: ask_before_display: 在显示外部内容之前询问 write: page_title: 编辑 + min_content: + label: 最小问题长度 + text: 最小允许的问题内容长度(字符)。 restrict_answer: title: 回答编辑 label: 每个用户对于每个问题只能有一个回答 text: "用户可以使用编辑按钮优化已有的回答" + min_tags: + label: "问题的最少标签数" + text: "一个问题所需标签的最小数量。" recommend_tags: label: 推荐标签 text: "推荐标签将默认显示在下拉列表中。" diff --git a/i18n/zh_TW.yaml b/i18n/zh_TW.yaml index c3378ea42..cc362ea1e 100644 --- a/i18n/zh_TW.yaml +++ b/i18n/zh_TW.yaml @@ -234,6 +234,8 @@ backend: other: 無更新權限。 content_cannot_empty: other: Content cannot be empty. + content_less_than_minumum: + other: Not enough content entered. rank: fail_to_meet_the_condition: other: Reputation rank fail to meet the condition. @@ -263,6 +265,8 @@ backend: other: You cannot delete a tag that is in use. cannot_set_synonym_as_itself: other: 你不能將目前標籤的同義詞設定為本身。 + minimum_count: + other: Not enough tags were entered. smtp: config_from_name_cannot_be_email: other: The from name cannot be a email address. @@ -841,6 +845,7 @@ ui: http_50X: HTTP 錯誤 500 http_403: HTTP 錯誤 403 logout: 登出 + posts: Posts notifications: title: 通知 inbox: 收件夾 @@ -1141,6 +1146,9 @@ ui: label: 正文 msg: empty: 正文不能爲空。 + hint: + optional_body: Describe what the question is about. + minimum_characters: "Describe what the question is about, at least {{min_content_length}} characters are required." tags: label: 標籤 msg: @@ -1161,7 +1169,9 @@ ui: add_btn: 建立標籤 create_btn: 建立新標籤 search_tag: 搜尋標籤 - hint: "Describe what your content is about, at least one tag is required." + hint: Describe what your content is about, at least one tag is required. + hint_zero_tags: Describe what your content is about. + hint_more_than_one_tag: "Describe what your content is about, at least {{min_tags_number}} tags are required." no_result: 沒有匹配的標籤 tag_required_text: 必填標籤 (至少一個) header: @@ -1214,7 +1224,7 @@ ui: msg: empty: 名稱不能為空 range: Name must be between 2 to 30 characters in length. - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' email: label: 郵箱 msg: @@ -1292,7 +1302,7 @@ ui: caption: 用戶之間可以通過 "@用戶名" 進行交互。 msg: 用戶名不能為空 msg_range: Username must be 2-30 characters in length. - character: '必須由 "a-z", "0-9", "- . _" 組成' + character: 'Must use the character set "a-z", "0-9", "- . _"' avatar: label: Profile image gravatar: 頭像 @@ -1381,9 +1391,11 @@ ui: search: Search people question_detail: action: Action + created: Created Asked: 提問於 asked: 提問於 update: 修改於 + Edited: Edited edit: 最後編輯於 commented: commented Views: 閱讀次數 @@ -1695,7 +1707,7 @@ ui: admin_name: label: 暱稱 msg: 暱稱不能為空。 - character: 'Must use the character set "a-z", "A-Z", "0-9", " - . _"' + character: 'Must use the character set "a-z", "0-9", " - . _"' msg_max_length: Name must be between 2 to 30 characters in length. admin_password: label: 密碼 @@ -2078,10 +2090,16 @@ ui: ask_before_display: Ask before displaying external content write: page_title: 編輯 + min_content: + label: Minimum question body length + text: Minimum allowed question body length in characters. restrict_answer: title: Answer write label: Each user can only write one answer for each question text: "Turn off to allow users to write multiple answers to the same question, which may cause answers to be unfocused." + min_tags: + label: "Minimum tags per question" + text: "Minimum number of tags required in a question." recommend_tags: label: Recommend tags text: "Recommend tags will show in the dropdown list by default."