| 
									
										
										
										
											2018-12-23 18:18:53 +01:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							| 
									
										
										
										
											2020-02-14 08:07:45 +01:00
										 |  |  |  * Copyright (c) 2019 james@firefly-iii.org | 
					
						
							| 
									
										
										
										
											2018-12-23 18:18:53 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							| 
									
										
										
										
											2018-12-23 18:18:53 +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. | 
					
						
							| 
									
										
										
										
											2018-12-23 18:18:53 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							| 
									
										
										
										
											2018-12-23 18:18:53 +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. | 
					
						
							| 
									
										
										
										
											2018-12-23 18:18:53 +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/>. | 
					
						
							| 
									
										
										
										
											2018-12-23 18:18:53 +01:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'home'                   => '首頁', | 
					
						
							|  |  |  |     'edit_currency'          => '編輯貨幣 ":name"', | 
					
						
							|  |  |  |     'delete_currency'        => '刪除貨幣 ":name"', | 
					
						
							|  |  |  |     'newPiggyBank'           => '創建一個新的小豬撲滿', | 
					
						
							|  |  |  |     'edit_piggyBank'         => '編輯小豬撲滿 ":name"', | 
					
						
							|  |  |  |     'preferences'            => '偏好設定', | 
					
						
							|  |  |  |     'profile'                => '個人檔案', | 
					
						
							|  |  |  |     'changePassword'         => '更改您的密碼', | 
					
						
							|  |  |  |     'change_email'           => '更改您的電子郵件地址', | 
					
						
							|  |  |  |     'bills'                  => '帳單', | 
					
						
							|  |  |  |     'newBill'                => '新增帳單', | 
					
						
							|  |  |  |     'edit_bill'              => '編輯帳單 ":name"', | 
					
						
							|  |  |  |     'delete_bill'            => '刪除帳單 ":name"', | 
					
						
							|  |  |  |     'reports'                => '報表', | 
					
						
							|  |  |  |     'search_result'          => '":query" 的搜尋結果', | 
					
						
							|  |  |  |     'withdrawal_list'        => '支出', | 
					
						
							| 
									
										
										
										
											2019-09-08 07:55:19 +02:00
										 |  |  |     'Withdrawal_list'        => '支出', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'deposit_list'           => '收入、所得與存款', | 
					
						
							|  |  |  |     'transfer_list'          => '轉帳', | 
					
						
							|  |  |  |     'transfers_list'         => '轉帳', | 
					
						
							|  |  |  |     'reconciliation_list'    => '對帳', | 
					
						
							|  |  |  |     'create_withdrawal'      => '新增提款', | 
					
						
							|  |  |  |     'create_deposit'         => '新增存款', | 
					
						
							|  |  |  |     'create_transfer'        => '新增轉帳', | 
					
						
							| 
									
										
										
										
											2019-06-23 10:39:59 +02:00
										 |  |  |     'create_new_transaction' => '建立新交易', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'edit_journal'           => '編輯交易 ":description"', | 
					
						
							|  |  |  |     'edit_reconciliation'    => '編輯 ":description"', | 
					
						
							|  |  |  |     'delete_journal'         => '刪除交易 ":description"', | 
					
						
							|  |  |  |     'tags'                   => '標籤', | 
					
						
							|  |  |  |     'createTag'              => '建立新標籤', | 
					
						
							|  |  |  |     'edit_tag'               => '編輯標籤 ":tag"', | 
					
						
							|  |  |  |     'delete_tag'             => '刪除標籤 ":tag"', | 
					
						
							|  |  |  |     'delete_journal_link'    => '刪除交易記錄之間的連結', | 
					
						
							| 
									
										
										
										
											2018-12-23 18:18:53 +01:00
										 |  |  | ]; |