| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							|  |  |  |  * Copyright (c) 2019 james@firefly-iii.org | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU Affero General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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/>. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-14 15:43:25 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							|  |  |  |     'home'                   => 'Inicio', | 
					
						
							| 
									
										
										
										
											2022-03-10 18:00:10 +01:00
										 |  |  |     'budgets'                => 'Orçamentos', | 
					
						
							|  |  |  |     'subscriptions'          => 'Subscrições', | 
					
						
							|  |  |  |     'transactions'           => 'Transações', | 
					
						
							|  |  |  |     'title_expenses'         => 'Despesas', | 
					
						
							|  |  |  |     'title_withdrawal'       => 'Despesas', | 
					
						
							| 
									
										
										
										
											2022-09-18 15:48:28 +02:00
										 |  |  |     'title_revenue'          => 'Receita / renda', | 
					
						
							|  |  |  |     'title_deposit'          => 'Receita / renda', | 
					
						
							| 
									
										
										
										
											2022-03-10 18:00:10 +01:00
										 |  |  |     'title_transfer'         => 'Transferências', | 
					
						
							|  |  |  |     'title_transfers'        => 'Transferências', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'edit_currency'          => 'Editar moeda ":name"', | 
					
						
							|  |  |  |     'delete_currency'        => 'Apagar moeda ":name"', | 
					
						
							|  |  |  |     'newPiggyBank'           => 'Criar mealheiro', | 
					
						
							|  |  |  |     'edit_piggyBank'         => 'Editar mealheiro ":name"', | 
					
						
							|  |  |  |     'preferences'            => 'Preferencias', | 
					
						
							|  |  |  |     'profile'                => 'Perfil', | 
					
						
							|  |  |  |     'accounts'               => 'Contas', | 
					
						
							| 
									
										
										
										
											2023-01-20 22:07:43 +01:00
										 |  |  |     'changePassword'         => 'Alterar password', | 
					
						
							|  |  |  |     'change_email'           => 'Alterar email', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'bills'                  => 'Faturas', | 
					
						
							|  |  |  |     'newBill'                => 'Nova fatura', | 
					
						
							| 
									
										
										
										
											2023-01-20 22:07:43 +01:00
										 |  |  |     'edit_bill'              => 'Editar fatura ":name"', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'delete_bill'            => 'Apagar fatura ":name"', | 
					
						
							|  |  |  |     'reports'                => 'Relatórios', | 
					
						
							|  |  |  |     'search_result'          => 'Resultados da pesquisa para ":query"', | 
					
						
							|  |  |  |     'withdrawal_list'        => 'Despesas', | 
					
						
							|  |  |  |     'Withdrawal_list'        => 'Despesas', | 
					
						
							|  |  |  |     'deposit_list'           => 'Receitas, rendimentos e depósitos', | 
					
						
							|  |  |  |     'transfer_list'          => 'Transferências', | 
					
						
							|  |  |  |     'transfers_list'         => 'Transferências', | 
					
						
							| 
									
										
										
										
											2023-01-14 15:43:25 +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
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-14 15:43:25 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'reconciliation_list'    => 'Reconciliações', | 
					
						
							|  |  |  |     'create_withdrawal'      => 'Novo levantamento', | 
					
						
							| 
									
										
										
										
											2021-03-31 07:03:15 +02:00
										 |  |  |     'create_deposit'         => 'Novo depósito', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'create_transfer'        => 'Nova transferência', | 
					
						
							| 
									
										
										
										
											2022-04-03 12:12:41 +02:00
										 |  |  |     'create_new_transaction' => 'Criar nova transação', | 
					
						
							| 
									
										
										
										
											2023-01-20 22:07:43 +01:00
										 |  |  |     'edit_journal'           => 'Editar transação ":description"', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'edit_reconciliation'    => 'Editar ":description"', | 
					
						
							| 
									
										
										
										
											2023-01-20 22:07:43 +01:00
										 |  |  |     'delete_journal'         => 'Apagar transação ":description"', | 
					
						
							|  |  |  |     'delete_group'           => 'Apagar transação ":description"', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'tags'                   => 'Etiquetas', | 
					
						
							|  |  |  |     'createTag'              => 'Criar nova etiqueta', | 
					
						
							|  |  |  |     'edit_tag'               => 'Editar etiqueta ":tag"', | 
					
						
							|  |  |  |     'delete_tag'             => 'Apagar etiqueta ":tag"', | 
					
						
							| 
									
										
										
										
											2021-03-31 07:03:15 +02:00
										 |  |  |     'delete_journal_link'    => 'Apagar ligação entre transações', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'edit_object_group'      => 'Editar grupo ":title"', | 
					
						
							|  |  |  |     'delete_object_group'    => 'Apagar grupo ":title"', | 
					
						
							| 
									
										
										
										
											2022-02-26 11:24:16 +01:00
										 |  |  |     'logout_others'          => 'Sair de outras sessões', | 
					
						
							| 
									
										
										
										
											2023-01-20 22:07:43 +01:00
										 |  |  |     'asset_accounts'         => 'Conta de ativos', | 
					
						
							| 
									
										
										
										
											2022-09-04 13:53:24 +02:00
										 |  |  |     'expense_accounts'       => 'Conta de despesas', | 
					
						
							| 
									
										
										
										
											2022-09-18 15:48:28 +02:00
										 |  |  |     'revenue_accounts'       => 'Conta de receitas', | 
					
						
							| 
									
										
										
										
											2023-01-20 22:07:43 +01:00
										 |  |  |     'liabilities_accounts'   => 'Conta de passivos', | 
					
						
							| 
									
										
										
										
											2022-02-26 11:24:16 +01:00
										 |  |  |     'placeholder'            => '[Placeholder]', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  | ]; |