Skip to content

Commit 645e7a0

Browse files
committed
Add translations
1 parent e30cad7 commit 645e7a0

5 files changed

+20
-5
lines changed

l10n/bundle.l10n.es.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,9 @@
209209
"Failed to remove settings: {0}": "Error al eliminar las configuraciones: {0}",
210210
"Error: {0}": "Error: {0}",
211211
"🔗 Reference Documentation": "🔗 Documentación de Referencia",
212-
"Open {0}": "Abrir {0}"
212+
"Open {0}": "Abrir {0}",
213+
"💡 Show Hints": "💡 Mostrar Pistas",
214+
"Mute for this session": "Silenciar para esta sesión",
215+
"Hint notifications muted for this session. You can still access hints manually in ESP-IDF bottom panel": "Notificaciones de pistas silenciadas para esta sesión. Todavía puede acceder a las pistas manualmente en el panel inferior de ESP-IDF",
216+
"Possible hint found for the error: {0}": "Posible pista encontrada para el error: {0}"
213217
}

l10n/bundle.l10n.pt.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,9 @@
209209
"Failed to remove settings: {0}": "Falha ao remover configurações: {0}",
210210
"Error: {0}": "Erro: {0}",
211211
"🔗 Reference Documentation": "🔗Documentação de Referência",
212-
"Open {0}": "Abrir {0}"
212+
"Open {0}": "Abrir {0}",
213+
"💡 Show Hints": "💡 Mostrar Dicas",
214+
"Mute for this session": "Silenciar para esta sessão",
215+
"Hint notifications muted for this session. You can still access hints manually in ESP-IDF bottom panel": "Notificações de dicas silenciadas para esta sessão. Você ainda pode acessar dicas manualmente no painel inferior do ESP-IDF",
216+
"Possible hint found for the error: {0}": "Possível dica encontrada para o erro: {0}"
213217
}

l10n/bundle.l10n.ru.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,9 @@
209209
"Failed to remove settings: {0}": "Не удалось удалить настройки: {0}",
210210
"Error: {0}": "Ошибка: {0}",
211211
"🔗 Reference Documentation": "🔗 Справочная Документация",
212-
"Open {0}": "Открыть {0}"
212+
"Open {0}": "Открыть {0}",
213+
"💡 Show Hints": "💡 Показать Подсказки",
214+
"Mute for this session": "Отключить звук для этой сессии",
215+
"Hint notifications muted for this session. You can still access hints manually in ESP-IDF bottom panel": "Уведомления с подсказками отключены для этой сессии. Вы все еще можете получить доступ к подсказкам вручную в нижней панели ESP-IDF",
216+
"Possible hint found for the error: {0}": "Возможная подсказка найдена для ошибки: {0}"
213217
}

l10n/bundle.l10n.zh-CN.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,9 @@
209209
"Failed to remove settings: {0}": "删除设置失败:{0}",
210210
"Error: {0}": "错误:{0}",
211211
"🔗 Reference Documentation": "🔗 参考文档",
212-
"Open {0}": "打开 {0}"
212+
"Open {0}": "打开 {0}",
213+
"💡 Show Hints": "💡 显示提示",
214+
"Mute for this session": "为本次会话静音",
215+
"Hint notifications muted for this session. You can still access hints manually in ESP-IDF bottom panel": "本次会话的提示通知已静音。您仍然可以在 ESP-IDF 底部面板中手动访问提示",
216+
"Possible hint found for the error: {0}": "已找到可能的错误提示:{0}"
213217
}

src/extension.ts

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ import { OutputChannel } from "./logger/outputChannel";
4444
import {
4545
showInfoNotificationWithAction,
4646
showInfoNotificationWithMultipleActions,
47-
showQuickPickWithCustomActions,
4847
} from "./logger/utils";
4948
import * as utils from "./utils";
5049
import { PreCheck } from "./utils";

0 commit comments

Comments
 (0)