mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Code cleanup
This commit is contained in:
		| @@ -33,7 +33,6 @@ declare(strict_types=1); | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
| return [ | ||||
|     // general stuff:
 | ||||
|     'close'                                               => '關閉', | ||||
| @@ -340,7 +339,7 @@ return [ | ||||
| 
 | ||||
|     // old
 | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -351,7 +350,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     'search_modifier_date_on'                             => 'Transaction date is ":value"', | ||||
|     'search_modifier_not_date_on'                         => 'Transaction date is not ":value"', | ||||
|     'search_modifier_reconciled'                          => 'Transaction is reconciled', | ||||
| @@ -715,7 +713,7 @@ return [ | ||||
|     'create_rule_from_query'                              => 'Create new rule from search query', | ||||
|     'rule_from_search_words'                              => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -726,7 +724,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     // END
 | ||||
|     'modifiers_applies_are'                               => '搜尋也套用以下條件:', | ||||
|     'general_search_error'                                => 'An error occurred while searching. Please check the log files for more information.', | ||||
| @@ -1215,7 +1212,7 @@ return [ | ||||
|     'rule_trigger_not_destination_is_cash'                => 'Destination account is not a cash account', | ||||
|     'rule_trigger_not_account_is_cash'                    => 'Neither account is a cash account', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -1226,7 +1223,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     // actions
 | ||||
|     // set, clear, add, remove, append/prepend
 | ||||
|     'rule_action_delete_transaction_choice'               => 'DELETE transaction(!)', | ||||
| @@ -1538,7 +1534,7 @@ return [ | ||||
|     'multi_account_warning_deposit'                       => 'Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.', | ||||
|     'multi_account_warning_transfer'                      => 'Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -1549,7 +1545,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     // export data:
 | ||||
|     'export_data_title'                                   => 'Export data from Firefly III', | ||||
|     'export_data_menu'                                    => 'Export data', | ||||
| @@ -1942,7 +1937,7 @@ return [ | ||||
|     'stored_category'                                     => '已儲存新分類 “:name”', | ||||
|     'without_category_between'                            => '自 :start 至 :end 之間沒有分類', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -1953,7 +1948,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     // transactions:
 | ||||
|     'unreconcile'                                         => 'Undo reconciliation', | ||||
|     'update_withdrawal'                                   => '更新提款', | ||||
| @@ -2183,7 +2177,7 @@ return [ | ||||
|     'classification'                                      => 'Classification', | ||||
|     'store_transaction'                                   => 'Store transaction', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -2194,7 +2188,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     // reports:
 | ||||
|     'report_default'                                      => '自 :start 至 :end 的預設財務報表', | ||||
|     'report_audit'                                        => '自 :start 至 :end 的交易歷史概覽', | ||||
| @@ -2299,7 +2292,7 @@ return [ | ||||
|     'sum_in_default_currency'                             => '總額會總是以您的預設貨幣顯示', | ||||
|     'net_filtered_prefs'                                  => '此圖表永遠不會囊括未勾選 “包含於淨值" 選項的帳戶', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -2310,7 +2303,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     // charts:
 | ||||
|     'chart'                                               => '圖表', | ||||
|     'month'                                               => '月', | ||||
| @@ -2401,7 +2393,7 @@ return [ | ||||
|     'total_amount'                                        => '總金額', | ||||
|     'number_of_decimals'                                  => '小數位數:', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -2412,7 +2404,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     // administration
 | ||||
|     'invite_is_already_redeemed'                          => 'The invite to ":address" has already been redeemed.', | ||||
|     'invite_is_deleted'                                   => 'The invite to ":address" has been deleted.', | ||||
| @@ -2685,7 +2676,7 @@ return [ | ||||
|     'except_weekends'                                     => '例外的周末', | ||||
|     'recurrence_deleted'                                  => '週期性交易 ":title" 已刪除', | ||||
| 
 | ||||
| /* | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
| @@ -2696,7 +2687,6 @@ return [ | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| 
 | ||||
|     // new lines for summary controller.
 | ||||
|     'box_balance_in_currency'                             => '餘額 (:currency)', | ||||
|     'box_spent_in_currency'                               => '已花費 (:currency)', | ||||
| @@ -2772,4 +2762,3 @@ return [ | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user