mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	New translations form.php (Chinese Traditional)
This commit is contained in:
		| @@ -135,6 +135,7 @@ return [ | ||||
|     'delete_attachment'          => 'Delete attachment ":name"', | ||||
|     'delete_rule'                => 'Delete rule ":title"', | ||||
|     'delete_rule_group'          => 'Delete rule group ":title"', | ||||
|     'delete_link_type'           => 'Delete link type ":name"', | ||||
|     'attachment_areYouSure'      => 'Are you sure you want to delete the attachment named ":name"?', | ||||
|     'account_areYouSure'         => 'Are you sure you want to delete the account named ":name"?', | ||||
|     'bill_areYouSure'            => '你確定要刪除賬單 ":name" 嗎?', | ||||
| @@ -147,11 +148,13 @@ return [ | ||||
|     'journal_areYouSure'         => '你真的要刪除這個描述為 ":description" 的交易嗎?', | ||||
|     'mass_journal_are_you_sure'  => 'Are you sure you want to delete these transactions?', | ||||
|     'tag_areYouSure'             => '你真的要要刪除標籤 ":tag" 嗎?', | ||||
|     'linkType_areYouSure'        => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', | ||||
|     'permDeleteWarning'          => 'Deleting stuff from Firely is permanent and cannot be undone.', | ||||
|     'mass_make_selection'        => 'You can still prevent items from being deleted by removing the checkbox.', | ||||
|     'delete_all_permanently'     => 'Delete selected permanently', | ||||
|     'update_all_journals'        => 'Update these transactions', | ||||
|     'also_delete_transactions'   => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', | ||||
|     'also_delete_connections'   => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', | ||||
|     'also_delete_rules'          => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', | ||||
|     'also_delete_piggyBanks'     => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', | ||||
|     'bill_keep_transactions'     => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', | ||||
| @@ -189,4 +192,7 @@ return [ | ||||
|     'payment_date'       => 'Payment date', | ||||
|     'invoice_date'       => 'Invoice date', | ||||
|     'internal_reference' => 'Internal reference', | ||||
|  | ||||
|     'inward'  => 'Inward description', | ||||
|     'outward' => 'Outward description', | ||||
| ]; | ||||
		Reference in New Issue
	
	Block a user