mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop
This commit is contained in:
@@ -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 New Issue
Block a user