You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
9.5KB

  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yii 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 [
  20. 'Only files with these MIME types are allowed: {mimeTypes}.' => 'São permitidos somente arquivos com os seguintes tipos MIME: {mimeTypes}.',
  21. 'The requested view "{name}" was not found.' => 'A visão "{name}" solicitada não foi encontrada.',
  22. 'in {delta, plural, =1{a day} other{# days}}' => 'em {delta, plural, =1{1 dia} other{# dias}}',
  23. 'in {delta, plural, =1{a minute} other{# minutes}}' => 'em {delta, plural, =1{1 minuto} other{# minutos}}',
  24. 'in {delta, plural, =1{a month} other{# months}}' => 'em {delta, plural, =1{1 mês} other{# meses}}',
  25. 'in {delta, plural, =1{a second} other{# seconds}}' => 'em {delta, plural, =1{1 segundo} other{# segundos}}',
  26. 'in {delta, plural, =1{a year} other{# years}}' => 'em {delta, plural, =1{1 ano} other{# anos}}',
  27. 'in {delta, plural, =1{an hour} other{# hours}}' => 'em {delta, plural, =1{1 hora} other{# horas}}',
  28. '{delta, plural, =1{a day} other{# days}} ago' => '{delta, plural, =1{há 1 dia} other{há # dias}}',
  29. '{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta, plural, =1{há 1 minuto} other{há # minutos}}',
  30. '{delta, plural, =1{a month} other{# months}} ago' => '{delta, plural, =1{há 1 mês} other{há # meses}}',
  31. '{delta, plural, =1{a second} other{# seconds}} ago' => '{delta, plural, =1{há 1 segundo} other{há # segundos}}',
  32. '{delta, plural, =1{a year} other{# years}} ago' => '{delta, plural, =1{há 1 ano} other{há # anos}}',
  33. '{delta, plural, =1{an hour} other{# hours}} ago' => '{delta, plural, =1{há 1 hora} other{há # horas}}',
  34. '{n, plural, =1{# byte} other{# bytes}}' => '{n, plural, =1{# byte} other{# bytes}}',
  35. '{n, plural, =1{# gigabyte} other{# gigabytes}}' => '{n, plural, =1{# gigabyte} other{# gigabytes}}',
  36. '{n, plural, =1{# kilobyte} other{# kilobytes}}' => '{n, plural, =1{# kilobyte} other{# kilobytes}}',
  37. '{n, plural, =1{# megabyte} other{# megabytes}}' => '{n, plural, =1{# megabyte} other{# megabytes}}',
  38. '{n, plural, =1{# petabyte} other{# petabytes}}' => '{n, plural, =1{# petabyte} other{# petabytes}}',
  39. '{n, plural, =1{# terabyte} other{# terabytes}}' => '{n, plural, =1{# terabyte} other{# terabytes}}',
  40. '{n} B' => '{n} B',
  41. '{n} GB' => '{n} GB',
  42. '{n} KB' => '{n} KB',
  43. '{n} MB' => '{n} MB',
  44. '{n} PB' => '{n} PB',
  45. '{n} TB' => '{n} TB',
  46. '(not set)' => '(não definido)',
  47. 'An internal server error occurred.' => 'Ocorreu um erro interno do servidor.',
  48. 'Are you sure you want to delete this item?' => 'Confirma a exclusão deste item?',
  49. 'Delete' => 'Excluir',
  50. 'Error' => 'Erro',
  51. 'File upload failed.' => 'O upload do arquivo falhou.',
  52. 'Home' => 'Página Inicial',
  53. 'Invalid data received for parameter "{param}".' => 'Dados inválidos recebidos para o parâmetro "{param}".',
  54. 'Login Required' => 'Login Necessário.',
  55. 'Missing required arguments: {params}' => 'Argumentos obrigatórios ausentes: {params}',
  56. 'Missing required parameters: {params}' => 'Parâmetros obrigatórios ausentes: {params}',
  57. 'No' => 'Não',
  58. 'No help for unknown command "{command}".' => 'Não há ajuda para o comando desconhecido "{command}".',
  59. 'No help for unknown sub-command "{command}".' => 'Não há ajuda para o sub-comando desconhecido "{command}".',
  60. 'No results found.' => 'Nenhum resultado foi encontrado.',
  61. 'Only files with these extensions are allowed: {extensions}.' => 'São permitidos somente arquivos com as seguintes extensões: {extensions}.',
  62. 'Page not found.' => 'Página não encontrada.',
  63. 'Please fix the following errors:' => 'Por favor, corrija os seguintes erros:',
  64. 'Please upload a file.' => 'Por favor, faça upload de um arquivo.',
  65. 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Exibindo <b>{begin, number}-{end, number}</b> de <b>{totalCount, number}</b> {totalCount, plural, one{item} other{itens}}.',
  66. 'The file "{file}" is not an image.' => 'O arquivo "{file}" não é uma imagem.',
  67. 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'O arquivo "{file}" é grande demais. Seu tamanho não pode exceder {limit, number} {limit, plural, one{byte} other{bytes}}.',
  68. 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'O arquivo "{file}" é pequeno demais. Seu tamanho não pode ser menor que {limit, number} {limit, plural, one{byte} other{bytes}}.',
  69. 'The format of {attribute} is invalid.' => 'O formato de "{attribute}" é inválido.',
  70. 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'O arquivo "{file}" é grande demais. A altura não pode ser maior que {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  71. 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'O arquivo "{file}" é grande demais. A largura não pode ser maior que {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  72. 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'O arquivo "{file}" é pequeno demais. A altura não pode ser menor que {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  73. 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'O arquivo "{file}" é pequeno demais. A largura não pode ser menor que {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  74. 'The verification code is incorrect.' => 'O código de verificação está incorreto.',
  75. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Total <b>{count, number}</b> {count, plural, one{item} other{itens}}.',
  76. 'Unable to verify your data submission.' => 'Não foi possível verificar o seu envio de dados.',
  77. 'Unknown command "{command}".' => 'Comando desconhecido "{command}".',
  78. 'Unknown option: --{name}' => 'Opção desconhecida : --{name}',
  79. 'Update' => 'Alterar',
  80. 'View' => 'Exibir',
  81. 'Yes' => 'Sim',
  82. 'You are not allowed to perform this action.' => 'Você não está autorizado a realizar essa ação.',
  83. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Você pode fazer o upload de, no máximo, {limit, number} {limit, plural, one{arquivo} other{arquivos}}.',
  84. 'the input value' => 'o valor de entrada',
  85. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" já foi utilizado.',
  86. '{attribute} cannot be blank.' => '"{attribute}" não pode ficar em branco.',
  87. '{attribute} is invalid.' => '"{attribute}" é inválido.',
  88. '{attribute} is not a valid URL.' => '"{attribute}" não é uma URL válida.',
  89. '{attribute} is not a valid email address.' => '"{attribute}" não é um endereço de e-mail válido.',
  90. '{attribute} must be "{requiredValue}".' => '"{attribute}" deve ser "{requiredValue}".',
  91. '{attribute} must be a number.' => '"{attribute}" deve ser um número.',
  92. '{attribute} must be a string.' => '"{attribute}" deve ser um texto.',
  93. '{attribute} must be an integer.' => '"{attribute}" deve ser um número inteiro.',
  94. '{attribute} must be either "{true}" or "{false}".' => '"{attribute}" deve ser "{true}" ou "{false}".',
  95. '{attribute} must be greater than "{compareValue}".' => '"{attribute}" deve ser maior que "{compareValue}".',
  96. '{attribute} must be greater than or equal to "{compareValue}".' => '"{attribute}" deve ser maior ou igual a "{compareValue}".',
  97. '{attribute} must be less than "{compareValue}".' => '"{attribute}" deve ser menor que "{compareValue}".',
  98. '{attribute} must be less than or equal to "{compareValue}".' => '"{attribute}" deve ser menor ou igual a "{compareValue}".',
  99. '{attribute} must be no greater than {max}.' => '"{attribute}" não pode ser maior que {max}.',
  100. '{attribute} must be no less than {min}.' => '"{attribute}" não pode ser menor que {min}.',
  101. '{attribute} must be repeated exactly.' => '"{attribute}" deve ser repetido exatamente.',
  102. '{attribute} must not be equal to "{compareValue}".' => '"{attribute}" não deve ser igual a "{compareValue}".',
  103. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '"{attribute}" deve conter pelo menos {min, number} {min, plural, one{caractere} other{caracteres}}.',
  104. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '"{attribute}" deve conter no máximo {max, number} {max, plural, one{caractere} other{caracteres}}.',
  105. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '"{attribute}" deve conter {length, number} {length, plural, one{caractere} other{caracteres}}.',
  106. ];