Code for new release.

This commit is contained in:
James Cole
2024-01-02 20:19:09 +01:00
parent 9eca31529c
commit bc26ee5cde
85 changed files with 474 additions and 187 deletions

View File

@@ -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' => '送金元の金額は数値である必要があります。',