Skip to content

Commit

Permalink
Merge pull request #307 from ialexsilva/patch-8
Browse files Browse the repository at this point in the history
create pt-br configmanager.php language file
  • Loading branch information
HDVinnie authored Jun 12, 2018
2 parents 3d9174f + 68945bb commit 05637e3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions resources/lang/pt-br/configmanager.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
/*
* |--------------------------------------------------------------------------
* | Cofig Manager Language Lines
* |--------------------------------------------------------------------------
*/
return [
'actions' => [
'cancel' => 'Cancelar',
'confirm' => 'Salvar nova chave',
'edit' => 'Editar',
'save' => 'Salvar!',
],
'file' => 'Arquivo',
'header' => [
'actions' => 'Ações',
'key' => 'Chave',
'value' => 'Valor',
],
'info_choose' => 'Escolha um arquivo para começar a editar',
'path' => 'Caminho',
'title' => 'Gerenciador de configuração',
'sure' => 'Você tem certeza?'
];

0 comments on commit 05637e3

Please sign in to comment.