| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * list.php | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * Copyright (c) 2019 thegrumpydictator@gmail.com | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * 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. | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * GNU Affero General Public License for more details. | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * 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/>. | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-01 14:21:14 +02:00
										 |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     'buttons'                 => 'Tombol', | 
					
						
							|  |  |  |     'icon'                    => 'Ikon', | 
					
						
							|  |  |  |     'id'                      => 'ID', | 
					
						
							|  |  |  |     'create_date'             => 'Dibuat pada', | 
					
						
							|  |  |  |     'update_date'             => 'Diperbarui pada', | 
					
						
							|  |  |  |     'updated_at'              => 'Diperbarui pada', | 
					
						
							|  |  |  |     'balance_before'          => 'Saldo Sebelumnya', | 
					
						
							|  |  |  |     'balance_after'           => 'Saldo setelahnya', | 
					
						
							|  |  |  |     'name'                    => 'Nama', | 
					
						
							|  |  |  |     'role'                    => 'Peran', | 
					
						
							|  |  |  |     'currentBalance'          => 'Saldo saat ini', | 
					
						
							|  |  |  |     'linked_to_rules'         => 'Aturan yang relevan', | 
					
						
							|  |  |  |     'active'                  => 'Aktif?', | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:57 +02:00
										 |  |  |     'percentage'              => 'pct.', | 
					
						
							|  |  |  |     'next_due'                => 'Next due', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     'transaction_type'        => 'Type', | 
					
						
							|  |  |  |     'lastActivity'            => 'Aktifitas terakhir', | 
					
						
							|  |  |  |     'balanceDiff'             => 'Perbedaan saldo', | 
					
						
							|  |  |  |     'matchesOn'               => 'Cocok di', | 
					
						
							|  |  |  |     'other_meta_data'         => 'Other meta data', | 
					
						
							|  |  |  |     'account_type'            => 'Jenis akun', | 
					
						
							|  |  |  |     'created_at'              => 'Dibuat di', | 
					
						
							|  |  |  |     'account'                 => 'Akun', | 
					
						
							|  |  |  |     'matchingAmount'          => 'Jumlah', | 
					
						
							|  |  |  |     'split_number'            => 'Split #', | 
					
						
							|  |  |  |     'destination'             => 'Tujuan', | 
					
						
							|  |  |  |     'source'                  => 'Sumber', | 
					
						
							|  |  |  |     'next_expected_match'     => 'Transaksi yang diharapkan berikutnya', | 
					
						
							|  |  |  |     'automatch'               => 'Pencocokan otomatis?', | 
					
						
							|  |  |  |     'repeat_freq'             => 'Berulang', | 
					
						
							|  |  |  |     'description'             => 'Deskripsi', | 
					
						
							|  |  |  |     'amount'                  => 'Jumlah', | 
					
						
							|  |  |  |     'internal_reference'      => 'Referensi Internal', | 
					
						
							|  |  |  |     'date'                    => 'Tanggal', | 
					
						
							|  |  |  |     'interest_date'           => 'Tanggal Bunga', | 
					
						
							|  |  |  |     'book_date'               => 'Tanggal Buku', | 
					
						
							|  |  |  |     'process_date'            => 'Tanggal pemrosesan', | 
					
						
							|  |  |  |     'due_date'                => 'Tenggat waktu', | 
					
						
							|  |  |  |     'payment_date'            => 'Tanggal pembayaran', | 
					
						
							|  |  |  |     'invoice_date'            => 'Tanggal Faktur', | 
					
						
							|  |  |  |     'interal_reference'       => 'Referensi Internal', | 
					
						
							|  |  |  |     'notes'                   => 'Catatan', | 
					
						
							|  |  |  |     'from'                    => 'Dari', | 
					
						
							|  |  |  |     'piggy_bank'              => 'Celengan', | 
					
						
							|  |  |  |     'to'                      => 'Untuk', | 
					
						
							|  |  |  |     'budget'                  => 'Anggaran', | 
					
						
							|  |  |  |     'category'                => 'Kategori', | 
					
						
							|  |  |  |     'bill'                    => 'Tagihan', | 
					
						
							|  |  |  |     'withdrawal'              => 'Penarikan', | 
					
						
							|  |  |  |     'deposit'                 => 'Simpanan', | 
					
						
							|  |  |  |     'transfer'                => 'Transfer', | 
					
						
							|  |  |  |     'type'                    => 'Jenis', | 
					
						
							|  |  |  |     'completed'               => 'Lengkap', | 
					
						
							|  |  |  |     'iban'                    => 'IBAN', | 
					
						
							|  |  |  |     'paid_current_period'     => 'Membayar periode ini', | 
					
						
							|  |  |  |     'email'                   => 'Email', | 
					
						
							|  |  |  |     'registered_at'           => 'Terdaftar di', | 
					
						
							|  |  |  |     'is_blocked'              => 'Diblokir', | 
					
						
							|  |  |  |     'is_admin'                => 'Apakah admin', | 
					
						
							|  |  |  |     'has_two_factor'          => 'Memiliki 2FA', | 
					
						
							|  |  |  |     'blocked_code'            => 'Kode blok', | 
					
						
							|  |  |  |     'source_account'          => 'Akun sumber', | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  |     'destination_account'     => 'Akun tujuan', | 
					
						
							|  |  |  |     'accounts_count'          => 'Jumlah rekening', | 
					
						
							|  |  |  |     'journals_count'          => 'Jumlah transaksi', | 
					
						
							|  |  |  |     'attachments_count'       => 'Jumlah lampiran', | 
					
						
							|  |  |  |     'bills_count'             => 'Jumlah tagihan', | 
					
						
							|  |  |  |     'categories_count'        => 'Jumlah kategori', | 
					
						
							|  |  |  |     'import_jobs_count'       => 'Jumlah pekerjaan impor', | 
					
						
							|  |  |  |     'budget_count'            => 'Jumlah anggaran', | 
					
						
							|  |  |  |     'rule_and_groups_count'   => 'Jumlah aturan dan kelompok aturan', | 
					
						
							|  |  |  |     'tags_count'              => 'Jumlah label', | 
					
						
							| 
									
										
										
										
											2018-12-05 19:24:42 +01:00
										 |  |  |     'tags'                    => 'Label', | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  |     'inward'                  => 'Deskripsi dalam', | 
					
						
							|  |  |  |     'outward'                 => 'Deskripsi luar', | 
					
						
							|  |  |  |     'number_of_transactions'  => 'Jumlah transaksi', | 
					
						
							|  |  |  |     'total_amount'            => 'Jumlah total', | 
					
						
							|  |  |  |     'sum'                     => 'Jumlah', | 
					
						
							|  |  |  |     'sum_excluding_transfers' => 'Jumlah (tidak termasuk transfer)', | 
					
						
							|  |  |  |     'sum_withdrawals'         => 'Jumlah penarikan', | 
					
						
							|  |  |  |     'sum_deposits'            => 'Jumlah simpanan', | 
					
						
							|  |  |  |     'sum_transfers'           => 'Jumlah transfer', | 
					
						
							|  |  |  |     'reconcile'               => 'Menyesuaikan', | 
					
						
							| 
									
										
										
										
											2018-12-05 19:24:42 +01:00
										 |  |  |     'account_on_spectre'      => 'Rekening (Spectre)', | 
					
						
							|  |  |  |     'account_on_ynab'         => 'Rekening (YNAB)', | 
					
						
							|  |  |  |     'do_import'               => 'Ambil dari rekening ini', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'sepa_ct_id'              => 'SEPA End to End Identifier', | 
					
						
							|  |  |  |     'sepa_ct_op'              => 'SEPA Opposing Account Identifier', | 
					
						
							|  |  |  |     'sepa_db'                 => 'SEPA Mandate Identifier', | 
					
						
							|  |  |  |     'sepa_country'            => 'SEPA Country', | 
					
						
							|  |  |  |     'sepa_cc'                 => 'SEPA Clearing Code', | 
					
						
							|  |  |  |     'sepa_ep'                 => 'SEPA External Purpose', | 
					
						
							|  |  |  |     'sepa_ci'                 => 'SEPA Creditor Identifier', | 
					
						
							|  |  |  |     'sepa_batch_id'           => 'SEPA Batch ID', | 
					
						
							| 
									
										
										
										
											2018-12-05 19:24:42 +01:00
										 |  |  |     'external_id'             => 'ID Eksternal', | 
					
						
							|  |  |  |     'account_at_bunq'         => 'Rekening dengan bunq', | 
					
						
							|  |  |  |     'file_name'               => 'Nama file', | 
					
						
							|  |  |  |     'file_size'               => 'Ukuran file', | 
					
						
							|  |  |  |     'file_type'               => 'Jenis file', | 
					
						
							|  |  |  |     'attached_to'             => 'Melekat pada', | 
					
						
							|  |  |  |     'file_exists'             => 'File ada', | 
					
						
							| 
									
										
										
										
											2018-06-01 14:21:14 +02:00
										 |  |  |     'spectre_bank'            => 'Bank', | 
					
						
							| 
									
										
										
										
											2018-12-05 19:24:42 +01:00
										 |  |  |     'spectre_last_use'        => 'Login terakhir', | 
					
						
							| 
									
										
										
										
											2018-06-01 14:21:14 +02:00
										 |  |  |     'spectre_status'          => 'Status', | 
					
						
							|  |  |  |     'bunq_payment_id'         => 'bunq payment ID', | 
					
						
							| 
									
										
										
										
											2018-12-05 19:24:42 +01:00
										 |  |  |     'repetitions'             => 'Pengulangan', | 
					
						
							|  |  |  |     'title'                   => 'Judul', | 
					
						
							|  |  |  |     'transaction_s'           => 'Transaksi', | 
					
						
							|  |  |  |     'field'                   => 'Bidang', | 
					
						
							|  |  |  |     'value'                   => 'Nilai', | 
					
						
							|  |  |  |     'interest'                => 'Bunga', | 
					
						
							|  |  |  |     'interest_period'         => 'periode bunga', | 
					
						
							|  |  |  |     'liability_type'          => 'Jenis kewajiban', | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  | ]; |