Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Japanese messages #20068

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions framework/messages/ja/yii.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
' and ' => ' および ',
'"{attribute}" does not support operator "{operator}".' => '"{attribute}" は演算子 "{operator}" をサポートしていません。',
'(not set)' => '(未設定)',
'Action not found.' => '',
'Aliases available: {aliases}' => '',
'Action not found.' => 'アクションがありません。',
'Aliases available: {aliases}' => '利用可能なエイリアス: {aliases}',

Check warning on line 30 in framework/messages/ja/yii.php

View check run for this annotation

Codecov / codecov/patch

framework/messages/ja/yii.php#L29-L30

Added lines #L29 - L30 were not covered by tests
'An internal server error occurred.' => '内部サーバーエラーが発生しました。',
'Are you sure you want to delete this item?' => 'このアイテムを削除したいというのは本当ですか?',
'Condition for "{attribute}" should be either a value or valid operator specification.' => '"{attribute}" のための条件は値であるか有効な演算子の定義でなければなりません。',
Expand All @@ -45,7 +45,7 @@
'Only files with these extensions are allowed: {extensions}.' => '次の拡張子を持つファイルだけが許可されています : {extensions}',
'Operator "{operator}" must be used with a search attribute.' => '演算子 "{operator}" はサーチ属性とともに使用されなければなりません。',
'Operator "{operator}" requires multiple operands.' => '演算子 "{operator}" は複数の被演算子を要求します。',
'Options available: {options}' => '',
'Options available: {options}' => '利用可能なオプション: {options}',

Check warning on line 48 in framework/messages/ja/yii.php

View check run for this annotation

Codecov / codecov/patch

framework/messages/ja/yii.php#L48

Added line #L48 was not covered by tests
'Page not found.' => 'ページが見つかりません。',
'Please fix the following errors:' => '次のエラーを修正してください :',
'Please upload a file.' => 'ファイルをアップロードしてください。',
Expand Down Expand Up @@ -109,7 +109,7 @@
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} は {min} 文字以上でなければいけません。',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} は {max} 文字以下でなければいけません。',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} は {length} 文字でなければいけません。',
'{compareAttribute} is invalid.' => '',
'{compareAttribute} is invalid.' => '{compareAttribute} は無効です。',

Check warning on line 112 in framework/messages/ja/yii.php

View check run for this annotation

Codecov / codecov/patch

framework/messages/ja/yii.php#L112

Added line #L112 was not covered by tests
'{delta, plural, =1{1 day} other{# days}}' => '{delta} 日間',
'{delta, plural, =1{1 hour} other{# hours}}' => '{delta} 時間',
'{delta, plural, =1{1 minute} other{# minutes}}' => '{delta} 分間',
Expand Down
Loading