Errors are all translated. Closes #364.
This commit is contained in:
@@ -89,7 +89,9 @@ return [
|
||||
'settings' => [
|
||||
'settings' => 'Einstellungen',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Setup',
|
||||
'app-setup' => 'Setup',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Sicherheit',
|
||||
|
||||
@@ -16,9 +16,11 @@ return [
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'email' => 'Email',
|
||||
'password' => 'Passwort',
|
||||
'2fauth' => 'Authentifikations-Code',
|
||||
'email' => 'Email',
|
||||
'password' => 'Passwort',
|
||||
'2fauth' => 'Authentifikations-Code',
|
||||
'invalid' => 'Invalid email or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
|
||||
@@ -89,7 +89,9 @@ return [
|
||||
'settings' => [
|
||||
'settings' => 'Settings',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Application Setup',
|
||||
'app-setup' => 'Application Setup',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Security',
|
||||
|
||||
@@ -16,9 +16,11 @@ return [
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid email or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
|
||||
@@ -89,7 +89,9 @@ return [
|
||||
'settings' => [
|
||||
'settings' => 'Réglages',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Configuration',
|
||||
'app-setup' => 'Configuration',,
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Sécurité',
|
||||
|
||||
@@ -16,9 +16,11 @@ return [
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'email' => 'Adresse email',
|
||||
'password' => 'Mot de passe',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'email' => 'Adresse email',
|
||||
'password' => 'Mot de passe',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid email or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
|
||||
@@ -89,7 +89,9 @@ return [
|
||||
'settings' => [
|
||||
'settings' => 'Configurações',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Instalação do aplicativo',
|
||||
'app-setup' => 'Instalação do aplicativo',,
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Segurança',
|
||||
|
||||
@@ -15,9 +15,11 @@ return [
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'email' => 'Email',
|
||||
'password' => 'Senha',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'email' => 'Email',
|
||||
'password' => 'Senha',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid email or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
|
||||
Reference in New Issue
Block a user