Skip to content

Commit 01f3983

Browse files
authored
Merge pull request #20068 from fetus-hina/update-ja
Update Japanese messages
2 parents a8aa2cf + ae3f2f2 commit 01f3983

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

framework/messages/ja/yii.php

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

0 commit comments

Comments
 (0)