mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations field.php (Portuguese)
This commit is contained in:
parent
23cdfe63cf
commit
4521dd4467
@ -3,7 +3,7 @@
|
|||||||
return [
|
return [
|
||||||
'name' => [
|
'name' => [
|
||||||
'name' => 'Título',
|
'name' => 'Título',
|
||||||
'instructions' => 'It is the name of the main category that you will define. It allows the user to easily find the product they are looking for.',
|
'instructions' => 'É o nome da categoria principal que você definirá. Ele permite que o usuário encontre facilmente o produto que está procurando.',
|
||||||
],
|
],
|
||||||
'order' => [
|
'order' => [
|
||||||
'name' => 'Ordem',
|
'name' => 'Ordem',
|
||||||
@ -11,26 +11,26 @@ return [
|
|||||||
|
|
||||||
'slug' => [
|
'slug' => [
|
||||||
'name' => 'Lesma',
|
'name' => 'Lesma',
|
||||||
'instructions' => 'Specify any organizational tags to help group your post with others.',
|
'instructions' => 'Especifique as tags organizacionais para ajudar a agrupar sua postagem com outras pessoas.',
|
||||||
|
|
||||||
],
|
],
|
||||||
'files' => [
|
'files' => [
|
||||||
'name' => 'Imagem',
|
'name' => 'Imagem',
|
||||||
],
|
],
|
||||||
'seo_keyword' => [
|
'seo_keyword' => [
|
||||||
'name' => 'Seo Keyword',
|
'name' => 'Seo Palavra-chave',
|
||||||
'instructions' => 'Words added to the site in the Google browser to appear above the search results.',
|
'instructions' => 'Palavras adicionadas ao site no navegador do Google para aparecer acima dos resultados da pesquisa.',
|
||||||
],
|
],
|
||||||
'seo_description' => [
|
'seo_description' => [
|
||||||
'name' => 'Seo Description',
|
'name' => 'Descrição Seo',
|
||||||
'instructions' => 'It can affect your visitors\' decision on whether they want to click on the content in the search results.',
|
'instructions' => 'Isso pode afetar a decisão dos visitantes sobre se eles querem clicar no conteúdo nos resultados da pesquisa.',
|
||||||
],
|
],
|
||||||
'icon' => [
|
'icon' => [
|
||||||
'name' => 'Icon',
|
'name' => 'Ícone',
|
||||||
'instructions' => 'It is used to add icons indicating the category type.',
|
'instructions' => 'É usado para adicionar ícones indicando o tipo de categoria.',
|
||||||
],
|
],
|
||||||
|
|
||||||
'please_wait' => 'Por favor,
|
'please_wait' => 'Por favor,
|
||||||
aguarde. Excluindo Subcategorias',
|
aguarde. Excluindo Subcategorias',
|
||||||
'category_selection' => 'Category Selection',
|
'category_selection' => 'Seleção de categoria',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user