diff --git a/app/Http/Requests/UpdateProfileRequest.php b/app/Http/Requests/UpdateProfileRequest.php index 8432cd646..00d55f802 100644 --- a/app/Http/Requests/UpdateProfileRequest.php +++ b/app/Http/Requests/UpdateProfileRequest.php @@ -38,7 +38,7 @@ function (string $attribute, mixed $value, Closure $fail) { } }, ], - 'bio' => 'sometimes|string|nullable|min:0|max:80', + 'bio' => 'sometimes|string|nullable|min:0|max:250', ]; } } diff --git a/lang/af/profile.php b/lang/af/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/af/profile.php +++ b/lang/af/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/ar/profile.php b/lang/ar/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/ar/profile.php +++ b/lang/ar/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/ca/profile.php b/lang/ca/profile.php index 31504d9bc..83cfd06b9 100644 --- a/lang/ca/profile.php +++ b/lang/ca/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'La mida del fitxer de la imatge ha de ser inferior a 5 MB.', 'avatarFileTypeError' => 'Si us plau, selecciona un fitxer d\'imatge vàlid (PNG, JPEG o JPG).', 'bio' => 'Biografia', - 'bioHelp' => 'Biografia opcional (fins a 80 caràcters)', + 'bioHelp' => 'Biografia opcional (fins a 250 caràcters)', 'bioPlaceholder' => 'Afegeix una biografia opcional', 'block' => 'Bloca', 'blocked' => 'Blocat', diff --git a/lang/cs/profile.php b/lang/cs/profile.php index 996513b83..90504ae0d 100644 --- a/lang/cs/profile.php +++ b/lang/cs/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Velikost obrázku musí být menší než 5 MB.', 'avatarFileTypeError' => 'Vyberte prosím platný obrázek (PNG, JPEG nebo JPG).', 'bio' => 'O mně', - 'bioHelp' => 'Volitelné bio (až 80 znaků)', + 'bioHelp' => 'Volitelné bio (až 250 znaků)', 'bioPlaceholder' => 'Přidat volitelné bio', 'block' => 'Blokovat', 'blocked' => 'Zablokován', diff --git a/lang/da/profile.php b/lang/da/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/da/profile.php +++ b/lang/da/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/de/profile.php b/lang/de/profile.php index a7e755a03..6acbb0f5f 100644 --- a/lang/de/profile.php +++ b/lang/de/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Bilder müssen kleiner als 5MB sein.', 'avatarFileTypeError' => 'Bitte wählen Sie eins der geeigneten Formate (PNG, JPEG oder JPG).', 'bio' => 'Über mich', - 'bioHelp' => 'Optionale Biografie (bis zu 80 Zeichen)', + 'bioHelp' => 'Optionale Biografie (bis zu 250 Zeichen)', 'bioPlaceholder' => 'Optionale Biografie hinzufügen', 'block' => 'Blockieren', 'blocked' => 'Blockiert', diff --git a/lang/el/profile.php b/lang/el/profile.php index 2a4b4a575..247240ec7 100644 --- a/lang/el/profile.php +++ b/lang/el/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Το μέγεθος του αρχείου εικόνας πρέπει να είναι μικρότερο από 5MB.', 'avatarFileTypeError' => 'Παρακαλώ επέλεξε ένα έγκυρο αρχείο εικόνας (PNG, JPEG ή JPG).', 'bio' => 'Βιο', - 'bioHelp' => 'Προαιρετικό βιογραφικό (έως 80 χαρακτήρες)', + 'bioHelp' => 'Προαιρετικό βιογραφικό (έως 250 χαρακτήρες)', 'bioPlaceholder' => 'Πρόσθεσε ένα προαιρετικό βιογραφικό', 'block' => 'Αποκλεισμός', 'blocked' => 'Αποκλείστηκε', diff --git a/lang/en/profile.php b/lang/en/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/en/profile.php +++ b/lang/en/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/es/profile.php b/lang/es/profile.php index bace760c2..e46fb9540 100644 --- a/lang/es/profile.php +++ b/lang/es/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'El tamaño del archivo de imagen debe ser menor a 5MB.', 'avatarFileTypeError' => 'Por favor selecciona un archivo de imagen válido (PNG, JPEG o JPG).', 'bio' => 'Biografía', - 'bioHelp' => 'Biografía opcional (hasta 80 caracteres)', + 'bioHelp' => 'Biografía opcional (hasta 250 caracteres)', 'bioPlaceholder' => 'Añade una biografía opcional', 'block' => 'Bloquear', 'blocked' => 'Bloqueado', diff --git a/lang/fi/profile.php b/lang/fi/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/fi/profile.php +++ b/lang/fi/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/fr/profile.php b/lang/fr/profile.php index bf2add09a..bfc09297c 100644 --- a/lang/fr/profile.php +++ b/lang/fr/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'L\'image doit faire moins de 5 Mo.', 'avatarFileTypeError' => 'Choisissez une image valide (PNG, JPEG ou JPG).', 'bio' => 'Biographie', - 'bioHelp' => 'Bio optionnelle (max. 80 caractères)', + 'bioHelp' => 'Bio optionnelle (max. 250 caractères)', 'bioPlaceholder' => 'Ajoutez une bio (optionnel)', 'block' => 'Bloquer', 'blocked' => 'Bloqués', diff --git a/lang/he/profile.php b/lang/he/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/he/profile.php +++ b/lang/he/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/hu/profile.php b/lang/hu/profile.php index 5dd864cae..728395ea5 100644 --- a/lang/hu/profile.php +++ b/lang/hu/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Kép mérete nem lehet több 5MB-nál.', 'avatarFileTypeError' => 'Kérlek megfelelő képfájlt válassz (PNG, JPEG, vagy JPG).', 'bio' => 'Bemutatkozás', - 'bioHelp' => 'Opcionális bemutatkozás (maximum 80 karakter)', + 'bioHelp' => 'Opcionális bemutatkozás (maximum 250 karakter)', 'bioPlaceholder' => 'Opcionális bemutatkozás hozzáadása', 'block' => 'Letiltás', 'blocked' => 'Letiltva', diff --git a/lang/it/profile.php b/lang/it/profile.php index 46c9c610d..6323dac05 100644 --- a/lang/it/profile.php +++ b/lang/it/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'La dimensione del file immagine deve essere inferiore a 5MB.', 'avatarFileTypeError' => 'Seleziona un file d\'immagine valido (PNG, JPEG o JPG).', 'bio' => 'Biografia', - 'bioHelp' => 'Bio opzionale (fino a 80 caratteri)', + 'bioHelp' => 'Bio opzionale (fino a 250 caratteri)', 'bioPlaceholder' => 'Aggiungi una biografia opzionale', 'block' => 'Blocca', 'blocked' => 'Bloccato', diff --git a/lang/ja/profile.php b/lang/ja/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/ja/profile.php +++ b/lang/ja/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/ko/profile.php b/lang/ko/profile.php index 245115c60..a044c41ed 100644 --- a/lang/ko/profile.php +++ b/lang/ko/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => '이미지 파일 크기는 5MB 이하이어야 합니다.', 'avatarFileTypeError' => '유효한 이미지 파일(PNG, JPEG, 또는 JPG)을 선택하세요.', 'bio' => '자기소개', - 'bioHelp' => '선택적 자기소개 (최대 80자)', + 'bioHelp' => '선택적 자기소개 (최대 250자)', 'bioPlaceholder' => '선택적으로 자기소개 추가', 'block' => '차단', 'blocked' => '차단됨', diff --git a/lang/nl/profile.php b/lang/nl/profile.php index 9c6c41a9a..62637cac4 100644 --- a/lang/nl/profile.php +++ b/lang/nl/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Afbeelding moet kleiner zijn dan 5 MB', 'avatarFileTypeError' => 'Selecteer een geldig afbeeldingsbestand (PNG, JPG of JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optionele bio (tot 80 karakters)', + 'bioHelp' => 'Optionele bio (tot 250 karakters)', 'bioPlaceholder' => 'Voeg een optionele bio toe', 'block' => 'Blokkeren', 'blocked' => 'Geblokkeerd', diff --git a/lang/no/profile.php b/lang/no/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/no/profile.php +++ b/lang/no/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/pl/profile.php b/lang/pl/profile.php index 460e4a7e3..5082f88c9 100644 --- a/lang/pl/profile.php +++ b/lang/pl/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Rozmiar pliku obrazu musi być mniejszy niż 5MB.', 'avatarFileTypeError' => 'Proszę wybrać poprawny plik obrazu (PNG, JPEG, lub JPG).', 'bio' => 'Biogram', - 'bioHelp' => 'Opcjonalny biogram (do 80 znaków)', + 'bioHelp' => 'Opcjonalny biogram (do 250 znaków)', 'bioPlaceholder' => 'Dodaj opcjonalny biogram', 'block' => 'Zablokuj', 'blocked' => 'Zablokowano', diff --git a/lang/pt/profile.php b/lang/pt/profile.php index 65cb79b9a..3015177a9 100644 --- a/lang/pt/profile.php +++ b/lang/pt/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'O tamanho do arquivo de imagem deve ser inferior a 5MB.', 'avatarFileTypeError' => 'Selecione um arquivo de imagem válido (PNG, JPEG ou JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Bio opcional (até 80 caracteres)', + 'bioHelp' => 'Bio opcional (até 250 caracteres)', 'bioPlaceholder' => 'Adicionar uma bio opcional', 'block' => 'Bloquear', 'blocked' => 'Bloqueado', diff --git a/lang/ro/profile.php b/lang/ro/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/ro/profile.php +++ b/lang/ro/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/ru/profile.php b/lang/ru/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/ru/profile.php +++ b/lang/ru/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/sr/profile.php b/lang/sr/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/sr/profile.php +++ b/lang/sr/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/sv/profile.php b/lang/sv/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/sv/profile.php +++ b/lang/sv/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/tr/profile.php b/lang/tr/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/tr/profile.php +++ b/lang/tr/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/uk/profile.php b/lang/uk/profile.php index 1c6fce135..4b537a6d7 100644 --- a/lang/uk/profile.php +++ b/lang/uk/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Розмір файлу зображення повинен бути не більше 5 Мб.', 'avatarFileTypeError' => 'Будь ласка, виберіть припустиме зображення (PNG, JPEG, або JPG).', 'bio' => 'Про себе', - 'bioHelp' => 'Необов\'язково про себе (до 80 символів)', + 'bioHelp' => 'Необов\'язково про себе (до 250 символів)', 'bioPlaceholder' => 'Додати опціонально про себе', 'block' => 'Заблокувати', 'blocked' => 'Заблоковано', diff --git a/lang/vi/profile.php b/lang/vi/profile.php index 3e0462f4e..a862cde3c 100644 --- a/lang/vi/profile.php +++ b/lang/vi/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioHelp' => 'Optional bio (up to 250 characters)', 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', diff --git a/lang/zh/profile.php b/lang/zh/profile.php index 5d2fe9321..9f95006c6 100644 --- a/lang/zh/profile.php +++ b/lang/zh/profile.php @@ -8,7 +8,7 @@ 'avatarFileSizeError' => '图片文件大小必须小于 5MB。', 'avatarFileTypeError' => '请选择有效的图片文件(PNG、JPEG 或 JPG)。', 'bio' => '个人简介', - 'bioHelp' => '个人简介(选填,最多 80 个字符)', + 'bioHelp' => '个人简介(选填,最多 250 个字符)', 'bioPlaceholder' => '添加个人简介(可选)', 'block' => '屏蔽', 'blocked' => '已屏蔽', diff --git a/resources/js/components/Profile/EditModal.vue b/resources/js/components/Profile/EditModal.vue index d7073d915..5f37a7bd1 100644 --- a/resources/js/components/Profile/EditModal.vue +++ b/resources/js/components/Profile/EditModal.vue @@ -134,7 +134,7 @@ cols="30" rows="4" v-model="userBio" - maxlength="80" + maxlength="250" :placeholder="t('profile.bioPlaceholder')" :disabled="isSaving" class="resize-none w-full bg-[#F1F1F2] dark:bg-slate-900 dark:text-slate-50 text-gray-800 border dark:border-slate-800 border-gray-300 rounded-md py-2.5 px-3 focus:outline-none focus:ring-2 focus:ring-[#F02C56] focus:border-transparent disabled:opacity-50 disabled:cursor-not-allowed" @@ -152,7 +152,7 @@ : 'text-gray-500' " > - {{ userBio.length }}/80 + {{ userBio.length }}/250 diff --git a/resources/js/i18n/locales/af.json b/resources/js/i18n/locales/af.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/af.json +++ b/resources/js/i18n/locales/af.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/ar.json b/resources/js/i18n/locales/ar.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/ar.json +++ b/resources/js/i18n/locales/ar.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/ca.json b/resources/js/i18n/locales/ca.json index 9b6b2191b..4a4aa3ef3 100644 --- a/resources/js/i18n/locales/ca.json +++ b/resources/js/i18n/locales/ca.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "La mida del fitxer de la imatge ha de ser inferior a 5 MB.", "avatarFileTypeError": "Si us plau, selecciona un fitxer d'imatge vàlid (PNG, JPEG o JPG).", "bio": "Biografia", - "bioHelp": "Biografia opcional (fins a 80 caràcters)", + "bioHelp": "Biografia opcional (fins a 250 caràcters)", "bioPlaceholder": "Afegeix una biografia opcional", "block": "Bloca", "blocked": "Blocat", diff --git a/resources/js/i18n/locales/cs.json b/resources/js/i18n/locales/cs.json index c09b074ed..77e14bd04 100644 --- a/resources/js/i18n/locales/cs.json +++ b/resources/js/i18n/locales/cs.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Velikost obrázku musí být menší než 5 MB.", "avatarFileTypeError": "Vyberte prosím platný obrázek (PNG, JPEG nebo JPG).", "bio": "O mně", - "bioHelp": "Volitelné bio (až 80 znaků)", + "bioHelp": "Volitelné bio (až 250 znaků)", "bioPlaceholder": "Přidat volitelné bio", "block": "Blokovat", "blocked": "Zablokován", diff --git a/resources/js/i18n/locales/da.json b/resources/js/i18n/locales/da.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/da.json +++ b/resources/js/i18n/locales/da.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/de.json b/resources/js/i18n/locales/de.json index a1937baa2..081461b65 100644 --- a/resources/js/i18n/locales/de.json +++ b/resources/js/i18n/locales/de.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Bilder müssen kleiner als 5MB sein.", "avatarFileTypeError": "Bitte wählen Sie eins der geeigneten Formate (PNG, JPEG oder JPG).", "bio": "Über mich", - "bioHelp": "Optionale Biografie (bis zu 80 Zeichen)", + "bioHelp": "Optionale Biografie (bis zu 250 Zeichen)", "bioPlaceholder": "Optionale Biografie hinzufügen", "block": "Blockieren", "blocked": "Blockiert", diff --git a/resources/js/i18n/locales/el.json b/resources/js/i18n/locales/el.json index fff5daf2b..33b003c63 100644 --- a/resources/js/i18n/locales/el.json +++ b/resources/js/i18n/locales/el.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Το μέγεθος του αρχείου εικόνας πρέπει να είναι μικρότερο από 5MB.", "avatarFileTypeError": "Παρακαλώ επέλεξε ένα έγκυρο αρχείο εικόνας (PNG, JPEG ή JPG).", "bio": "Βιο", - "bioHelp": "Προαιρετικό βιογραφικό (έως 80 χαρακτήρες)", + "bioHelp": "Προαιρετικό βιογραφικό (έως 250 χαρακτήρες)", "bioPlaceholder": "Πρόσθεσε ένα προαιρετικό βιογραφικό", "block": "Αποκλεισμός", "blocked": "Αποκλείστηκε", diff --git a/resources/js/i18n/locales/en.json b/resources/js/i18n/locales/en.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/en.json +++ b/resources/js/i18n/locales/en.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/es.json b/resources/js/i18n/locales/es.json index 2039eb195..69b3c8a96 100644 --- a/resources/js/i18n/locales/es.json +++ b/resources/js/i18n/locales/es.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "El tamaño del archivo de imagen debe ser menor a 5MB.", "avatarFileTypeError": "Por favor selecciona un archivo de imagen válido (PNG, JPEG o JPG).", "bio": "Biografía", - "bioHelp": "Biografía opcional (hasta 80 caracteres)", + "bioHelp": "Biografía opcional (hasta 250 caracteres)", "bioPlaceholder": "Añade una biografía opcional", "block": "Bloquear", "blocked": "Bloqueado", diff --git a/resources/js/i18n/locales/fi.json b/resources/js/i18n/locales/fi.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/fi.json +++ b/resources/js/i18n/locales/fi.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/fr.json b/resources/js/i18n/locales/fr.json index eb28d0952..580509968 100644 --- a/resources/js/i18n/locales/fr.json +++ b/resources/js/i18n/locales/fr.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "L'image doit faire moins de 5 Mo.", "avatarFileTypeError": "Choisissez une image valide (PNG, JPEG ou JPG).", "bio": "Biographie", - "bioHelp": "Bio optionnelle (max. 80 caractères)", + "bioHelp": "Bio optionnelle (max. 250 caractères)", "bioPlaceholder": "Ajoutez une bio (optionnel)", "block": "Bloquer", "blocked": "Bloqués", diff --git a/resources/js/i18n/locales/he.json b/resources/js/i18n/locales/he.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/he.json +++ b/resources/js/i18n/locales/he.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/hu.json b/resources/js/i18n/locales/hu.json index 546e2dd26..577338f13 100644 --- a/resources/js/i18n/locales/hu.json +++ b/resources/js/i18n/locales/hu.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Kép mérete nem lehet több 5MB-nál.", "avatarFileTypeError": "Kérlek megfelelő képfájlt válassz (PNG, JPEG, vagy JPG).", "bio": "Bemutatkozás", - "bioHelp": "Opcionális bemutatkozás (maximum 80 karakter)", + "bioHelp": "Opcionális bemutatkozás (maximum 250 karakter)", "bioPlaceholder": "Opcionális bemutatkozás hozzáadása", "block": "Letiltás", "blocked": "Letiltva", diff --git a/resources/js/i18n/locales/it.json b/resources/js/i18n/locales/it.json index 4238bd67d..c32eabee0 100644 --- a/resources/js/i18n/locales/it.json +++ b/resources/js/i18n/locales/it.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "La dimensione del file immagine deve essere inferiore a 5MB.", "avatarFileTypeError": "Seleziona un file d'immagine valido (PNG, JPEG o JPG).", "bio": "Biografia", - "bioHelp": "Bio opzionale (fino a 80 caratteri)", + "bioHelp": "Bio opzionale (fino a 250 caratteri)", "bioPlaceholder": "Aggiungi una biografia opzionale", "block": "Blocca", "blocked": "Bloccato", diff --git a/resources/js/i18n/locales/ja.json b/resources/js/i18n/locales/ja.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/ja.json +++ b/resources/js/i18n/locales/ja.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/ko.json b/resources/js/i18n/locales/ko.json index 9791a220b..1c67b6732 100644 --- a/resources/js/i18n/locales/ko.json +++ b/resources/js/i18n/locales/ko.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "이미지 파일 크기는 5MB 이하이어야 합니다.", "avatarFileTypeError": "유효한 이미지 파일(PNG, JPEG, 또는 JPG)을 선택하세요.", "bio": "자기소개", - "bioHelp": "선택적 자기소개 (최대 80자)", + "bioHelp": "선택적 자기소개 (최대 250자)", "bioPlaceholder": "선택적으로 자기소개 추가", "block": "차단", "blocked": "차단됨", diff --git a/resources/js/i18n/locales/nl.json b/resources/js/i18n/locales/nl.json index b2e739dff..b0eee8908 100644 --- a/resources/js/i18n/locales/nl.json +++ b/resources/js/i18n/locales/nl.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Afbeelding moet kleiner zijn dan 5 MB", "avatarFileTypeError": "Selecteer een geldig afbeeldingsbestand (PNG, JPG of JPG).", "bio": "Bio", - "bioHelp": "Optionele bio (tot 80 karakters)", + "bioHelp": "Optionele bio (tot 250 karakters)", "bioPlaceholder": "Voeg een optionele bio toe", "block": "Blokkeren", "blocked": "Geblokkeerd", diff --git a/resources/js/i18n/locales/no.json b/resources/js/i18n/locales/no.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/no.json +++ b/resources/js/i18n/locales/no.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/pl.json b/resources/js/i18n/locales/pl.json index ef68e5d3a..382141a67 100644 --- a/resources/js/i18n/locales/pl.json +++ b/resources/js/i18n/locales/pl.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Rozmiar pliku obrazu musi być mniejszy niż 5MB.", "avatarFileTypeError": "Proszę wybrać poprawny plik obrazu (PNG, JPEG, lub JPG).", "bio": "Biogram", - "bioHelp": "Opcjonalny biogram (do 80 znaków)", + "bioHelp": "Opcjonalny biogram (do 250 znaków)", "bioPlaceholder": "Dodaj opcjonalny biogram", "block": "Zablokuj", "blocked": "Zablokowano", diff --git a/resources/js/i18n/locales/pt.json b/resources/js/i18n/locales/pt.json index c40d530de..466d748c9 100644 --- a/resources/js/i18n/locales/pt.json +++ b/resources/js/i18n/locales/pt.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "O tamanho do arquivo de imagem deve ser inferior a 5MB.", "avatarFileTypeError": "Selecione um arquivo de imagem válido (PNG, JPEG ou JPG).", "bio": "Bio", - "bioHelp": "Bio opcional (até 80 caracteres)", + "bioHelp": "Bio opcional (até 250 caracteres)", "bioPlaceholder": "Adicionar uma bio opcional", "block": "Bloquear", "blocked": "Bloqueado", diff --git a/resources/js/i18n/locales/ro.json b/resources/js/i18n/locales/ro.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/ro.json +++ b/resources/js/i18n/locales/ro.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/ru.json b/resources/js/i18n/locales/ru.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/ru.json +++ b/resources/js/i18n/locales/ru.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/sr.json b/resources/js/i18n/locales/sr.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/sr.json +++ b/resources/js/i18n/locales/sr.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/sv.json b/resources/js/i18n/locales/sv.json index c8bde06fe..bbab61e83 100644 --- a/resources/js/i18n/locales/sv.json +++ b/resources/js/i18n/locales/sv.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/tr.json b/resources/js/i18n/locales/tr.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/tr.json +++ b/resources/js/i18n/locales/tr.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/uk.json b/resources/js/i18n/locales/uk.json index eda75ee82..c078e8d6c 100644 --- a/resources/js/i18n/locales/uk.json +++ b/resources/js/i18n/locales/uk.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Розмір файлу зображення повинен бути не більше 5 Мб.", "avatarFileTypeError": "Будь ласка, виберіть припустиме зображення (PNG, JPEG, або JPG).", "bio": "Про себе", - "bioHelp": "Необов'язково про себе (до 80 символів)", + "bioHelp": "Необов'язково про себе (до 250 символів)", "bioPlaceholder": "Додати опціонально про себе", "block": "Заблокувати", "blocked": "Заблоковано", diff --git a/resources/js/i18n/locales/vi.json b/resources/js/i18n/locales/vi.json index 87af76c34..57af97be6 100644 --- a/resources/js/i18n/locales/vi.json +++ b/resources/js/i18n/locales/vi.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "Image file size must be less than 5MB.", "avatarFileTypeError": "Please select a valid image file (PNG, JPEG, or JPG).", "bio": "Bio", - "bioHelp": "Optional bio (up to 80 characters)", + "bioHelp": "Optional bio (up to 250 characters)", "bioPlaceholder": "Add an optional bio", "block": "Block", "blocked": "Blocked", diff --git a/resources/js/i18n/locales/zh.json b/resources/js/i18n/locales/zh.json index d9932413f..847eef197 100644 --- a/resources/js/i18n/locales/zh.json +++ b/resources/js/i18n/locales/zh.json @@ -407,7 +407,7 @@ "avatarFileSizeError": "图片文件大小必须小于 5MB。", "avatarFileTypeError": "请选择有效的图片文件(PNG、JPEG 或 JPG)。", "bio": "个人简介", - "bioHelp": "个人简介(选填,最多 80 个字符)", + "bioHelp": "个人简介(选填,最多 250 个字符)", "bioPlaceholder": "添加个人简介(可选)", "block": "屏蔽", "blocked": "已屏蔽",