refactor: remove retry notice for Clash proxy updates from notification handlers and localization files
This commit is contained in:
@@ -107,7 +107,6 @@ async fn perform_profile_update(
|
||||
Type::Config,
|
||||
"Warning: [订阅更新] 正常更新失败: {err},尝试使用Clash代理更新"
|
||||
);
|
||||
handle::Handle::notice_message("update_retry_with_clash", uid.clone());
|
||||
|
||||
let original_with_proxy = merged_opt.as_ref().and_then(|o| o.with_proxy);
|
||||
let original_self_proxy = merged_opt.as_ref().and_then(|o| o.self_proxy);
|
||||
|
||||
@@ -524,7 +524,6 @@
|
||||
"Unknown": "Unbekannt",
|
||||
"Auto update disabled": "Automatische Aktualisierung deaktiviert",
|
||||
"Update subscription successfully": "Abonnement erfolgreich aktualisiert",
|
||||
"Update failed, retrying with Clash proxy...": "Abonnement-Aktualisierung fehlgeschlagen. Versuche es mit dem Clash-Proxy erneut...",
|
||||
"Update with Clash proxy successfully": "Aktualisierung mit Clash-Proxy erfolgreich",
|
||||
"Update failed even with Clash proxy": "Aktualisierung auch mit Clash-Proxy fehlgeschlagen",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Erstellung des Abonnements fehlgeschlagen. Versuche es mit dem Clash-Proxy erneut...",
|
||||
|
||||
@@ -628,7 +628,6 @@
|
||||
"Unknown": "Unknown",
|
||||
"Auto update disabled": "Auto update disabled",
|
||||
"Update subscription successfully": "Update subscription successfully",
|
||||
"Update failed, retrying with Clash proxy...": "Update failed, retrying with Clash proxy...",
|
||||
"Update with Clash proxy successfully": "Update with Clash proxy successfully",
|
||||
"Update failed even with Clash proxy": "Update failed even with Clash proxy",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Profile creation failed, retrying with Clash proxy...",
|
||||
|
||||
@@ -524,7 +524,6 @@
|
||||
"Unknown": "Desconocido",
|
||||
"Auto update disabled": "La actualización automática está deshabilitada",
|
||||
"Update subscription successfully": "Suscripción actualizada con éxito",
|
||||
"Update failed, retrying with Clash proxy...": "Error al actualizar la suscripción. Intentando con el proxy de Clash...",
|
||||
"Update with Clash proxy successfully": "Actualización con el proxy de Clash exitosa",
|
||||
"Update failed even with Clash proxy": "Error al actualizar incluso con el proxy de Clash",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Error al crear la suscripción. Intentando con el proxy de Clash...",
|
||||
|
||||
@@ -527,7 +527,6 @@
|
||||
"Unknown": "不明",
|
||||
"Auto update disabled": "自動更新が無効になっています。",
|
||||
"Update subscription successfully": "サブスクリプションの更新に成功しました。",
|
||||
"Update failed, retrying with Clash proxy...": "サブスクリプションの更新に失敗しました。Clashプロキシを使用して再試行します...",
|
||||
"Update with Clash proxy successfully": "Clashプロキシを使用して更新に成功しました。",
|
||||
"Update failed even with Clash proxy": "Clashプロキシを使用しても更新に失敗しました。",
|
||||
"Profile creation failed, retrying with Clash proxy...": "プロファイルの作成に失敗しました。Clashプロキシを使用して再試行します...",
|
||||
|
||||
@@ -254,7 +254,6 @@
|
||||
"Merge File Mapping Error": "병합 파일 매핑 오류",
|
||||
"Merge File Key Error": "병합 파일 키 오류",
|
||||
"Merge File Error": "병합 파일 오류",
|
||||
"Update failed, retrying with Clash proxy...": "업데이트 실패, Clash 프록시로 재시도 중...",
|
||||
"Update with Clash proxy successfully": "Clash 프록시로 업데이트 성공",
|
||||
"Update failed even with Clash proxy": "Clash 프록시로도 업데이트 실패",
|
||||
"Failed": "실패",
|
||||
|
||||
@@ -574,7 +574,6 @@
|
||||
"Unknown": "Bilinmiyor",
|
||||
"Auto update disabled": "Otomatik güncelleme devre dışı",
|
||||
"Update subscription successfully": "Abonelik başarıyla güncellendi",
|
||||
"Update failed, retrying with Clash proxy...": "Güncelleme başarısız oldu, Clash vekil ile yeniden deneniyor...",
|
||||
"Update with Clash proxy successfully": "Clash vekil ile güncelleme başarılı",
|
||||
"Update failed even with Clash proxy": "Clash vekil ile bile güncelleme başarısız oldu",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Profil oluşturma başarısız oldu, Clash vekil ile yeniden deneniyor...",
|
||||
|
||||
@@ -628,7 +628,6 @@
|
||||
"Unknown": "未知",
|
||||
"Auto update disabled": "自动更新已禁用",
|
||||
"Update subscription successfully": "订阅更新成功",
|
||||
"Update failed, retrying with Clash proxy...": "订阅更新失败,尝试使用 Clash 代理更新",
|
||||
"Update with Clash proxy successfully": "使用 Clash 代理更新成功",
|
||||
"Update failed even with Clash proxy": "使用 Clash 代理更新也失败",
|
||||
"Profile creation failed, retrying with Clash proxy...": "订阅创建失败,尝试使用 Clash 代理创建",
|
||||
|
||||
@@ -626,7 +626,6 @@
|
||||
"Unknown": "未知",
|
||||
"Auto update disabled": "自動更新已停用",
|
||||
"Update subscription successfully": "訂閱更新成功",
|
||||
"Update failed, retrying with Clash proxy...": "訂閱更新失敗,嘗試使用 Clash 代理更新",
|
||||
"Update with Clash proxy successfully": "使用 Clash 代理更新成功",
|
||||
"Update failed even with Clash proxy": "使用 Clash 代理更新也失敗",
|
||||
"Profile creation failed, retrying with Clash proxy...": "訂閱建立失敗,嘗試使用 Clash 代理建立",
|
||||
|
||||
@@ -24,8 +24,6 @@ export const handleNoticeMessage = (
|
||||
"success",
|
||||
`${t("Update with Clash proxy successfully")} ${msg}`,
|
||||
),
|
||||
update_retry_with_clash: () =>
|
||||
showNotice("info", t("Update failed, retrying with Clash proxy...")),
|
||||
update_failed_even_with_clash: () =>
|
||||
showNotice(
|
||||
"error",
|
||||
|
||||
Reference in New Issue
Block a user