zii.php 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. return array (
  20. 'Are you sure you want to delete this item?' => 'Bạn có chắc là muốn xóa?',
  21. 'Either "name" or "value" must be specified for CDataColumn.' => '"name" hoặc "value" phải được quy định cho CDataColumn.',
  22. 'Home' => 'Trang Chủ',
  23. 'Please specify the "data" property.' => 'Hãy chỉ định cho thuộc tính "data".',
  24. 'The button type "{type}" is not supported.' => 'Loại button "{type}" không được hỗ trợ.',
  25. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Cột phải được quy định trong dạng "Name:Type:Label", với "Type" và "Label" là tùy chọn.',
  26. 'Delete' => 'Xóa',
  27. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Hiển thị {start}-{end} của {count} kết quả.',
  28. 'No results found.' => 'Không có dữ liệu.',
  29. 'Not set' => 'Chưa có thông tin',
  30. 'Please specify the "attributes" property.' => 'Xin hãy chỉ rõ nội dung "attributes".',
  31. 'Sort by: ' => 'Sắp theo:',
  32. 'The "dataProvider" property cannot be empty.' => '"dataProvider" không được phép rỗng.',
  33. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Thuộc tính phải được định nghĩa theo dạng "Name:Type:Label", với "Type" và "Label" là tùy chọn.',
  34. 'The property "itemView" cannot be empty.' => 'Thuộc tính "itemView" không được phép rỗng.',
  35. 'Total 1 result.|Total {count} results.' => 'Tất cả {count} kết quả',
  36. 'Update' => 'Cập nhật',
  37. 'View' => 'Xem',
  38. '{class} must specify "model" and "attribute" or "name" property values.' => 'Lới {class} phải xác định rõ giá trị "model" và "attribute" hoặc "name".',
  39. );