Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/locales/ach-UG/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/de-DE/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ja-JP/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"deleting": "削除中",
"backup_strategy": "バックアップ戦略",
"under_construction": "建設中",
"development_debugging": "開発デバッグ",
"development_tool": "開発ツール",
"vscode_url": "VSCodeアドレス",
"auto_connect_vscode_service": "VSCodeサービスに自動接続",
"connect": "接続",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru-RU/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"deleting": "Удаление",
"backup_strategy": "Стратегия резервного копирования",
"under_construction": "В разработке",
"development_debugging": "Отладка разработки",
"development_tool": "Инструмент разработки",
"vscode_url": "Адрес VSCode",
"auto_connect_vscode_service": "Автоматически подключаться к службе VSCode",
"connect": "Подключить",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/vi-VN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"deleting": "删除中",
"backup_strategy": "备份策略",
"under_construction": "建设中",
"development_debugging": "开发调试",
"development_tool": "开发工具",
"vscode_url": "VSCode地址",
"auto_connect_vscode_service": "自动连接vscode服务",
"connect": "连接",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-TW/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"deleting": "刪除中",
"backup_strategy": "備份策略",
"under_construction": "建設中",
"development_debugging": "開發除錯",
"development_tool": "開發工具",
"vscode_url": "VSCode網址",
"auto_connect_vscode_service": "自動連接VSCode服務",
"connect": "連接",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/options/routes/Tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function Tools() {
<Card
title={
<>
<span>{t("development_debugging")}</span>
<span>{t("development_tool")}</span>
<Button
type="text"
style={{
Expand Down
Loading