Skip to content

Commit 811f148

Browse files
authored
♻️ development_debugging -> development_tool (#1311)
1 parent c5c3564 commit 811f148

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/locales/ach-UG/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"deleting": "crwdns8020:0crwdne8020:0",
7474
"backup_strategy": "crwdns8022:0crwdne8022:0",
7575
"under_construction": "crwdns8024:0crwdne8024:0",
76-
"development_debugging": "crwdns8026:0crwdne8026:0",
76+
"development_tool": "crwdns8026:0crwdne8026:0",
7777
"vscode_url": "crwdns8028:0crwdne8028:0",
7878
"auto_connect_vscode_service": "crwdns8030:0crwdne8030:0",
7979
"connect": "crwdns8032:0crwdne8032:0",

src/locales/de-DE/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"deleting": "Wird gelöscht",
7575
"backup_strategy": "Sicherungsstrategie",
7676
"under_construction": "Im Aufbau",
77-
"development_debugging": "Entwicklungsdebugging",
77+
"development_tool": "Entwicklungstool",
7878
"vscode_url": "VSCode-Adresse",
7979
"auto_connect_vscode_service": "Automatisch mit VSCode-Service verbinden",
8080
"connect": "Verbinden",

src/locales/en-US/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"deleting": "Deleting",
7575
"backup_strategy": "Backup Strategy",
7676
"under_construction": "Under Construction",
77-
"development_debugging": "Development Debugging",
77+
"development_tool": "Development Tool",
7878
"vscode_url": "VSCode URL",
7979
"auto_connect_vscode_service": "Auto Connect VSCode Service",
8080
"connect": "Connect",

src/locales/ja-JP/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"deleting": "削除中",
7575
"backup_strategy": "バックアップ戦略",
7676
"under_construction": "建設中",
77-
"development_debugging": "開発デバッグ",
77+
"development_tool": "開発ツール",
7878
"vscode_url": "VSCodeアドレス",
7979
"auto_connect_vscode_service": "VSCodeサービスに自動接続",
8080
"connect": "接続",

src/locales/ru-RU/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"deleting": "Удаление",
7575
"backup_strategy": "Стратегия резервного копирования",
7676
"under_construction": "В разработке",
77-
"development_debugging": "Отладка разработки",
77+
"development_tool": "Инструмент разработки",
7878
"vscode_url": "Адрес VSCode",
7979
"auto_connect_vscode_service": "Автоматически подключаться к службе VSCode",
8080
"connect": "Подключить",

src/locales/vi-VN/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"deleting": "Đang xóa",
7575
"backup_strategy": "Chiến lược sao lưu",
7676
"under_construction": "Đang xây dựng",
77-
"development_debugging": "Gỡ lỗi phát triển",
77+
"development_tool": "Công cụ phát triển",
7878
"vscode_url": "Url vscode",
7979
"auto_connect_vscode_service": "Tự động kết nối dịch vụ vscode",
8080
"connect": "Kết nối",

src/locales/zh-CN/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"deleting": "删除中",
7575
"backup_strategy": "备份策略",
7676
"under_construction": "建设中",
77-
"development_debugging": "开发调试",
77+
"development_tool": "开发工具",
7878
"vscode_url": "VSCode地址",
7979
"auto_connect_vscode_service": "自动连接vscode服务",
8080
"connect": "连接",

src/locales/zh-TW/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"deleting": "刪除中",
7575
"backup_strategy": "備份策略",
7676
"under_construction": "建設中",
77-
"development_debugging": "開發除錯",
77+
"development_tool": "開發工具",
7878
"vscode_url": "VSCode網址",
7979
"auto_connect_vscode_service": "自動連接VSCode服務",
8080
"connect": "連接",

src/pages/options/routes/Tools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function Tools() {
286286
<Card
287287
title={
288288
<>
289-
<span>{t("development_debugging")}</span>
289+
<span>{t("development_tool")}</span>
290290
<Button
291291
type="text"
292292
style={{

0 commit comments

Comments
 (0)