Blame view

vendor/kartik-v/bootstrap-fileinput/js/fileinput_locale_pt-BR.js 3.2 KB
ad2e91f7   Mihail   move multyparser ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
  /*!
   * FileInput Brazillian Portuguese Translations
   *
   * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
   * any HTML markup tags in the messages must not be converted or translated.
   *
   * @see http://github.com/kartik-v/bootstrap-fileinput
   *
   * NOTE: this file must be saved in UTF-8 encoding.
   */
  (function ($) {
      "use strict";
  
      $.fn.fileinputLocales['pt-BR'] = {
          fileSingle: 'arquivo',
          filePlural: 'arquivos',
          browseLabel: 'Procurar…',
          removeLabel: 'Remover',
          removeTitle: 'Remover arquivos selecionados',
          cancelLabel: 'Cancelar',
          cancelTitle: 'Interromper envio em andamento',
          uploadLabel: 'Enviar',
          uploadTitle: 'Enviar arquivos selecionados',
          msgZoomTitle: 'Ver detalhes',
          msgZoomModalHeading: 'Pré-visualização detalhada',
          msgSizeTooLarge: 'O arquivo "{name}" (<b>{size} KB</b>) excede o tamanho máximo permitido de <b>{maxSize} KB</b>.',
          msgFilesTooLess: 'Você deve selecionar pelo menos <b>{n}</b> {files} para enviar.',
          msgFilesTooMany: 'O número de arquivos selecionados para o envio <b>({n})</b> excede o limite máximo permitido de <b>{m}</b>.',
          msgFileNotFound: 'O arquivo "{name}" não foi encontrado!',
          msgFileSecured: 'Restrições de segurança impedem a leitura do arquivo "{name}".',
          msgFileNotReadable: 'O arquivo "{name}" não pode ser lido.',
          msgFilePreviewAborted: 'A pré-visualização do arquivo "{name}" foi interrompida.',
          msgFilePreviewError: 'Ocorreu um erro ao ler o arquivo "{name}".',
          msgInvalidFileType: 'Tipo inválido para o arquivo "{name}". Apenas arquivos "{types}" são permitidos.',
          msgInvalidFileExtension: 'Extensão inválida para o arquivo "{name}". Apenas arquivos "{extensions}" são permitidos.',
          msgUploadAborted: 'O upload do arquivo foi abortada',
          msgValidationError: 'Erro de envio de arquivo',
          msgLoading: 'Enviando arquivo {index} de {files}&hellip;',
          msgProgress: 'Enviando arquivo {index} de {files} - {name} - {percent}% completo.',
          msgSelected: '{n} {files} selecionado(s)',
          msgFoldersNotAllowed: 'Arraste e solte apenas arquivos! {n} soltar pasta(s) ignoradas.',
          msgImageWidthSmall: 'Largura do arquivo de imagem "{name}" deve ser pelo menos {size} px.',
          msgImageHeightSmall: 'Altura do arquivo de imagem "{name}" deve ser pelo menos {size} px.',
          msgImageWidthLarge: 'Largura do arquivo de imagem "{name}" não pode exceder {size} px.',
          msgImageHeightLarge: 'Altura do arquivo de imagem "{name}" não pode exceder {size} px.',
          msgImageResizeError: 'Could not get the image dimensions to resize.',
          msgImageResizeException: 'Erro ao redimensionar a imagem.<pre>{errors}</pre>',
          dropZoneTitle: 'Arraste e solte os arquivos aqui&hellip;',
          fileActionSettings: {
              removeTitle: 'Remover arquivo',
              uploadTitle: 'Carregar arquivo',
              indicatorNewTitle: 'Ainda não carregou',
              indicatorSuccessTitle: 'Carregado',
              indicatorErrorTitle: 'Carregar Erro',
              indicatorLoadingTitle: 'A carregar ...'
          }
      };
  })(window.jQuery);