yii.php 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. * NOTE, this file must be saved in UTF-8 encoding.
  15. */
  16. return array (
  17. '$_SERVER does not have {vars}.' => '$_SERVER 中沒有 {vars}.',
  18. '$_SERVER variable' => '$_SERVER 變數',
  19. '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] 必須與入口腳本檔案路徑一致.',
  20. 'APC extension' => '',
  21. 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => '所有 <a href="http://www.yiiframework.com/doc/api/#system.db">資料庫相關的類別</a>',
  22. 'DOM extension' => '',
  23. 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] 或 $_SERVER["QUERY_STRING"] 必須存在.',
  24. 'GD extension' => '',
  25. 'Mcrypt extension' => '',
  26. 'Memcache extension' => '',
  27. 'PCRE extension' => '',
  28. 'PDO MySQL extension' => '',
  29. 'PDO PostgreSQL extension' => '',
  30. 'PDO SQLite extension' => '',
  31. 'PDO extension' => '',
  32. 'PHP 5.1.0 or higher is required.' => '需要 PHP 5.1.0 或之後的版本.',
  33. 'PHP version' => 'PHP 版本',
  34. 'Reflection extension' => '',
  35. 'SOAP extension' => '',
  36. 'SPL extension' => '',
  37. 'This is required if you are using MySQL database.' => '當使用 MySQL 資料庫時, 此項為必要.',
  38. 'This is required if you are using PostgreSQL database.' => '當使用 PostgreSQL 資料庫時, 此項為必要.',
  39. 'This is required if you are using SQLite database.' => '當使用 SQLite 資料庫時, 此項為必要.',
  40. 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => '無法確認 URL 路徑資訊. 請確定 $_SERVER["PATH_INFO"] (或 $_SERVER["PHP_SELF"] 與 $_SERVER["SCRIPT_NAME"]) 包含適當的值.',
  41. );