PHP Classes

File: resources/lang/br/response.php

Recommend this page to a friend!
  Classes of NN   Laravel World   resources/lang/br/response.php   Download  
File: resources/lang/br/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: 510 bytes
 

Contents

Class file image Download
<?php

return [
   
'errors' => [
       
'server_error' => 'Erro do Servidor Interno',
       
'record_not_found' => 'Não :atribute foi encontrado!',
    ],
   
'actions' => [
       
'format_error' => 'O número de telefone está formatado incorretamente!',
       
'format_valid' => 'O formato do número de telefone é válido.',
    ],
   
'attributes' => [
       
'phone' => 'telefone|telefones',
       
'country' => 'país|países',
       
'city' => 'cidade|cidades',
       
'timezone' => 'fuso horário|fusos horários',
       
'currency' => 'moeda|moedas',
    ],
];