Commit a1e3d210 by Nobuo Kihara

messages/ja/yii.php updated

parent e1f7763a
......@@ -17,6 +17,44 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Are you sure you want to delete this item?' => 'このアイテムを削除しても本当にかまいませんか?',
'Only files with these MIME types are allowed: {mimeTypes}.' => '以下の MIME タイプのファイルだけが許可されています: {mimeTypes}',
'The requested view "{name}" was not found.' => 'リクエストされたビュー "{name}" が見つかりませんでした。',
'in {delta, plural, =1{a day} other{# days}}' => '{delta} 日後',
'in {delta, plural, =1{a minute} other{# minutes}}' => '{delta} 分後',
'in {delta, plural, =1{a month} other{# months}}' => '{delta} ヶ月後',
'in {delta, plural, =1{a second} other{# seconds}}' => '{delta} 秒後',
'in {delta, plural, =1{a year} other{# years}}' => '{delta} 年後',
'in {delta, plural, =1{an hour} other{# hours}}' => '{delta} 時間後',
'just now' => '現在',
'{delta, plural, =1{a day} other{# days}} ago' => '{delta} 日前',
'{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta} 分前',
'{delta, plural, =1{a month} other{# months}} ago' => '{delta} ヶ月前',
'{delta, plural, =1{a second} other{# seconds}} ago' => '{delta} 秒前',
'{delta, plural, =1{a year} other{# years}} ago' => '{delta} 年前',
'{delta, plural, =1{an hour} other{# hours}} ago' => '{delta} 時間前',
'{nFormatted} B' => '{nFormatted} B',
'{nFormatted} GB' => '{nFormatted} GB',
'{nFormatted} GiB' => '{nFormatted} GiB',
'{nFormatted} KB' => '{nFormatted} KB',
'{nFormatted} KiB' => '{nFormatted} KiB',
'{nFormatted} MB' => '{nFormatted} MB',
'{nFormatted} MiB' => '{nFormatted} MiB',
'{nFormatted} PB' => '{nFormatted} PB',
'{nFormatted} PiB' => '{nFormatted} PiB',
'{nFormatted} TB' => '{nFormatted} TB',
'{nFormatted} TiB' => '{nFormatted} TiB',
'{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} バイト',
'{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '{nFormatted} ギビバイト',
'{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} ギガバイト',
'{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '{nFormatted} キビバイト',
'{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '{nFormatted} キロバイト',
'{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '{nFormatted} メビバイト',
'{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '{nFormatted} メガバイト',
'{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '{nFormatted} ペビバイト',
'{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} ペタバイト',
'{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '{nFormatted} テビバイト',
'{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} テラバイト',
'(not set)' => '(セットされていません)',
'An internal server error occurred.' => 'サーバー内部エラーが発生しました。',
'Delete' => '削除',
......@@ -28,8 +66,6 @@ return [
'Missing required arguments: {params}' => '必要な引数がありません: {params}',
'Missing required parameters: {params}' => '必要なパラメータがありません: {params}',
'No' => 'いいえ',
'No help for unknown command "{command}".' => '不明なコマンド "{command}" にはヘルプがありません。',
'No help for unknown sub-command "{command}".' => '不明なサブコマンド "{command}" にはヘルプがありません。',
'No results found.' => '結果が得られませんでした。',
'Only files with these extensions are allowed: {extensions}.' => '次の拡張子を持つファイルだけが許可されています : {extensions}',
'Page not found.' => 'ページが見つかりません。',
......@@ -47,7 +83,6 @@ return [
'The verification code is incorrect.' => '検証コードが正しくありません。',
'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => '合計 {count} 件。',
'Unable to verify your data submission.' => 'データ送信を検証できませんでした。',
'Unknown command "{command}".' => '不明なコマンド "{command}" 。',
'Unknown option: --{name}' => '不明なオプション: --{name}',
'Update' => '更新',
'View' => '閲覧',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment