| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2018-04-28 15:26:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							| 
									
										
										
										
											2020-02-14 08:07:45 +01:00
										 |  |  |  * Copyright (c) 2019 james@firefly-iii.org | 
					
						
							| 
									
										
										
										
											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
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-14 15:43:25 +01:00
										 |  |  | // Ignore this comment
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-01 14:21:14 +02:00
										 |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'home'                   => 'Beranda', | 
					
						
							| 
									
										
										
										
											2022-10-16 15:52:22 +02:00
										 |  |  |     'budgets'                => 'Anggaran', | 
					
						
							| 
									
										
										
										
											2022-03-10 18:00:10 +01:00
										 |  |  |     'subscriptions'          => 'Langganan', | 
					
						
							|  |  |  |     'transactions'           => 'Transaksi', | 
					
						
							|  |  |  |     'title_expenses'         => 'Pengeluaran', | 
					
						
							| 
									
										
										
										
											2022-10-16 15:52:22 +02:00
										 |  |  |     'title_withdrawal'       => 'Pengeluaran', | 
					
						
							|  |  |  |     'title_revenue'          => 'Penghasilan / pendapatan', | 
					
						
							|  |  |  |     'title_deposit'          => 'Penghasilan / pendapatan', | 
					
						
							|  |  |  |     'title_transfer'         => 'Transfer', | 
					
						
							|  |  |  |     'title_transfers'        => 'Transfer', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'edit_currency'          => 'Edit mata uang ":name"', | 
					
						
							|  |  |  |     'delete_currency'        => 'Hapus mata uang ":name"', | 
					
						
							|  |  |  |     'newPiggyBank'           => 'Buat celengan baru', | 
					
						
							|  |  |  |     'edit_piggyBank'         => 'Edit celengan ":name"', | 
					
						
							|  |  |  |     'preferences'            => 'Preferensi', | 
					
						
							|  |  |  |     'profile'                => 'Profil', | 
					
						
							| 
									
										
										
										
											2021-03-27 20:01:28 +01:00
										 |  |  |     'accounts'               => 'Rekening', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'changePassword'         => 'Ubah kata sandi Anda', | 
					
						
							|  |  |  |     'change_email'           => 'Ubah alamat email anda', | 
					
						
							|  |  |  |     'bills'                  => 'Tagihan', | 
					
						
							|  |  |  |     'newBill'                => 'Tagihan baru', | 
					
						
							|  |  |  |     'edit_bill'              => 'Edit tagihan ":name"', | 
					
						
							|  |  |  |     'delete_bill'            => 'Hapus tagihan ":name"', | 
					
						
							|  |  |  |     'reports'                => 'Laporan', | 
					
						
							|  |  |  |     'search_result'          => 'Hasil pencarian untuk ":query"', | 
					
						
							|  |  |  |     'withdrawal_list'        => 'Pengeluaran', | 
					
						
							| 
									
										
										
										
											2020-02-14 08:07:45 +01:00
										 |  |  |     'Withdrawal_list'        => 'Pengeluaran', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'deposit_list'           => 'Pendapatan, pemasukan, dan deposit', | 
					
						
							|  |  |  |     'transfer_list'          => 'Transfer', | 
					
						
							|  |  |  |     'transfers_list'         => 'Transfer', | 
					
						
							| 
									
										
										
										
											2023-01-14 15:43:25 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // Ignore this comment
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-06 12:16:32 +02:00
										 |  |  |     'reconciliation_list'    => 'Penyesuaian', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'create_withdrawal'      => 'Buat penarikan baru', | 
					
						
							|  |  |  |     'create_deposit'         => 'Buat deposit baru', | 
					
						
							|  |  |  |     'create_transfer'        => 'Buat transfer baru', | 
					
						
							| 
									
										
										
										
											2020-02-14 08:07:45 +01:00
										 |  |  |     'create_new_transaction' => 'Buat transaksi baru', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'edit_journal'           => 'Edit transaksi ":description"', | 
					
						
							| 
									
										
										
										
											2021-03-27 20:01:28 +01:00
										 |  |  |     'edit_reconciliation'    => 'Ubah ":description"', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'delete_journal'         => 'Hapus transaksi ":description"', | 
					
						
							| 
									
										
										
										
											2020-03-24 05:53:05 +01:00
										 |  |  |     'delete_group'           => 'Hapus transaksi ":description"', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'tags'                   => 'Label', | 
					
						
							|  |  |  |     'createTag'              => 'Buat label baru', | 
					
						
							|  |  |  |     'edit_tag'               => 'Edit label ":tag"', | 
					
						
							|  |  |  |     'delete_tag'             => 'Hapus label ":tag"', | 
					
						
							|  |  |  |     'delete_journal_link'    => 'Hapus tautan antar transaksi', | 
					
						
							| 
									
										
										
										
											2021-03-27 20:01:28 +01:00
										 |  |  |     'edit_object_group'      => 'Ubah grup ":title"', | 
					
						
							|  |  |  |     'delete_object_group'    => 'Hapus grup ":title"', | 
					
						
							| 
									
										
										
										
											2022-02-26 11:24:16 +01:00
										 |  |  |     'logout_others'          => 'Keluar dari semua sesi', | 
					
						
							| 
									
										
										
										
											2022-10-16 15:52:22 +02:00
										 |  |  |     'asset_accounts'         => 'Akun aset', | 
					
						
							|  |  |  |     'expense_accounts'       => 'Akun pengeluaran', | 
					
						
							|  |  |  |     'revenue_accounts'       => 'Akun pendapatan', | 
					
						
							|  |  |  |     'liabilities_accounts'   => 'Kewajiban', | 
					
						
							| 
									
										
										
										
											2022-02-26 11:24:16 +01:00
										 |  |  |     'placeholder'            => '[Placeholder]', | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  | ]; |