mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +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' => 'これは資産口座ではありません。',
|
||||
'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