mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Various language string updates.
This commit is contained in:
		| @@ -51,7 +51,7 @@ return [ | ||||
|     'repeat_freq'             => '重複', | ||||
|     'description'             => '描述', | ||||
|     'amount'                  => '金額', | ||||
|     'internal_reference'      => '內部參考', | ||||
|     'internal_reference'      => '內部參照', | ||||
|     'date'                    => '日期', | ||||
|     'interest_date'           => '利率日期', | ||||
|     'book_date'               => '登記日期', | ||||
| @@ -59,7 +59,7 @@ return [ | ||||
|     'due_date'                => '到期日', | ||||
|     'payment_date'            => '付款日期', | ||||
|     'invoice_date'            => '發票日期', | ||||
|     'interal_reference'       => '內部參考', | ||||
|     'interal_reference'       => '內部參照', | ||||
|     'notes'                   => '備註', | ||||
|     'from'                    => '自', | ||||
|     'piggy_bank'              => '小豬撲滿', | ||||
| @@ -78,7 +78,7 @@ return [ | ||||
|     'registered_at'           => '註冊於', | ||||
|     'is_blocked'              => '被封鎖', | ||||
|     'is_admin'                => '是管理員', | ||||
|     'has_two_factor'          => '有雙重身份驗證 (2FA)', | ||||
|     'has_two_factor'          => '有兩步驟驗證 (2FA)', | ||||
|     'blocked_code'            => '封鎖代碼', | ||||
|     'source_account'          => '來源帳戶', | ||||
|     'destination_account'     => '目標帳戶', | ||||
| @@ -93,8 +93,8 @@ return [ | ||||
|     'rule_and_groups_count'   => '規則及規則群組數量', | ||||
|     'tags_count'              => '標籤數量', | ||||
|     'tags'                    => '標籤', | ||||
|     'inward'                  => '向內描述', | ||||
|     'outward'                 => '外向描述', | ||||
|     'inward'                  => '流入描述', | ||||
|     'outward'                 => '流出描述', | ||||
|     'number_of_transactions'  => '交易數量', | ||||
|     'total_amount'            => '總金額', | ||||
|     'sum'                     => '總和', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user