|
26 | 26 | ' and ' => ' および ', |
27 | 27 | '"{attribute}" does not support operator "{operator}".' => '"{attribute}" は演算子 "{operator}" をサポートしていません。', |
28 | 28 | '(not set)' => '(未設定)', |
29 | | - 'Action not found.' => '', |
30 | | - 'Aliases available: {aliases}' => '', |
| 29 | + 'Action not found.' => 'アクションがありません。', |
| 30 | + 'Aliases available: {aliases}' => '利用可能なエイリアス: {aliases}', |
31 | 31 | 'An internal server error occurred.' => '内部サーバーエラーが発生しました。', |
32 | 32 | 'Are you sure you want to delete this item?' => 'このアイテムを削除したいというのは本当ですか?', |
33 | 33 | 'Condition for "{attribute}" should be either a value or valid operator specification.' => '"{attribute}" のための条件は値であるか有効な演算子の定義でなければなりません。', |
|
45 | 45 | 'Only files with these extensions are allowed: {extensions}.' => '次の拡張子を持つファイルだけが許可されています : {extensions}', |
46 | 46 | 'Operator "{operator}" must be used with a search attribute.' => '演算子 "{operator}" はサーチ属性とともに使用されなければなりません。', |
47 | 47 | 'Operator "{operator}" requires multiple operands.' => '演算子 "{operator}" は複数の被演算子を要求します。', |
48 | | - 'Options available: {options}' => '', |
| 48 | + 'Options available: {options}' => '利用可能なオプション: {options}', |
49 | 49 | 'Page not found.' => 'ページが見つかりません。', |
50 | 50 | 'Please fix the following errors:' => '次のエラーを修正してください :', |
51 | 51 | 'Please upload a file.' => 'ファイルをアップロードしてください。', |
|
109 | 109 | '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} は {min} 文字以上でなければいけません。', |
110 | 110 | '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} は {max} 文字以下でなければいけません。', |
111 | 111 | '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} は {length} 文字でなければいけません。', |
112 | | - '{compareAttribute} is invalid.' => '', |
| 112 | + '{compareAttribute} is invalid.' => '{compareAttribute} は無効です。', |
113 | 113 | '{delta, plural, =1{1 day} other{# days}}' => '{delta} 日間', |
114 | 114 | '{delta, plural, =1{1 hour} other{# hours}}' => '{delta} 時間', |
115 | 115 | '{delta, plural, =1{1 minute} other{# minutes}}' => '{delta} 分間', |
|
0 commit comments