zii.php 2.3 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. 'The button type "{type}" is not supported.' => 'O botão do tipo "{type} não é suportado"',
  18. 'Are you sure you want to delete this item?' => 'Deseja realmente excluir este item?',
  19. 'Delete' => 'Excluir',
  20. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Exibindo {start}-{end} de 1 resultado.|Exibindo {start}-{end} de {count} resultados.',
  21. 'Either "name" or "value" must be specified for CDataColumn.' => '"name" ou "value" deve ser especificado para CDataColumn.',
  22. 'Home' => 'Página inicial',
  23. 'No results found.' => 'Nenhum resultado encontrado.',
  24. 'Not set' => 'Não configurado',
  25. 'Please specify the "attributes" property.' => 'Por favor, especifique a propriedade "attributes".',
  26. 'Please specify the "data" property.' => 'Por favor, especifique a propriedade "data".',
  27. 'Sort by: ' => 'Ordenar por: ',
  28. 'The "dataProvider" property cannot be empty.' => 'A propriedade "dataProvider" não pode estar vazia.',
  29. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'O atributo deve ser especificado no formato "Nome:Tipo:Etiqueta", onde "Tipo" e "Etiqueta" são opcionais.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'A coluna deve ser especificada no formato "Nome:Tipo:Etiqueta", onde "Tipo" e "Etiqueta" são opcionais.',
  31. 'The property "itemView" cannot be empty.' => 'A propriedade "itemView" não pode estar vazia.',
  32. 'Total 1 result.|Total {count} results.' => '1 resultado no total|{count} resultados no total.',
  33. 'Update' => 'Editar',
  34. 'View' => 'Exibir',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} deve definir o valor das propriedads "model" e "attribute" ou "name".',
  36. );