mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Update meta data for new release
This commit is contained in:
		| @@ -151,10 +151,10 @@ return [ | ||||
|     'required'                   => ':attribute 字段为必填项', | ||||
|     'required_if'                => ':attribute 字段在 :other 为 :value 时是必填项', | ||||
|     'required_unless'            => '除非 :other 是 :values,否则 :attribute 字段是必填项', | ||||
|     'required_with'              => "当 :values\u{200b}\u{200b} 存在时, :attribute 字段是必填项", | ||||
|     'required_with_all'          => "当 :values\u{200b}\u{200b} 存在时, :attribute 字段是必填项", | ||||
|     'required_without'           => "当 :values\u{200b}\u{200b} 不存在时, :attribute 字段是必填项", | ||||
|     'required_without_all'       => "当没有任何 :values\u{200b}\u{200b} 存在时, :attribute 字段为必填项", | ||||
|     'required_with'              => '当 :values 存在时, :attribute 字段是必填项', | ||||
|     'required_with_all'          => '当 :values 存在时, :attribute 字段是必填项', | ||||
|     'required_without'           => '当 :values 不存在时, :attribute 字段是必填项', | ||||
|     'required_without_all'       => '当没有任何 :values 存在时, :attribute 字段为必填项', | ||||
|     'same'                       => ':attribute 和 :other 必须相符', | ||||
|     'size.numeric'               => ':attribute 必须是 :size', | ||||
|     'amount_min_over_max'        => '最小金额不能超过最大金额', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user