PageRenderTime 137ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/yii/framework/messages/ja/yii.php

https://github.com/joshuaswarren/weatherhub
PHP | 280 lines | 261 code | 0 blank | 19 comment | 0 complexity | bd62bcae46306071aa57772d3740f129 MD5 | raw file
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yiic message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE, this file must be saved in UTF-8 encoding.
  18. *
  19. * @version $Id: $
  20. */
  21. return array (
  22. 'Action class {class} must implement the "run" method.' => 'アクションクラス{class}は"run"メソッドを実装する必要があります。',
  23. 'Active record class "{class}" does not have a scope named "{scope}".' => 'アクティブレコードクラス{class}は"{scope}"というスコープを持ちません。',
  24. 'Adding a foreign key constraint to an existing table is not supported by SQLite.' => 'SQLiteでは既存のテーブルにフォーリンキー制約を与えられません。',
  25. 'Alias "{alias}" is invalid. Make sure it points to an existing PHP file.' => '"{alias}"は不正です。phpファイルが存在するか確認してください。',
  26. 'Alias "{alias}" is invalid. Make sure it points to an existing directory.' => '"{alias}"は不正です。ディレクトリが存在するか確認してください。',
  27. 'Altering a DB column is not supported by SQLite.' => 'SQLiteではデータベースのカラムを変更することはできません。',
  28. 'Application Log' => 'アプリケーションログ',
  29. 'CDbCacheDependency.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbCacheDependency.connectionID "{id}"は不正です。CDbConnectionアプリケーションコンポーネントのIDを指しているか確認してください。',
  30. 'CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.' => 'CDbCommand::execute()が{error}で失敗しました。実行されたSQL文は: {sql}',
  31. 'CDbCommand::{method}() failed: {error}. The SQL statement executed was: {sql}.' => 'CDbCommand::{method}() が{error}で失敗しました。実行されたSQL文は: {sql}',
  32. 'CDbConnection failed to open the DB connection.' => 'CDbConnectionはデータベース接続をオープンできませんでした。',
  33. 'CDbTestFixture.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbTestFixture.connectionID "{id}"は不正です。CDbConnectionアプリケーションコンポーネントのIDを指しているか確認してください。',
  34. 'CTypedMap<{type}> can only hold objects of {type} class.' => 'CTypedMap<{type}>は{type}クラスのオブジェクトのみを保持できます。',
  35. 'CWinCache requires PHP wincache extension to be loaded.' => 'CWinCacheはPHPのwincache拡張を必要とします。',
  36. 'CWinCache user cache is disabled. Please set wincache.ucenabled to On in your php.ini.' => 'CWinCacheユーザキャッシュがディスエーブルです。php.ini中のwincache.ucenabledをOnに設定してください。',
  37. 'Dropping DB column is not supported by SQLite.' => 'SQLiteではデータベースカラムを削除することはできません。',
  38. 'Dropping a foreign key constraint is not supported by SQLite.' => 'SQLiteではフォーリンキー制約を削除することはできません。',
  39. 'Extension path "{path}" does not exist.' => 'イクステンションパス"{path}"は存在しません。',
  40. 'Failed to initialize the mcrypt module.' => 'mcryptモジュールは初期化できませんでした。',
  41. 'Failed to set unsafe attribute "{attribute}".' => '安全でないアトリビュート"{attribute}"をセットできませんでした。',
  42. 'Filter "{filter}" is invalid. Controller "{class}" does not have the filter method "filter{filter}".' => '"{filter}"というフィルタは不正です。コントローラ"{class}"にはそのようなフィルタメソッドは存在しません。',
  43. 'GD and FreeType PHP extensions are required.' => 'GDとFreeTypeのPHP拡張が必要です。',
  44. 'Invalid operator "{operator}".' => 'オペレータ"{operator}"が不正です。',
  45. 'Property CMaskedTextField.mask cannot be empty.' => 'CMaskedTextField.maskプロパティは空ではいけません。',
  46. 'Renaming a DB column is not supported by SQLite.' => 'SQLiteではデータベースカラムをリネームすることはできません。',
  47. 'The "db" application component must be configured to be a CDbConnection object.' => '"db"アプリケーションコンポーネントはCDbConnectionオブジェクトとして構成される必要があります。',
  48. 'The "range" property must be specified with a list of values.' => '"range"プロパティは値のリストとして指定される必要があります。',
  49. 'The DB query must contain the "from" portion.' => 'データベースクエリは"from"部を持つ必要があります。',
  50. 'The format of {attribute} is invalid.' => '{attribute}のフォーマットが正しくありません。',
  51. 'The pattern for day of the week must be "E", "EE", "EEE", "EEEE", "EEEEE", "e", "ee", "eee", "eeee", "eeeee", "c", "cccc" or "ccccc".' => '曜日のパターンは"E"か"EE"か"EEE"か"EEEE"か"EEEEE"か"e"か"ee"か"eee"か"eeee"か"eeeee"か"c"か"cccc"か"ccccc"です。',
  52. 'The pattern for month must be "M", "MM", "MMM", "MMMM", "L", "LL", "LLL" or "LLLL".' => '月のパターンは"M"か"MM"か"MMM""MMMM"か"L"か"LL"か"LLL"か"LLLL"です。',
  53. 'The requested view "{name}" was not found.' => '要求されたビュー"{name}"は見付かりません。',
  54. 'Unable to find "{column}" in table "{table}".' => 'テーブル"{table}"中にカラム"{column}"が見付かりません。',
  55. 'Unable to import "{alias}". Please check your server configuration to make sure you are allowed to change PHP include_path.' => '"{alias}"をインポートできません。PHPインクルードパスを変更可能か、サーバ構成をチェックしてください。',
  56. 'Unknown operator "{operator}".' => '"{operator}"は不明なオペレータです。',
  57. 'Unknown type "{type}".' => '”typer}”不明な型です。',
  58. 'Your request is invalid.' => '不正なリクエストです。',
  59. '{attribute} cannot accept more than {limit} files.' => '{attribute}は{limit}以上のファイルを受け取れません。',
  60. '{attribute} is in the list.' => '{attribute}はリストにあります。',
  61. '{attribute} must be either {true} or {false}.' => '{attribute}は{true}か{false}のいずれかの必要があります。',
  62. '{attribute} must be greater than "{compareValue}".' => '{attribute}は"{compareValue}"より大である必要があります。',
  63. '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute}は"{compareValue}"以上である必要があります。',
  64. '{attribute} must be less than "{compareValue}".' => '{attribute}は"{compareValue}"より小である必要があります。',
  65. '{attribute} must be less than or equal to "{compareValue}".' => '{attribute}は"{compareValue}"以下である必要があります。',
  66. '{attribute} must be {value}.' => '{attribute}は{value}である必要があります。',
  67. '{attribute} must not be equal to "{compareValue}".' => '{attribute}は{compareValue}ではいけません。',
  68. '{className} does not support flushValues() functionality.' => '{className}はflushValues()機能をサポートしません。',
  69. 'CDbConnection is inactive and cannot perform any DB operations.' => '@@CDbConnection がアクティブでないためデータベース操作ができません。@@',
  70. 'CDbLogRoute requires database table "{table}" to store log messages.' => '@@CDbLogRoute はログメッセージを格納するためのデータベーステーブル "{table}" を必要とします。@@',
  71. 'CMemCache requires PHP memcache extension to be loaded.' => '@@CMemCache はPHPのmemcache拡張を必要とします。@@',
  72. 'CMultiFileUpload.name is required.' => '@@CMultiFileUpload.name が必要です。@@',
  73. 'CSecurityManager.validation must be either "MD5" or "SHA1".' => '@@CSecurityManager.validation は "MD5" または "SHA1" のいずれかです。@@',
  74. 'Cache table "{tableName}" does not exist.' => '@@キャッシュテーブル "{tableName}" が存在しません。@@',
  75. 'Filter "{filter}" is invalid. Controller "{class}" does have the filter method "filter{filter}".' => '@@フィルタ "{filter}" が不正です。コントローラ "{class}" はフィルタメソッド "filter{filter}" を持っていません。@@',
  76. 'Table "{table}" does not have a primary key defined.' => '@@@@テーブル "{table}" にはプライマリキーが存在しません。@@@@',
  77. 'The "view" property is required.' => '@@@@"view" プロパティが必要です。@@@@',
  78. 'The asset "{asset}" to be pulished does not exist.' => '@@@@アセット "{asset}" が存在しません。@@@@',
  79. 'The column "{column}" is not a foreign key in table "{table}".' => '@@@@カラム "{column}" はテーブル "{table}" の外部キーではありません。@@@@',
  80. 'The pattern for day of the week must be "E", "EE", "EEE", "EEEE" or "EEEEE".' => '@@曜日のパターンは "E" か "EE" か "EEE" か "EEEE" か "EEEEE" です。@@',
  81. 'The pattern for month must be "M", "MM", "MMM", or "MMMM".' => '@@月のパターンは "M" か "MM" か "MMM" です。@@',
  82. 'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key "{key}". The foreign key does not point to either joining table.' => '@@アクティブレコードクラス "{class}" のリレーション "{relation}" は不正な外部キー "{key}" で定義されています。外部キーは両方のジョインテーブルのどちらも参照していません。@@',
  83. 'The requested controller "{controller}" does not exist.' => '@@@@要求されたコントローラ "{controller}" は存在しません。@@@@',
  84. 'The requested view "{name}" is not found.' => '@@要求されたビュー "{name}" が見つかりません。@@',
  85. 'The value for the primary key "{key}" is not supplied when querying the table "{table}".' => '@@@@テーブル "{table}" のクエリにおいて、プライマリキー "{key}" の値が指定されていません。@@@@',
  86. 'Unable to count records with composite primary keys. Please explicitly specify the SELECT option in the query criteria.' => '@@複合プライマリキーのレコードをカウントできません。クエリ条件のSELECTオプションに明示してください。@@',
  87. 'Unable to find the decorator view "{view}".' => '@@@@デコレータビュー "{view}" が見つかりません。@@@@',
  88. 'Unable to find the list item.' => '@@@@リストアイテムが見つかりません。@@@@',
  89. '{className} does not support flush() functionality.' => '@@{className} は flush() 機能をサポートしません。@@',
  90. '{class} does not have attribute "{attribute}".' => '@@{class} は "{attribute}" というアトリビュートを持ちません。@@',
  91. '{class} does not have attribute "{name}".' => '@@{class} は "{name}" というアトリビュートを持ちません。@@',
  92. '"{path}" is not a valid directory.' => '{path} は正しいディレクトリではありません。',
  93. '&lt; Previous' => '&lt; 前',
  94. '&lt;&lt; First' => '&lt;&lt; 最初',
  95. 'Active Record requires a "db" CDbConnection application component.' => 'Active Record は "db" という CDbConnection アプリケーションコンポーネントを必要とします。',
  96. 'Active record "{class}" has an invalid configuration for relation "{relation}". It must specify the relation type, the related active record class and the foreign key.' => 'アクティブレコード "{class}" の、リレーション {relation} のコンフィギュレーションに誤りがあります。リレーションタイプ、関係するアクティブレコードクラスと外部キーを指定して下さい。',
  97. 'Active record "{class}" is trying to select an invalid column "{column}". Note, the column must exist in the table or be an expression with alias.' => 'アクティブレコード "{class}" は誤ったカラム "{column}" を選択しようとしました。カラムがテーブルにあるか、または別名として正しいかを確認してください。',
  98. 'Alias "{alias}" is invalid. Make sure it points to an existing directory or file.' => '別名 "{alias}" が間違っています。存在するディレクトリやファイルを指しているかを確認してください。',
  99. 'Application base path "{path}" is not a valid directory.' => 'アプリケーションベースパス "{path}" は正しいディレクトリではありません。',
  100. 'Application runtime path "{path}" is not valid. Please make sure it is a directory writable by the Web server process.' => 'アプリケーション実行時パス "{path}" は正しくありません。ウェブサーバプロセスが書き込めるかを確認してください。',
  101. 'Authorization item "{item}" has already been assigned to user "{user}".' => '認証項目 "{item}" は既にユーザ "{user}" に割り当てられています。',
  102. 'Base path "{path}" is not a valid directory.' => 'ベースパス"{path}"は正しいディレクトリではありません。',
  103. 'CApcCache requires PHP apc extension to be loaded.' => 'CApcCache はPHPのAPC拡張を必要とします。',
  104. 'CAssetManager.basePath "{path}" is invalid. Please make sure the directory exists and is writable by the Web server process.' => 'CAssetManager.basePath "{path}" は不正です。ディレクトリが存在してウェブサーバプロセスが書き込めるかを確認してください。',
  105. 'CCacheHttpSession.cacheID is invalid. Please make sure "{id}" refers to a valid cache application component.' => 'CCacheHttpSession.cacheID が不正です。"{id}" が正しいキャッシュアプリケーションコンポーネントを参照しているか確認してください。',
  106. 'CCaptchaValidator.action "{id}" is invalid. Unable to find such an action in the current controller.' => 'CCaptchaValidator.action "{id}" が不正です。現在のコントローラ中にそのようなアクションが存在しません。',
  107. 'CDbAuthManager.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbAuthManager.connectionID "{id}" が不正です。CDbConnection アプリケーションコンポーネントのIDを参照しているかを確認してください。',
  108. 'CDbCache.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbCache.connectionID "{id}" が不正です。CDbConnection アプリケーションコンポーネントのIDを参照しているかを確認してください。',
  109. 'CDbCacheDependency.sql cannot be empty.' => 'CDbCacheDependency.sql は空白ではいけません。',
  110. 'CDbCommand failed to execute the SQL statement: {error}' => 'CDbCommand はSQL文を実行できません。:{error}',
  111. 'CDbCommand failed to prepare the SQL statement: {error}' => 'CDbCommand はSQL文を準備できません。:{error}',
  112. 'CDbConnection does not support reading schema for {driver} database.' => 'CDbConnection は {driver} データベースに対して読み取りスキーマをサポートしていません。',
  113. 'CDbConnection failed to open the DB connection: {error}' => 'CDbConnection はデータベースコネクションをオープンできません。:{error}',
  114. 'CDbConnection.connectionString cannot be empty.' => 'CDbConnection.connectionString は空白ではいけません。',
  115. 'CDbDataReader cannot rewind. It is a forward-only reader.' => 'CDbDataReader は巻き戻しできません。これは順方向のみのリーダです。',
  116. 'CDbHttpSession.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbHttpSession.connectionID "{id}" が不正です。CDbConnection アプリケーションコンポーネントのIDを参照しているかを確認してください。',
  117. 'CDbLogRoute.connectionID "{id}" does not point to a valid CDbConnection application component.' => 'CDbLogRoute.connectionID "{id}" が正しい CDbConnection アプリケーションコンポーネントを参照していません',
  118. 'CDbMessageSource.connectionID is invalid. Please make sure "{id}" refers to a valid database application component.' => 'CDbMessageSource.connectionID が不正です。"{id}"が正しいデータベースアプリケーションコンポーネントを参照しているかを確認してください。',
  119. 'CDbTransaction is inactive and cannot perform commit or roll back operations.' => 'CDbTransaction がアクティブではなく、コミットやロールバック操作を実行できません。',
  120. 'CDirectoryCacheDependency.directory cannot be empty.' => 'CDirectoryCacheDependency.directory は空白ではいけません。',
  121. 'CEAcceleratorCache requires PHP eAccelerator extension to be loaded, enabled or compiled with the "--with-eaccelerator-shared-memory" option.' => 'CEAcceleratorCache はPHPの eAccelerator 拡張を必要とします。有効にするか、 "--with-eaccelerator-shared-memory" オプションをつけてコンパイルしてください。',
  122. 'CFileCacheDependency.fileName cannot be empty.' => 'CFileCacheDependency.fileName は空白ではいけません。',
  123. 'CFileLogRoute.logPath "{path}" does not point to a valid directory. Make sure the directory exists and is writable by the Web server process.' => 'CFileLogRoute.logPath "{path}" が正しいディレクトリではありません。ディレクトリが存在してウェブサーバプロセスが書き込めるかを確認してください。',
  124. 'CFilterChain can only take objects implementing the IFilter interface.' => 'CFilterChain は IFilter インタフェースを実装したオブジェクトのみ受け取ります。',
  125. 'CFlexWidget.baseUrl cannot be empty.' => 'CFlexWidget.baseUrl は空白ではいけません。',
  126. 'CFlexWidget.name cannot be empty.' => 'CFlexWidget.name は空白ではいけません。',
  127. 'CGlobalStateCacheDependency.stateName cannot be empty.' => 'CGlobalStateCacheDependency.stateName は空白ではいけません。',
  128. 'CHttpCookieCollection can only hold CHttpCookie objects.' => 'CHttpCookieCollection は CHttpCookie オブジェクトのみを持ちます。',
  129. 'CHttpRequest is unable to determine the entry script URL.' => 'CHttpRequest はエントリスクリプトのURLを決定できません。',
  130. 'CHttpRequest is unable to determine the path info of the request.' => 'CHttpRequest はリクエストのパス情報を決定できません。',
  131. 'CHttpRequest is unable to determine the request URI.' => 'CHttpRequest はリクエストURIを決定できません。',
  132. 'CHttpSession.cookieMode can only be "none", "allow" or "only".' => 'CHttpSession.cookieMode の取る値は"none"か"allow"か又は"only"です。',
  133. 'CHttpSession.gcProbability "{value}" is invalid. It must be an integer between 0 and 100.' => 'CHttpSession.gcProbability "{value}" が不正です。0から100までの整数にしてください。',
  134. 'CHttpSession.savePath "{path}" is not a valid directory.' => 'CHttpSession.savePath "{path}" は不正なディレクトリです。',
  135. 'CMemCache server configuration must be an array.' => 'CMemCache サーバコンフィギュレーションは配列にしてください。',
  136. 'CMemCache server configuration must have "host" value.' => 'CMemCache サーバコンフィギュレーションには host 値が必要です。',
  137. 'CProfileLogRoute found a mismatching code block "{token}". Make sure the calls to Yii::beginProfile() and Yii::endProfile() be properly nested.' => 'CProfileLogRoute がコードブロック "{token}" を見つけました。Yii::beginProfile() と Yii::endProfile()の呼び出しが正しくネストされているか確認してください。',
  138. 'CProfileLogRoute.report "{report}" is invalid. Valid values include "summary" and "callstack".' => 'CProfileLogRoute.report "{report}" が不正です。正しい値は "summary" と "callstack" を含みます。',
  139. 'CSecurityManager requires PHP mcrypt extension to be loaded in order to use data encryption feature.' => 'データ暗号化機能を使用するためには CSecurityManager はPHPのmcrypt拡張を必要とします。',
  140. 'CSecurityManager.encryptionKey cannot be empty.' => 'CSecurityManager.encryptionKey は空白ではいけません。',
  141. 'CSecurityManager.validationKey cannot be empty.' => 'CSecurityManager.validationKey は空白ではいけません。',
  142. 'CTypedList<{type}> can only hold objects of {type} class.' => 'CTypedList<{type}> は {type} クラスのオブジェクトしか持てません。',
  143. 'CUrlManager.UrlFormat must be either "path" or "get".' => 'CUrlManager.UrlFormat は "path" か "get" のいずれかです。',
  144. 'CXCache requires PHP XCache extension to be loaded.' => 'CXCache はPHPのXCache拡張を必要とします。',
  145. 'CZendDataCache requires PHP Zend Data Cache extension to be loaded.' => 'CZendDataCache は PHP Zend Data Cache 拡張を必要とします。',
  146. 'Cannot add "{child}" as a child of "{name}". A loop has been detected.' => '"{name}" の子供として "{child}" は追加できません。ループが検出されました。',
  147. 'Cannot add "{child}" as a child of "{parent}". A loop has been detected.' => '"{parent}" の子供として "{child}" は追加できません。ループが検出されました。',
  148. 'Cannot add "{name}" as a child of itself.' => '"{child}" の子供として自分自身は追加できません。',
  149. 'Cannot add an item of type "{child}" to an item of type "{parent}".' => '"{parent}" 型の項目に "{child}" 型の項目は追加できません。',
  150. 'Column name must be either a string or an array.' => 'カラム名は文字列または配列でなければいけません。',
  151. 'Either "{parent}" or "{child}" does not exist.' => '"{parent}" もしくは "{child}" が存在しません。',
  152. 'Error: Table "{table}" does not have a primary key.' => 'エラー: テーブル "{table}" にプライマリキーが存在しません。',
  153. 'Error: Table "{table}" has a composite primary key which is not supported by crud command.' => 'エラー: テーブル "{table}" に複合プライマリキーが存在しますが、これはCRUDコマンドでサポートされません。',
  154. 'Event "{class}.{event}" is attached with an invalid handler "{handler}".' => 'イベント "{class}.{event}" に不正なハンドラ "{handler}" がアタッチされました。',
  155. 'Event "{class}.{event}" is not defined.' => 'イベント "{class}.{event}" が定義されていません。',
  156. 'Failed to write the uploaded file "{file}" to disk.' => 'アップロードされたファイル "{file}" がディスクに書けません。',
  157. 'File upload was stopped by extension.' => 'ファイルアップロードが拡張により停止されました。',
  158. 'Get a new code' => '新しいコードを取得',
  159. 'Go to page: ' => 'ページ:',
  160. 'Invalid MO file revision: {revision}.' => '不正な MO ファイル版数({revision})です。',
  161. 'Invalid MO file: {file} (magic: {magic}).' => '不正な MO ファイル(magic: {magic})です。',
  162. 'Invalid enumerable value "{value}". Please make sure it is among ({enum}).' => '不正なエニュマラブル値("{value}")です。{enum} の間にあるか確認してください。',
  163. 'Last &gt;&gt;' => '最後 &gt;&gt;',
  164. 'List data must be an array or an object implementing Traversable.' => 'リストデータはTraversableを実装したアレイまたはオブジェクトです。',
  165. 'List index "{index}" is out of bound.' => 'リストインデックス "{index}" が範囲を超えました。',
  166. 'Login Required' => 'ログインが必要です。',
  167. 'Map data must be an array or an object implementing Traversable.' => 'マップデータはTraversableを実装したアレイまたはオブジェクトです。',
  168. 'Missing the temporary folder to store the uploaded file "{file}".' => 'アップロードファイル "{file}" をストアする暫定フォルダがありません。',
  169. 'Next &gt;' => '次 &gt;',
  170. 'No columns are being updated for table "{table}".' => 'テーブル "{table}" のカラムがどれも変更されていません。',
  171. 'No counter columns are being updated for table "{table}".' => 'テーブル "{table}" のカウンターカラムがどれも変更されていません。',
  172. 'Object configuration must be an array containing a "class" element.' => 'オブジェクトコンフィギュレーションは "class" 要素を含むアレイです。',
  173. 'Please fix the following input errors:' => '以下の入力エラーを修正してください。',
  174. 'Property "{class}.{property}" is not defined.' => 'プロパティ "{class}.{property}" が定義されていません。',
  175. 'Property "{class}.{property}" is read only.' => 'プロパティ "{class}.{property}" はリードオンリです。',
  176. 'Queue data must be an array or an object implementing Traversable.' => 'キューデータはTraversableを実装したアレイまたはオブジェクトです。',
  177. 'Relation "{name}" is not defined in active record class "{class}".' => 'アクティブレコードクラス "{class}" にリレーション "{name}" が定義されていません。',
  178. 'Stack data must be an array or an object implementing Traversable.' => 'スタックデータはTraversableを実装したアレイまたはオブジェクトです。',
  179. 'Table "{table}" does not exist.' => 'テーブル"{table}"は存在しません。',
  180. 'Table "{table}" does not have a column named "{column}".' => 'テーブル "{table}" には "{column}" というカラムが存在しません。',
  181. 'The "filter" property must be specified with a valid callback.' => '"filter"プロパティには正当なコールバックが定義される必要があります。',
  182. 'The "pattern" property must be specified with a valid regular expression.' => '"pattern" プロパティには正当な正規表現が定義される必要があります。',
  183. 'The CSRF token could not be verified.' => 'CSRFトークンは検証されていません。',
  184. 'The STAT relation "{name}" cannot have child relations.' => 'STATリレーション"{name}"は子リレーションを持つことができません。',
  185. 'The URL pattern "{pattern}" for route "{route}" is not a valid regular expression.' => 'ルート "{route}" に対するURLパターン "{pattern}" は正当な正規表現ではありません。',
  186. 'The active record cannot be deleted because it is new.' => '新規のためアクティブレコードは削除できません。',
  187. 'The active record cannot be inserted to database because it is not new.' => '新規でないためアクティブレコードはデータベースに挿入できません。',
  188. 'The active record cannot be updated because it is new.' => '新規のためアクティブレコードは修正できません。',
  189. 'The asset "{asset}" to be published does not exist.' => 'アセット"{asset}"は存在しません。',
  190. 'The command path "{path}" is not a valid directory.' => 'コマンドパス "{path}" は正当なディレクトリではありません。',
  191. 'The controller path "{path}" is not a valid directory.' => 'コントローラパス "{path}" は正当なディレクトリではありません。',
  192. 'The file "{file}" cannot be uploaded. Only files with these extensions are allowed: {extensions}.' => 'ファイル "{file}" がアップロードできません。以下の拡張子を持つファイルだけが認められます。{extensions}',
  193. 'The file "{file}" is too large. Its size cannot exceed {limit} bytes.' => 'ファイル "{file}" が大き過ぎます。サイズは {limit} バイトを超えることができません。',
  194. 'The file "{file}" is too small. Its size cannot be smaller than {limit} bytes.' => 'ファイル "{file}" が小さ過ぎます。サイズは {limit} バイトを下回ることができません。',
  195. 'The file "{file}" was only partially uploaded.' => 'ファイル "{file}" が部分的にアップロードされました。',
  196. 'The first element in a filter configuration must be the filter class.' => 'フィルタコンフィギュレーションの最初の要素はフィルタクラスです。',
  197. 'The item "{name}" does not exist.' => '要素 "{name}" が存在しません。',
  198. 'The item "{parent}" already has a child "{child}".' => '要素 "{parent}" は既に "{child}" を持っています。',
  199. 'The layout path "{path}" is not a valid directory.' => 'レイアウトパス "{path}" は正当なディレクトリではありません。',
  200. 'The list is read only.' => 'リストは読み出し専用です。',
  201. 'The map is read only.' => 'マップは読み出し専用です。',
  202. 'The module path "{path}" is not a valid directory.' => 'モジュールパス{path}は正しいディレクトリではありません。',
  203. 'The pattern for 12 hour format must be "h" or "hh".' => '12時間制フォーマットのパターンは "h" か "hh" です。',
  204. 'The pattern for 24 hour format must be "H" or "HH".' => '24時間制フォーマットのパターンは "H" か "HH" です。',
  205. 'The pattern for AM/PM marker must be "a".' => 'AM/PMのパターンは "a" です。',
  206. 'The pattern for day in month must be "F".' => 'ひと月の何日目のパターンは "F" です。',
  207. 'The pattern for day in year must be "D", "DD" or "DDD".' => '一年の何日目のパターンは "D" か "DD" か "DDD" です。',
  208. 'The pattern for day of the month must be "d" or "dd".' => '日のパターンは "d" か "dd" です。',
  209. 'The pattern for era must be "G", "GG", "GGG", "GGGG" or "GGGGG".' => '時代のパターンは"G" か "GG" か "GGG" か "GGGG" か "GGGGG" です。',
  210. 'The pattern for hour in AM/PM must be "K" or "KK".' => 'AM/PMの時のパターンは "K" か "KK" です。',
  211. 'The pattern for hour in day must be "k" or "kk".' => '一日の時のパターンは "k" か "kk" です。',
  212. 'The pattern for minutes must be "m" or "mm".' => '分のパターンは "m" か "mm" です。',
  213. 'The pattern for seconds must be "s" or "ss".' => '秒のパターンは "s" か "ss" です。',
  214. 'The pattern for time zone must be "z" or "v".' => 'タイムゾーンのパターンは "z" か "v" です。',
  215. 'The pattern for week in month must be "W".' => 'ひと月の週のパターンは "W" です。',
  216. 'The pattern for week in year must be "w".' => '一年の週のパターンは "w" です。',
  217. 'The queue is empty.' => 'キューが空です。',
  218. 'The relation "{relation}" in active record class "{class}" is not specified correctly. The join table "{joinTable}" given in the foreign key cannot be found in the database.' => 'アクティブレコードクラス"{class}"のリレーション"{relation}"は正しく設定されていません。外部キーで与えられるジョインテーブル"{joinTable}"はデータベースに存在しません。',
  219. 'The relation "{relation}" in active record class "{class}" is not specified correctly: the join table "{joinTable}" given in the foreign key cannot be found in the database.' => 'アクティブレコードクラス "{class}" のリレーション "{relation}" は正しく定義されていません。外部キーで与えられるジョインテーブル "{joinTable}" がデータベース中に見付かりません。',
  220. 'The relation "{relation}" in active record class "{class}" is specified with a foreign key "{key}" that does not point to the parent table "{table}".' => 'アクティブレコードクラス"{class}"のリレーション"{relation}"は外部キー"{key}"で定義されていますが、親テーブル"{table}"を示していません。',
  221. 'The relation "{relation}" in active record class "{class}" is specified with an incomplete foreign key. The foreign key must consist of columns referencing both joining tables.' => 'アクティブレコードクラス "{class}" のリレーション "{relation}" は不完全な外部キーで定義されています。外部キーは両方のジョインテーブルで参照されるカラムで構成されます。',
  222. 'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key "{key}". There is no such column in the table "{table}".' => 'アクティブレコードクラス"{class}"のリレーション"{relation}"は不正な外部キー"{key}"で定義されています。テーブル"{table}"にはそのようなカラムは存在しません。',
  223. 'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key. The columns in the key must match the primary keys of the table "{table}".' => 'アクティブレコードクラス"{class}"のリレーション"{relation}"は不正な外部キー"{key}"で定義されています。キー中のカラムはテーブル"{table}"にのプライマリキーと一致しなければなりません。',
  224. 'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key. The format of the foreign key must be "joinTable(fk1,fk2,...)".' => 'アクティブレコードクラス "{class}" のリレーション "{relation}" は不正な外部キーで定義されています。外部キーのフォーマットは"joinTable(fk1,fk2,...)" です。',
  225. 'The stack is empty.' => 'スタックが空です。',
  226. 'The system is unable to find the requested action "{action}".' => 'システムは要求されたアクション "{action}" を見つけられません。',
  227. 'The system view path "{path}" is not a valid directory.' => 'システムビューパス "{path}" は正当なディレクトリではありません。',
  228. 'The table "{table}" for active record class "{class}" cannot be found in the database.' => 'アクティブレコードクラス "{class}" のテーブル "{table}" がデータベースにありません。',
  229. 'The value for the column "{column}" is not supplied when querying the table "{table}".' => 'テーブル"{table}"のクエリについて、カラム"{column}"の値が設定されていません。',
  230. 'The verification code is incorrect.' => '検証コードが正しくありません。',
  231. 'The view path "{path}" is not a valid directory.' => 'ビューパス "{path}" は正当なディレクトリではありません。',
  232. 'Theme directory "{directory}" does not exist.' => 'テーマディレクトリ "{directory}" が存在しません。',
  233. 'This content requires the <a href="http://www.adobe.com/go/getflash/">Adobe Flash Player</a>.' => 'このコンテントは <a href="http://www.adobe.com/go/getflash/">アドビフラッシュプレーヤ</a>を必要とします。',
  234. 'Unable to add an item whose name is the same as an existing item.' => '既に存在する項目と同じ名前の項目は追加できません。',
  235. 'Unable to change the item name. The name "{name}" is already used by another item.' => '項目の名前を変更できません。その名前 "{name}" は既に別の項目で使用されています。',
  236. 'Unable to create application state file "{file}". Make sure the directory containing the file exists and is writable by the Web server process.' => 'アプリケーション状態ファイル "{file}" が作成できません。ファイルのディレクトリが存在してウェブサーバプロセスが書き込めるかを確認してください。',
  237. 'Unable to lock file "{file}" for reading.' => 'ファイル "{file}" を読み出しロックできません。',
  238. 'Unable to lock file "{file}" for writing.' => 'ファイル "{file}" を書き込みロックできません。',
  239. 'Unable to read file "{file}".' => 'ファイル "{file}" が読めません。',
  240. 'Unable to replay the action "{object}.{method}". The method does not exist.' => 'アクション "{object}.{method}" をリプレーできません。メソッドが存在しません。',
  241. 'Unable to resolve the request "{route}".' => 'リクエスト"{route}"を解決できません。',
  242. 'Unable to write file "{file}".' => 'ファイル "{file}" が書けません。',
  243. 'Unknown authorization item "{name}".' => '認証項目 "{name}" が不明です。',
  244. 'Unrecognized locale "{locale}".' => 'ロケール "{locale}" が認識できません。',
  245. 'View file "{file}" does not exist.' => 'ビューファイル "{file}" が存在しません。',
  246. 'Yii application can only be created once.' => 'Yiiアプリケーションは一度しか作成できません。',
  247. 'You are not authorized to perform this action.' => 'あなたはこのアクションを実行する認証を受けていません。',
  248. 'Your request is not valid.' => 'あなたのリクエストは不正です。',
  249. '{attribute} "{value}" has already been taken.' => '{attribute} の "{value}" は既に得られています。',
  250. '{attribute} "{value}" is invalid.' => '{attribute}の値"{value}" は正しくありません。',
  251. '{attribute} cannot be blank.' => '{attribute} は空白ではいけません。',
  252. '{attribute} is invalid.' => '{attribute} は不正です。',
  253. '{attribute} is not a valid URL.' => '{attribute} は正当な URL ではありません。',
  254. '{attribute} is not a valid email address.' => '{attribute} は正当なメールアドレスではありません。',
  255. '{attribute} is not in the list.' => '{attribute} はリストに存在しません。',
  256. '{attribute} is of the wrong length (should be {length} characters).' => '{attribute} の長さが違っています(ただしくは {length} であるべきです)。',
  257. '{attribute} is too big (maximum is {max}).' => '{attribute} が大き過ぎます(最大 {max})。',
  258. '{attribute} is too long (maximum is {max} characters).' => '{attribute} が長過ぎます(最大 {max} キャラクタ)。',
  259. '{attribute} is too short (minimum is {min} characters).' => '{attribute} が短過ぎます(最小 {min} キャラクタ)。',
  260. '{attribute} is too small (minimum is {min}).' => '{attribute} が小さ過ぎます(最小 {min})。',
  261. '{attribute} must be a number.' => '{attribute} は数字にしてください。',
  262. '{attribute} must be an integer.' => '{attribute} は整数にしてください。',
  263. '{attribute} must be repeated exactly.' => '{attribute} は正確に繰り返してください。',
  264. '{attribute} must be {type}.' => '{attribute} は {type} にしてください。',
  265. '{className} does not support add() functionality.' => '{className} は add() 機能をサポートしません。',
  266. '{className} does not support delete() functionality.' => '{className} は delete() 機能をサポートしません。',
  267. '{className} does not support get() functionality.' => '{className} は get() 機能をサポートしません。',
  268. '{className} does not support set() functionality.' => '{className} は set() 機能をサポートしません。',
  269. '{class} does not have a method named "{name}".' => 'クラス{class}には"{name}"という名のメソッドは存在しません。',
  270. '{class} does not have relation "{name}".' => '{class} は "{name}" というリレーションを持ちません。',
  271. '{class} does not support fetching all table names.' => '{class} はテーブル名を全て取り出す機能はサポートしません。',
  272. '{class} has an invalid validation rule. The rule must specify attributes to be validated and the validator name.' => '{class} のバリデーションルールは間違っています。ルールには検証するべきアトリビュートとバリデータ名を指定してください。',
  273. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} には "model" と、 "attribute" または "name" のプロパティ値を設定してください。',
  274. '{class}.allowAutoLogin must be set true in order to use cookie-based authentication.' => 'クッキーベースの認証を使用するには {class}.allowAutoLogin を設定してください。',
  275. '{class}::authenticate() must be implemented.' => '{class}::authenticate() を実装してください。',
  276. '{controller} cannot find the requested view "{view}".' => '{controller} は "{view}" リクエストビューを見つけられません。',
  277. '{controller} contains improperly nested widget tags in its view "{view}". A {widget} widget does not have an endWidget() call.' => '{controller} にはビュー"{view}"の中に不正にネストされたウィジェットタグがあります。{widget} ウィジェットには endWidget() 呼び出しがありません。',
  278. '{controller} has an extra endWidget({id}) call in its view.' => '{controller} のビューには余分な endWidget({id}) 呼び出しがあります。',
  279. '{widget} cannot find the view "{view}".' => '{widget} はビュー "{view}" を見つけられません。',
  280. );