| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * list.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/>. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							|  |  |  |     'buttons'                 => 'Botões', | 
					
						
							|  |  |  |     'icon'                    => 'Ícone', | 
					
						
							|  |  |  |     'id'                      => 'ID', | 
					
						
							|  |  |  |     'create_date'             => 'Criado em', | 
					
						
							|  |  |  |     'update_date'             => 'Alterado em', | 
					
						
							|  |  |  |     'updated_at'              => 'Alterado em', | 
					
						
							|  |  |  |     'balance_before'          => 'Saldo antes', | 
					
						
							|  |  |  |     'balance_after'           => 'Saldo depois', | 
					
						
							|  |  |  |     'name'                    => 'Nome', | 
					
						
							|  |  |  |     'role'                    => 'Regra', | 
					
						
							|  |  |  |     'currentBalance'          => 'Saldo actual', | 
					
						
							|  |  |  |     'linked_to_rules'         => 'Regras relevantes', | 
					
						
							|  |  |  |     'active'                  => 'Esta activo?', | 
					
						
							|  |  |  |     'percentage'              => '%.', | 
					
						
							|  |  |  |     'recurring_transaction'   => 'Transação recorrente', | 
					
						
							|  |  |  |     'next_due'                => 'Próximo prazo', | 
					
						
							|  |  |  |     'transaction_type'        => 'Tipo', | 
					
						
							|  |  |  |     'lastActivity'            => 'Ultima actividade', | 
					
						
							|  |  |  |     'balanceDiff'             => 'Diferenca de saldo', | 
					
						
							|  |  |  |     'other_meta_data'         => 'Outros meta dados', | 
					
						
							|  |  |  |     'account_type'            => 'Tipo de conta', | 
					
						
							|  |  |  |     'created_at'              => 'Criado em', | 
					
						
							|  |  |  |     'account'                 => 'Conta', | 
					
						
							|  |  |  |     'external_uri'            => 'URI externo', | 
					
						
							|  |  |  |     'matchingAmount'          => 'Montante', | 
					
						
							|  |  |  |     'destination'             => 'Destino', | 
					
						
							|  |  |  |     'source'                  => 'Origem', | 
					
						
							|  |  |  |     'next_expected_match'     => 'Proxima correspondencia esperada', | 
					
						
							|  |  |  |     'automatch'               => 'Auto correspondencia?', | 
					
						
							|  |  |  |     'repeat_freq'             => 'Repete', | 
					
						
							|  |  |  |     'description'             => 'Descricao', | 
					
						
							|  |  |  |     'amount'                  => 'Montante', | 
					
						
							|  |  |  |     'date'                    => 'Data', | 
					
						
							|  |  |  |     'interest_date'           => 'Taxa de juros', | 
					
						
							|  |  |  |     'book_date'               => 'Data de registo', | 
					
						
							|  |  |  |     'process_date'            => 'Data de processamento', | 
					
						
							|  |  |  |     'due_date'                => 'Data de vencimento', | 
					
						
							|  |  |  |     'payment_date'            => 'Data de pagamento', | 
					
						
							|  |  |  |     'invoice_date'            => 'Data da factura', | 
					
						
							|  |  |  |     'internal_reference'      => 'Referência interna', | 
					
						
							|  |  |  |     'notes'                   => 'Notas', | 
					
						
							|  |  |  |     'from'                    => 'De', | 
					
						
							|  |  |  |     'piggy_bank'              => 'Mealheiro', | 
					
						
							|  |  |  |     'to'                      => 'Para', | 
					
						
							|  |  |  |     'budget'                  => 'Orcamento', | 
					
						
							|  |  |  |     'category'                => 'Categoria', | 
					
						
							|  |  |  |     'bill'                    => 'Factura', | 
					
						
							|  |  |  |     'withdrawal'              => 'Levantamento', | 
					
						
							| 
									
										
										
										
											2021-03-31 07:03:15 +02:00
										 |  |  |     'deposit'                 => 'Depósito', | 
					
						
							|  |  |  |     'transfer'                => 'Transferência', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'type'                    => 'Tipo', | 
					
						
							|  |  |  |     'completed'               => 'Concluido', | 
					
						
							|  |  |  |     'iban'                    => 'IBAN', | 
					
						
							|  |  |  |     'paid_current_period'     => 'Pago este periodo', | 
					
						
							|  |  |  |     'email'                   => 'Email', | 
					
						
							|  |  |  |     'registered_at'           => 'Registado em', | 
					
						
							|  |  |  |     'is_blocked'              => 'Esta bloqueado', | 
					
						
							|  |  |  |     'is_admin'                => 'Administrador', | 
					
						
							|  |  |  |     'has_two_factor'          => 'Tem autenticacao 2 passos', | 
					
						
							|  |  |  |     'blocked_code'            => 'Codigo de bloqueio', | 
					
						
							|  |  |  |     'source_account'          => 'Conta de origem', | 
					
						
							|  |  |  |     'destination_account'     => 'Conta de destino', | 
					
						
							|  |  |  |     'accounts_count'          => 'Numero de contas', | 
					
						
							| 
									
										
										
										
											2021-03-31 07:03:15 +02:00
										 |  |  |     'journals_count'          => 'Numero de transações', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'attachments_count'       => 'Numero de anexos', | 
					
						
							|  |  |  |     'bills_count'             => 'Numero de facturas', | 
					
						
							|  |  |  |     'categories_count'        => 'Numero de categorias', | 
					
						
							| 
									
										
										
										
											2021-03-31 07:03:15 +02:00
										 |  |  |     'budget_count'            => 'Numero de orçamentos', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'rule_and_groups_count'   => 'Numero de regras e grupos de regras', | 
					
						
							| 
									
										
										
										
											2021-03-31 07:03:15 +02:00
										 |  |  |     'tags_count'              => 'Numero de etiquetas', | 
					
						
							|  |  |  |     'tags'                    => 'Etiquetas', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'inward'                  => 'Descricao interna', | 
					
						
							|  |  |  |     'outward'                 => 'Descricao externa', | 
					
						
							| 
									
										
										
										
											2021-03-31 07:03:15 +02:00
										 |  |  |     'number_of_transactions'  => 'Numero de transações', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'total_amount'            => 'Montante total', | 
					
						
							|  |  |  |     'sum'                     => 'Soma', | 
					
						
							| 
									
										
										
										
											2021-03-31 07:03:15 +02:00
										 |  |  |     'sum_excluding_transfers' => 'Soma (excluindo transferências)', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'sum_withdrawals'         => 'Soma dos levantamentos', | 
					
						
							| 
									
										
										
										
											2021-03-31 07:03:15 +02:00
										 |  |  |     'sum_deposits'            => 'Soma dos depósitos', | 
					
						
							|  |  |  |     'sum_transfers'           => 'Soma das transferências', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'sum_reconciliations'     => 'Soma das reconciliações', | 
					
						
							|  |  |  |     'reconcile'               => 'Reconciliacao', | 
					
						
							|  |  |  |     'sepa_ct_id'              => 'SEPA Identificador ponta-a-ponta', | 
					
						
							|  |  |  |     'sepa_ct_op'              => 'Identificador SEPA da conta oposta', | 
					
						
							|  |  |  |     'sepa_db'                 => 'Mandato Identificador SEPA', | 
					
						
							|  |  |  |     'sepa_country'            => 'País SEPA', | 
					
						
							|  |  |  |     'sepa_cc'                 => 'Código SEPA de Área Única de Pagamento em Euros', | 
					
						
							|  |  |  |     'sepa_ep'                 => 'Finalidade Externa SEPA', | 
					
						
							|  |  |  |     'sepa_ci'                 => 'Identificador do credor SEPA', | 
					
						
							|  |  |  |     'sepa_batch_id'           => 'ID do Lote SEPA', | 
					
						
							|  |  |  |     'external_id'             => 'ID Externo', | 
					
						
							|  |  |  |     'account_at_bunq'         => 'Conta com bunq', | 
					
						
							|  |  |  |     'file_name'               => 'Nome do ficheiro', | 
					
						
							|  |  |  |     'file_size'               => 'Tamanho do ficheiro', | 
					
						
							|  |  |  |     'file_type'               => 'Tipo do ficheiro', | 
					
						
							|  |  |  |     'attached_to'             => 'Anexado a', | 
					
						
							|  |  |  |     'file_exists'             => 'O ficheiro existe', | 
					
						
							|  |  |  |     'spectre_bank'            => 'Banco', | 
					
						
							|  |  |  |     'spectre_last_use'        => 'Ultimo login', | 
					
						
							|  |  |  |     'spectre_status'          => 'Estado', | 
					
						
							|  |  |  |     'bunq_payment_id'         => 'ID de pagamento bunq', | 
					
						
							|  |  |  |     'repetitions'             => 'Repeticoes', | 
					
						
							|  |  |  |     'title'                   => 'Titulo', | 
					
						
							|  |  |  |     'transaction_s'           => 'Transaccao(oes)', | 
					
						
							|  |  |  |     'field'                   => 'Campo', | 
					
						
							|  |  |  |     'value'                   => 'Valor', | 
					
						
							|  |  |  |     'interest'                => 'Juro', | 
					
						
							| 
									
										
										
										
											2021-05-24 09:01:17 +02:00
										 |  |  |     'interest_period'         => 'Período de juros', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  |     'liability_type'          => 'Tipo de responsabilidade', | 
					
						
							| 
									
										
										
										
											2021-06-06 17:18:10 +02:00
										 |  |  |     'liability_direction'     => 'Passivo entrada/fora', | 
					
						
							| 
									
										
										
										
											2021-02-02 07:00:51 +01:00
										 |  |  | ]; |