| 
									
										
										
										
											2015-05-14 13:00:43 +02:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2017-08-12 10:41:41 +02:00
										 |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2016-10-05 06:52:15 +02:00
										 |  |  |  * This software may be modified and distributed under the terms of the | 
					
						
							|  |  |  |  * Creative Commons Attribution-ShareAlike 4.0 International License. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * See the LICENSE file for details. | 
					
						
							| 
									
										
										
										
											2016-03-13 17:19:09 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-05-14 13:00:43 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							| 
									
										
										
										
											2016-08-12 10:34:45 +02:00
										 |  |  |     'buttons'               => 'Knoppen', | 
					
						
							|  |  |  |     'icon'                  => 'Icoon', | 
					
						
							| 
									
										
										
										
											2016-12-15 23:01:56 +01:00
										 |  |  |     'id'                    => 'ID', | 
					
						
							| 
									
										
										
										
											2016-08-12 10:34:45 +02:00
										 |  |  |     'create_date'           => 'Aangemaakt op', | 
					
						
							|  |  |  |     'update_date'           => 'Bijgewerkt op', | 
					
						
							|  |  |  |     'balance_before'        => 'Saldo voor', | 
					
						
							|  |  |  |     'balance_after'         => 'Saldo na', | 
					
						
							|  |  |  |     'name'                  => 'Naam', | 
					
						
							|  |  |  |     'role'                  => 'Rol', | 
					
						
							|  |  |  |     'currentBalance'        => 'Huidig saldo', | 
					
						
							|  |  |  |     'active'                => 'Actief?', | 
					
						
							|  |  |  |     'lastActivity'          => 'Laatste activiteit', | 
					
						
							|  |  |  |     'balanceDiff'           => 'Saldoverschil tussen :start en :end', | 
					
						
							|  |  |  |     'matchedOn'             => 'Wordt herkend', | 
					
						
							|  |  |  |     'matchesOn'             => 'Wordt herkend', | 
					
						
							|  |  |  |     'account_type'          => 'Accounttype', | 
					
						
							| 
									
										
										
										
											2016-10-22 12:03:11 +02:00
										 |  |  |     'created_at'            => 'Gemaakt op', | 
					
						
							| 
									
										
										
										
											2016-08-12 10:34:45 +02:00
										 |  |  |     'new_balance'           => 'Nieuw saldo', | 
					
						
							|  |  |  |     'account'               => 'Rekening', | 
					
						
							|  |  |  |     'matchingAmount'        => 'Bedrag', | 
					
						
							|  |  |  |     'lastMatch'             => 'Laatste keer gezien', | 
					
						
							|  |  |  |     'split_number'          => 'Split #', | 
					
						
							|  |  |  |     'destination'           => 'Doel', | 
					
						
							|  |  |  |     'source'                => 'Bron', | 
					
						
							| 
									
										
										
										
											2016-10-30 07:19:55 +01:00
										 |  |  |     'next_expected_match'   => 'Volgende verwachte match', | 
					
						
							| 
									
										
										
										
											2016-08-12 10:34:45 +02:00
										 |  |  |     'automatch'             => 'Automatisch herkennen?', | 
					
						
							|  |  |  |     'repeat_freq'           => 'Herhaling', | 
					
						
							|  |  |  |     'description'           => 'Omschrijving', | 
					
						
							|  |  |  |     'amount'                => 'Bedrag', | 
					
						
							| 
									
										
										
										
											2016-10-14 17:14:04 +02:00
										 |  |  |     'internal_reference'    => 'Interne referentie', | 
					
						
							| 
									
										
										
										
											2016-08-12 10:34:45 +02:00
										 |  |  |     'date'                  => 'Datum', | 
					
						
							|  |  |  |     'interest_date'         => 'Rentedatum', | 
					
						
							|  |  |  |     'book_date'             => 'Boekdatum', | 
					
						
							|  |  |  |     'process_date'          => 'Verwerkingsdatum', | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |     'due_date'              => 'Vervaldatum', | 
					
						
							|  |  |  |     'payment_date'          => 'Betalingsdatum', | 
					
						
							| 
									
										
										
										
											2016-09-11 08:17:35 +02:00
										 |  |  |     'invoice_date'          => 'Factuurdatum', | 
					
						
							|  |  |  |     'interal_reference'     => 'Interne verwijzing', | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |     'notes'                 => 'Notities', | 
					
						
							| 
									
										
										
										
											2016-08-12 10:34:45 +02:00
										 |  |  |     'from'                  => 'Van', | 
					
						
							|  |  |  |     'piggy_bank'            => 'Spaarpotje', | 
					
						
							|  |  |  |     'to'                    => 'Naar', | 
					
						
							|  |  |  |     'budget'                => 'Budget', | 
					
						
							|  |  |  |     'category'              => 'Categorie', | 
					
						
							|  |  |  |     'bill'                  => 'Contract', | 
					
						
							|  |  |  |     'withdrawal'            => 'Uitgave', | 
					
						
							|  |  |  |     'deposit'               => 'Inkomsten', | 
					
						
							|  |  |  |     'transfer'              => 'Overschrijving', | 
					
						
							|  |  |  |     'type'                  => 'Type', | 
					
						
							|  |  |  |     'completed'             => 'Opgeslagen', | 
					
						
							|  |  |  |     'iban'                  => 'IBAN', | 
					
						
							|  |  |  |     'paid_current_period'   => 'Betaald deze periode', | 
					
						
							|  |  |  |     'email'                 => 'E-mail', | 
					
						
							|  |  |  |     'registered_at'         => 'Geregistreerd op', | 
					
						
							|  |  |  |     'is_activated'          => 'Is geactiveerd', | 
					
						
							|  |  |  |     'is_blocked'            => 'Is geblokkeerd', | 
					
						
							|  |  |  |     'is_admin'              => 'Is beheerder', | 
					
						
							|  |  |  |     'has_two_factor'        => 'Heeft 2FA', | 
					
						
							|  |  |  |     'confirmed_from'        => 'Bevestigd vanaf', | 
					
						
							|  |  |  |     'registered_from'       => 'Geregistreerd vanaf', | 
					
						
							|  |  |  |     'blocked_code'          => 'Reden voor blokkade', | 
					
						
							|  |  |  |     'domain'                => 'Domein', | 
					
						
							|  |  |  |     'registration_attempts' => 'Registratiepogingen', | 
					
						
							| 
									
										
										
										
											2016-10-22 12:03:11 +02:00
										 |  |  |     'source_account'        => 'Bronrekening', | 
					
						
							|  |  |  |     'destination_account'   => 'Doelrekening', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-21 07:20:46 +02:00
										 |  |  |     'accounts_count'         => 'Aantal rekeningen', | 
					
						
							|  |  |  |     'journals_count'         => 'Aantal transacties', | 
					
						
							|  |  |  |     'attachments_count'      => 'Aantal bijlagen', | 
					
						
							|  |  |  |     'bills_count'            => 'Aantal contracten', | 
					
						
							|  |  |  |     'categories_count'       => 'Aantal categorieën', | 
					
						
							|  |  |  |     'export_jobs_count'      => 'Aantal export-jobs', | 
					
						
							|  |  |  |     'import_jobs_count'      => 'Aantal import-jobs', | 
					
						
							|  |  |  |     'budget_count'           => 'Aantal budgetten', | 
					
						
							|  |  |  |     'rule_and_groups_count'  => 'Aantal regels en regelgroepen', | 
					
						
							|  |  |  |     'tags_count'             => 'Aantal tags', | 
					
						
							|  |  |  |     'inward'                 => 'Inward description', | 
					
						
							|  |  |  |     'outward'                => 'Outward description', | 
					
						
							|  |  |  |     'number_of_transactions' => 'Number of transactions', | 
					
						
							| 
									
										
										
										
											2017-02-19 12:12:52 +01:00
										 |  |  | ]; |