Files
firefly-iii/resources/lang/pt_BR/breadcrumbs.php

104 lines
3.9 KiB
PHP
Raw Normal View History

2018-01-29 19:12:58 +01:00
<?php
2018-04-28 15:26:45 +02:00
2018-01-29 19:12:58 +01:00
/**
* breadcrumbs.php
2020-02-14 08:07:45 +01:00
* Copyright (c) 2019 james@firefly-iii.org
2018-01-29 19:12:58 +01:00
*
2019-10-05 06:23:46 +02:00
* This file is part of Firefly III (https://github.com/firefly-iii).
2018-01-29 19:12:58 +01:00
*
2019-10-05 06:23:46 +02:00
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
2018-01-29 19:12:58 +01:00
*
2019-10-05 06:23:46 +02:00
* This program is distributed in the hope that it will be useful,
2018-01-29 19:12:58 +01:00
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2019-10-05 06:23:46 +02:00
* GNU Affero General Public License for more details.
2018-01-29 19:12:58 +01:00
*
2019-10-05 06:23:46 +02:00
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2018-01-29 19:12:58 +01:00
*/
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2018-06-01 14:22:19 +02:00
declare(strict_types=1);
2018-01-29 19:12:58 +01:00
return [
2023-05-27 07:12:04 +02:00
'home' => 'Início',
'budgets' => 'Orçamentos',
'subscriptions' => 'Assinaturas',
'transactions' => 'Transações',
'title_expenses' => 'Despesas',
'title_withdrawal' => 'Despesas',
'title_revenue' => 'Receita / Renda',
'title_deposit' => 'Receita / Renda',
'title_transfer' => 'Transferências',
'title_transfers' => 'Transferências',
'edit_currency' => 'Editar moeda ":name"',
'delete_currency' => 'Excluir moeda ":name"',
'newPiggyBank' => 'Criar um novo cofrinho',
'edit_piggyBank' => 'Editar cofrinho ":name"',
'preferences' => 'Preferências',
'profile' => 'Perfil',
'accounts' => 'Contas',
'changePassword' => 'Alterar sua senha',
'change_email' => 'Altere seu endereço de email',
2023-11-11 20:23:55 +01:00
'bills' => 'Contas de consumo',
'newBill' => 'Nova conta',
'edit_bill' => 'Editar conta ":name"',
'delete_bill' => 'Apagar conta ":name"',
2023-05-27 07:12:04 +02:00
'reports' => 'Relatórios',
'search_result' => 'Resultados da busca ":query"',
'withdrawal_list' => 'Despesas',
'Withdrawal_list' => 'Despesas',
'deposit_list' => 'Receitas, renda e depósitos',
'transfer_list' => 'Transferências',
'transfers_list' => 'Transferências',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2019-05-29 18:30:52 +02:00
'reconciliation_list' => 'Reconciliações',
'create_withdrawal' => 'Criar uma nova retirada',
'create_deposit' => 'Criar um novo depósito',
2023-11-11 20:23:55 +01:00
'create_transfer' => 'Criar nova transferência',
2023-10-15 13:03:14 +02:00
'create_new_transaction' => 'Criar uma nova transação',
2019-05-29 18:30:52 +02:00
'edit_journal' => 'Editar transação ":description"',
'edit_reconciliation' => 'Editar ":description"',
'delete_journal' => 'Apagar transação ":description"',
2020-03-24 07:11:05 +01:00
'delete_group' => 'Excluir transação ":description"',
2023-11-11 20:23:55 +01:00
'tags' => 'Tags',
'createTag' => 'Criar nova tag',
'edit_tag' => 'Editar tag ":tag"',
'delete_tag' => 'Excluir tag ":tag"',
2022-09-04 13:53:24 +02:00
'delete_journal_link' => 'Excluir vínculo entre transações',
2020-06-22 18:02:28 +02:00
'edit_object_group' => 'Editar grupo ":title"',
'delete_object_group' => 'Excluir grupo ":title"',
2022-02-26 11:24:16 +01:00
'logout_others' => 'Sair de outras sessões',
2022-03-10 18:00:10 +01:00
'asset_accounts' => 'Contas de ativos',
'expense_accounts' => 'Contas de despesas',
'revenue_accounts' => 'Contas de receitas',
'liabilities_accounts' => 'Passivos',
2022-02-26 11:24:16 +01:00
'placeholder' => '[Placeholder]',
2018-01-29 19:12:58 +01:00
];