diff --git a/changedetectionio/blueprint/ui/templates/edit.html b/changedetectionio/blueprint/ui/templates/edit.html
index d6c949ab1..bc0c36e16 100644
--- a/changedetectionio/blueprint/ui/templates/edit.html
+++ b/changedetectionio/blueprint/ui/templates/edit.html
@@ -523,23 +523,23 @@ Math: {{ 1 + 1 }}") }}
capabilities.supports_xpath_element_data |
- {{ _('True') if capabilities.supports_xpath_element_data else _('False') }} |
+ {{ _('Yes') if capabilities.supports_xpath_element_data else _('No') }} |
capabilities.supports_screenshots |
- {{ _('True') if capabilities.supports_screenshots else _('False') }} |
+ {{ _('Yes') if capabilities.supports_screenshots else _('No') }} |
capabilities.supports_visual_selector |
- {{ _('True') if capabilities.supports_visual_selector else _('False') }} |
+ {{ _('Yes') if capabilities.supports_visual_selector else _('No') }} |
supports_browser_steps |
- {{ _('True') if capabilities.supports_browser_steps else _('False') }} |
+ {{ _('Yes') if capabilities.supports_browser_steps else _('No') }} |
visual_selector_data_ready |
- {{ _('True') if visual_selector_data_ready else _('False') }} |
+ {{ _('Yes') if visual_selector_data_ready else _('No') }} |
{% if not llm_features_disabled and settings_application.get('llm', {}).get('model') %}
diff --git a/changedetectionio/translations/cs/LC_MESSAGES/messages.po b/changedetectionio/translations/cs/LC_MESSAGES/messages.po
index 325c4ca60..998059fe8 100644
--- a/changedetectionio/translations/cs/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/cs/LC_MESSAGES/messages.po
@@ -2225,6 +2225,14 @@ msgstr "Počet upozornění na upozornění"
msgid "Server type reply"
msgstr "Odpověď typu serveru"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "Ano"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "Ne"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -4981,14 +4989,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "Ano"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "Ne"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "Hlavní nastavení"
diff --git a/changedetectionio/translations/de/LC_MESSAGES/messages.po b/changedetectionio/translations/de/LC_MESSAGES/messages.po
index 04710a2e4..c9d70739d 100644
--- a/changedetectionio/translations/de/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/de/LC_MESSAGES/messages.po
@@ -2270,6 +2270,14 @@ msgstr "Anzahl der Benachrichtigungsalarme"
msgid "Server type reply"
msgstr "Antwort vom Servertyp"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "Ja"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "Nein"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -5035,14 +5043,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "Ja"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "Nein"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "Haupteinstellungen"
diff --git a/changedetectionio/translations/en_GB/LC_MESSAGES/messages.po b/changedetectionio/translations/en_GB/LC_MESSAGES/messages.po
index b1fedf43a..924a366d1 100644
--- a/changedetectionio/translations/en_GB/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/en_GB/LC_MESSAGES/messages.po
@@ -2219,6 +2219,14 @@ msgstr ""
msgid "Server type reply"
msgstr ""
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr ""
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr ""
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -4973,14 +4981,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr ""
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr ""
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr ""
diff --git a/changedetectionio/translations/en_US/LC_MESSAGES/messages.po b/changedetectionio/translations/en_US/LC_MESSAGES/messages.po
index 14b38ca89..206deeb95 100644
--- a/changedetectionio/translations/en_US/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/en_US/LC_MESSAGES/messages.po
@@ -2219,6 +2219,14 @@ msgstr ""
msgid "Server type reply"
msgstr ""
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr ""
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr ""
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -4973,14 +4981,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr ""
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr ""
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr ""
diff --git a/changedetectionio/translations/es/LC_MESSAGES/messages.po b/changedetectionio/translations/es/LC_MESSAGES/messages.po
index 83bbb9f8d..b00208c12 100644
--- a/changedetectionio/translations/es/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/es/LC_MESSAGES/messages.po
@@ -2284,6 +2284,14 @@ msgstr "Recuento de alertas de notificación"
msgid "Server type reply"
msgstr "Respuesta de tipo de servidor"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "Sí"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "No"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -5059,14 +5067,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "Sí"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "No"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "Configuraciones principales"
diff --git a/changedetectionio/translations/fr/LC_MESSAGES/messages.po b/changedetectionio/translations/fr/LC_MESSAGES/messages.po
index 645e87d6f..c62005b71 100644
--- a/changedetectionio/translations/fr/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/fr/LC_MESSAGES/messages.po
@@ -2230,6 +2230,14 @@ msgstr "Nombre d'alertes de notification"
msgid "Server type reply"
msgstr "Réponse du type de serveur"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "Oui"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "Non"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -4988,14 +4996,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "Oui"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "Non"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "Paramètres principaux"
diff --git a/changedetectionio/translations/id/LC_MESSAGES/messages.po b/changedetectionio/translations/id/LC_MESSAGES/messages.po
index fb2fab2c8..65fdc3679 100644
--- a/changedetectionio/translations/id/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/id/LC_MESSAGES/messages.po
@@ -2326,6 +2326,14 @@ msgstr "Jumlah peringatan notifikasi"
msgid "Server type reply"
msgstr "Balasan tipe server"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "Ya"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "Tidak"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr "Token AI (pemeriksaan terakhir)"
@@ -5130,14 +5138,6 @@ msgstr ""
"Untuk mengizinkan endpoint LLM pada jaringan privat (mis. server Ollama lokal), atur variabel lingkungan "
"ALLOW_IANA_RESTRICTED_ADDRESSES=true lalu mulai ulang."
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "Ya"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "Tidak"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "Pengaturan utama"
diff --git a/changedetectionio/translations/it/LC_MESSAGES/messages.po b/changedetectionio/translations/it/LC_MESSAGES/messages.po
index 649a5ad1b..7d4169486 100644
--- a/changedetectionio/translations/it/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/it/LC_MESSAGES/messages.po
@@ -2221,6 +2221,14 @@ msgstr ""
msgid "Server type reply"
msgstr ""
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "Sì"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "No"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -4975,14 +4983,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "Sì"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "No"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "Impostazioni principali"
diff --git a/changedetectionio/translations/ja/LC_MESSAGES/messages.po b/changedetectionio/translations/ja/LC_MESSAGES/messages.po
index a336aad88..6c85159fe 100644
--- a/changedetectionio/translations/ja/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/ja/LC_MESSAGES/messages.po
@@ -2238,6 +2238,14 @@ msgstr "通知アラート回数"
msgid "Server type reply"
msgstr "サーバーの応答タイプ"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "はい"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "いいえ"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -5016,14 +5024,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "はい"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "いいえ"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "メイン設定"
diff --git a/changedetectionio/translations/ko/LC_MESSAGES/messages.po b/changedetectionio/translations/ko/LC_MESSAGES/messages.po
index 97f3bee83..abc03b017 100644
--- a/changedetectionio/translations/ko/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/ko/LC_MESSAGES/messages.po
@@ -2229,6 +2229,14 @@ msgstr "알림 경고 수"
msgid "Server type reply"
msgstr "서버 유형 응답"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "예"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "아니오"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr "AI 토큰 (최근 확인)"
@@ -4993,14 +5001,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "예"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "아니오"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "기본 설정"
diff --git a/changedetectionio/translations/messages.pot b/changedetectionio/translations/messages.pot
index 390139d64..059a4710c 100644
--- a/changedetectionio/translations/messages.pot
+++ b/changedetectionio/translations/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: changedetection.io 0.60.3\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2026-09-09 16:37+0200\n"
+"POT-Creation-Date: 2026-09-09 17:14+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -2218,6 +2218,14 @@ msgstr ""
msgid "Server type reply"
msgstr ""
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr ""
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr ""
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -4972,14 +4980,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr ""
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr ""
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr ""
diff --git a/changedetectionio/translations/pl/LC_MESSAGES/messages.po b/changedetectionio/translations/pl/LC_MESSAGES/messages.po
index 6f7af7c33..31b3f396a 100644
--- a/changedetectionio/translations/pl/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/pl/LC_MESSAGES/messages.po
@@ -2372,6 +2372,14 @@ msgstr "Liczba powiadomień"
msgid "Server type reply"
msgstr "Odpowiedź dotycząca typu serwera"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "Tak"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "Nie"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr "Tokeny AI (ostatnia weryfikacja)"
@@ -5201,14 +5209,6 @@ msgstr ""
"celu zapobieżenia atakom SSRF. Aby zezwolić na punkty końcowe LLM w sieciach prywatnych (np. lokalny serwer Ollama), "
"należy ustawić zmienną środowiskową ALLOW_IANA_RESTRICTED_ADDRESSES=true i ponownie uruchomić system."
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "Tak"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "Nie"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "Ustawienia główne"
diff --git a/changedetectionio/translations/pt_BR/LC_MESSAGES/messages.po b/changedetectionio/translations/pt_BR/LC_MESSAGES/messages.po
index d308257a9..37db6fe46 100644
--- a/changedetectionio/translations/pt_BR/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/pt_BR/LC_MESSAGES/messages.po
@@ -2267,6 +2267,14 @@ msgstr "Contagem de alertas de notificação"
msgid "Server type reply"
msgstr "Resposta do tipo de servidor"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "Sim"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "Não"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -5031,14 +5039,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "Sim"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "Não"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "Configurações principais"
diff --git a/changedetectionio/translations/ru/LC_MESSAGES/messages.po b/changedetectionio/translations/ru/LC_MESSAGES/messages.po
index b29cde958..21b4b2484 100644
--- a/changedetectionio/translations/ru/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/ru/LC_MESSAGES/messages.po
@@ -2331,6 +2331,14 @@ msgstr "Количество оповещений об уведомлениях"
msgid "Server type reply"
msgstr "Тип ответа сервера"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "Да"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "Нет"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr "Токены AI (последняя проверка)"
@@ -5137,14 +5145,6 @@ msgstr ""
"IP-адрес и был заблокирован для предотвращения SSRF. Чтобы разрешить конечным точкам LLM в частных сетях (например, "
"на локальном сервере Ollama), установите переменную среды ALLOW_IANA_RESTRICTED_ADDRESSES=true и перезапустите."
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "Да"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "Нет"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "Основные настройки"
diff --git a/changedetectionio/translations/tr/LC_MESSAGES/messages.po b/changedetectionio/translations/tr/LC_MESSAGES/messages.po
index 29c729859..b9143fe7a 100644
--- a/changedetectionio/translations/tr/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/tr/LC_MESSAGES/messages.po
@@ -2272,6 +2272,14 @@ msgstr "Bildirim uyarısı sayısı"
msgid "Server type reply"
msgstr "Sunucu tipi yanıtı"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "Evet"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "Hayır"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -5034,14 +5042,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "Evet"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "Hayır"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "Ana ayarlar"
diff --git a/changedetectionio/translations/uk/LC_MESSAGES/messages.po b/changedetectionio/translations/uk/LC_MESSAGES/messages.po
index b2267cc03..976bac479 100644
--- a/changedetectionio/translations/uk/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/uk/LC_MESSAGES/messages.po
@@ -2251,6 +2251,14 @@ msgstr "Кількість надісланих сповіщень"
msgid "Server type reply"
msgstr "Відповідь типу сервера"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "Так"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "Ні"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -5011,14 +5019,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "Так"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "Ні"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "Головні налаштування"
diff --git a/changedetectionio/translations/zh/LC_MESSAGES/messages.po b/changedetectionio/translations/zh/LC_MESSAGES/messages.po
index 8a0bfdfec..457fd1f43 100644
--- a/changedetectionio/translations/zh/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/zh/LC_MESSAGES/messages.po
@@ -2225,6 +2225,14 @@ msgstr "通知告警次数"
msgid "Server type reply"
msgstr "服务器类型响应"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "是"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "否"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -4981,14 +4989,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "是"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "否"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "主设置"
diff --git a/changedetectionio/translations/zh_Hant_TW/LC_MESSAGES/messages.po b/changedetectionio/translations/zh_Hant_TW/LC_MESSAGES/messages.po
index 93652caf0..c43fb14f1 100644
--- a/changedetectionio/translations/zh_Hant_TW/LC_MESSAGES/messages.po
+++ b/changedetectionio/translations/zh_Hant_TW/LC_MESSAGES/messages.po
@@ -2225,6 +2225,14 @@ msgstr "通知警報次數"
msgid "Server type reply"
msgstr "伺服器類型回應"
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "Yes"
+msgstr "是"
+
+#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/widgets/ternary_boolean.py
+msgid "No"
+msgstr "否"
+
#: changedetectionio/blueprint/ui/templates/edit.html
msgid "AI tokens (last check)"
msgstr ""
@@ -4979,14 +4987,6 @@ msgid ""
"ALLOW_IANA_RESTRICTED_ADDRESSES=true and restart."
msgstr ""
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "Yes"
-msgstr "是"
-
-#: changedetectionio/widgets/ternary_boolean.py
-msgid "No"
-msgstr "否"
-
#: changedetectionio/widgets/ternary_boolean.py
msgid "Main settings"
msgstr "主設定"