yii.php 7.39 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<?php
/**
 * Message translations.
 *
 * This file is automatically generated by 'yii message' command.
 * It contains the localizable messages extracted from source code.
 * You may modify this file by translating the extracted messages.
 *
 * Each array element represents the translation (value) of a message (key).
 * If the value is empty, the message is considered as not translated.
 * Messages that no longer need translation will have their translations
 * enclosed between a pair of '@@' marks.
 *
 * Message string can be used with plural forms format. Check i18n section
 * of the guide for details.
 *
 * NOTE: this file must be saved in UTF-8 encoding.
 */
return array (
  '(not set)' => '(não definido)',
  'An internal server error occurred.' => 'Ocorreu um erro interno do servidor.',
  'Are you sure to delete this item?' => 'Tem certeza de que deseja excluir este item?',
  'Delete' => 'Excluir',
24
  'Error' => 'Erro',
25
  'File upload failed.' => 'O upload do arquivo falhou.',
26 27 28 29 30
  'Home' => 'Página Inicial',
  'Invalid data received for parameter "{param}".' => 'Dados inválidos recebidos para o parâmetro “{param}”.',
  'Login Required' => 'Login Necessário.',
  'Missing required arguments: {params}' => 'Argumentos obrigatórios ausentes: {params}',
  'Missing required parameters: {params}' => 'Parâmetros obrigatórios ausentes: {params}',
31
  'No' => 'Não',
32 33
  'No help for unknown command "{command}".' => 'Não há ajuda para o comando desconhecido “{command}”.',
  'No help for unknown sub-command "{command}".' => 'Não há ajuda para o sub-comando desconhecido “{command}”.',
34
  'No results found.' => 'Nenhum resultado foi encontrado.',
35 36
  'Only files with these extensions are allowed: {extensions}.' => 'São permitidos somente arquivos com as seguintes extensões: {extensions}.',
  'Only files with these mimeTypes are allowed: {mimeTypes}.' => 'São permitidos somente arquivos com os seguintes mimeTypes: {mimeTypes}.',
37 38
  'Page not found.' => 'Página não encontrada.',
  'Please fix the following errors:' => 'Por favor, corrija os seguintes erros:',
39
  'Please upload a file.' => 'Por favor, faça upload de um arquivo.',
40
  '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}}.',
41 42
  'The file "{file}" is not an image.' => 'O arquivo “{file}” não é uma imagem.',
  '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}}.',
43
  '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}}.',
44
  'The format of {attribute} is invalid.' => 'O formato de “{attribute}” é inválido.',
45 46 47 48
  '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}}.',
  '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}}.',
  '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}}.',
  '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}}.',
49
  'The verification code is incorrect.' => 'O código de verificação está incorreto.',
50
  'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Total <b>{count, number}</b> {count, plural, one{item} other{itens}}.',
51
  'Unable to verify your data submission.' => 'Não foi possível verificar o seu envio de dados.',
52 53
  'Unknown command "{command}".' => 'Comando desconhecido “{command}”.',
  'Unknown option: --{name}' => 'Opção desconhecida : --{name}',
54 55
  'Update' => 'Alterar',
  'View' => 'Exibir',
56 57
  'Yes' => 'Sim',
  'You are not allowed to perform this action.' => 'Você não está autorizado a realizar essa ação.',
58
  '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}}.',
59
  'the input value' => 'o valor de entrada',
60 61 62 63 64 65 66
  '{attribute} "{value}" has already been taken.' => '{attribute} “{value}” já foi utilizado.',
  '{attribute} cannot be blank.' => '“{attribute}” não pode ficar em branco.',
  '{attribute} is invalid.' => '“{attribute}” é inválido.',
  '{attribute} is not a valid URL.' => '“{attribute}” não é uma URL válida.',
  '{attribute} is not a valid email address.' => '“{attribute}” não é um endereço de e-mail válido.',
  '{attribute} must be "{requiredValue}".' => '“{attribute}” deve ser “{requiredValue}”.',
  '{attribute} must be a number.' => '“{attribute}” deve ser um número.',
67
  '{attribute} must be a string.' => '“{attribute}” deve ser um texto.',
68 69
  '{attribute} must be an integer.' => '“{attribute}” deve ser um número inteiro.',
  '{attribute} must be either "{true}" or "{false}".' => '“{attribute}” deve ser “{true}” ou “{false}”.',
70
  '{attribute} must be greater than "{compareValue}".' => '“{attribute}” deve ser maior que “{compareValue}”.',
71
  '{attribute} must be greater than or equal to "{compareValue}".' => '“{attribute}” deve ser maior ou igual a “{compareValue}”.',
72
  '{attribute} must be less than "{compareValue}".' => '“{attribute}” deve ser menor que “{compareValue}”.',
73
  '{attribute} must be less than or equal to "{compareValue}".' => '“{attribute}” deve ser menor ou igual a “{compareValue}”.',
74 75
  '{attribute} must be no greater than {max}.' => '“{attribute}” não pode ser maior que {max}.',
  '{attribute} must be no less than {min}.' => '“{attribute}” não pode ser menor que {min}.',
76
  '{attribute} must be repeated exactly.' => '“{attribute}” deve ser repetido exatamente.',
77 78 79 80 81
  '{attribute} must not be equal to "{compareValue}".' => '“{attribute}” não deve ser igual a “{compareValue}”.',
  '{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}}.',
  '{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}}.',
  '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '“{attribute}” deve conter {length, number} {length, plural, one{caractere} other{caracteres}}.',
);