Skip to content

Commit 2fa4778

Browse files
authored
♻️ React State优化:Table column (#1247)
* React State优化:Table column * 重构 Column State * components也可以恢复一下
1 parent bc25491 commit 2fa4778

9 files changed

Lines changed: 232 additions & 199 deletions

File tree

src/locales/ach-UG/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"cloud_sync_account_verification": "crwdns7954:0crwdne7954:0",
4040
"cloud_sync_verification_failed": "crwdns7956:0crwdne7956:0",
4141
"save_success": "crwdns7958:0crwdne7958:0",
42+
"reset_success": "Reset successfully",
4243
"update": "crwdns7960:0crwdne7960:0",
4344
"check_update": "crwdns7962:0crwdne7962:0",
4445
"script_subscription_check_interval": "crwdns7964:0crwdne7964:0",

src/locales/de-DE/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"cloud_sync_account_verification": "Cloud-Sync-Kontoinformationen werden überprüft...",
4141
"cloud_sync_verification_failed": "Cloud-Sync-Kontoinformationen-Überprüfung fehlgeschlagen",
4242
"save_success": "Erfolgreich gespeichert",
43+
"reset_success": "Erfolgreich zurückgesetzt",
4344
"update": "Aktualisieren",
4445
"check_update": "Nach Updates suchen",
4546
"script_subscription_check_interval": "Skript-/Abonnement-Update-Überprüfungsintervall",

src/locales/en-US/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"debug": "Debug",
4040
"cloud_sync_account_verification": "Cloud Sync Account Verification in Progress...",
4141
"cloud_sync_verification_failed": "Cloud Sync Account Verification Failed",
42-
"save_success": "Save Successful",
42+
"save_success": "Saved successfully",
43+
"reset_success": "Reset successfully",
4344
"update": "Update",
4445
"check_update": "Check Update",
4546
"script_subscription_check_interval": "Script/Subscription Update Check Interval",

src/locales/ja-JP/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"cloud_sync_account_verification": "クラウド同期アカウント情報を確認中...",
4141
"cloud_sync_verification_failed": "クラウド同期アカウント情報の確認に失敗しました",
4242
"save_success": "保存に成功しました",
43+
"reset_success": "リセットに成功しました",
4344
"update": "更新",
4445
"check_update": "更新をチェック",
4546
"script_subscription_check_interval": "スクリプト/サブスクライブの更新チェック間隔",

src/locales/ru-RU/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"debug": "Отладка",
4040
"cloud_sync_account_verification": "Проверка учетной записи облачной синхронизации...",
4141
"cloud_sync_verification_failed": "Ошибка проверки учетной записи облачной синхронизации",
42-
"save_success": "Успешно сохранено",
42+
"save_success": "Сохранено успешно",
43+
"reset_success": "Сброс выполнен успешно",
4344
"update": "Обновить",
4445
"check_update": "Проверить обновления",
4546
"script_subscription_check_interval": "Интервал проверки обновлений скриптов/подписок",

src/locales/vi-VN/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"cloud_sync_account_verification": "Đang xác minh tài khoản đồng bộ đám mây...",
4141
"cloud_sync_verification_failed": "Xác minh tài khoản đồng bộ đám mây thất bại",
4242
"save_success": "Lưu thành công",
43+
"reset_success": "Đặt lại thành công",
4344
"update": "Cập nhật",
4445
"check_update": "Kiểm tra cập nhật",
4546
"script_subscription_check_interval": "Khoảng thời gian kiểm tra cập nhật script/đăng ký",

src/locales/zh-CN/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"cloud_sync_account_verification": "云同步账号信息验证中...",
4141
"cloud_sync_verification_failed": "云同步账号信息验证失败",
4242
"save_success": "保存成功",
43+
"reset_success": "重置成功",
4344
"update": "更新",
4445
"check_update": "检查更新",
4546
"script_subscription_check_interval": "脚本/订阅检查更新间隔",

src/locales/zh-TW/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"cloud_sync_account_verification": "雲端同步帳號資訊驗證中...",
4141
"cloud_sync_verification_failed": "雲端同步帳號資訊驗證失敗",
4242
"save_success": "儲存成功",
43+
"reset_success": "重設成功",
4344
"update": "更新",
4445
"check_update": "檢查更新",
4546
"script_subscription_check_interval": "腳本/訂閱檢查更新間隔",

0 commit comments

Comments
 (0)