Recompile languages

This commit is contained in:
dgtlmoon
2026-05-25 14:25:00 +02:00
parent 7c246c754d
commit 6dcfbdf522
27 changed files with 2818 additions and 718 deletions
@@ -18,6 +18,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Přidejte nové sledování zjišťování změn webové stránky"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Monitorovat tuto URL!"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Nejdříve upravit, poté sledovat"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Sledovat skupinu / Značka"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "Tvorba souboru zálohy běží, vraťte se za pár minut"
@@ -290,7 +329,7 @@ msgstr "Skupina / tag"
msgid "Recheck time (minutes)"
msgstr "Znovu zkontrolovat po (minuty)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "Importovat"
@@ -1287,11 +1326,6 @@ msgstr "Použít výchozí nastavení systému"
msgid "Add a new organisational tag"
msgstr "Přidejte novou značku organizace"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Sledovat skupinu / Značka"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr ""
@@ -1544,6 +1578,20 @@ msgstr ""
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "zobrazeno <b>{start} - {end}</b> {record_name} z celkem <b>{total}</b>"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr ""
@@ -2115,6 +2163,99 @@ msgstr "Aktuální chybový snímek obrazovky z posledního požadavku"
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "Ve frontě"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2128,11 +2269,6 @@ msgstr ""
msgid "Watch added."
msgstr ""
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "zobrazeno <b>{start} - {end}</b> {record_name} z celkem <b>{total}</b>"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "záznamy"
@@ -2149,23 +2285,6 @@ msgstr "Více informací"
msgid "You can also add 'shared' watches."
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Přidejte nové sledování zjišťování změn webové stránky"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Monitorovat tuto URL!"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Nejdříve upravit, poté sledovat"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2315,10 +2434,6 @@ msgstr "Žádné informace"
msgid "Checking now"
msgstr "Probíhá kontrola"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "Ve frontě"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2728,7 +2843,7 @@ msgstr "Neplatná hodnota."
msgid "Group tag"
msgstr "Skupina / Značka"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "Monitorovat"
@@ -2940,6 +3055,7 @@ msgstr "Zapnuto"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "Oznámení"
@@ -3805,8 +3921,8 @@ msgid "A new version is available"
msgstr "Je dostupná nová verze"
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "Vyhledejte nebo použijte klávesu Alt+S"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3844,7 +3960,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "Hledat"
@@ -4113,18 +4229,6 @@ msgstr ""
msgid "Login"
msgstr "Přihlášení"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "SKUPINY"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "NASTAVENÍ"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "IMPORTOVAT"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr "Pokračovat s automatickým naplánováním"
@@ -4181,6 +4285,42 @@ msgstr "Změnit jazyk"
msgid "Change language"
msgstr "Změnit jazyk"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "Vyhledejte nebo použijte klávesu Alt+S"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -18,6 +18,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Fügen Sie eine neue Überwachung zur Erkennung von Webseitenänderungen hinzu"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Diese URL überwachen!"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Bearbeiten > Überwachen"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Gruppe / Label"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "Ein Backup läuft bereits, versuchen Sie es in ein paar Minuten erneut"
@@ -296,7 +335,7 @@ msgstr "Gruppe/Tag beobachten"
msgid "Recheck time (minutes)"
msgstr "Nachprüfzeit (Minuten)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "IMPORT"
@@ -1304,11 +1343,6 @@ msgstr "Verwenden Sie Systemstandards"
msgid "Add a new organisational tag"
msgstr "Fügen Sie ein neues Organisations-Tag hinzu"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Gruppe / Label"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr ""
@@ -1567,6 +1601,20 @@ msgstr "Vorschau nicht verfügbar Kein Abruf/keine Überprüfung abgeschloss
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "zeige <b>{start} - {end}</b> {record_name} von insgesamt <b>{total}</b>"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr ""
@@ -2162,6 +2210,99 @@ msgstr "Aktueller fehlerhafter Screenshot aus der letzten Anfrage"
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr "Für Screenshots ist ein Content Fetcher (Sockpuppetbrowser, Selenium usw.) erforderlich, der Screenshots unterstützt."
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "Wartend"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2175,11 +2316,6 @@ msgstr "Die Überwachung wurde im Status „Pausiert“ hinzugefügt. Durch Spei
msgid "Watch added."
msgstr "Überwachung hinzugefügt."
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "zeige <b>{start} - {end}</b> {record_name} von insgesamt <b>{total}</b>"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "Einträge"
@@ -2196,23 +2332,6 @@ msgstr "Weitere Informationen"
msgid "You can also add 'shared' watches."
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Fügen Sie eine neue Überwachung zur Erkennung von Webseitenänderungen hinzu"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Diese URL überwachen!"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Bearbeiten > Überwachen"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2366,10 +2485,6 @@ msgstr "Keine Informationen"
msgid "Checking now"
msgstr "Jetzt prüfen"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "Wartend"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2779,7 +2894,7 @@ msgstr "Ungültiger Wert."
msgid "Group tag"
msgstr "Gruppe / Label"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "Überwachen"
@@ -2992,6 +3107,7 @@ msgstr "An"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "Benachrichtigungen"
@@ -3859,8 +3975,8 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "Suchen oder Alt+S-Taste verwenden"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3900,7 +4016,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "Suchen"
@@ -4169,18 +4285,6 @@ msgstr ""
msgid "Login"
msgstr "Login"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "GRUPPEN"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "EINSTELLUNGEN"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "IMPORTIEREN"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr ""
@@ -4237,6 +4341,42 @@ msgstr "Sprache ändern"
msgid "Change language"
msgstr "Sprache ändern"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "Suchen oder Alt+S-Taste verwenden"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -18,6 +18,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr ""
@@ -288,7 +327,7 @@ msgstr ""
msgid "Recheck time (minutes)"
msgstr ""
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr ""
@@ -1283,11 +1322,6 @@ msgstr ""
msgid "Add a new organisational tag"
msgstr ""
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr ""
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr ""
@@ -1540,6 +1574,20 @@ msgstr ""
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr ""
@@ -2111,6 +2159,99 @@ msgstr ""
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2124,11 +2265,6 @@ msgstr ""
msgid "Watch added."
msgstr ""
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr ""
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr ""
@@ -2145,23 +2281,6 @@ msgstr ""
msgid "You can also add 'shared' watches."
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2311,10 +2430,6 @@ msgstr ""
msgid "Checking now"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2722,7 +2837,7 @@ msgstr ""
msgid "Group tag"
msgstr ""
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr ""
@@ -2934,6 +3049,7 @@ msgstr ""
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr ""
@@ -3799,7 +3915,7 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
@@ -3838,7 +3954,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr ""
@@ -4107,18 +4223,6 @@ msgstr ""
msgid "Login"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr ""
@@ -4175,6 +4279,42 @@ msgstr ""
msgid "Change language"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -18,6 +18,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr ""
@@ -288,7 +327,7 @@ msgstr ""
msgid "Recheck time (minutes)"
msgstr ""
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr ""
@@ -1283,11 +1322,6 @@ msgstr ""
msgid "Add a new organisational tag"
msgstr "Add a new organizational tag"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr ""
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr ""
@@ -1540,6 +1574,20 @@ msgstr ""
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr ""
@@ -2111,6 +2159,99 @@ msgstr ""
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2124,11 +2265,6 @@ msgstr ""
msgid "Watch added."
msgstr ""
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr ""
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr ""
@@ -2145,23 +2281,6 @@ msgstr ""
msgid "You can also add 'shared' watches."
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2311,10 +2430,6 @@ msgstr ""
msgid "Checking now"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2722,7 +2837,7 @@ msgstr ""
msgid "Group tag"
msgstr ""
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr ""
@@ -2934,6 +3049,7 @@ msgstr ""
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr ""
@@ -3799,7 +3915,7 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
@@ -3838,7 +3954,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr ""
@@ -4107,18 +4223,6 @@ msgstr ""
msgid "Login"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr ""
@@ -4175,6 +4279,42 @@ msgstr ""
msgid "Change language"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -14,6 +14,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Agregar un nuevo monitor de detección de cambios en páginas web"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "¡Monitoriza esta URL!"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Editar primero y luego monitorizar"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Ver grupo/etiqueta"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "Ya se está ejecutando una copia de seguridad. Vuelve a comprobarla en unos minutos"
@@ -294,7 +333,7 @@ msgstr "Nombre(s) de grupo/etiqueta"
msgid "Recheck time (minutes)"
msgstr "Tiempo de revisión (minutos)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "Importar"
@@ -1324,11 +1363,6 @@ msgstr "Usar los valores predeterminados del sistema"
msgid "Add a new organisational tag"
msgstr "Agregar una nueva etiqueta organizacional"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Ver grupo/etiqueta"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr ""
@@ -1589,6 +1623,20 @@ msgstr "Vista previa no disponible: no se completó la búsqueda/verificación o
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "mostrando<b>{start} - {end}</b> {record_name}en total<b>{total}</b>"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr "Esto eliminará el historial de versiones (instantáneas) de TODOS los monitores, ¡pero mantendrá su lista de URL!"
@@ -2178,6 +2226,99 @@ msgstr ""
"La captura de pantalla requiere un buscador de contenido (Sockpuppetbrowser, selenium, etc.) que admita capturas de "
"pantalla."
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "En cola"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2191,11 +2332,6 @@ msgstr "Monitor agregado en estado de pausa, el guardado se reanudará."
msgid "Watch added."
msgstr "Monitor añadido."
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "mostrando<b>{start} - {end}</b> {record_name}en total<b>{total}</b>"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "archivos"
@@ -2212,23 +2348,6 @@ msgstr "Más información"
msgid "You can also add 'shared' watches."
msgstr "También puedes agregar monitores 'compartidos'."
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Agregar un nuevo monitor de detección de cambios en páginas web"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "¡Monitoriza esta URL!"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Editar primero y luego monitorizar"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2382,10 +2501,6 @@ msgstr "Sin información"
msgid "Checking now"
msgstr "Comprobando ahora"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "En cola"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2795,7 +2910,7 @@ msgstr "Valor no válido."
msgid "Group tag"
msgstr "Etiqueta de grupo"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "Monitor"
@@ -3007,6 +3122,7 @@ msgstr "On"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "Notificaciones"
@@ -3876,8 +3992,8 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "Buscar o usar la tecla Alt+S"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3915,7 +4031,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "Buscar"
@@ -4193,18 +4309,6 @@ msgstr "Una línea por coincidencia de cadena/expresión regular"
msgid "Login"
msgstr "Acceso"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "GRUPOS"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "AJUSTES"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "IMPORTAR"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr "Reanudar la programación automática"
@@ -4261,6 +4365,42 @@ msgstr "Cambiar idioma"
msgid "Change language"
msgstr "Cambiar idioma"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "Buscar o usar la tecla Alt+S"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -18,6 +18,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Ajouter une nouvelle surveillance de détection de changement de page Web"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Surveillez cette URL !"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Modifier > Surveiller"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Groupe / Étiquette"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "Une sauvegarde est déjà en cours, revenez dans quelques minutes"
@@ -292,7 +331,7 @@ msgstr "Groupe de surveillance/tag"
msgid "Recheck time (minutes)"
msgstr "Temps de revérification (minutes)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "IMPORTER"
@@ -1292,11 +1331,6 @@ msgstr "Utiliser les paramètres par défaut du système"
msgid "Add a new organisational tag"
msgstr "Ajouter une nouvelle balise organisationnelle"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Groupe / Étiquette"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr ""
@@ -1549,6 +1583,20 @@ msgstr ""
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "affichage de <b>{start} - {end}</b> {record_name} sur un total de <b>{total}</b>"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr ""
@@ -2122,6 +2170,99 @@ msgstr "Capture d'écran erronée actuelle de la demande la plus récente"
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "En file d'attente"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2135,11 +2276,6 @@ msgstr ""
msgid "Watch added."
msgstr ""
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "affichage de <b>{start} - {end}</b> {record_name} sur un total de <b>{total}</b>"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "enregistrements"
@@ -2156,23 +2292,6 @@ msgstr "Plus d'informations"
msgid "You can also add 'shared' watches."
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Ajouter une nouvelle surveillance de détection de changement de page Web"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Surveillez cette URL !"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Modifier > Surveiller"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2322,10 +2441,6 @@ msgstr "Aucune information"
msgid "Checking now"
msgstr "Vérifier maintenant"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "En file d'attente"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2735,7 +2850,7 @@ msgstr "Valeur invalide."
msgid "Group tag"
msgstr "Groupe / Étiquette"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "Moniteur"
@@ -2947,6 +3062,7 @@ msgstr "Activé"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "Notifications"
@@ -3812,8 +3928,8 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "Recherchez ou utilisez la touche Alt+S"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3853,7 +3969,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "Rechercher"
@@ -4122,18 +4238,6 @@ msgstr ""
msgid "Login"
msgstr "Se connecter"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "GROUPES"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "PARAMÈTRES"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "IMPORTER"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr ""
@@ -4190,6 +4294,42 @@ msgstr "Changer de langue"
msgid "Change language"
msgstr "Changer de langue"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "Recherchez ou utilisez la touche Alt+S"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -18,6 +18,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Aggiungi un nuovo monitoraggio modifiche pagina web"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Monitora questo URL!"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Modifica > Monitora"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Gruppo / Etichetta"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "Un backup è già in esecuzione, riprova tra qualche minuto"
@@ -290,7 +329,7 @@ msgstr "Nome gruppo / Tag"
msgid "Recheck time (minutes)"
msgstr "Tempo di ricontrollo (minuti)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "Importa"
@@ -1285,11 +1324,6 @@ msgstr ""
msgid "Add a new organisational tag"
msgstr ""
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Gruppo / Etichetta"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr ""
@@ -1542,6 +1576,20 @@ msgstr ""
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "visualizzando <b>{start} - {end}</b> {record_name} su un totale di <b>{total}</b>"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr ""
@@ -2113,6 +2161,99 @@ msgstr ""
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "In coda"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2126,11 +2267,6 @@ msgstr ""
msgid "Watch added."
msgstr ""
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "visualizzando <b>{start} - {end}</b> {record_name} su un totale di <b>{total}</b>"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "record"
@@ -2147,23 +2283,6 @@ msgstr "Maggiori informazioni"
msgid "You can also add 'shared' watches."
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Aggiungi un nuovo monitoraggio modifiche pagina web"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Monitora questo URL!"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Modifica > Monitora"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2313,10 +2432,6 @@ msgstr "Nessuna informazione"
msgid "Checking now"
msgstr "Controllo in corso"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "In coda"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2724,7 +2839,7 @@ msgstr "Valore non valido."
msgid "Group tag"
msgstr "Gruppo / Etichetta"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "Monitora"
@@ -2936,6 +3051,7 @@ msgstr "Attivo"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "Notifiche"
@@ -3801,8 +3917,8 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "Cerca, o usa il tasto Alt+S"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3840,7 +3956,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "Cerca"
@@ -4109,18 +4225,6 @@ msgstr ""
msgid "Login"
msgstr "Accedi"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "GRUPPI"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "IMPOSTAZIONI"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "IMPORTA"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr ""
@@ -4177,6 +4281,42 @@ msgstr "Cambia Lingua"
msgid "Change language"
msgstr "Cambia lingua"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "Cerca, o usa il tasto Alt+S"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -19,6 +19,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "新しいウェブページ変更検知ウォッチを追加"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "このURLをウォッチする!"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "編集してからウォッチ"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "ウォッチグループ / タグ"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "バックアップはすでに実行中です。数分後に再確認してください。"
@@ -292,7 +331,7 @@ msgstr "グループ / タグ名"
msgid "Recheck time (minutes)"
msgstr "再チェック時間(分)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "インポート"
@@ -1291,11 +1330,6 @@ msgstr "システムデフォルトを使用"
msgid "Add a new organisational tag"
msgstr "新しい組織タグを追加"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "ウォッチグループ / タグ"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr "グループを使用すると、単一の組織タグの下で複数のウォッチのフィルタと通知を管理できます。"
@@ -1548,6 +1582,20 @@ msgstr "プレビューを表示できません - 取得/チェックが完了
msgid "Diff"
msgstr "差分"
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "<b>{start} - {end}</b> {record_name} を表示中 / 合計 <b>{total}</b>"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr "これにより、すべてのウォッチのバージョン履歴(スナップショット)が削除されますが、URLのリストは保持されます!"
@@ -2130,6 +2178,99 @@ msgstr "最新のリクエストからの現在のエラースクリーンショ
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr "スクリーンショットには、スクリーンショットをサポートするコンテンツフェッチャー(Sockpuppetbrowser、seleniumなど)が必要です。"
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "キュー済み"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2143,11 +2284,6 @@ msgstr "ウォッチは一時停止状態で追加されました。保存する
msgid "Watch added."
msgstr "ウォッチを追加しました。"
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "<b>{start} - {end}</b> {record_name} を表示中 / 合計 <b>{total}</b>"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "件"
@@ -2164,23 +2300,6 @@ msgstr "詳細情報"
msgid "You can also add 'shared' watches."
msgstr "「共有」ウォッチを追加することもできます。"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "新しいウェブページ変更検知ウォッチを追加"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "このURLをウォッチする!"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "編集してからウォッチ"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2330,10 +2449,6 @@ msgstr "情報なし"
msgid "Checking now"
msgstr "今すぐチェック"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "キュー済み"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2741,7 +2856,7 @@ msgstr "無効な値です。"
msgid "Group tag"
msgstr "グループタグ"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "ウォッチ"
@@ -2953,6 +3068,7 @@ msgstr "オン"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "通知"
@@ -3832,8 +3948,8 @@ msgid "A new version is available"
msgstr "新しいバージョンが利用可能です"
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "検索、またはAlt+Sキーを使用"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3871,7 +3987,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "検索"
@@ -4150,18 +4266,6 @@ msgstr "正規表現/文字列マッチごとに1行"
msgid "Login"
msgstr "ログイン"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "グループ"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "設定"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "インポート"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr "自動スケジューリングを再開"
@@ -4218,6 +4322,42 @@ msgstr "言語の変更"
msgid "Change language"
msgstr "言語を変更"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "検索、またはAlt+Sキーを使用"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -18,6 +18,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "새 웹페이지 변경 감지 모니터링 추가"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "이 URL 모니터링 추가"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "편집 후 모니터링 추가"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr "AI - 다음 경우 알림"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "모니터링 그룹 / 태그"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "이미 백업이 실행 중입니다. 잠시 후 다시 확인해 주세요."
@@ -290,7 +329,7 @@ msgstr "그룹 / 태그 이름"
msgid "Recheck time (minutes)"
msgstr "재확인 시간(분)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "가져오기"
@@ -1293,11 +1332,6 @@ msgstr "시스템 기본값 사용"
msgid "Add a new organisational tag"
msgstr "새 그룹 / 태그 추가"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "모니터링 그룹 / 태그"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr "그룹을 사용하면 하나의 분류용 태그 아래에서 여러 모니터링의 필터와 알림을 관리할 수 있습니다."
@@ -1550,6 +1584,20 @@ msgstr "미리보기를 사용할 수 없습니다. 아직 가져오기/확인
msgid "Diff"
msgstr "비교"
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "총 <b>{total}</b>개 중 <b>{start} - {end}</b>개 {record_name} 표시"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr "이 작업은 모든 모니터링의 버전 기록(스냅샷)을 삭제하지만 URL 목록은 유지합니다."
@@ -2121,6 +2169,99 @@ msgstr "가장 최근 요청의 현재 오류 스크린샷"
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr "스크린샷을 사용하려면 스크린샷을 지원하는 방식(Sockpuppetbrowser, Selenium 등)이 필요합니다."
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "대기 중"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2134,11 +2275,6 @@ msgstr "모니터링이 일시중지 상태로 추가되었습니다. 저장하
msgid "Watch added."
msgstr "모니터링이 추가되었습니다."
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "총 <b>{total}</b>개 중 <b>{start} - {end}</b>개 {record_name} 표시"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "항목"
@@ -2155,23 +2291,6 @@ msgstr "추가 정보"
msgid "You can also add 'shared' watches."
msgstr "'공유' 모니터링도 추가할 수 있습니다."
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "새 웹페이지 변경 감지 모니터링 추가"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "이 URL 모니터링 추가"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "편집 후 모니터링 추가"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr "AI - 다음 경우 알림"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr "전체 기록으로 이동"
@@ -2321,10 +2440,6 @@ msgstr "정보 없음"
msgid "Checking now"
msgstr "지금 확인 중"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "대기 중"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr "요약"
@@ -2732,7 +2847,7 @@ msgstr "값이 잘못되었습니다."
msgid "Group tag"
msgstr "그룹 / 태그"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "모니터링"
@@ -2944,6 +3059,7 @@ msgstr "켜짐"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "알림"
@@ -3809,8 +3925,8 @@ msgid "A new version is available"
msgstr "새 버전이 있습니다"
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "검색 또는 Alt+S 키 사용"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3848,7 +3964,7 @@ msgstr "AI / LLM 설정으로 이동"
msgid "Close"
msgstr "닫기"
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "검색"
@@ -4127,18 +4243,6 @@ msgstr "정규식/문자열 조건은 한 줄에 하나씩 입력하세요"
msgid "Login"
msgstr "로그인"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "그룹"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "설정"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "가져오기"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr "자동 예약 다시 시작"
@@ -4195,6 +4299,42 @@ msgstr "언어 변경"
msgid "Change language"
msgstr "언어 변경"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "검색 또는 Alt+S 키 사용"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
+188 -48
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: changedetection.io 0.55.5\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2026-05-25 10:09+0200\n"
"POT-Creation-Date: 2026-05-25 14:24+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,6 +17,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr ""
@@ -287,7 +326,7 @@ msgstr ""
msgid "Recheck time (minutes)"
msgstr ""
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr ""
@@ -1282,11 +1321,6 @@ msgstr ""
msgid "Add a new organisational tag"
msgstr ""
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr ""
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr ""
@@ -1539,6 +1573,20 @@ msgstr ""
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr ""
@@ -2110,6 +2158,99 @@ msgstr ""
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2123,11 +2264,6 @@ msgstr ""
msgid "Watch added."
msgstr ""
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr ""
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr ""
@@ -2144,23 +2280,6 @@ msgstr ""
msgid "You can also add 'shared' watches."
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2310,10 +2429,6 @@ msgstr ""
msgid "Checking now"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2721,7 +2836,7 @@ msgstr ""
msgid "Group tag"
msgstr ""
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr ""
@@ -2933,6 +3048,7 @@ msgstr ""
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr ""
@@ -3798,7 +3914,7 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
@@ -3837,7 +3953,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr ""
@@ -4106,18 +4222,6 @@ msgstr ""
msgid "Login"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr ""
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr ""
@@ -4174,6 +4278,42 @@ msgstr ""
msgid "Change language"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -19,6 +19,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Adicionar um novo monitoramento de detecção de mudança de página"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Monitorar esta URL!"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Editar primeiro, depois Monitorar"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Grupo / Tag de monitoramento"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "Um backup já está em execução, verifique novamente em alguns minutos"
@@ -291,7 +330,7 @@ msgstr "Nome(s) de Grupo / Tag"
msgid "Recheck time (minutes)"
msgstr "Tempo de rechecagem (minutos)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "Importar"
@@ -1311,11 +1350,6 @@ msgstr "Usar padrões do sistema"
msgid "Add a new organisational tag"
msgstr "Adicionar uma nova tag organizacional"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Grupo / Tag de monitoramento"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr ""
@@ -1574,6 +1608,20 @@ msgstr "Pré-visualização indisponível - Nenhuma busca concluída ou gatilhos
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "exibindo <b>{start} - {end}</b> {record_name} em um total de <b>{total}</b>"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr "Isso removerá o histórico de versões (instantâneos) para TODOS os monitoramentos, mas manterá sua lista de URLs!"
@@ -2159,6 +2207,99 @@ msgstr "Screenshot de erro atual da solicitação mais recente"
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr "Screenshot requer um Fetcher de Conteúdo (Sockpuppetbrowser, selenium, etc) que suporte screenshots."
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "Enfileirado"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2172,11 +2313,6 @@ msgstr "Monitoramento adicionado em estado Pausado; salvar irá retomá-lo."
msgid "Watch added."
msgstr "Monitoramento adicionado."
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "exibindo <b>{start} - {end}</b> {record_name} em um total de <b>{total}</b>"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "registros"
@@ -2193,23 +2329,6 @@ msgstr "Mais informações"
msgid "You can also add 'shared' watches."
msgstr "Você também pode adicionar monitoramentos 'compartilhados'."
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Adicionar um novo monitoramento de detecção de mudança de página"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Monitorar esta URL!"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Editar primeiro, depois Monitorar"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2361,10 +2480,6 @@ msgstr "Sem informações"
msgid "Checking now"
msgstr "Verificando agora"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "Enfileirado"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2772,7 +2887,7 @@ msgstr "Valor inválido."
msgid "Group tag"
msgstr "Tag de grupo"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "Monitoramento"
@@ -2984,6 +3099,7 @@ msgstr "Ligado"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "Notificações"
@@ -3851,8 +3967,8 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "Pesquisar, ou use a tecla Alt+S"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3890,7 +4006,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "Pesquisar"
@@ -4165,18 +4281,6 @@ msgstr "Uma linha por correspondência de expressão regular/string"
msgid "Login"
msgstr "Login"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "GRUPOS"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "CONFIGURAÇÕES"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "IMPORTAR"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr "Retomar agendamento automático"
@@ -4233,6 +4337,42 @@ msgstr "Mudar Idioma"
msgid "Change language"
msgstr "Mudar idioma"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "Pesquisar, ou use a tecla Alt+S"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -19,6 +19,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Yeni bir web sayfası değişiklik tespiti izleyicisi ekle"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Bu URL'yi izle!"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Önce Düzenle sonra İzle"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "İzleyici grubu / etiketi"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "Zaten bir yedekleme çalışıyor, birkaç dakika sonra tekrar kontrol edin"
@@ -297,7 +336,7 @@ msgstr "Grup / Etiket adları"
msgid "Recheck time (minutes)"
msgstr "Yeniden kontrol süresi (dakika)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "İçe Aktar"
@@ -1320,11 +1359,6 @@ msgstr "Sistem varsayılanlarını kullan"
msgid "Add a new organisational tag"
msgstr "Yeni bir organizasyonel etiket ekle"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "İzleyici grubu / etiketi"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr "Gruplar, birden çok izleyici için filtreleri ve bildirimleri tek bir organizasyonel etiket altında yönetmenizi sağlar."
@@ -1579,6 +1613,20 @@ msgstr "Önizleme kullanılamıyor - Getirme/kontrol tamamlanmadı veya tetikley
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "toplam <b>{total}</b> içinde <b>{start} - {end}</b> {record_name} gösteriliyor"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr "Bu işlem TÜM izleyiciler için sürüm geçmişini (anlık görüntüleri) kaldıracak, ancak URL listenizi koruyacaktır!"
@@ -2164,6 +2212,99 @@ msgstr "En son istekten gelen mevcut hatalı ekran görüntüsü"
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr "Ekran görüntüsü, ekran görüntülerini destekleyen bir İçerik Getiricisi (Sockpuppetbrowser, selenium vb.) gerektirir."
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "Sırada"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2177,11 +2318,6 @@ msgstr "İzleyici Duraklatıldı durumunda eklendi, kaydetmek duraklatmayı ipta
msgid "Watch added."
msgstr "İzleyici eklendi."
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "toplam <b>{total}</b> içinde <b>{start} - {end}</b> {record_name} gösteriliyor"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "kayıtlar"
@@ -2198,23 +2334,6 @@ msgstr "Daha fazla bilgi"
msgid "You can also add 'shared' watches."
msgstr "'Paylaşılan' izleyiciler de ekleyebilirsiniz."
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Yeni bir web sayfası değişiklik tespiti izleyicisi ekle"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Bu URL'yi izle!"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Önce Düzenle sonra İzle"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2364,10 +2483,6 @@ msgstr "Bilgi yok"
msgid "Checking now"
msgstr "Şimdi kontrol ediliyor"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "Sırada"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2775,7 +2890,7 @@ msgstr "Geçersiz değer."
msgid "Group tag"
msgstr "Grup etiketi"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "İzleyici"
@@ -2987,6 +3102,7 @@ msgstr "Açık"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "Bildirimler"
@@ -3854,8 +3970,8 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "Arayın veya Alt+S Tuşunu Kullanın"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3895,7 +4011,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "Ara"
@@ -4168,18 +4284,6 @@ msgstr "Düzenli ifade/dize eşleşmesi başına bir satır"
msgid "Login"
msgstr "Giriş Yap"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "GRUPLAR"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "AYARLAR"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "İÇE AKTAR"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr "Otomatik zamanlamayı devam ettir"
@@ -4236,6 +4340,42 @@ msgstr "Dili Değiştir"
msgid "Change language"
msgstr "Dili değiştir"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "Arayın veya Alt+S Tuşunu Kullanın"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -17,6 +17,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Додати нове завдання відстеження змін веб-сторінки"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Відстежувати цей URL!"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Спочатку редагувати, потім Відстежувати"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Група / Тег відстеження"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "Резервне копіювання вже виконується, перевірте через кілька хвилин"
@@ -289,7 +328,7 @@ msgstr "Група / Ім'я тегу(ів)"
msgid "Recheck time (minutes)"
msgstr "Час перевірки (хвилини)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "Імпорт"
@@ -1301,11 +1340,6 @@ msgstr "Використовувати системні налаштування
msgid "Add a new organisational tag"
msgstr "Додати новий організаційний тег"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "Група / Тег відстеження"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr "Групи дозволяють керувати фільтрами та сповіщеннями для кількох завдань під одним організаційним тегом."
@@ -1560,6 +1594,20 @@ msgstr "Попередній перегляд недоступний — пер
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "відображено <b>{start} - {end}</b> {record_name}, всього <b>{total}</b>"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr "Це видалить історію версій (знімки) для ВСІХ завдань, але збереже ваш список URL!"
@@ -2143,6 +2191,99 @@ msgstr "Поточний скріншот з помилкою з останнь
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr "Скріншот вимагає завантажувача контенту (Sockpuppetbrowser, selenium тощо), який підтримує створення скріншотів."
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "В черзі"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2156,11 +2297,6 @@ msgstr "Завдання додано в стані 'Пауза', збереже
msgid "Watch added."
msgstr "Завдання додано."
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "відображено <b>{start} - {end}</b> {record_name}, всього <b>{total}</b>"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "записів"
@@ -2177,23 +2313,6 @@ msgstr "Детальніше"
msgid "You can also add 'shared' watches."
msgstr "Ви також можете додати 'спільні' завдання."
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "Додати нове завдання відстеження змін веб-сторінки"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "Відстежувати цей URL!"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "Спочатку редагувати, потім Відстежувати"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2343,10 +2462,6 @@ msgstr "Немає інформації"
msgid "Checking now"
msgstr "Перевірка..."
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "В черзі"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2754,7 +2869,7 @@ msgstr "Неприпустиме значення."
msgid "Group tag"
msgstr "Тег групи"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "Завдання"
@@ -2966,6 +3081,7 @@ msgstr "Увімк"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "Сповіщення"
@@ -3833,8 +3949,8 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "Пошук, або використовуйте Alt+S"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3872,7 +3988,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "Пошук"
@@ -4145,18 +4261,6 @@ msgstr "Один рядок на регулярний вираз/збіг"
msgid "Login"
msgstr "Вхід"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "ГРУПИ"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "НАЛАШТУВАННЯ"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "ІМПОРТ"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr "Відновити авто-планування"
@@ -4213,6 +4317,42 @@ msgstr "Змінити мову"
msgid "Change language"
msgstr "Змінити мову"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "Пошук, або використовуйте Alt+S"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -18,6 +18,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "新增网页变更监控"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "监控此 URL"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "先编辑,再监控"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "分组 / 标签"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "备份正在进行中,请几分钟后再查看"
@@ -292,7 +331,7 @@ msgstr "分组/标签名称"
msgid "Recheck time (minutes)"
msgstr "复检间隔(分钟)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "导入"
@@ -1287,11 +1326,6 @@ msgstr "使用系统默认值"
msgid "Add a new organisational tag"
msgstr "添加新的组织标签"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "分组 / 标签"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr "分组可让您在一个组织标签下管理多个监控项的过滤器与通知。"
@@ -1544,6 +1578,20 @@ msgstr "无法预览 - 尚未完成抓取/检查或未满足触发条件"
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "显示第 <b>{start} - {end}</b> 条{record_name},共 <b>{total}</b> 条"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr "这将删除所有监控项的版本历史(快照),但会保留 URL 列表!"
@@ -2116,6 +2164,99 @@ msgstr "最近请求的错误截图"
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr "截图需要支持截图的内容抓取器(如 Sockpuppetbrowser、Selenium 等)。"
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "队列中"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2129,11 +2270,6 @@ msgstr "监控项已以暂停状态添加,保存后将取消暂停。"
msgid "Watch added."
msgstr "监控项已添加。"
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "显示第 <b>{start} - {end}</b> 条{record_name},共 <b>{total}</b> 条"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "记录"
@@ -2150,23 +2286,6 @@ msgstr "更多信息"
msgid "You can also add 'shared' watches."
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "新增网页变更监控"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "监控此 URL"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "先编辑,再监控"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2316,10 +2435,6 @@ msgstr "暂无信息"
msgid "Checking now"
msgstr "正在检查"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "队列中"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2727,7 +2842,7 @@ msgstr "值无效。"
msgid "Group tag"
msgstr "分组 / 标签"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "监控项"
@@ -2939,6 +3054,7 @@ msgstr "开启"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "通知"
@@ -3805,8 +3921,8 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "搜索,或使用 Alt+S 快捷键"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3844,7 +3960,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "搜索"
@@ -4113,18 +4229,6 @@ msgstr "每行一个正则/字符串匹配规则"
msgid "Login"
msgstr "登录"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "分组"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "设置"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "导入"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr "恢复自动调度"
@@ -4181,6 +4285,42 @@ msgstr "切换语言"
msgid "Change language"
msgstr "切换语言"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "搜索,或使用 Alt+S 快捷键"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""
@@ -18,6 +18,45 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.18.0\n"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "新增網頁變更檢測任務"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "監測此 URL"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "先編輯後監測"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "群組 / 標籤"
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Live activity"
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Recent additions and live check status will appear here."
msgstr ""
#: changedetectionio/blueprint/add_watch_ui/templates/add-watch-ui.html
msgid "Waiting for activity…"
msgstr ""
#: changedetectionio/blueprint/backups/__init__.py
msgid "A backup is already running, check back in a few minutes"
msgstr "備份正在進行中,請稍後再回來查看"
@@ -291,7 +330,7 @@ msgstr "群組 / 標籤名稱"
msgid "Recheck time (minutes)"
msgstr "複查時間(分鐘)"
#: changedetectionio/blueprint/imports/templates/import.html
#: changedetectionio/blueprint/imports/templates/import.html changedetectionio/templates/sidebar-nav.html
msgid "Import"
msgstr "匯入"
@@ -1286,11 +1325,6 @@ msgstr "使用系統預設值"
msgid "Add a new organisational tag"
msgstr "新增組織標籤"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch group / tag"
msgstr "群組 / 標籤"
#: changedetectionio/blueprint/tags/templates/groups-overview.html
msgid "Groups allows you to manage filters and notifications for multiple watches under a single organisational tag."
msgstr "群組功能讓您能在單一組織標籤下,管理多個監測任務的過濾器與通知設定。"
@@ -1543,6 +1577,20 @@ msgstr "預覽無法使用 - 未完成抓取 / 檢查或未觸發"
msgid "Diff"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "顯示第 <b>{start} - {end}</b> 條{record_name},共 <b>{total}</b> 條"
#: changedetectionio/blueprint/ui/queue.py
msgid "queued items"
msgstr ""
#: changedetectionio/blueprint/ui/queue.py
#, python-brace-format
msgid "Queue cleared ({} items removed)."
msgstr ""
#: changedetectionio/blueprint/ui/templates/clear_all_history.html
msgid "This will remove version history (snapshots) for ALL watches, but keep your list of URLs!"
msgstr "這將移除「所有」監測任務的版本歷史記錄(快照),但保留您的 URL 列表!"
@@ -2115,6 +2163,99 @@ msgstr "最近請求的目前錯誤截圖"
msgid "Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots."
msgstr "截圖需要支援截圖的內容抓取器 (Sockpuppetbrowser, selenium 等)。"
#: changedetectionio/blueprint/ui/templates/queue.html
#, python-format
msgid "Worker %(n)s"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "— idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "idle"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "done"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "cancel"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Watch no longer exists"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Nothing running"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Check queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Live view of what the workers are doing right now and what is waiting in line."
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Running now"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "已排程"
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue?"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "<p>This will remove every pending check from the queue.</p><p>Running checks will continue.</p>"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Clear Queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Workers & queue"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Elapsed"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Status"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "No workers configured (FETCH_WORKERS=0) and queue is empty"
msgstr ""
#: changedetectionio/blueprint/ui/templates/queue.html
msgid "Waiting for new pages to check…"
msgstr ""
#: changedetectionio/blueprint/ui/views.py
#, python-brace-format
msgid "Warning, URL {} already exists"
@@ -2128,11 +2269,6 @@ msgstr "監測任務已在暫停狀態下新增,儲存後將取消暫停。"
msgid "Watch added."
msgstr "監測任務已新增。"
#: changedetectionio/blueprint/watchlist/__init__.py
#, python-brace-format
msgid "displaying <b>{start} - {end}</b> {record_name} in total <b>{total}</b>"
msgstr "顯示第 <b>{start} - {end}</b> 條{record_name},共 <b>{total}</b> 條"
#: changedetectionio/blueprint/watchlist/__init__.py
msgid "records"
msgstr "記錄"
@@ -2149,23 +2285,6 @@ msgstr "更多資訊"
msgid "You can also add 'shared' watches."
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Add a new web page change detection watch"
msgstr "新增網頁變更檢測任務"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Watch this URL!"
msgstr "監測此 URL"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Edit first then Watch"
msgstr "先編輯後監測"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
#: changedetectionio/templates/edit/include_llm_intent.html
msgid "AI — Notify when…"
msgstr ""
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Goto full history"
msgstr ""
@@ -2315,10 +2434,6 @@ msgstr "無資訊"
msgid "Checking now"
msgstr "正在檢查"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Queued"
msgstr "已排程"
#: changedetectionio/blueprint/watchlist/templates/watch-overview.html
msgid "Summary"
msgstr ""
@@ -2726,7 +2841,7 @@ msgstr "數值無效。"
msgid "Group tag"
msgstr "群組 / 標籤"
#: changedetectionio/forms.py
#: changedetectionio/blueprint/ui/templates/queue.html changedetectionio/forms.py
msgid "Watch"
msgstr "監測任務"
@@ -2938,6 +3053,7 @@ msgstr "開啟"
#: changedetectionio/blueprint/settings/templates/settings.html changedetectionio/blueprint/tags/templates/edit-tag.html
#: changedetectionio/blueprint/ui/templates/edit.html changedetectionio/forms.py
#: changedetectionio/templates/sidebar-nav.html
msgid "Notifications"
msgstr "通知"
@@ -3803,8 +3919,8 @@ msgid "A new version is available"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Search, or Use Alt+S Key"
msgstr "搜尋,或使用 Alt+S 鍵"
msgid "Main navigation"
msgstr ""
#: changedetectionio/templates/base.html
msgid "Share this link:"
@@ -3842,7 +3958,7 @@ msgstr ""
msgid "Close"
msgstr ""
#: changedetectionio/templates/base.html
#: changedetectionio/templates/base.html changedetectionio/templates/sidebar-nav.html
msgid "Search"
msgstr "搜尋"
@@ -4111,18 +4227,6 @@ msgstr ""
msgid "Login"
msgstr "登入"
#: changedetectionio/templates/menu.html
msgid "GROUPS"
msgstr "群組"
#: changedetectionio/templates/menu.html
msgid "SETTINGS"
msgstr "設定"
#: changedetectionio/templates/menu.html
msgid "IMPORT"
msgstr "匯入"
#: changedetectionio/templates/menu.html
msgid "Resume automatic scheduling"
msgstr ""
@@ -4179,6 +4283,42 @@ msgstr "更改語言"
msgid "Change language"
msgstr "更改語言"
#: changedetectionio/templates/sidebar-nav.html
msgid "Add a page watch"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Page Watches"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Watch Groups"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers (coming soon)"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Browsers"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "soon"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Search, or Use Alt+S Key"
msgstr "搜尋,或使用 Alt+S 鍵"
#: changedetectionio/templates/sidebar-nav.html
msgid "Queue"
msgstr ""
#: changedetectionio/templates/sidebar-nav.html
msgid "Settings"
msgstr ""
#: changedetectionio/validate_url.py
msgid "API Base URL is not a valid http(s) URL."
msgstr ""