forked from intellism/vscode-comment-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.es.json
30 lines (30 loc) · 2.75 KB
/
package.nls.es.json
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
{
"commentTranslate.displayName": "Traducir comentario",
"commentTranslate.description": "Este plugin utiliza la API de Google Translate para traducir comentarios para el lenguaje de programación VSCode.",
"commentTranslate.command.select": "Seleccione rápidamente la última área de traducción",
"commentTranslate.command.clipboard": "Traducir Portapapeles",
"commentTranslate.command.selectAllText": "Seleccione rápidamente todas las cadenas en el archivo",
"commentTranslate.command.selectAllComment": "Seleccione rápidamente todos los comentarios en el archivo",
"commentTranslate.command.translateAllText": "Traduce rápidamente todas las cadenas en el archivo",
"commentTranslate.command.translateAllComment": "Traduce rápidamente todos los comentarios en el archivo",
"commentTranslate.command.changeTargetLanguage": "Cambiar el idioma de destino de traducción",
"commentTranslate.command.changeTranslateSource": "Cambiar el origen de la traducción",
"commentTranslate.command.replaceSelections": "Traducir y reemplazar selecciones",
"commentTranslate.command.toggleBrowseMode": "Alternar modo de navegación de comentarios",
"commentTranslate.command.toggleDocumentBrowseMode": "Alternar modo de navegación de comentarios para el documento actual",
"commentTranslate.command.translateForCopilotChat": "Traducir texto seleccionado y mostrar en GitHub Copilot Chat",
"commentTranslate.command.nameVariable": "Nombrar variables a partir de descripciones traducidas",
"commentTranslate.configuration.concise": "Modo conciso. Si está activado, solo presionando Ctrl o Comando se activará la traducción flotante",
"commentTranslate.configuration.contentHover": "Traducir contenido flotante",
"commentTranslate.configuration.targetLanguage": "Traducción al idioma de destino",
"commentTranslate.configuration.sourceLanguage": "Traducción al idioma de origen",
"commentTranslate.configuration.source": "Traducir fuente de servcie. Google, Bing, Baidu han sido incorporados.",
"commentTranslate.configuration.browseEnabled": "Habilitar traducción de navegación de comentarios",
"commentTranslate.configuration.browseMode": "Modo de navegación de comentarios",
"commentTranslate.configuration.openHover": "Abrir traducción flotante",
"commentTranslate.configuration.stringHover": "Cadena de traducción flotante",
"commentTranslate.configuration.variableHover": "Variable de traducción flotante",
"commentTranslate.configuration.selectTargetLanguageWhenReplacing": "Seleccione TargetLanguage al reemplazar",
"commentTranslate.configuration.maxTranslationLength": "Longitud máxima de traducción",
"commentTranslate.configuration.MultilineMerge": "Comentario Combinación multilínea"
}