pt_BR.js 4.59 KB
Newer Older
wanli's avatar
wanli committed
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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
/**
 * Portuguese Brazilian translate
 * @type Object
 */
/* eslint camelcase: 0 */
const pt_BR = {
  btn: {
    about: 'Sobre',
    back: 'Voltar',
    cancel: 'Cancelar',
    clear: 'Limpar',
    copy: 'Copiar',
    cut: 'Recortar',
    delete: 'Apagar',
    edit: 'Editar',
    forward: 'Avançar',
    folder: 'Nova pasta',
    file: 'Novo arquivo',
    fullScreen: 'Tela cheia',
    grid: 'Grade',
    paste: 'Colar',
    refresh: 'Atualizar',
    submit: 'Criar',
    table: 'Tabela',
    upload: 'Upload',
    uploadSelect: 'Selecionar arquivos',
    hidden: ' Arquivos ocultos',
  },
  clipboard: {
    actionType: 'Formato',
    copy: 'Copiar',
    cut: 'Recortar',
    none: 'Nada selecionado',
    title: 'Área de transferência',
  },
  contextMenu: {
    copy: 'Copiar',
    cut: 'Colar',
    delete: 'Apagar',
    download: 'Download',
    info: 'Selecionado:',
    open: 'Abrir',
    paste: 'Colar',
    properties: 'Propriedades',
    rename: 'Renomear',
    select: 'Selecionar',
    view: 'Visualizar',
    zip: 'Compactar',
    unzip: 'Descompactar',
    edit: 'Editar',
    audioPlay: 'Play',
    videoPlay: 'Play',
  },
  info: {
    directories: 'Pastas:',
    files: 'Arquivos:',
    selected: 'Selecionado:',
    selectedSize: 'Tamanho dos arquivos:',
    size: 'Tamanho dos arquivos:',
  },
  manager: {
    table: {
      date: 'Data',
      folder: 'Pasta',
      name: 'Nome',
      size: 'Tamanho',
      type: 'Tipo',
    },
  },
  modal: {
    about: {
      developer: 'Desenvolvedor',
      name: 'Laravel File Manager',
      title: 'Sobre',
      version: 'Versão',
    },
    delete: {
      noSelected: 'Nada selecionado!',
      title: 'Apagar',
    },
    newFile: {
      fieldName: 'Nome do arquivo',
      fieldFeedback: 'Arquivo existente!',
      title: 'Criar novo arquivo',
    },
    newFolder: {
      fieldName: 'Nome da pasta',
      fieldFeedback: 'Pasta existente!',
      title: 'Criar nova pasta',
    },
    preview: {
      title: 'Visualizar',
    },
    properties: {
      disk: 'Disco',
      modified: 'Modificado',
      name: 'Nome',
      path: 'Caminho',
      size: 'Tamanho',
      title: 'Propriedades',
      type: 'Tipo',
      url: 'URL',
      access: 'Acesso',
      access_0: 'Acesso negado',
      access_1: 'Apenas leitura',
      access_2: 'Leitura e escrita',
    },
    rename: {
      directoryExist: 'Pasta existente',
      fieldName: 'Digite o novo nome',
      fieldFeedback: 'Nome inválido',
      fileExist: 'Arquivo existente',
      title: 'Renomear',
    },
    status: {
      noErrors: 'Nenhum erro!',
      title: 'Status',
    },
    upload: {
      ifExist: 'Se arquivo não existir:',
      noSelected: 'Nenhum arquivo selecionado!',
      overwrite: 'Substituir!',
      selected: 'Selecionado:',
      size: 'Tamanho:',
      skip: 'Pular',
      title: 'Upload de arquivos',
    },
    editor: {
      title: 'Editor',
    },
    audioPlayer: {
      title: 'Áudio player',
    },
    videoPlayer: {
      title: 'Video player',
    },
    zip: {
      title: 'Compactar arquivo',
      fieldName: 'Nome do arquivo',
      fieldFeedback: 'Arquivo existente!',
    },
    unzip: {
      title: 'Descompactar arquivo',
      fieldName: 'Nome da pasta',
      fieldRadioName: 'Extrair para:',
      fieldRadio1: 'Pasta atual',
      fieldRadio2: 'Nova pasta',
      fieldFeedback: 'Pasta existente!',
      warning: 'Atenção! Se os nomes forem idênticos, os arquivos serão substituídos!',
    },
    cropper: {
      title: 'Cortar',
      apply: 'Aplicar',
      reset: 'Resetar',
      save: 'Salvar',
    },
  },
  notifications: {
    cutToClipboard: 'Recortado para área de transferência!',
    copyToClipboard: 'Copiado para área de transferência!',
  },
  response: {
    noConfig: 'Configuração não encontrada!',
    notFound: 'Não encontrado!',
    diskNotFound: 'Disco não encontrado!',
    pathNotFound: 'Caminho não encontrado!',
    diskSelected: 'Disco selecionado!',
    // files
    fileExist: 'Arquivo já existe!',
    fileCreated: 'Arquivo criado!',
    fileUpdated: 'Arquivo atualizado!',
    fileNotFound: 'Arquivo não encontrado!',
    // directories
    dirExist: 'Pasta já existe!',
    dirCreated: 'Pasta criada!',
    dirNotFound: 'Pasta não encontrada',
    // actions
    uploaded: 'Todos os arquivo realizarm o upload!',
    notAllUploaded: 'Alguns arquivos não realizaram o upload!',
    delNotFound: 'Alguns itens não foram encontrados!',
    deleted: 'Deletado!',
    renamed: 'Renomeado!',
    copied: 'Copiado com sucesso!',
    // zip
    zipError: 'Erro ao compactar!',
    // acl
    aclError: 'Acesso negado!',
  },
};

export default pt_BR;