-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Brazilian translations: crawleradmin.php, errorapi.php, galleryadmin.…
…php and newsadmin.php
- Loading branch information
Showing
4 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
// added translation in 1.0.0-beta5: | ||
|
||
'crawler' => 'Crawler', | ||
'crawler_indexing' => 'Indexando', | ||
|
||
//builderindex | ||
'crawler_index' => 'Índice da página', | ||
'builderindex_url' => 'Url', | ||
'builderindex_title' => 'Título', | ||
'builderindex_language_info' => 'Informações de idioma', | ||
'builderindex_content' => 'Conteúdo', | ||
'builderindex_url_found' => 'URL encontrado na página', | ||
|
||
//index | ||
'crawler_builderindex' => 'Cache de página', | ||
'index_url' => 'URL', | ||
'index_title' => 'Título', | ||
'index_language_info' => 'Informações de idioma', | ||
'index_content' => 'Conteúdo', | ||
'index_url_found' => 'URL encontrado na página', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
// added translation in 1.0.0-beta5: | ||
|
||
//data | ||
'data_json_error' => 'deve ser tipo string para desserializar.', | ||
'data_content_error' => 'error_json deve conter as chaves message e serverName com valores.', | ||
|
||
//mail view | ||
'mail_create_issue' => 'Criar uma nova questão no GitHub', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
// added translation in 1.0.0-beta5: | ||
|
||
'gallery' => 'Galerias', | ||
'gallery_administrate' => 'Administrar', | ||
|
||
//album | ||
'album' => 'Álbuns', | ||
'album_title' => 'Título', | ||
'album_description' => 'Descrição', | ||
'album_cover_image_id' => 'Imagem da capa', | ||
'album_cat_id' => 'Categoria', | ||
'album_sort_index' => 'Ordenar', | ||
'album_is_highlight' => 'Realçar', | ||
'album_upload' => 'Carregar e editar imagens', | ||
'album_category_error' => 'Por favor, escolha uma categoria.', | ||
'album_title_create_error' => 'Por favor, escolha um título.', | ||
|
||
//cat | ||
'cat' => 'Categorias', | ||
'cat_title' => 'Categoria', | ||
'cat_description' => 'Descrição', | ||
'cat_cover_image_id' => 'Imagem da capa', | ||
'cat_title_create_error' => 'Por favor, escolha um título.', | ||
'cat_delete_error' => 'Esta categoria ainda está sendo usada por uma ou várias galerias e não pode ser excluída', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters