mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code for new release.
This commit is contained in:
@@ -43,6 +43,7 @@ return [
|
||||
'invalid_query_currency' => '쿼리에 허용되지 않는 다른 통화 설정이 있는 계정이 포함되어 있습니다.',
|
||||
'iban' => '유효한 IBAN이 아닙니다.',
|
||||
'zero_or_more' => '값은 음수가 될 수 없습니다.',
|
||||
'more_than_zero' => 'The value must be more than zero.',
|
||||
'no_asset_account' => 'This is not an asset account.',
|
||||
'date_or_time' => '유효한 날짜 또는 시간 값(ISO 8601) 이어야 합니다.',
|
||||
'source_equals_destination' => '소스 계정이 대상 계정과 같습니다.',
|
||||
@@ -142,6 +143,7 @@ return [
|
||||
'min.array' => ':attribute은(는) :min 개 이상이어야 합니다.',
|
||||
'not_in' => '선택한 :attribute이(가) 올바르지 않습니다.',
|
||||
'numeric' => ':attribute은(는) 숫자여야 합니다.',
|
||||
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
|
||||
'numeric_native' => '기본 금액은 숫자여야 합니다.',
|
||||
'numeric_destination' => '대상 금액은 숫자여야 합니다.',
|
||||
'numeric_source' => '소스 금액은 숫자여야 합니다.',
|
||||
|
||||
Reference in New Issue
Block a user