akaunting/resources/lang/pt-BR/messages.php

24 lines
933 B
PHP
Raw Normal View History

2017-09-21 09:55:58 +03:00
<?php
return [
'success' => [
'added' => ':type adicionado!',
'updated' => ':type atualizado!',
'deleted' => ':type excluído!',
2017-12-13 15:01:55 +03:00
'duplicated' => ':type duplicated!',
'imported' => ':type imported!',
2017-09-21 09:55:58 +03:00
],
'error' => [
2018-03-06 17:05:58 +03:00
'payment_add' => 'Error: You can not add payment! You should check add amount.',
2017-09-21 09:55:58 +03:00
'not_user_company' => 'Erro: você não tem permissão para gerenciar esta empresa!',
2017-12-13 15:01:55 +03:00
'customer' => 'Error: You can not created user! :name use this email address.',
'no_file' => 'Error: No file selected!',
2017-09-21 09:55:58 +03:00
],
'warning' => [
2017-12-13 15:01:55 +03:00
'deleted' => 'Warning: You are not allowed to delete <b>:name</b> because it has :text related.',
'disabled' => 'Warning: You are not allowed to disable <b>:name</b> because it has :text related.',
2017-09-21 09:55:58 +03:00
],
];