mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various fixes and cleanup
This commit is contained in:
@@ -103,73 +103,73 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'between.numeric' => ':attributeには、:minから、:maxまでの数字を指定してください。',
|
||||
'between.file' => ':attributeには、:min KBから:max KBまでのサイズのファイルを指定してください。',
|
||||
'between.string' => ':attributeは、:min文字から:max文字にしてください。',
|
||||
'between.array' => ':attributeの項目は、:min個から:max個にしてください。',
|
||||
'boolean' => ':attributeには、\'true\'か\'false\'を指定してください。',
|
||||
'confirmed' => ':attribute の確認が一致しません。',
|
||||
'date' => ':attributeは、正しい日付ではありません。',
|
||||
'date_format' => ':attribute は :format と一致しません。',
|
||||
'different' => ':attributeと:otherには、異なるものを指定してください。',
|
||||
'digits' => ':attribute は :digits 桁にして下さい。',
|
||||
'digits_between' => ':attribute は :min から :max 桁にして下さい。',
|
||||
'email' => ':attributeは、有効なメールアドレス形式で指定してください。',
|
||||
'filled' => ':attribute は必須です。',
|
||||
'exists' => '選択された:attributeは有効ではありません。',
|
||||
'image' => ':attributeには、画像を指定してください。',
|
||||
'in' => '選択された:attributeは有効ではありません。',
|
||||
'integer' => ':attributeには、整数を指定してください。',
|
||||
'ip' => ':attribute は有効なIPアドレスにして下さい。',
|
||||
'json' => ':attribute は有効なJSON文字列にして下さい。',
|
||||
'max.numeric' => ':attributeには、:max以下の数字を指定してください。',
|
||||
'max.file' => ':attributeには、:max KB以下のファイルを指定してください。',
|
||||
'max.string' => ':attributeは、:max文字以下にしてください。',
|
||||
'max.array' => ':attributeの項目は、:max個以下にしてください。',
|
||||
'mimes' => ':attributeには、:valuesタイプのファイルを指定してください。',
|
||||
'min.numeric' => ':attributeには、:min以上の数字を指定してください。',
|
||||
'lte.numeric' => ':attributeは、:value以下でなければなりません。',
|
||||
'min.file' => ':attributeには、:min KB以上のファイルを指定してください。',
|
||||
'min.string' => ':attributeは、:min文字以上にしてください。',
|
||||
'min.array' => ':attribute は :min 個以上にして下さい。',
|
||||
'not_in' => '選択された:attributeは有効ではありません。',
|
||||
'numeric' => ':attributeには、数字を指定してください。',
|
||||
'numeric_native' => '国内通貨',
|
||||
'numeric_destination' => '送金先の金額は数値である必要があります。',
|
||||
'numeric_source' => '送金元の金額は数値である必要があります。',
|
||||
'regex' => ':attributeには、有効な正規表現を指定してください。',
|
||||
'required' => ':attribute 項目は必須です。',
|
||||
'required_if' => ':otherが:valueの場合、:attributeを指定してください。',
|
||||
'required_unless' => ':other が :values 以外の場合、:attribute フィールドは必須です。',
|
||||
'required_with' => ':values が存在する場合、:attribute フィールドは必須です。',
|
||||
'required_with_all' => ':attribute 項目は :values が存在する場合は必須です。',
|
||||
'required_without' => ':values が存在しな場合、:attribute は必須です。',
|
||||
'required_without_all' => ':values が一つも存在しない場合、:attribute は必須です。',
|
||||
'same' => ':attribute は :other 一致する必要があります。',
|
||||
'size.numeric' => ':attributeには、:sizeを指定してください。',
|
||||
'amount_min_over_max' => '最小金額は最大金額より大きくすることはできません。',
|
||||
'size.file' => ':attribute は :size キロバイトにして下さい。',
|
||||
'size.string' => ':attribute は :size 文字にしてください。',
|
||||
'size.array' => ':attribute は :size 個である必要があります。',
|
||||
'unique' => ':attributeは既に使用されています。',
|
||||
'string' => ':attributeには、文字を指定してください。',
|
||||
'url' => ':attributeは、有効なURL形式で指定してください。',
|
||||
'timezone' => ':attribute は有効なゾーンにしてください。',
|
||||
'2fa_code' => 'この欄ではその数値は無効です。',
|
||||
'dimensions' => ':attribute は無効な画像サイズです。',
|
||||
'distinct' => ':attribute は重複しています。',
|
||||
'file' => ':attributeはファイルでなければいけません。',
|
||||
'in_array' => ':attributeが:otherに存在しません。',
|
||||
'present' => ':attributeが存在している必要があります。',
|
||||
'amount_zero' => '合計金額はゼロにすることはできません。',
|
||||
'current_target_amount' => '現在の金額は目標金額より少なくなければなりません。',
|
||||
'unique_piggy_bank_for_user' => '貯金箱の名前は一意である必要があります。',
|
||||
'unique_object_group' => 'グループ名は一意でなければなりません',
|
||||
'starts_with' => '値は :values で始まる必要があります。',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'これらの口座は同じ口座種別でなければなりません',
|
||||
'same_account_currency' => 'これらの口座には同じ通貨設定でなければいけません',
|
||||
'between.numeric' => ':attributeには、:minから、:maxまでの数字を指定してください。',
|
||||
'between.file' => ':attributeには、:min KBから:max KBまでのサイズのファイルを指定してください。',
|
||||
'between.string' => ':attributeは、:min文字から:max文字にしてください。',
|
||||
'between.array' => ':attributeの項目は、:min個から:max個にしてください。',
|
||||
'boolean' => ':attributeには、\'true\'か\'false\'を指定してください。',
|
||||
'confirmed' => ':attribute の確認が一致しません。',
|
||||
'date' => ':attributeは、正しい日付ではありません。',
|
||||
'date_format' => ':attribute は :format と一致しません。',
|
||||
'different' => ':attributeと:otherには、異なるものを指定してください。',
|
||||
'digits' => ':attribute は :digits 桁にして下さい。',
|
||||
'digits_between' => ':attribute は :min から :max 桁にして下さい。',
|
||||
'email' => ':attributeは、有効なメールアドレス形式で指定してください。',
|
||||
'filled' => ':attribute は必須です。',
|
||||
'exists' => '選択された:attributeは有効ではありません。',
|
||||
'image' => ':attributeには、画像を指定してください。',
|
||||
'in' => '選択された:attributeは有効ではありません。',
|
||||
'integer' => ':attributeには、整数を指定してください。',
|
||||
'ip' => ':attribute は有効なIPアドレスにして下さい。',
|
||||
'json' => ':attribute は有効なJSON文字列にして下さい。',
|
||||
'max.numeric' => ':attributeには、:max以下の数字を指定してください。',
|
||||
'max.file' => ':attributeには、:max KB以下のファイルを指定してください。',
|
||||
'max.string' => ':attributeは、:max文字以下にしてください。',
|
||||
'max.array' => ':attributeの項目は、:max個以下にしてください。',
|
||||
'mimes' => ':attributeには、:valuesタイプのファイルを指定してください。',
|
||||
'min.numeric' => ':attributeには、:min以上の数字を指定してください。',
|
||||
'lte.numeric' => ':attributeは、:value以下でなければなりません。',
|
||||
'min.file' => ':attributeには、:min KB以上のファイルを指定してください。',
|
||||
'min.string' => ':attributeは、:min文字以上にしてください。',
|
||||
'min.array' => ':attribute は :min 個以上にして下さい。',
|
||||
'not_in' => '選択された:attributeは有効ではありません。',
|
||||
'numeric' => ':attributeには、数字を指定してください。',
|
||||
'numeric_native' => '国内通貨',
|
||||
'numeric_destination' => '送金先の金額は数値である必要があります。',
|
||||
'numeric_source' => '送金元の金額は数値である必要があります。',
|
||||
'regex' => ':attributeには、有効な正規表現を指定してください。',
|
||||
'required' => ':attribute 項目は必須です。',
|
||||
'required_if' => ':otherが:valueの場合、:attributeを指定してください。',
|
||||
'required_unless' => ':other が :values 以外の場合、:attribute フィールドは必須です。',
|
||||
'required_with' => ':values が存在する場合、:attribute フィールドは必須です。',
|
||||
'required_with_all' => ':attribute 項目は :values が存在する場合は必須です。',
|
||||
'required_without' => ':values が存在しな場合、:attribute は必須です。',
|
||||
'required_without_all' => ':values が一つも存在しない場合、:attribute は必須です。',
|
||||
'same' => ':attribute は :other 一致する必要があります。',
|
||||
'size.numeric' => ':attributeには、:sizeを指定してください。',
|
||||
'amount_min_over_max' => '最小金額は最大金額より大きくすることはできません。',
|
||||
'size.file' => ':attribute は :size キロバイトにして下さい。',
|
||||
'size.string' => ':attribute は :size 文字にしてください。',
|
||||
'size.array' => ':attribute は :size 個である必要があります。',
|
||||
'unique' => ':attributeは既に使用されています。',
|
||||
'string' => ':attributeには、文字を指定してください。',
|
||||
'url' => ':attributeは、有効なURL形式で指定してください。',
|
||||
'timezone' => ':attribute は有効なゾーンにしてください。',
|
||||
'2fa_code' => 'この欄ではその数値は無効です。',
|
||||
'dimensions' => ':attribute は無効な画像サイズです。',
|
||||
'distinct' => ':attribute は重複しています。',
|
||||
'file' => ':attributeはファイルでなければいけません。',
|
||||
'in_array' => ':attributeが:otherに存在しません。',
|
||||
'present' => ':attributeが存在している必要があります。',
|
||||
'amount_zero' => '合計金額はゼロにすることはできません。',
|
||||
'current_target_amount' => '現在の金額は目標金額より少なくなければなりません。',
|
||||
'unique_piggy_bank_for_user' => '貯金箱の名前は一意である必要があります。',
|
||||
'unique_object_group' => 'グループ名は一意でなければなりません',
|
||||
'starts_with' => '値は :values で始まる必要があります。',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'これらの口座は同じ口座種別でなければなりません',
|
||||
'same_account_currency' => 'これらの口座には同じ通貨設定でなければいけません',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -280,6 +280,9 @@ return [
|
||||
'amount_required_for_auto_budget' => '金額は必須です。',
|
||||
'auto_budget_amount_positive' => '金額はゼロ以上でなければなりません。',
|
||||
'auto_budget_period_mandatory' => '自動予算期間は必須項目です。',
|
||||
|
||||
// no access to administration:
|
||||
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
|
||||
];
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user