zii.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536
  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. 'Home' => '首頁',
  18. 'The button type "{type}" is not supported.' => '按鈕類型 "{type}" 不支援。',
  19. 'Are you sure you want to delete this item?' => '確定要刪除這筆項目嗎?',
  20. 'Delete' => '刪除',
  21. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => '顯示 {start}-{end} 筆, 共 {count} 筆。',
  22. 'Either "name" or "value" must be specified for CDataColumn.' => '必須給定 "name" 或 "value" 給 CDataColumn。',
  23. 'No results found.' => '没有符合的資料。',
  24. 'Not set' => '未設置',
  25. 'Please specify the "attributes" property.' => '請給定 "attributes" 属性。',
  26. 'Please specify the "data" property.' => '請給定 "data" 属性。',
  27. 'Sort by: ' => '排序:',
  28. 'The "dataProvider" property cannot be empty.' => '"dataProvider" 屬性不能為空值。',
  29. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => '属性格式 "Name:Type:Label", "Type" 和 "Label" 為非必須的。',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => '欄位格式 "Name:Type:Label", "Type" 和 "Label" 為非必須的。',
  31. 'The property "itemView" cannot be empty.' => '"itemView" 屬性不能為空值。',
  32. 'Total 1 result.|Total {count} results.' => '共 {count} 筆。',
  33. 'Update' => '更新',
  34. 'View' => '檢視',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} 必須給定 "model" 與 "attribute" 或 "name" 属性值。',
  36. );