mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add warning to files.
This commit is contained in:
		| @@ -20,7 +20,17 @@ | ||||
|  * along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||
|  */ | ||||
|  | ||||
| // Ignore this comment | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|  | ||||
| declare(strict_types=1); | ||||
|  | ||||
| @@ -81,7 +91,17 @@ return [ | ||||
|     'unique_object_for_user'         => '此名称已在使用中', | ||||
|     'unique_account_for_user'        => '此账户名称已在使用中', | ||||
|  | ||||
|     // Ignore this comment | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|  | ||||
|     'between.numeric'                => ':attribute 必须介于 :min 和 :max 之间', | ||||
|     'between.file'                   => ':attribute 必须介于 :min kB 到 :max kB之间', | ||||
| @@ -151,7 +171,17 @@ return [ | ||||
|     'same_account_type'              => '两个账户必须是相同类型的账户', | ||||
|     'same_account_currency'          => '两个账户必须设置有相同的货币', | ||||
|  | ||||
|     // Ignore this comment | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|  | ||||
|     'secure_password'             => '此密码不安全,请重试。访问 https://bit.ly/FF3-password-security 获取更多信息。', | ||||
|     'valid_recurrence_rep_type'   => '此重复类型不能用于定期交易', | ||||
| @@ -211,7 +241,17 @@ return [ | ||||
|     'deposit_dest_bad_data'    => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户', | ||||
|     'deposit_dest_wrong_type'  => '提交的目标账户的类型不正确', | ||||
|  | ||||
|     // Ignore this comment | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|  | ||||
|     'transfer_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续', | ||||
|     'transfer_source_bad_data'  => '搜索 ID “:id”或名称“:name”时找不到有效的来源账户', | ||||
| @@ -242,4 +282,14 @@ return [ | ||||
|     'auto_budget_period_mandatory'    => '自动预算周期是必填项', | ||||
| ]; | ||||
|  | ||||
| // Ignore this comment | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user