From 8f4a32f1ba567554849c31a0066821f179efe357 Mon Sep 17 00:00:00 2001 From: ElinorW Date: Tue, 21 May 2024 17:50:26 +0300 Subject: [PATCH] add portuguese translations --- .../microsoft-kiota/l10n/bundle.l10n.pt.json | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/vscode/microsoft-kiota/l10n/bundle.l10n.pt.json b/vscode/microsoft-kiota/l10n/bundle.l10n.pt.json index 32df883b16..9399d1777f 100644 --- a/vscode/microsoft-kiota/l10n/bundle.l10n.pt.json +++ b/vscode/microsoft-kiota/l10n/bundle.l10n.pt.json @@ -38,37 +38,37 @@ "No content found in the clipboard": "Nenhum conteúdo encontrado na área de transferência", "Invalid content found in the clipboard": "Conteúdo inváido na área de transferência", "Select an API manifest key": "Selecione uma chave para um manifesto de API", - "Edit Paths":"", - "Re-generate": "", - "Add an API description": "", + "Edit Paths":"Modificar endpoints", + "Re-generate": "Gerar novamente", + "Add an API description": "Adicione a descrição de uma API", "Search or paste a path to an API description": "Busque ou cole o caminho para uma descrição de API", "Generate a plugin": "Gerar um plugin ", "Generate an API manifest": "Gerar um API manifest", "What do you want to generate?": "O que você quer gerar?", - "Select an option": "", - "class": "", - "namespace": "", - "output path": "", - "language": "", + "Select an option": "Selecione uma opção ", + "class": "classe", + "namespace": "namespace", + "output directory": "Diretório de destino", + "language": "linguagem", "Create a new API client": "Criar um novo cliente de API", "Create a new plugin": "Criar um novo plugin ", - "Create a new manifest": "", - "plugin name:": "", - "Choose a name for the plugin:": "", - "Choose a plugin type": "", - "manifest name": "", - "Choose a name for the manifest": "", - "Required": "", - "Open installation instructions for kiota?": "", - "Invalid generation type": "", - "Yes, override it": "", - "Before adding a new API description, consider that your changes and current selection will be lost.": "", - "Cancel": "", + "Create a new manifest": "Criar um novo manifesto", + "plugin name:": "Nome do plugin", + "Choose a name for the plugin:": "Escolha um nome para o plugin", + "Choose a plugin type": "Escolha o tipo do plugin", + "manifest name": "nome do manifesto", + "Choose a name for the manifest": "Escolha um nome para o manifesto", + "Required": "Obrigatório ", + "Open installation instructions for kiota?": "Abrir as instruções de instalação do Kiota?", + "Invalid generation type": "Tipo de geração inválido ", + "Yes, override it": "Sim, substituir", + "Before adding a new API description, consider that your changes and current selection will be lost.": "Antes de adicionar uma nova descrição de API, considere que as alterações e a seleção atual será perdida.", + "Cancel": "Cancela", "Do you want to remove this API description?": "Você quer remover a descrição dessa API?", - "Please save the workspace.json file before re-generation.": "", - "OK": "", - "Generating manifest...": "", - "Generating plugin...": "", - "Re-generating client...": "", - "Re-generating plugin...": "" + "Please save the workspace.json file before re-generation.": "Por favor, salve o arquivo workspace.json antes de gerar novamente.", + "OK": "Ok", + "Generating manifest...": "Gerando o manifesto...", + "Generating plugin...": "Gerando o plugin...", + "Re-generating client...": "Regerando o cliente...", + "Re-generating plugin...": "Regerando o plugin..." }