Archived
update localization resource files (#14389)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"streamCanceled": "Operação de fluxo cancelada pelo usuário"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"progress": "$(sync~spin) {0}...",
|
||||
"cancelTooltip": "Cancelar",
|
||||
"cancel": "Cancelar operação?",
|
||||
"mssql.searchServers": "Nomes de Servidores de Pesquisa"
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"connectionInfoUndefined": "ConnectionInfo é indefinido.",
|
||||
"connectionInfoOptionsUndefined": "ConnectionInfo.options está indefinido.",
|
||||
"connectionInfoOptionsMissingProperties": "Algumas propriedades ausentes em connectionInfo.options: {0}"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"maxSizeNotice": "AVISO: este arquivo foi truncado em {0} para visualização. ",
|
||||
"maxSizeReached": "O arquivo foi truncado em {0} para visualização."
|
||||
}
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"allFiles": "Todos os Arquivos",
|
||||
"lblUploadFiles": "Carregar",
|
||||
"uploading": "Carregando arquivos para o HDFS",
|
||||
"uploadCanceled": "A operação de upload foi cancelada",
|
||||
"uploadError": "Erro ao carregar arquivos: {0}",
|
||||
"makingDir": "Criando diretório",
|
||||
"mkdirCanceled": "A operação foi cancelada",
|
||||
"mkDirError": "Erro ao criar o diretório: {0}",
|
||||
"enterDirName": "Insira o nome do diretório",
|
||||
"deleteError": "Erro ao excluir arquivos: {0}",
|
||||
"msgDeleteFolder": "Tem certeza de que deseja excluir esta pasta e o respectivo conteúdo?",
|
||||
"msgDeleteFile": "Tem certeza de que deseja excluir este arquivo?",
|
||||
"saving": "Salvando arquivos HDFS",
|
||||
"saveCanceled": "A operação de salvamento foi cancelada",
|
||||
"saveError": "Erro ao salvar o arquivo: {0}",
|
||||
"previewing": "Gerando visualização",
|
||||
"previewError": "Erro ao visualizar o arquivo: {0}",
|
||||
"copyPathError": "Erro ao copiar o caminho: {0}",
|
||||
"manageAccessError": "Erro inesperado ao abrir a caixa de diálogo Gerenciar Acesso: {0}"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"errorExpanding": "Erro: {0}",
|
||||
"errDeleteConnectionNode": "Não é possível excluir uma conexão. Somente subpastas e arquivos podem ser excluídos."
|
||||
}
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"prmptPwd": "Forneça a senha para conectar-se ao HDFS:",
|
||||
"sessionNotFound": "A sessão para o nó {0} não existe",
|
||||
"notifyError": "Erro ao notificar a alteração de nó: {0}",
|
||||
"hdfsFolder": "HDFS",
|
||||
"rootLabel": "Raiz"
|
||||
}
|
||||
Reference in New Issue
Block a user