]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ja/validation.php
Added login throttling test, updated reset-pw test method names
[bookstack] / resources / lang / ja / validation.php
index 7d9987ce073e22a0137fdef9a216cf9f4cc84d5c..96ae7dfff249a102b407ffa85543e4939efdcdb5 100644 (file)
@@ -15,6 +15,7 @@ return [
     'alpha_dash'           => ':attributeは文字, 数値, ハイフンのみが含められます。',
     'alpha_num'            => ':attributeは文字と数値のみが含められます。',
     'array'                => ':attributeは配列である必要があります。',
+    'backup_codes'         => '提供されたコードは無効か、またはすでに使用されています。',
     'before'               => ':attributeは:date以前である必要があります。',
     'between'              => [
         'numeric' => ':attributeは:min〜:maxである必要があります。',
@@ -30,40 +31,41 @@ return [
     'digits'               => ':attributeは:digitsデジットである必要があります',
     'digits_between'       => ':attributeは:min〜:maxである必要があります。',
     'email'                => ':attributeは正しいEメールアドレスである必要があります。',
-    'ends_with' => 'The :attribute must end with one of the following: :values',
+    'ends_with' => ':attributeは:valuesのいずれかで終わる必要があります。',
+    'file'                 => ':attributeは有効なファイルである必要があります。',
     'filled'               => ':attributeは必須です。',
     'gt'                   => [
-        'numeric' => 'The :attribute must be greater than :value.',
-        'file'    => 'The :attribute must be greater than :value kilobytes.',
-        'string'  => 'The :attribute must be greater than :value characters.',
-        'array'   => 'The :attribute must have more than :value items.',
+        'numeric' => ':attributeは:valueより大きな値である必要があります。',
+        'file'    => ':attributeは:valueキロバイトより大きなファイルである必要があります。',
+        'string'  => ':attributeは:value文字より長い必要があります。',
+        'array'   => ':attributeには:value個より多くのアイテムを指定する必要があります。',
     ],
     'gte'                  => [
-        'numeric' => 'The :attribute must be greater than or equal :value.',
-        'file'    => 'The :attribute must be greater than or equal :value kilobytes.',
-        'string'  => 'The :attribute must be greater than or equal :value characters.',
-        'array'   => 'The :attribute must have :value items or more.',
+        'numeric' => ':attributeは:value以上の値である必要があります。',
+        'file'    => ':attributeは:valueキロバイト以上のファイルである必要があります。',
+        'string'  => ':attributeは:value文字以上である必要があります。',
+        'array'   => ':attributeには:value個以上のアイテムを指定する必要があります。',
     ],
     'exists'               => '選択された:attributeは不正です。',
     'image'                => ':attributeは画像である必要があります。',
-    'image_extension'      => 'The :attribute must have a valid & supported image extension.',
+    'image_extension'      => ':attributeは有効かつサポートされている拡張子の画像である必要があります。',
     'in'                   => '選択された:attributeは不正です。',
     'integer'              => ':attributeは数値である必要があります。',
     'ip'                   => ':attributeは正しいIPアドレスである必要があります。',
-    'ipv4'                 => 'The :attribute must be a valid IPv4 address.',
-    'ipv6'                 => 'The :attribute must be a valid IPv6 address.',
-    'json'                 => 'The :attribute must be a valid JSON string.',
+    'ipv4'                 => ':attributeは有効なIPv4アドレスである必要があります。',
+    'ipv6'                 => ':attributeは有効なIPv6アドレスである必要があります。',
+    'json'                 => ':attributeは有効なJSON文字列である必要があります。',
     'lt'                   => [
-        'numeric' => 'The :attribute must be less than :value.',
-        'file'    => 'The :attribute must be less than :value kilobytes.',
-        'string'  => 'The :attribute must be less than :value characters.',
-        'array'   => 'The :attribute must have less than :value items.',
+        'numeric' => ':attributeは:valueより小さな値である必要があります。',
+        'file'    => ':attributeは:valueキロバイトより小さなファイルである必要があります。',
+        'string'  => ':attributeは:value文字より短い必要があります。',
+        'array'   => ':attributeには:value個より少ないアイテムを指定する必要があります。',
     ],
     'lte'                  => [
-        'numeric' => 'The :attribute must be less than or equal :value.',
-        'file'    => 'The :attribute must be less than or equal :value kilobytes.',
-        'string'  => 'The :attribute must be less than or equal :value characters.',
-        'array'   => 'The :attribute must not have more than :value items.',
+        'numeric' => ':attributeは:value以下の値である必要があります。',
+        'file'    => ':attributeは:valueキロバイト以下のファイルである必要があります。',
+        'string'  => ':attributeは:value文字以下である必要があります。',
+        'array'   => ':attributeには:value個以下のアイテムを指定する必要があります。',
     ],
     'max'                  => [
         'numeric' => ':attributeは:maxを越えることができません。',
@@ -79,7 +81,7 @@ return [
         'array'   => ':attributeは:min個以上である必要があります。',
     ],
     'not_in'               => '選択された:attributeは不正です。',
-    'not_regex'            => 'The :attribute format is invalid.',
+    'not_regex'            => ':attributeの形式は不正です。',
     'numeric'              => ':attributeは数値である必要があります。',
     'regex'                => ':attributeのフォーマットは不正です。',
     'required'             => ':attributeは必須です。',
@@ -89,7 +91,7 @@ return [
     'required_without'     => ':valuesが設定されていない場合、:attributeは必須です。',
     'required_without_all' => ':valuesが設定されていない場合、:attributeは必須です。',
     'same'                 => ':attributeと:otherは一致している必要があります。',
-    'safe_url'             => 'The provided link may not be safe.',
+    'safe_url'             => '提供されたリンクは安全ではない可能性があります。',
     'size'                 => [
         'numeric' => ':attributeは:sizeである必要があります。',
         'file'    => ':attributeは:sizeキロバイトである必要があります。',
@@ -98,9 +100,10 @@ return [
     ],
     'string'               => ':attributeは文字列である必要があります。',
     'timezone'             => ':attributeは正しいタイムゾーンである必要があります。',
+    'totp'                 => '提供されたコードが無効または期限切れです。',
     'unique'               => ':attributeは既に使用されています。',
     'url'                  => ':attributeのフォーマットは不正です。',
-    'uploaded'             => 'The file could not be uploaded. The server may not accept files of this size.',
+    'uploaded'             => 'ファイルをアップロードできませんでした。サーバーがこのサイズのファイルを受け付けていない可能性があります。',
 
     // Custom validation lines
     'custom' => [