mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 01:24:38 +08:00
Merge branch 'laravel-upgrade'
This commit is contained in:
@ -27,7 +27,7 @@ return [
|
||||
'email' => 'البريد الإلكتروني',
|
||||
'password' => 'كلمة المرور',
|
||||
'password_confirm' => 'تأكيد كلمة المرور',
|
||||
'password_hint' => 'يجب أن تكون أكثر من 5 حروف',
|
||||
'password_hint' => 'يجب أن تكون أكثر من 7 حروف',
|
||||
'forgot_password' => 'نسيت كلمة المرور؟',
|
||||
'remember_me' => 'تذكرني',
|
||||
'ldap_email_hint' => 'الرجاء إدخال عنوان بريد إلكتروني لاستخدامه مع الحساب.',
|
||||
|
@ -21,7 +21,7 @@ return [
|
||||
'email' => 'Email',
|
||||
'password' => 'Heslo',
|
||||
'password_confirm' => 'Potvrdit heslo',
|
||||
'password_hint' => 'Musí mít víc než 5 znaků',
|
||||
'password_hint' => 'Musí mít víc než 7 znaků',
|
||||
'forgot_password' => 'Zapomněli jste heslo?',
|
||||
'remember_me' => 'Neodhlašovat',
|
||||
'ldap_email_hint' => 'Zadejte email, který chcete přiřadit k tomuto účtu.',
|
||||
|
@ -25,7 +25,7 @@ return [
|
||||
'email' => 'E-Mail',
|
||||
'password' => 'Passwort',
|
||||
'password_confirm' => 'Passwort bestätigen',
|
||||
'password_hint' => 'Mindestlänge: 5 Zeichen',
|
||||
'password_hint' => 'Mindestlänge: 7 Zeichen',
|
||||
'forgot_password' => 'Passwort vergessen?',
|
||||
'remember_me' => 'Angemeldet bleiben',
|
||||
'ldap_email_hint' => 'Bitte geben Sie eine E-Mail-Adresse ein, um diese mit dem Account zu nutzen.',
|
||||
|
@ -21,7 +21,7 @@ return [
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'password_confirm' => 'Confirm Password',
|
||||
'password_hint' => 'Must be over 5 characters',
|
||||
'password_hint' => 'Must be over 7 characters',
|
||||
'forgot_password' => 'Forgot Password?',
|
||||
'remember_me' => 'Remember Me',
|
||||
'ldap_email_hint' => 'Please enter an email to use for this account.',
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
return [
|
||||
|
||||
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
||||
'password' => 'Passwords must be at least eight characters and match the confirmation.',
|
||||
'user' => "We can't find a user with that e-mail address.",
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
|
@ -12,7 +12,7 @@ return [
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
@ -30,13 +30,41 @@ return [
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'gt' => [
|
||||
'numeric' => 'The :attribute must be greater than :value.',
|
||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than :value characters.',
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'The :attribute must be greater than or equal :value.',
|
||||
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than or equal :value characters.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
],
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'image_extension' => 'The :attribute must have a valid & supported image extension.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'lt' => [
|
||||
'numeric' => 'The :attribute must be less than :value.',
|
||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than :value characters.',
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'The :attribute must be less than or equal :value.',
|
||||
'file' => 'The :attribute must be less than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than or equal :value characters.',
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
@ -52,6 +80,7 @@ return [
|
||||
],
|
||||
'no_double_extension' => 'The :attribute must only have a single file extension.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
|
@ -21,7 +21,7 @@ return [
|
||||
'email' => 'Correo electrónico',
|
||||
'password' => 'Contraseña',
|
||||
'password_confirm' => 'Confirmar Contraseña',
|
||||
'password_hint' => 'Debe contener más de 5 caracteres',
|
||||
'password_hint' => 'Debe contener más de 7 caracteres',
|
||||
'forgot_password' => '¿Contraseña Olvidada?',
|
||||
'remember_me' => 'Recordarme',
|
||||
'ldap_email_hint' => 'Por favor introduzca un mail para utilizar con esta cuenta.',
|
||||
|
@ -24,7 +24,7 @@ return [
|
||||
'email' => 'Correo electrónico',
|
||||
'password' => 'Contraseña',
|
||||
'password_confirm' => 'Confirmar contraseña',
|
||||
'password_hint' => 'Debe contener al menos 5 caracteres',
|
||||
'password_hint' => 'Debe contener al menos 7 caracteres',
|
||||
'forgot_password' => '¿Olvidó la contraseña?',
|
||||
'remember_me' => 'Recordarme',
|
||||
'ldap_email_hint' => 'Por favor introduzca un correo electrónico para utilizar con esta cuenta.',
|
||||
|
@ -27,7 +27,7 @@ return [
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Mot de passe',
|
||||
'password_confirm' => 'Confirmez le mot de passe',
|
||||
'password_hint' => 'Doit faire plus de 5 caractères',
|
||||
'password_hint' => 'Doit faire plus de 7 caractères',
|
||||
'forgot_password' => 'Mot de passe oublié ?',
|
||||
'remember_me' => 'Se souvenir de moi',
|
||||
'ldap_email_hint' => "Merci d'entrer une adresse e-mail pour ce compte",
|
||||
|
@ -21,7 +21,7 @@ return [
|
||||
'email' => 'Email',
|
||||
'password' => 'Jelszó',
|
||||
'password_confirm' => 'Jelszó megerősítése',
|
||||
'password_hint' => 'Öt karakternél hosszabbnak kell lennie',
|
||||
'password_hint' => 'Négy karakternél hosszabbnak kell lennie',
|
||||
'forgot_password' => 'Elfelejtett jelszó?',
|
||||
'remember_me' => 'Emlékezzen rám',
|
||||
'ldap_email_hint' => 'A fiókhoz használt email cím megadása.',
|
||||
|
@ -27,7 +27,7 @@ return [
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'password_confirm' => 'Conferma Password',
|
||||
'password_hint' => 'Deve essere più di 5 caratteri',
|
||||
'password_hint' => 'Deve essere più di 7 caratteri',
|
||||
'forgot_password' => 'Password dimenticata?',
|
||||
'remember_me' => 'Ricordami',
|
||||
'ldap_email_hint' => 'Inserisci un email per usare quest\'account.',
|
||||
|
@ -27,7 +27,7 @@ return [
|
||||
'email' => 'メールアドレス',
|
||||
'password' => 'パスワード',
|
||||
'password_confirm' => 'パスワード (確認)',
|
||||
'password_hint' => '5文字以上である必要があります',
|
||||
'password_hint' => '7文字以上である必要があります',
|
||||
'forgot_password' => 'パスワードをお忘れですか?',
|
||||
'remember_me' => 'ログイン情報を保存する',
|
||||
'ldap_email_hint' => 'このアカウントで使用するEメールアドレスを入力してください。',
|
||||
|
@ -27,7 +27,7 @@ return [
|
||||
'email' => '이메일',
|
||||
'password' => '비밀번호',
|
||||
'password_confirm' => '비밀번호 (확인)',
|
||||
'password_hint' => '5자 이상이어야 합니다.',
|
||||
'password_hint' => '7자 이상이어야 합니다.',
|
||||
'forgot_password' => '비밀번호를 잊으셨습니까?',
|
||||
'remember_me' => '자동로그인',
|
||||
'ldap_email_hint' => '이 계정에서 사용하는 이메일을 입력해 주세요.',
|
||||
|
@ -27,7 +27,7 @@ return [
|
||||
'email' => 'Email',
|
||||
'password' => 'Wachtwoord',
|
||||
'password_confirm' => 'Wachtwoord Bevestigen',
|
||||
'password_hint' => 'Minimaal 6 tekens',
|
||||
'password_hint' => 'Minimaal 8 tekens',
|
||||
'forgot_password' => 'Wachtwoord vergeten?',
|
||||
'remember_me' => 'Mij onthouden',
|
||||
'ldap_email_hint' => 'Geef een email op waarmee je dit account wilt gebruiken.',
|
||||
|
@ -27,7 +27,7 @@ return [
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Hasło',
|
||||
'password_confirm' => 'Potwierdzenie hasła',
|
||||
'password_hint' => 'Musi mieć więcej niż 5 znaków',
|
||||
'password_hint' => 'Musi mieć więcej niż 7 znaków',
|
||||
'forgot_password' => 'Zapomniałem hasła',
|
||||
'remember_me' => 'Zapamiętaj mnie',
|
||||
'ldap_email_hint' => 'Wprowadź adres e-mail dla tego konta.',
|
||||
|
@ -21,7 +21,7 @@ return [
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Senha',
|
||||
'password_confirm' => 'Confirmar Senha',
|
||||
'password_hint' => 'Senha deverá ser maior que 5 caracteres',
|
||||
'password_hint' => 'Senha deverá ser maior que 7 caracteres',
|
||||
'forgot_password' => 'Esqueceu a senha?',
|
||||
'remember_me' => 'Lembrar de mim',
|
||||
'ldap_email_hint' => 'Por favor, digite um e-mail para essa conta.',
|
||||
|
@ -21,7 +21,7 @@ return [
|
||||
'email' => 'Email',
|
||||
'password' => 'Пароль',
|
||||
'password_confirm' => 'Подтверждение пароля',
|
||||
'password_hint' => 'Должен быть больше 5 символов',
|
||||
'password_hint' => 'Должен быть больше 7 символов',
|
||||
'forgot_password' => 'Забыли пароль?',
|
||||
'remember_me' => 'Запомнить меня',
|
||||
'ldap_email_hint' => 'Введите email адрес для данной учетной записи.',
|
||||
|
@ -27,7 +27,7 @@ return [
|
||||
'email' => 'Email',
|
||||
'password' => 'Heslo',
|
||||
'password_confirm' => 'Potvrdiť heslo',
|
||||
'password_hint' => 'Musí mať viac ako 5 znakov',
|
||||
'password_hint' => 'Musí mať viac ako 7 znakov',
|
||||
'forgot_password' => 'Zabudli ste heslo?',
|
||||
'remember_me' => 'Zapamätať si ma',
|
||||
'ldap_email_hint' => 'Zadajte prosím email, ktorý sa má použiť pre tento účet.',
|
||||
|
@ -27,7 +27,7 @@ return [
|
||||
'email' => 'E-post',
|
||||
'password' => 'Lösenord',
|
||||
'password_confirm' => 'Bekräfta lösenord',
|
||||
'password_hint' => 'Måste vara fler än 5 tecken',
|
||||
'password_hint' => 'Måste vara fler än 7 tecken',
|
||||
'forgot_password' => 'Glömt lösenord?',
|
||||
'remember_me' => 'Kom ihåg mig',
|
||||
'ldap_email_hint' => 'Vänligen ange en e-postadress att använda till kontot.',
|
||||
|
@ -21,7 +21,7 @@ return [
|
||||
'email' => 'Email',
|
||||
'password' => 'Пароль',
|
||||
'password_confirm' => 'Підтвердження пароля',
|
||||
'password_hint' => 'Має бути більше 5 символів',
|
||||
'password_hint' => 'Має бути більше 7 символів',
|
||||
'forgot_password' => 'Забули пароль?',
|
||||
'remember_me' => 'Запам’ятати мене',
|
||||
'ldap_email_hint' => 'Введіть email для цього облікового запису.',
|
||||
|
@ -27,7 +27,7 @@ return [
|
||||
'email' => 'Email地址',
|
||||
'password' => '密码',
|
||||
'password_confirm' => '确认密码',
|
||||
'password_hint' => '必须超过5个字符',
|
||||
'password_hint' => '必须超过7个字符',
|
||||
'forgot_password' => '忘记密码?',
|
||||
'remember_me' => '记住我',
|
||||
'ldap_email_hint' => '请输入用于此帐户的电子邮件。',
|
||||
|
@ -27,7 +27,7 @@ return [
|
||||
'email' => 'Email位址',
|
||||
'password' => '密碼',
|
||||
'password_confirm' => '確認密碼',
|
||||
'password_hint' => '必須超過5個字元',
|
||||
'password_hint' => '必須超過7個字元',
|
||||
'forgot_password' => '忘記密碼?',
|
||||
'remember_me' => '記住我',
|
||||
'ldap_email_hint' => '請輸入用於此帳號的電子郵件。',
|
||||
|
Reference in New Issue
Block a user