Skip to content

Commit

Permalink
Merge pull request #4432 from tscontenna/main
Browse files Browse the repository at this point in the history
[ja]: Inconsistent use of words for `numeric`.
  • Loading branch information
andrey-helldar authored Mar 15, 2024
2 parents 3ffeb2d + 923acb5 commit 612aab1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions locales/ja/php-inline.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"date": "有効な日付ではありません。",
"date_equals": ":Date 同じ日付を指定してください。",
"date_format": ":Format の形と一致しません。",
"decimal": "小数点以下が:decimalでなければなりません。 ",
"decimal": "小数点以下が:decimalでなければなりません。",
"declined": "拒否する必要があります。",
"declined_if": ":Otherが:valueである場合、拒否する必要があります。",
"different": ":Otherとは異なる値を指定する必要があります。",
Expand Down Expand Up @@ -51,7 +51,7 @@
"image": "画像である必要があります。",
"in": "選択した値が無効です。",
"in_array": "この値は:otherに存在しません。",
"integer": "数字である必要があります",
"integer": "整数である必要があります",
"ip": "有効なIPアドレスである必要があります。",
"ipv4": "有効なIPv4アドレスである必要があります。",
"ipv6": "有効なIPv6アドレスである必要があります。",
Expand All @@ -69,14 +69,14 @@
"mac_address": "この値は有効なMACアドレスでなければならない。",
"max.array": "項目数は、:max個以下である必要があります。",
"max.file": "ファイルサイズは、:max KB以下である必要があります。",
"max.numeric": ":Max以下の数字である必要があります",
"max.numeric": ":Max以下の数値である必要があります",
"max.string": "文字数は、:max文字以下である必要があります。",
"max_digits": ":Max桁以下の数字である必要があります。",
"mimes": ":Valuesのファイルである必要があります。",
"mimetypes": ":Valuesのファイルである必要があります。",
"min.array": "項目数は、:min個以上である必要があります。",
"min.file": "ファイルサイズが :min KB以上である必要があります。",
"min.numeric": ":Min以上の数字である必要があります",
"min.numeric": ":Min以上の数値である必要があります",
"min.string": "文字数は、:min文字以上必要です。",
"min_digits": ":Max桁以上の数字である必要があります。",
"missing": "この項目を入力する必要はありません。",
Expand All @@ -87,7 +87,7 @@
"multiple_of": ":Valueの倍数である必要があります。",
"not_in": "選択した値が無効です。",
"not_regex": "この形式は無効です。",
"numeric": "数字である必要があります",
"numeric": "数値である必要があります",
"password.letters": "この項目は文字を1文字以上含む必要があります。",
"password.mixed": "この項目は大文字と小文字をそれぞれ1文字以上含む必要があります。",
"password.numbers": "この項目は数字を1文字以上含む必要があります。",
Expand Down
6 changes: 3 additions & 3 deletions locales/ja/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
"mac_address": ":Attributeは有効なMACアドレスである必要があります。",
"max.array": ":Attributeの項目数は、:max個以下である必要があります。",
"max.file": ":Attributeは、:max KB以下のファイルである必要があります。",
"max.numeric": ":Attributeは、:max以下の数字である必要があります",
"max.numeric": ":Attributeは、:max以下の数値である必要があります",
"max.string": ":Attributeの文字数は、:max文字以下である必要があります。",
"max_digits": ":Attributeは、:max桁以下の数字である必要があります。",
"mimes": ":Attributeには、以下のファイルタイプを指定してください。:values",
"mimetypes": ":Attributeには、以下のファイルタイプを指定してください。:values",
"min.array": ":Attributeの項目数は、:min個以上にしてください。",
"min.file": ":Attributeには、:min KB以上のファイルを指定してください。",
"min.numeric": ":Attributeには、:min以上の数字を指定してください",
"min.numeric": ":Attributeには、:min以上の数値を指定してください",
"min.string": ":Attributeの文字数は、:min文字以上である必要があります。",
"min_digits": ":Attributeは、:min桁以上の数字である必要があります。",
"missing": ":Attribute を入力する必要はありません。",
Expand All @@ -90,7 +90,7 @@
"next": "次へ »",
"not_in": "選択された:attributeは、有効ではありません。",
"not_regex": ":Attributeの形式が正しくありません。",
"numeric": ":Attributeには、数字を指定してください",
"numeric": ":Attributeには、数値を指定してください",
"password": "パスワードが正しくありません。",
"password.letters": ":Attributeは文字を1文字以上含める必要があります。",
"password.mixed": ":Attributeは大文字と小文字をそれぞれ1文字以上含める必要があります。",
Expand Down

0 comments on commit 612aab1

Please sign in to comment.