Skip to content

Commit 7661f02

Browse files
committed
Fix translation
1 parent 5280a40 commit 7661f02

File tree

8 files changed

+34
-34
lines changed

8 files changed

+34
-34
lines changed

l10n/bundle.l10n.es.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@
198198
"JTAG selection may be affected by strapping configuration ({0} is set).": "La selección de JTAG puede verse afectada por la configuración de strapping (se ha establecido {0}).",
199199
"JTAG is not disabled.": "JTAG no está deshabilitado.",
200200
"IDF Version >= 4.3.x required to have eFuse view": "Se requiere IDF Versión >= 4.3.x para tener vista de e-fuse",
201-
"param.showHintsNotification": "Mostrar notificaciones emergentes cuando se encuentren sugerencias para errores de compilación",
202201
"No ESP-IDF settings found to remove.": "No se encontró ninguna configuración de ESP-IDF para eliminar.",
203202
"Are you sure you want to remove all ESP-IDF settings? This will delete all idf.* configurations.": "¿Está seguro de que desea eliminar todas las configuraciones de ESP-IDF? Esto eliminará todas las configuraciones idf.*.",
204203
"{0} settings will be removed.": "{0} configuraciones serán eliminadas.",

l10n/bundle.l10n.pt.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@
239239
"🔗 Reference Documentation": "🔗Documentação de Referência",
240240
"Open {0}": "Abrir {0}",
241241
"💡 Show Hints": "💡 Mostrar Dicas",
242-
"param.showHintsNotification": "Mostrar notificações pop-up quando dicas forem encontradas para erros de compilação",
243242
"Disable Hints Notifications": "Desabilitar Notificações de Dicas",
244243
"Hint notifications disabled for this workspace. You can re-enable them in settings or access hints manually in ESP-IDF bottom panel": "Notificações de dicas desabilitadas para este workspace. Você pode reabilitá-las nas configurações ou acessar dicas manualmente no painel inferior do ESP-IDF"
245244
}

l10n/bundle.l10n.ru.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@
239239
"🔗 Reference Documentation": "🔗 Справочная Документация",
240240
"Open {0}": "Открыть {0}",
241241
"💡 Show Hints": "💡 Показать Подсказки",
242-
"param.showHintsNotification": "Показывать всплывающие уведомления при обнаружении подсказок для ошибок сборки",
243242
"Disable Hints Notifications": "Отключить уведомления с подсказками",
244243
"Hint notifications disabled for this workspace. You can re-enable them in settings or access hints manually in ESP-IDF bottom panel": "Уведомления с подсказками отключены для этой рабочей области. Вы можете включить их в настройках или получить доступ к подсказкам вручную в нижней панели ESP-IDF"
245244
}

l10n/bundle.l10n.zh-CN.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@
239239
"🔗 Reference Documentation": "🔗 参考文档",
240240
"Open {0}": "打开 {0}",
241241
"💡 Show Hints": "💡 显示提示",
242-
"param.showHintsNotification": "当发现构建错误的提示时显示通知弹窗",
243242
"Disable Hints Notifications": "禁用提示通知",
244243
"Hint notifications disabled for this workspace. You can re-enable them in settings or access hints manually in ESP-IDF bottom panel": "已为此工作区禁用提示通知。您可以在设置中重新启用它们,或手动在 ESP-IDF 底部面板中访问提示"
245244
}

package.nls.es.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"espIdf.getEspMdf.title": "Instalar ESP-MDF",
5757
"espIdf.getEspRainmaker.title": "Instalar ESP-Rainmaker",
5858
"espIdf.heaptrace.title": "Rastreo de montón",
59-
"espIdf.idfReconfigureTask.title": "ESP-IDF: Ejecute la tarea de reconfiguración de idf.py",
59+
"espIdf.idfReconfigureTask.title": "ESP-IDF: Ejecute la tarea de reconfiguración de idf.py",
6060
"espIdf.importProject.title": "Importar proyecto ESP-IDF",
6161
"espIdf.installEspMatterPyReqs.title": "Instalar paquetes Python de ESP-Matter",
6262
"espIdf.installPyReqs.title": "Instalar paquetes Python de la extensión ESP-IDF",
@@ -85,7 +85,7 @@
8585
"espIdf.selectNotificationMode.title": "Seleccionar modo de notificación y salida",
8686
"espIdf.selectOpenOcdConfigFiles.title": "Seleccionar archivos de configuración de placa OpenOCD",
8787
"espIdf.selectPort.title": "Seleccionar puerto a usar (COM, tty, usbserial)",
88-
"espIdf.setClangSettings.title": "Configurar el proyecto para usar ESP-Clang",
88+
"espIdf.setClangSettings.title": "Configurar el proyecto para usar ESP-Clang",
8989
"espIdf.setGcovConfig.title": "Configurar SDKConfig del proyecto para cobertura",
9090
"espIdf.setMatterDevicePath.title": "Establecer Ruta del Dispositivo ESP-MATTER (ESP_MATTER_DEVICE_PATH)",
9191
"espIdf.setTarget.title": "Establecer Objetivo del Dispositivo Espressif",
@@ -97,7 +97,7 @@
9797
"espIdf.welcome.title": "Bienvenido",
9898
"espIdf.viewAsHex.title": "Ver como Hexadecimal",
9999
"espIdf.hexView.copyValue.title": "Copiar valor al portapapeles",
100-
"espIdf.hexView.deleteElement.title": "Eliminar valor hexadecimal de la lista",
100+
"espIdf.hexView.deleteElement.title": "Eliminar valor hexadecimal de la lista",
101101
"esp_idf.appOffset.description": "Anular la dirección de inicio del programa de compilación (ESP32_APP_FLASH_OFF)",
102102
"esp_idf.debuggers.text.description": "El comando a ejecutar",
103103
"esp_idf.gdbinitFile.description": "Ruta del archivo gdbinit para el Adaptador de Depuración ESP-IDF",
@@ -137,7 +137,7 @@
137137
"param.flashBaudRate": "Tasa de baudios de flasheo ESP-IDF",
138138
"param.flashPartitionToUse": "Especifica la partición a grabar durante el proceso de flasheo.",
139139
"param.gitPath.title": "Ruta del ejecutable de Git",
140-
"param.jtagFlashCommandExtraArgs.title": "Openocd JTAG Flash Argumentos adicionales",
140+
"param.jtagFlashCommandExtraArgs.title": "Openocd JTAG Flash Argumentos adicionales",
141141
"param.launchMonitorOnDebugSession.title": "Iniciar Monitor IDF junto con la sesión de Adaptador de Depuración ESP-IDF",
142142
"param.monitorBaudRate": "Tasa de baudios de Monitor IDF ESP-IDF",
143143
"param.monitorCustomTimestampFormat": "Formato de marca de tiempo personalizado en Monitor IDF",
@@ -177,12 +177,13 @@
177177
"param.uncoveredLightTheme": "Color de fondo para líneas no cubiertas en tema claro para Cobertura de ESP-IDF.",
178178
"param.useIDFKConfigStyle": "Habilitar/Deshabilitar validación de estilo ESP-IDF para archivos Kconfig",
179179
"param.hintsViewer.title": "Ruta al archivo de sugerencias.",
180-
"param.enableSerialPortChipIdRequest.title": "Habilite la detección de la identificación del chip y muéstrela en la lista de selección del puerto serie",
181-
"param.useSerialPortVendorProductFilter.title": "Utilice el USB productID y el USB vendorID para filtrar dispositivos Espressif conocidos",
180+
"param.enableSerialPortChipIdRequest.title": "Habilite la detección de la identificación del chip y muéstrela en la lista de selección del puerto serie",
181+
"param.useSerialPortVendorProductFilter.title": "Utilice el USB productID y el USB vendorID para filtrar dispositivos Espressif conocidos",
182182
"param.usbSerialPortFilters.title": "Lista de USB productID y de USB vendorID para filtrar",
183-
"param.usbSerialPortFilters.vendorId": "Número hexadecimal del USB vendorID como texto.",
184-
"param.usbSerialPortFilters.productId": "Número hexadecimal del USB productID como texto.",
183+
"param.usbSerialPortFilters.vendorId": "Número hexadecimal del USB vendorID como texto.",
184+
"param.usbSerialPortFilters.productId": "Número hexadecimal del USB productID como texto.",
185185
"param.hasWalkthroughBeenShown": "Indica si se ha mostrado el recorrido de bienvenida",
186+
"param.showHintsNotification": "Mostrar notificaciones emergentes cuando se encuentren sugerencias para errores de compilación",
186187
"trace.poll_period.description": "poll_period se establecerá para el rastreo de la aplicación",
187188
"trace.skip_size.description": "skip_size se establecerá para el rastreo de la aplicación",
188189
"trace.stop_tmo.description": "stop_tmo se establecerá para el rastreo de la aplicación",

package.nls.pt.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"espIdf.getEspMdf.title": "Instale ESP-MDF",
5757
"espIdf.getEspRainmaker.title": "Instale ESP-Rainmaker",
5858
"espIdf.heaptrace.title": "Rastreamento de pilha",
59-
"espIdf.idfReconfigureTask.title": "ESP-IDF: Execute a tarefa de reconfiguração idf.py",
59+
"espIdf.idfReconfigureTask.title": "ESP-IDF: Execute a tarefa de reconfiguração idf.py",
6060
"espIdf.importProject.title": "Importar projeto ESP-IDF",
6161
"espIdf.installEspMatterPyReqs.title": "Instale pacotes ESP-Matter Python",
6262
"espIdf.installPyReqs.title": "Instale pacotes Python de extensão ESP-IDF",
@@ -85,7 +85,7 @@
8585
"espIdf.selectNotificationMode.title": "Selecione o modo de saída e notificação",
8686
"espIdf.selectOpenOcdConfigFiles.title": "Selecione a configuração da placa OpenOCD",
8787
"espIdf.selectPort.title": "Selecione a porta a ser usada (COM, tty, usbserial)",
88-
"espIdf.setClangSettings.title": "Configurar o projeto para ESP-Clang",
88+
"espIdf.setClangSettings.title": "Configurar o projeto para ESP-Clang",
8989
"espIdf.setGcovConfig.title": "Configurar o projeto SDKConfig para cobertura",
9090
"espIdf.setMatterDevicePath.title": "Definir caminho do dispositivo ESP-MATTER (ESP_MATTER_DEVICE_PATH)",
9191
"espIdf.setTarget.title": "Definir destino do dispositivo Espressif",
@@ -97,7 +97,7 @@
9797
"espIdf.welcome.title": "Bem-vindo",
9898
"espIdf.viewAsHex.title": "Ver como Hexadecimal",
9999
"espIdf.hexView.copyValue.title": "Copiar valor para a área de transferência",
100-
"espIdf.hexView.deleteElement.title": "Excluir valor hexadecimal da lista",
100+
"espIdf.hexView.deleteElement.title": "Excluir valor hexadecimal da lista",
101101
"esp_idf.appOffset.description": "Substituir o deslocamento do endereço inicial do programa de construção (ESP32_APP_FLASH_OFF)",
102102
"esp_idf.debuggers.text.description": "O comando para executar",
103103
"esp_idf.gdbinitFile.description": "caminho do arquivo gdbinit para adaptador de depuração ESP-IDF",
@@ -137,7 +137,7 @@
137137
"param.flashBaudRate": "Taxa de transmissão de flash ESP-IDF",
138138
"param.flashPartitionToUse": "Especifica a partição a ser gravada.",
139139
"param.gitPath.title": "Caminho executável do Git",
140-
"param.jtagFlashCommandExtraArgs.title": "Argumentos extras do Openocd JTAG Flash",
140+
"param.jtagFlashCommandExtraArgs.title": "Argumentos extras do Openocd JTAG Flash",
141141
"param.launchMonitorOnDebugSession.title": "Inicie o IDF Monitor junto com a sessão do adaptador de depuração ESP-IDF",
142142
"param.monitorBaudRate": "Taxa de transmissão do monitor ESP-IDF",
143143
"param.monitorCustomTimestampFormat": "Formato de carimbo de data/hora personalizado no IDF Monitor",
@@ -177,11 +177,12 @@
177177
"param.uncoveredLightTheme": "Cor de fundo para linhas descobertas no tema Light para cobertura ESP-IDF.",
178178
"param.useIDFKConfigStyle": "Habilitar/desabilitar validação de estilo ESP-IDF para arquivos Kconfig",
179179
"param.enableSerialPortChipIdRequest.title": "Habilite a detecção do ID do chip e mostre na lista de seleção de porta serial",
180-
"param.useSerialPortVendorProductFilter.title": "Use USB productID e vendorID para filtrar dispositivos Espressif conhecidos",
180+
"param.useSerialPortVendorProductFilter.title": "Use USB productID e vendorID para filtrar dispositivos Espressif conhecidos",
181181
"param.usbSerialPortFilters.title": "Lista de productID e vendorID da porta serial USB para filtrar",
182-
"param.usbSerialPortFilters.vendorId": "Número hexadecimal do USB vendorID como string.",
183-
"param.usbSerialPortFilters.productId": "Número hexadecimal de USB productID como string.",
182+
"param.usbSerialPortFilters.vendorId": "Número hexadecimal do USB vendorID como string.",
183+
"param.usbSerialPortFilters.productId": "Número hexadecimal de USB productID como string.",
184184
"param.hasWalkthroughBeenShown": "Mostrar o guia de introdução na inicialização da extensão",
185+
"param.showHintsNotification": "Mostrar notificações pop-up quando dicas forem encontradas para erros de compilação",
185186
"trace.poll_period.description": "poll_period será definido para o apptrace",
186187
"trace.skip_size.description": "skip_size será definido para o apptrace",
187188
"trace.stop_tmo.description": "stop_tmo será definido para o apptrace",

package.nls.ru.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"espIdf.getEspMdf.title": "Установить ESP-MDF",
5757
"espIdf.getEspRainmaker.title": "Установить ESP-Rainmaker",
5858
"espIdf.heaptrace.title": "Трассировка кучи",
59-
"espIdf.idfReconfigureTask.title": "ESP-IDF: Запустить задачу перенастройки idf.py",
59+
"espIdf.idfReconfigureTask.title": "ESP-IDF: Запустить задачу перенастройки idf.py",
6060
"espIdf.importProject.title": "Импортировать проект ESP-IDF",
6161
"espIdf.installEspMatterPyReqs.title": "Установить пакеты Python ESP-Matter",
6262
"espIdf.installPyReqs.title": "Установить пакеты Python расширения ESP-IDF",
@@ -85,7 +85,7 @@
8585
"espIdf.selectNotificationMode.title": "Выбор режима вывода и уведомлений",
8686
"espIdf.selectOpenOcdConfigFiles.title": "Выбор конфигурации платы OpenOCD",
8787
"espIdf.selectPort.title": "Выбор порта (COM, tty, usbserial)",
88-
"espIdf.setClangSettings.title": "Настроить проект для ESP-Clang",
88+
"espIdf.setClangSettings.title": "Настроить проект для ESP-Clang",
8989
"espIdf.setGcovConfig.title": "Конфигурация Project SDKConfig для покрытия",
9090
"espIdf.setMatterDevicePath.title": "Установка пути к устройству ESP-MATTER (ESP_MATTER_DEVICE_PATH)",
9191
"espIdf.setTarget.title": "Установка целевого устройства Espressif",
@@ -95,7 +95,7 @@
9595
"espIdf.unitTest.installPyTest.title": "Unit Test: Установка требований ESP-IDF PyTest.",
9696
"espIdf.viewAsHex.title": "Просмотреть как шестнадцатеричное",
9797
"espIdf.hexView.copyValue.title": "Скопировать значение в буфер обмена",
98-
"espIdf.hexView.deleteElement.title": "Удалить шестнадцатеричное значение из списка",
98+
"espIdf.hexView.deleteElement.title": "Удалить шестнадцатеричное значение из списка",
9999
"espIdf.webview.nvsPartitionEditor.title": "Открыть редактор разделов NVS",
100100
"espIdf.welcome.title": "Добро пожаловать",
101101
"esp_idf.appOffset.description": "Переопределить смещение начального адреса программы сборки (ESP32_APP_FLASH_OFF)",
@@ -136,7 +136,7 @@
136136
"param.exportVars": "Переменные, добавляемые к переменным системного окружения",
137137
"param.flashBaudRate": "Скорость прошивки ESP-IDF",
138138
"param.flashPartitionToUse": "Указывает раздел для прошивки.",
139-
"param.jtagFlashCommandExtraArgs.title": "Openocd jtag flash дополнительные аргументы",
139+
"param.jtagFlashCommandExtraArgs.title": "Openocd jtag flash дополнительные аргументы",
140140
"param.gitPath.title": "Путь к исполняемому файлу Git",
141141
"param.launchMonitorOnDebugSession.title": "Запуск монитора IDF вместе с сессией Адаптера Отладки ESP-IDF",
142142
"param.monitorBaudRate": "Скорость передачи данных монитора ESP-IDF",
@@ -178,11 +178,12 @@
178178
"param.useIDFKConfigStyle": "Включить/отключить проверку стиля ESP-IDF для файлов Kconfig",
179179
"param.hintsViewer.title": "Путь к файлу подсказок",
180180
"param.enableSerialPortChipIdRequest.title": "Включить определение ID чипа и отобразить его в списке выбора последовательного порта",
181-
"param.useSerialPortVendorProductFilter.title": "Использовать Product ID и Vendor ID USB для фильтрации известных устройств Espressif",
181+
"param.useSerialPortVendorProductFilter.title": "Использовать Product ID и Vendor ID USB для фильтрации известных устройств Espressif",
182182
"param.usbSerialPortFilters.title": "Список Product ID и Vendor ID для последовательного порта USB для фильтрации",
183-
"param.usbSerialPortFilters.vendorId": "Шестнадцатеричное число USB Vendor ID в виде строки, например, 0x0403",
184-
"param.usbSerialPortFilters.productId": "Шестнадцатеричное число USB Product ID в виде строки, например, 0x6010",
183+
"param.usbSerialPortFilters.vendorId": "Шестнадцатеричное число USB Vendor ID в виде строки, например, 0x0403",
184+
"param.usbSerialPortFilters.productId": "Шестнадцатеричное число USB Product ID в виде строки, например, 0x6010",
185185
"param.hasWalkthroughBeenShown": "Показывать руководство по настройке ESP-IDF при первом запуске",
186+
"param.showHintsNotification": "Показывать всплывающие уведомления при обнаружении подсказок для ошибок сборки",
186187
"trace.poll_period.description": "для apptrace будет установлен параметр poll_ period",
187188
"trace.skip_size.description": "для apptrace будет установлен параметр skip_size",
188189
"trace.stop_tmo.description": "для apptrace будет установлен параметр stop_tmo",

0 commit comments

Comments
 (0)