Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
#
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#

S3Meta.name=Conexão S3
S3Meta.description=Conexão S3 para VFS (compatível com AWS ou S3)
S3Meta.Name=Conexão S3
S3Meta.Description=Conexão S3 para VFS (compatível com AWS ou S3)
S3Meta.Name.Label=Nome
S3Meta.Description.Label=Descrição
S3Meta.Description.Description=Descrição opcional desta conexão.
S3Meta.AccessKey.Label=Chave de acesso
S3Meta.AccessKey.Description=ID da chave de acesso do AWS (deixar vazio para usar perfil ou cadeia padrão)
S3Meta.SecretKey.Label=Chave secreta
S3Meta.SecretKey.Description=Chave de acesso secreta da AWS
S3Meta.SessionToken.Label=Token de sessão
S3Meta.SessionToken.Description=Token de sessão opcional para credenciais temporárias
S3Meta.Region.Label=Região
S3Meta.Region.Description=região AWS (por exemplo, nós-leste-1)
S3Meta.Endpoint.Label=URL do ponto final
S3Meta.Endpoint.Description=ponto de terminação personalizado (por exemplo, para compatível com S3 ou MinIO)
S3Meta.PathStyle.Label=Acesso ao estilo de caminho.
S3Meta.PathStyle.Description=Use o acesso ao balde em estilo de caminho (necessário para alguns terminais compatíveis com S3)
S3Meta.CredentialsFile.Label=Arquivo de credenciais
S3Meta.CredentialsFile.Description=Caminho para o arquivo de credenciais AWS
S3Meta.ProfileName.Label=Nome do perfil
S3Meta.ProfileName.Description=Nome do perfil da AWS (quando usar o arquivo de credenciais)
S3Meta.PartSize.Label=Tamanho da peça
S3Meta.PartSize.Description=Tamanho da peça de upload multi-parte (por exemplo, 5MB)
S3Meta.CacheTtl.Label=Cache TTL (segundos)
S3Meta.CacheTtl.Description=Por quanto tempo armazenar os resultados da listagem de pastas (em segundos, padrão 5)
S3Meta.AuthType.Label=Autenticação
S3Meta.AuthType.Default=Padrão (ambiente / perfil de instância)
S3Meta.AuthType.AccessKeys=Chave de acesso e segredo
S3Meta.AuthType.CredentialsFile=Arquivo / perfil de credenciais
S3Meta.AuthType.Anonymous=Anônimo (somente contêineres públicos)
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ AzureMetadataTypeEditor.StorageAccountEndpoint.Label=Endere\u00E7o de armazename
AzureMetadataTypeEditor.StorageAccountKey.Label=Chave da conta de armazenamento
AzureMetadataTypeEditor.StorageAccountName.Label=Nome da conta de armazenamento
AzureMetadataTypeEditor.AuthenticationType.Label=Tipo de autenticação
AzureMetadataTypeEditor.CacheTtlSeconds.Label=Armazenamento TTL (segundos)
AzureMetadataTypeEditor.CacheTtlSeconds.Description=Por quanto tempo armazenar os resultados de listagem de pastas(em segundos, padrão 5). Se não estiver definido, será 10 segundos.
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ GoogleCloudPlugin.ReadTimeout.Label=Tempo esgotado de leitura
GoogleCloudPlugin.ReadTimeout.Description=Tempo esgotado de leitura
GoogleCloudPlugin.ScanFolderForLastModificationDate.Label=Ler pastas para encontrar o \u00FAltimo dado modificado
GoogleCloudPlugin.ScanFolderForLastModificationDate.Description=Ler todos os arquivos em um diret\u00F3rio e utilizar a data mais recente de modifica\u00E7\u00E3o como data de modifica\u00E7\u00E3o do diret\u00F3rio. Isso pode sofrer impacto de performance em buckets com muitos arquivos.
GoogleCloudPlugin.CacheTtlSeconds.Label=Armazenamento TTL (segundos)
GoogleCloudPlugin.CacheTtlSeconds.Description=Por quanto tempo armazenar os resultados de listagem de pastas(em segundos, padrão 5). Se não estiver definido, será 10 segundos.
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ MinioVFS.Region.Label =Região
MinioVFS.Region.Description =Opcionalmente, a região MinIO para usar
MinioVFS.PartSize.Label =Tamanho da peça do objeto
MinioVFS.PartSize.Description =Opcionalmente, o tamanho padrão do objeto MinIO.
MinioVFS.CacheTtl.Label=Armazenamento TTL (segundos)
MinioVFS.CacheTtl.Description=Por quanto tempo armazenar os resultados de listagem de pastas(em segundos, padrão 5). Se não estiver definido, será 10 segundos.
Loading