-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtrans_lang_lines.json
81 lines (81 loc) · 8.45 KB
/
trans_lang_lines.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"resources/lang/ja/auth.php": {
"These credentials do not match our records.": "ログイン情報が登録されていません。",
"Too many login attempts. Please try again in :seconds seconds.": "ログインに続けて失敗しています。:seconds秒後に再度お試しください。"
},
"resources/lang/ja/pagination.php": {
"« Previous": "« 前",
"Next »": "次 »"
},
"resources/lang/ja/passwords.php": {
"Passwords must be at least six characters and match the confirmation.": "パスワードは最低6文字で、確認項目と一致している必要があります。",
"We can't find a user with that e-mail address.": "メールアドレスに一致するユーザーは存在していません。",
"This password reset token is invalid.": "このパスワードリセットトークンは無効です。",
"We have e-mailed your password reset link!": "パスワードリセットメールを送信しました。",
"Your password has been reset!": "パスワードをリセットしました。",
"Too many login attempts. Please try again in :seconds seconds.": "ログイン失敗が続きました。:seconds秒間お待ちください。"
},
"resources/lang/ja/validation.php": {
"The :attribute must be accepted.": ":attributeを承認してください。",
"The :attribute is not a valid URL.": ":attributeが有効なURLではありません。",
"The :attribute must be a date after :date.": ":attributeには、:dateより後の日付を指定してください。",
"The :attribute must be a date after or equal to :date.": ":attributeには、:date以前の日付を指定してください。",
"The :attribute may only contain letters.": ":attributeはアルファベットのみがご利用できます。",
"The :attribute may only contain letters, numbers, and dashes.": ":attributeはアルファベットとダッシュ(-)及び下線(_)がご利用できます。",
"The :attribute may only contain letters and numbers.": ":attributeはアルファベット数字がご利用できます。",
"The :attribute must be an array.": ":attributeは配列でなくてはなりません。",
"The :attribute must be a date before :date.": ":attributeには、:dateより前の日付をご利用ください。",
"The :attribute must be a date before or equal to :date.": ":attributeには、:date以前の日付をご利用ください。",
"The :attribute must be between :min and :max.": ":attributeは、:minから:maxの間で指定してください。",
"The :attribute must be between :min and :max kilobytes.": ":attributeは、:min kBから、:max kBの間で指定してください。",
"The :attribute must be between :min and :max characters.": ":attributeは、:min文字から、:max文字の間で指定してください。",
"The :attribute must have between :min and :max items.": ":attributeは、:min個から:max個の間で指定してください。",
"The :attribute field must be true or false.": ":attributeは、trueかfalseを指定してください。",
"The :attribute confirmation does not match.": ":attributeと、確認フィールドとが、一致していません。",
"The :attribute is not a valid date.": ":attributeには有効な日付を指定してください。",
"The :attribute does not match the format :format.": ":attributeは:format形式で指定してください。",
"The :attribute and :other must be different.": ":attributeと:otherには、異なった内容を指定してください。",
"The :attribute must be :digits digits.": ":attributeは:digits桁で指定してください。",
"The :attribute must be between :min and :max digits.": ":attributeは:min桁から:max桁の間で指定してください。",
"The :attribute must be a valid email address.": ":attributeには、有効なメールアドレスを指定してください。",
"The :attribute field is required.": ":attributeは必ず指定してください。",
"The selected :attribute is invalid.": "選択された:attributeは正しくありません。",
"The :attribute must be an image.": ":attributeには画像ファイルを指定してください。",
"The :attribute must be an integer.": ":attributeは整数で指定してください。",
"The :attribute must be a valid IP address.": ":attributeには、有効なIPアドレスを指定してください。",
"The :attribute may not be greater than :max.": ":attributeには、:max以下の数字を指定してください。",
"The :attribute may not be greater than :max kilobytes.": ":attributeには、:max kB以下のファイルを指定してください。",
"The :attribute may not be greater than :max characters.": ":attributeは、:max文字以下で指定してください。",
"The :attribute may not have more than :max items.": ":attributeは:max個以下指定してください。",
"The :attribute must be a file of type: :values.": ":attributeには:valuesタイプのファイルを指定してください。",
"The :attribute must be at least :min.": ":attributeには、:min以上の数字を指定してください。",
"The :attribute must be at least :min kilobytes.": ":attributeには、:min kB以上のファイルを指定してください。",
"The :attribute must be at least :min characters.": ":attributeは、:min文字以上で指定してください。",
"The :attribute must have at least :min items.": ":attributeは:min個以上指定してください。",
"The :attribute must be a number.": ":attributeには、数字を指定してください。",
"The :attribute format is invalid.": ":attributeに正しい形式を指定してください。",
"The :attribute field is required unless :other is in :values.": ":otherが:valuesでない場合、:attributeを指定してください。",
"The :attribute field is required when :other is :value.": ":otherが:valueの場合、:attributeも指定してください。",
"The :attribute field is required when :values is present.": ":valuesを指定する場合は、:attributeも指定してください。",
"The :attribute field is required when :values is not present.": ":valuesを指定しない場合は、:attributeを指定してください。",
"The :attribute field is required when none of :values are present.": ":valuesのどれも指定しない場合は、:attributeを指定してください。",
"The :attribute and :other must match.": ":attributeと:otherには同じ値を指定してください。",
"The :attribute must be :size.": ":attributeは:sizeを指定してください。",
"The :attribute must be :size kilobytes.": ":attributeのファイルは、:sizeキロバイトでなくてはなりません。",
"The :attribute must be :size characters.": ":attributeは:size文字で指定してください。",
"The :attribute must contain :size items.": ":attributeは:size個指定してください。",
"The :attribute has already been taken.": ":attributeの値は既に存在しています。",
"The :attribute must be a string.": ":attributeは文字列を指定してください。",
"The :attribute must be a valid zone.": ":attributeには、有効なゾーンを指定してください。",
"The :attribute must be a valid JSON string.": ":attributeには、有効なJSON文字列を指定してください。",
"The :attribute has invalid image dimensions.": ":attributeの図形サイズが正しくありません。",
"The :attribute field has a duplicate value.": ":attributeには異なった値を指定してください。",
"The :attribute must be a file.": ":attributeにはファイルを指定してください。",
"The :attribute field does not exist in :other.": ":attributeには:otherの値を指定してください。",
"The :attribute field must be present.": ":attributeが存在していません。",
"The :attribute failed to upload.": ":attributeのアップロードに失敗しました。",
"attribute-name": "属性名",
"rule-name": "ルール名",
"custom-message": "カスタムメッセージ"
}
}