PHP Classes

File: resources/lang/de/response.php

Recommend this page to a friend!
  Classes of NN   Laravel World   resources/lang/de/response.php   Download  
File: resources/lang/de/response.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel World
Get data specific to world locations
Author: By
Last change:
Date: 2 years ago
Size: 487 bytes
 

Contents

Class file image Download
<?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',
    ],
];