mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 20:57:49 +02:00
Localization: pt-br translates added.
This commit is contained in:
24
plugins/box/blocks/languages/pt-br.lang.php
Normal file
24
plugins/box/blocks/languages/pt-br.lang.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blocks' => array(
|
||||
'Blocks' => 'Blocos',
|
||||
'Blocks manager' => 'Gerenciador de blocos',
|
||||
'Delete' => 'Deletar',
|
||||
'Edit' => 'Editar',
|
||||
'Name' => 'Nome',
|
||||
'Create new block' => 'Criar novo bloco',
|
||||
'New block' => 'Novo bloco',
|
||||
'Edit block' => 'Editar bloco',
|
||||
'Save' => 'Salvar',
|
||||
'Save and exit' => 'Salvar e sair',
|
||||
'Actions' => 'Ações',
|
||||
'Required field' => 'Campo requerido',
|
||||
'This block already exists' => 'Este bloco já existe',
|
||||
'This block does not exist' => 'Este bloco não existe',
|
||||
'Delete block: :block' => 'Deletar o bloco: :block',
|
||||
'Block content' => 'Conteúdo do bloco',
|
||||
'Block <i>:name</i> deleted' => 'Bloco <i>:name</i> deletado',
|
||||
'Your changes to the block <i>:name</i> have been saved.' => 'Suas mudanças no bloco <i>:name</i> foram salvas',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user