You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/bundle.l10n.es.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,13 @@
4
4
"Welcome to {0} version {1}! The extension is now active": "¡Bienvenido a {0} versión {1}! La extensión ahora está activa",
5
5
"New version of {0} is available. Check out the release notes for version {1}": "Hay disponible una nueva versión de {0}. Consulte las notas de la versión {1}",
6
6
"Release Notes": "Notas de la versión",
7
-
"Close": "Cerrar",
7
+
"Dismiss": "Descartar",
8
+
"About Us": "Acerca de Nosotros",
9
+
"Documentation": "Documentación",
10
+
"Report Issues": "Reportar Problemas",
11
+
"Rate Us": "Calificanos",
12
+
"Follow Us": "Síguenos",
13
+
"Support Us": "Apóyanos",
8
14
"Become a Sponsor": "Conviértete en Patrocinador",
9
15
"Donate via PayPal": "Donar a través de PayPal",
10
16
"Although {0} is offered at no cost, your support is deeply appreciated if you find it beneficial. Thank you for considering!": "Aunque {0} se ofrece sin costo, su apoyo es muy apreciado si lo encuentra beneficioso. ¡Gracias por considerarlo!",
Copy file name to clipboardExpand all lines: package.nls.es.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
-
"extensionIdentifier.files.include": "Patrones Glob para incluir en el paquete. El valor predeterminado es ts, js, json, html, css, scss, less",
3
-
"extensionIdentifier.files.exclude": "Patrones Glob para excluir del paquete. El valor predeterminado es node_modules, dist, out, build y cualquier archivo oculto",
4
-
"extensionIdentifier.files.showPath": "Mostrar la ruta del archivo en el nombre de la lista de archivos generados",
2
+
"extensionIdentifier.files.includedFilePatterns": "Patrones Glob para incluir en el paquete. El valor predeterminado es ts, js, json, html, css, scss, less",
3
+
"extensionIdentifier.files.excludedFilePatterns": "Patrones Glob para excluir del paquete. El valor predeterminado es node_modules, dist, out, build y cualquier archivo oculto",
4
+
"extensionIdentifier.files.includeFilePath": "Mostrar la ruta del archivo en el nombre de la lista de archivos generados",
5
5
"extensionIdentifier.openai.apiKey": "Clave de API de OpenAI. Obténgala de https://platform.openai.com/account/api-keys",
6
6
"extensionIdentifier.openai.model": "Modelo de OpenAI. El valor predeterminado es gpt-3.5-turbo. Obtenga más información de https://platform.openai.com/docs/models/model-endpoint-compatibility",
Copy file name to clipboardExpand all lines: package.nls.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
-
"extensionIdentifier.files.include": "Glob patterns to include in the package. The default is ts, js, json, html, css, scss, less",
3
-
"extensionIdentifier.files.exclude": "Glob patterns to exclude from the package. The default is node_modules, dist, out, build, and any hidden files",
4
-
"extensionIdentifier.files.showPath": "Show the path of the file in the name of the list of generated files",
2
+
"extensionIdentifier.files.includedFilePatterns": "Glob patterns to include in the package. The default is ts, js, json, html, css, scss, less",
3
+
"extensionIdentifier.files.excludedFilePatterns": "Glob patterns to exclude from the package. The default is node_modules, dist, out, build, and any hidden files",
4
+
"extensionIdentifier.files.includeFilePath": "Show the path of the file in the name of the list of generated files",
5
5
"extensionIdentifier.openai.apiKey": "OpenAI API Key. Get it from https://platform.openai.com/account/api-keys",
6
6
"extensionIdentifier.openai.model": "OpenAI Model. The default is gpt-3.5-turbo. Get more information from https://platform.openai.com/docs/models/model-endpoint-compatibility",
0 commit comments