From a202c445b64f6d8f62276bce0f5e352824ae4ba3 Mon Sep 17 00:00:00 2001 From: cyfung1031 <44498510+cyfung1031@users.noreply.github.com> Date: Sun, 22 Mar 2026 15:43:13 +0900 Subject: [PATCH] development_debugging -> development_tool --- src/locales/ach-UG/translation.json | 2 +- src/locales/de-DE/translation.json | 2 +- src/locales/en-US/translation.json | 2 +- src/locales/ja-JP/translation.json | 2 +- src/locales/ru-RU/translation.json | 2 +- src/locales/vi-VN/translation.json | 2 +- src/locales/zh-CN/translation.json | 2 +- src/locales/zh-TW/translation.json | 2 +- src/pages/options/routes/Tools.tsx | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/locales/ach-UG/translation.json b/src/locales/ach-UG/translation.json index e6f3850b5..0882c8fca 100644 --- a/src/locales/ach-UG/translation.json +++ b/src/locales/ach-UG/translation.json @@ -73,7 +73,7 @@ "deleting": "crwdns8020:0crwdne8020:0", "backup_strategy": "crwdns8022:0crwdne8022:0", "under_construction": "crwdns8024:0crwdne8024:0", - "development_debugging": "crwdns8026:0crwdne8026:0", + "development_tool": "crwdns8026:0crwdne8026:0", "vscode_url": "crwdns8028:0crwdne8028:0", "auto_connect_vscode_service": "crwdns8030:0crwdne8030:0", "connect": "crwdns8032:0crwdne8032:0", diff --git a/src/locales/de-DE/translation.json b/src/locales/de-DE/translation.json index 9df67cfd8..94e467c4d 100644 --- a/src/locales/de-DE/translation.json +++ b/src/locales/de-DE/translation.json @@ -74,7 +74,7 @@ "deleting": "Wird gelöscht", "backup_strategy": "Sicherungsstrategie", "under_construction": "Im Aufbau", - "development_debugging": "Entwicklungsdebugging", + "development_tool": "Entwicklungstool", "vscode_url": "VSCode-Adresse", "auto_connect_vscode_service": "Automatisch mit VSCode-Service verbinden", "connect": "Verbinden", diff --git a/src/locales/en-US/translation.json b/src/locales/en-US/translation.json index 9769ef7f7..c1010b61d 100644 --- a/src/locales/en-US/translation.json +++ b/src/locales/en-US/translation.json @@ -74,7 +74,7 @@ "deleting": "Deleting", "backup_strategy": "Backup Strategy", "under_construction": "Under Construction", - "development_debugging": "Development Debugging", + "development_tool": "Development Tool", "vscode_url": "VSCode URL", "auto_connect_vscode_service": "Auto Connect VSCode Service", "connect": "Connect", diff --git a/src/locales/ja-JP/translation.json b/src/locales/ja-JP/translation.json index 823949c52..779f898b5 100644 --- a/src/locales/ja-JP/translation.json +++ b/src/locales/ja-JP/translation.json @@ -74,7 +74,7 @@ "deleting": "削除中", "backup_strategy": "バックアップ戦略", "under_construction": "建設中", - "development_debugging": "開発デバッグ", + "development_tool": "開発ツール", "vscode_url": "VSCodeアドレス", "auto_connect_vscode_service": "VSCodeサービスに自動接続", "connect": "接続", diff --git a/src/locales/ru-RU/translation.json b/src/locales/ru-RU/translation.json index 1b6b72973..d29916d41 100644 --- a/src/locales/ru-RU/translation.json +++ b/src/locales/ru-RU/translation.json @@ -74,7 +74,7 @@ "deleting": "Удаление", "backup_strategy": "Стратегия резервного копирования", "under_construction": "В разработке", - "development_debugging": "Отладка разработки", + "development_tool": "Инструмент разработки", "vscode_url": "Адрес VSCode", "auto_connect_vscode_service": "Автоматически подключаться к службе VSCode", "connect": "Подключить", diff --git a/src/locales/vi-VN/translation.json b/src/locales/vi-VN/translation.json index c69cb10be..ce3347b0a 100644 --- a/src/locales/vi-VN/translation.json +++ b/src/locales/vi-VN/translation.json @@ -74,7 +74,7 @@ "deleting": "Đang xóa", "backup_strategy": "Chiến lược sao lưu", "under_construction": "Đang xây dựng", - "development_debugging": "Gỡ lỗi phát triển", + "development_tool": "Công cụ phát triển", "vscode_url": "Url vscode", "auto_connect_vscode_service": "Tự động kết nối dịch vụ vscode", "connect": "Kết nối", diff --git a/src/locales/zh-CN/translation.json b/src/locales/zh-CN/translation.json index 1267d3472..f88b29971 100644 --- a/src/locales/zh-CN/translation.json +++ b/src/locales/zh-CN/translation.json @@ -74,7 +74,7 @@ "deleting": "删除中", "backup_strategy": "备份策略", "under_construction": "建设中", - "development_debugging": "开发调试", + "development_tool": "开发工具", "vscode_url": "VSCode地址", "auto_connect_vscode_service": "自动连接vscode服务", "connect": "连接", diff --git a/src/locales/zh-TW/translation.json b/src/locales/zh-TW/translation.json index a56ddd57e..221e96c44 100644 --- a/src/locales/zh-TW/translation.json +++ b/src/locales/zh-TW/translation.json @@ -74,7 +74,7 @@ "deleting": "刪除中", "backup_strategy": "備份策略", "under_construction": "建設中", - "development_debugging": "開發除錯", + "development_tool": "開發工具", "vscode_url": "VSCode網址", "auto_connect_vscode_service": "自動連接VSCode服務", "connect": "連接", diff --git a/src/pages/options/routes/Tools.tsx b/src/pages/options/routes/Tools.tsx index aa844e504..b55d0265a 100644 --- a/src/pages/options/routes/Tools.tsx +++ b/src/pages/options/routes/Tools.tsx @@ -286,7 +286,7 @@ function Tools() { - {t("development_debugging")} + {t("development_tool")}