| 
									
										
										
										
											2015-12-19 21:16:09 +01:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2016-03-13 17:19:09 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * list.php | 
					
						
							| 
									
										
										
										
											2016-04-01 16:46:11 +02:00
										 |  |  |  * Copyright (C) 2016 thegrumpydictator@gmail.com | 
					
						
							| 
									
										
										
										
											2016-03-13 17:19:09 +01:00
										 |  |  |  * | 
					
						
							|  |  |  |  * This software may be modified and distributed under the terms | 
					
						
							|  |  |  |  * of the MIT license.  See the LICENSE file for details. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-12-19 21:16:09 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							| 
									
										
										
										
											2016-04-23 12:14:24 +02:00
										 |  |  |     'buttons'             => 'Botões', | 
					
						
							|  |  |  |     'icon'                => 'Ícone', | 
					
						
							|  |  |  |     'create_date'         => 'Criado em', | 
					
						
							|  |  |  |     'update_date'         => 'Atualizado em', | 
					
						
							|  |  |  |     'balance_before'      => 'Saldo Antes', | 
					
						
							|  |  |  |     'balance_after'       => 'Saldo depois', | 
					
						
							|  |  |  |     'name'                => 'Nome', | 
					
						
							|  |  |  |     'role'                => 'Papel', | 
					
						
							|  |  |  |     'currentBalance'      => 'Saldo atual', | 
					
						
							|  |  |  |     'active'              => 'Está ativo?', | 
					
						
							|  |  |  |     'lastActivity'        => 'Última atividade', | 
					
						
							|  |  |  |     'balanceDiff'         => 'Saldo diferente entre :start e :end', | 
					
						
							|  |  |  |     'matchedOn'           => 'Coincide', | 
					
						
							|  |  |  |     'matchesOn'           => 'Correspondido em', | 
					
						
							| 
									
										
										
										
											2016-05-18 18:13:38 +02:00
										 |  |  |     'account_type'        => 'Account type', | 
					
						
							|  |  |  |     'new_balance'         => 'New balance', | 
					
						
							|  |  |  |     'account'             => 'Account', | 
					
						
							| 
									
										
										
										
											2016-04-23 12:14:24 +02:00
										 |  |  |     'matchingAmount'      => 'Total', | 
					
						
							|  |  |  |     'lastMatch'           => 'Último equivalente', | 
					
						
							| 
									
										
										
										
											2016-05-18 18:13:38 +02:00
										 |  |  |     'split_number'        => 'Split #', | 
					
						
							|  |  |  |     'destination'         => 'Destination', | 
					
						
							| 
									
										
										
										
											2016-04-23 12:14:24 +02:00
										 |  |  |     'expectedMatch'       => 'Equivalente esperado', | 
					
						
							|  |  |  |     'automatch'           => 'Auto match?', | 
					
						
							|  |  |  |     'repeat_freq'         => 'Repetições', | 
					
						
							|  |  |  |     'description'         => 'Descrição', | 
					
						
							|  |  |  |     'amount'              => 'Total', | 
					
						
							|  |  |  |     'date'                => 'Data', | 
					
						
							|  |  |  |     'interest_date'       => 'Data de interesse', | 
					
						
							|  |  |  |     'book_date'           => 'Data reserva', | 
					
						
							|  |  |  |     'process_date'        => 'Data de processamento', | 
					
						
							|  |  |  |     'from'                => 'De', | 
					
						
							| 
									
										
										
										
											2016-05-18 18:13:38 +02:00
										 |  |  |     'piggy_bank'          => 'Piggy bank', | 
					
						
							| 
									
										
										
										
											2016-04-23 12:14:24 +02:00
										 |  |  |     'to'                  => 'Até', | 
					
						
							|  |  |  |     'budget'              => 'Orçamento', | 
					
						
							|  |  |  |     'category'            => 'Categoria', | 
					
						
							|  |  |  |     'bill'                => 'Fatura', | 
					
						
							|  |  |  |     'withdrawal'          => 'Retirada', | 
					
						
							|  |  |  |     'deposit'             => 'Depósito', | 
					
						
							|  |  |  |     'transfer'            => 'Transferência', | 
					
						
							|  |  |  |     'type'                => 'Tipo', | 
					
						
							|  |  |  |     'completed'           => 'Completo', | 
					
						
							|  |  |  |     'iban'                => 'IBAN', | 
					
						
							|  |  |  |     'paid_current_period' => 'Pago este período', | 
					
						
							|  |  |  |     'email'               => 'Email', | 
					
						
							|  |  |  |     'registered_at'       => 'Registrado em', | 
					
						
							|  |  |  |     'is_activated'        => 'Está ativo', | 
					
						
							|  |  |  |     'is_blocked'          => 'Está bloqueado', | 
					
						
							|  |  |  |     'is_admin'            => 'É admin', | 
					
						
							|  |  |  |     'has_two_factor'      => 'Tem 2FA', | 
					
						
							|  |  |  |     'blocked_code'        => 'Bloco de código', | 
					
						
							| 
									
										
										
										
											2015-12-19 21:16:09 +01:00
										 |  |  | ]; |