<?php
return [
'errors' => [
'server_error' => 'Interner Serverfehler',
'record_not_found' => 'Es wurde kein :attribute gefunden!',
],
'actions' => [
'format_error' => 'Die Telefonnummer ist falsch formatiert!',
'format_valid' => 'Das Format der Telefonnummer ist gültig.',
],
'attributes' => [
'phone' => 'Telefon|Telefone',
'country' => 'Land|Länder',
'city' => 'Stadt|Städte',
'timezone' => 'Zeitzone|Zeitzonen',
'currency' => 'Währung|Währungen',
],
];
|