|
| 1 | +<?php |
| 2 | +/** |
| 3 | + * Message translations. |
| 4 | + * |
| 5 | + * This file is automatically generated by 'yii message' command. |
| 6 | + * It contains the localizable messages extracted from source code. |
| 7 | + * You may modify this file by translating the extracted messages. |
| 8 | + * |
| 9 | + * Each array element represents the translation (value) of a message (key). |
| 10 | + * If the value is empty, the message is considered as not translated. |
| 11 | + * Messages that no longer need translation will have their translations |
| 12 | + * enclosed between a pair of '@@' marks. |
| 13 | + * |
| 14 | + * Message string can be used with plural forms format. Check i18n section |
| 15 | + * of the guide for details. |
| 16 | + * |
| 17 | + * NOTE: this file must be saved in UTF-8 encoding. |
| 18 | + */ |
| 19 | +return [ |
| 20 | + 'ID' => 'ID', |
| 21 | + 'Content' => 'Conteúdo', |
| 22 | + 'Entity' => 'Entidade', |
| 23 | + 'Entity ID' => 'ID da Entidade', |
| 24 | + 'Parent ID' => 'ID Pai', |
| 25 | + 'Status' => 'Situação', |
| 26 | + 'Level' => 'Level', |
| 27 | + 'Created by' => 'Criado por', |
| 28 | + 'Updated by' => 'Alterado por', |
| 29 | + 'Related to' => 'Relacionado por', |
| 30 | + 'Url' => 'Url', |
| 31 | + 'Created date' => 'Criado em', |
| 32 | + 'Updated date' => 'Alterado em', |
| 33 | + 'View' => 'Visualizar', |
| 34 | + 'Update' => 'Alterar', |
| 35 | + 'Delete' => 'Excluir', |
| 36 | + 'Reply' => 'Responder', |
| 37 | + 'Comments ({0})' => 'Comentários ({0})', |
| 38 | + 'Comment cannot be blank.' => 'Comentário não pode ficar em branco.', |
| 39 | + 'Comment has not been deleted. Please try again!' => 'Comentário não pode ser excluído. Tente novamente!', |
| 40 | + 'Add a comment...' => 'Adicionar Comentário...', |
| 41 | + 'Comment' => 'Comentário', |
| 42 | + 'Oops, something went wrong. Please try again later.' => 'Oops, algo deu errado. Tente novamente depois.', |
| 43 | + 'The requested page does not exist.' => 'Página solicitada não existe.', |
| 44 | + 'Comment has been deleted.' => 'Comentário foi excluído.', |
| 45 | + 'Comment has been saved.' => 'Comentário foi gravado.', |
| 46 | + 'Click here to cancel reply.' => 'Clique aqui para cancelar a resposta.', |
| 47 | + 'Comments Management' => 'Gerenciar Comentários', |
| 48 | + 'Select Status' => 'Selecionar situação', |
| 49 | + 'Select Author' => 'Selecionar Autor', |
| 50 | + 'Update Comment: {0}' => 'Alterar Comentário: {0}', |
| 51 | + 'Active' => 'Ativo', |
| 52 | + 'Deleted' => 'Excluído', |
| 53 | + 'Go Back' => 'Voltar', |
| 54 | +]; |
0 commit comments