| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  | <?php | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * list.php | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * Copyright (c) 2017 thegrumpydictator@gmail.com | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This file is part of Firefly III. | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * Firefly III is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License as published by | 
					
						
							|  |  |  |  * the Free Software Foundation, either version 3 of the License, or | 
					
						
							|  |  |  |  * (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2016-10-05 06:52:15 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * Firefly III 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 General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU General Public License | 
					
						
							| 
									
										
										
										
											2017-12-19 05:24:14 +01:00
										 |  |  |  * along with Firefly III. If not, see <http://www.gnu.org/licenses/>. | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  | declare(strict_types=1); | 
					
						
							| 
									
										
										
										
											2017-12-19 19:35:54 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2018-03-04 08:54:01 +01:00
										 |  |  |     'buttons'                 => 'Schaltflächen', | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:37 +02:00
										 |  |  |     'icon'                    => 'Icon', | 
					
						
							|  |  |  |     'id'                      => 'Id', | 
					
						
							|  |  |  |     'create_date'             => 'Erstellt am', | 
					
						
							|  |  |  |     'update_date'             => 'Aktualisiert am', | 
					
						
							| 
									
										
										
										
											2017-11-24 17:06:42 +01:00
										 |  |  |     'updated_at'              => 'Aktualisiert am', | 
					
						
							| 
									
										
										
										
											2018-03-04 08:54:01 +01:00
										 |  |  |     'balance_before'          => 'Kontostand vorher', | 
					
						
							|  |  |  |     'balance_after'           => 'Kontostand nachher', | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:37 +02:00
										 |  |  |     'name'                    => 'Name', | 
					
						
							|  |  |  |     'role'                    => 'Rolle', | 
					
						
							|  |  |  |     'currentBalance'          => 'Aktueller Kontostand', | 
					
						
							|  |  |  |     'active'                  => 'Aktiv?', | 
					
						
							|  |  |  |     'lastActivity'            => 'Letzte Aktivität', | 
					
						
							| 
									
										
										
										
											2018-03-19 09:09:47 +01:00
										 |  |  |     'balanceDiff'             => 'Saldendifferenz', | 
					
						
							| 
									
										
										
										
											2018-03-04 08:54:01 +01:00
										 |  |  |     'matchesOn'               => 'Zusammengeführt am', | 
					
						
							|  |  |  |     'account_type'            => 'Kontotyp', | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:37 +02:00
										 |  |  |     'created_at'              => 'Erstellt am', | 
					
						
							|  |  |  |     'account'                 => 'Konto', | 
					
						
							|  |  |  |     'matchingAmount'          => 'Betrag', | 
					
						
							|  |  |  |     'split_number'            => 'Geteilt #', | 
					
						
							|  |  |  |     'destination'             => 'Empfänger', | 
					
						
							|  |  |  |     'source'                  => 'Quelle', | 
					
						
							|  |  |  |     'next_expected_match'     => 'Nächste erwartete Übereinstimmung', | 
					
						
							|  |  |  |     'automatch'               => 'Automatisch erkennen?', | 
					
						
							|  |  |  |     'repeat_freq'             => 'Wiederholungen', | 
					
						
							|  |  |  |     'description'             => 'Beschreibung', | 
					
						
							|  |  |  |     'amount'                  => 'Betrag', | 
					
						
							|  |  |  |     'internal_reference'      => 'Interne Referenz', | 
					
						
							|  |  |  |     'date'                    => 'Datum', | 
					
						
							|  |  |  |     'interest_date'           => 'Zinstermin', | 
					
						
							|  |  |  |     'book_date'               => 'Buchungsdatum', | 
					
						
							|  |  |  |     'process_date'            => 'Bearbeitungsdatum', | 
					
						
							|  |  |  |     'due_date'                => 'Fälligkeitstermin', | 
					
						
							|  |  |  |     'payment_date'            => 'Zahlungsdatum', | 
					
						
							|  |  |  |     'invoice_date'            => 'Rechnungsdatum', | 
					
						
							|  |  |  |     'interal_reference'       => 'Interner Verweis', | 
					
						
							|  |  |  |     'notes'                   => 'Notizen', | 
					
						
							|  |  |  |     'from'                    => 'Von', | 
					
						
							|  |  |  |     'piggy_bank'              => 'Sparschwein', | 
					
						
							|  |  |  |     'to'                      => 'An', | 
					
						
							| 
									
										
										
										
											2018-03-19 09:09:47 +01:00
										 |  |  |     'budget'                  => 'Kostenrahmen', | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:37 +02:00
										 |  |  |     'category'                => 'Kategorie', | 
					
						
							|  |  |  |     'bill'                    => 'Rechnung', | 
					
						
							|  |  |  |     'withdrawal'              => 'Ausgabe', | 
					
						
							|  |  |  |     'deposit'                 => 'Einlage', | 
					
						
							|  |  |  |     'transfer'                => 'Überweisung', | 
					
						
							|  |  |  |     'type'                    => 'Typ', | 
					
						
							|  |  |  |     'completed'               => 'Abgeschlossen', | 
					
						
							|  |  |  |     'iban'                    => 'IBAN', | 
					
						
							|  |  |  |     'paid_current_period'     => 'Diese Periode bezahlt', | 
					
						
							|  |  |  |     'email'                   => 'E-Mail', | 
					
						
							|  |  |  |     'registered_at'           => 'Registriert am', | 
					
						
							|  |  |  |     'is_blocked'              => 'Ist blockiert', | 
					
						
							|  |  |  |     'is_admin'                => 'Ist Admin', | 
					
						
							| 
									
										
										
										
											2018-01-02 15:18:22 +01:00
										 |  |  |     'has_two_factor'          => 'Nutzt 2FA', | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:37 +02:00
										 |  |  |     'blocked_code'            => 'Blockcode', | 
					
						
							|  |  |  |     'source_account'          => 'Quellkonto', | 
					
						
							|  |  |  |     'destination_account'     => 'Zielkonto', | 
					
						
							|  |  |  |     'accounts_count'          => 'Anzahl Konten', | 
					
						
							|  |  |  |     'journals_count'          => 'Anzahl der Zahlungsvorgänge', | 
					
						
							|  |  |  |     'attachments_count'       => 'Anzahl Anhänge', | 
					
						
							|  |  |  |     'bills_count'             => 'Anzahl Rechnungen', | 
					
						
							|  |  |  |     'categories_count'        => 'Anzahl Kategorien', | 
					
						
							|  |  |  |     'export_jobs_count'       => 'Anzahl exportierter Jobs', | 
					
						
							|  |  |  |     'import_jobs_count'       => 'Anzahl importierter Jobs', | 
					
						
							|  |  |  |     'budget_count'            => 'Anzahl Budgets', | 
					
						
							|  |  |  |     'rule_and_groups_count'   => 'Anzahl Regeln und Regelgruppen', | 
					
						
							|  |  |  |     'tags_count'              => 'Anzahl Tags', | 
					
						
							| 
									
										
										
										
											2018-03-19 09:09:47 +01:00
										 |  |  |     'tags'                    => 'Schlagwörter', | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:37 +02:00
										 |  |  |     'inward'                  => 'Inward description', | 
					
						
							|  |  |  |     'outward'                 => 'Outward description', | 
					
						
							|  |  |  |     'number_of_transactions'  => 'Anzahl der Zahlungsvorgänge', | 
					
						
							| 
									
										
										
										
											2017-10-11 14:00:17 +02:00
										 |  |  |     'total_amount'            => 'Gesamtbetrag', | 
					
						
							|  |  |  |     'sum'                     => 'Summe', | 
					
						
							| 
									
										
										
										
											2018-01-30 21:07:14 +01:00
										 |  |  |     'sum_excluding_transfers' => 'Summe (ohne Umbuchungen)', | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  |     'sum_withdrawals'         => 'Summe der Ausgaben', | 
					
						
							| 
									
										
										
										
											2017-10-11 14:00:17 +02:00
										 |  |  |     'sum_deposits'            => 'Summe der Einzahlungen', | 
					
						
							| 
									
										
										
										
											2018-01-30 21:07:14 +01:00
										 |  |  |     'sum_transfers'           => 'Summe der Umbuchungen', | 
					
						
							| 
									
										
										
										
											2018-03-04 08:54:01 +01:00
										 |  |  |     'reconcile'               => 'Abgleichen', | 
					
						
							| 
									
										
										
										
											2018-01-29 19:13:43 +01:00
										 |  |  |     'account_on_spectre'      => 'Konto (Spectre)', | 
					
						
							| 
									
										
										
										
											2018-03-04 08:54:01 +01:00
										 |  |  |     'do_import'               => 'Von diesem Konto importieren', | 
					
						
							| 
									
										
										
										
											2017-09-03 10:41:16 +02:00
										 |  |  | ]; |