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.' => 'CDataColumn 必须指定 "name" 或 "value" 至少一项.',
  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. );