Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop
This commit is contained in:
commit
99aceaca38
76 changed files with 2357 additions and 1138 deletions
|
@ -18,4 +18,5 @@ return [
|
|||
'2fa_required' => '2-Factor Authentication',
|
||||
'2fa_failed' => 'The 2FA token provided was invalid.',
|
||||
'totp_failed' => 'There was an error while attempting to validate TOTP.',
|
||||
'2fa_must_be_enabled' => 'The administrator has required that 2-Factor Authentication be enabled for your account in order to use the Panel.',
|
||||
];
|
||||
|
|
|
@ -24,9 +24,9 @@ return [
|
|||
'before_or_equal' => 'El campo :attribute debe ser una fecha antes o igual a :date.',
|
||||
'between' => [
|
||||
'numeric' => 'El campo :attribute debe estar entre :min - :max.',
|
||||
'file' => 'El campo :attribute debe estar entre :min - :max kilobytes.',
|
||||
'string' => 'El campo :attribute debe estar entre :min - :max caracteres.',
|
||||
'array' => 'El campo :attribute debe tener entre :min y :max elementos.',
|
||||
'file' => 'El campo :attribute debe estar entre :min - :max kilobytes.',
|
||||
'string' => 'El campo :attribute debe estar entre :min - :max caracteres.',
|
||||
'array' => 'El campo :attribute debe tener entre :min y :max elementos.',
|
||||
],
|
||||
'boolean' => 'El campo :attribute debe ser verdadero o falso.',
|
||||
'confirmed' => 'El campo de confirmación de :attribute no coincide.',
|
||||
|
|
Reference in a new issue