From 247c7a12ba34c2d990a5110de33f1fbe0b8a98b7 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 22 Jun 2026 00:55:41 +0200 Subject: [PATCH] rebuild lang --- .../translations/cs/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../translations/de/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../en_GB/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../en_US/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../translations/es/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../translations/fr/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../translations/it/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../translations/ja/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../translations/ko/LC_MESSAGES/messages.po | 58 +++++++++++++++++- changedetectionio/translations/messages.pot | 60 ++++++++++++++++++- .../pt_BR/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../translations/tr/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../translations/uk/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../translations/zh/LC_MESSAGES/messages.po | 58 +++++++++++++++++- .../zh_Hant_TW/LC_MESSAGES/messages.po | 58 +++++++++++++++++- 15 files changed, 856 insertions(+), 16 deletions(-) diff --git a/changedetectionio/translations/cs/LC_MESSAGES/messages.po b/changedetectionio/translations/cs/LC_MESSAGES/messages.po index 182cba81..764e69fa 100644 --- a/changedetectionio/translations/cs/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/cs/LC_MESSAGES/messages.po @@ -1795,6 +1795,7 @@ msgid "Text" msgstr "Text" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "Aktuální snímek obrazovky" @@ -1840,10 +1841,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "Aktuální snímek obrazovky z poslední žádosti" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "Zatím není k dispozici žádný snímek obrazovky! Zkuste stránku znovu zkontrolovat." @@ -2350,11 +2353,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "Skladem" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2379,6 +2384,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2586,6 +2628,7 @@ msgid "Not in stock" msgstr "Není skladem" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "Cena" @@ -3731,6 +3774,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "Porovnává snímky obrazovky pomocí rychlého algoritmu OpenCV, 10-100x rychlejší než SSIM" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3791,7 +3847,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/de/LC_MESSAGES/messages.po b/changedetectionio/translations/de/LC_MESSAGES/messages.po index 23a1ee48..aa3db0b7 100644 --- a/changedetectionio/translations/de/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/de/LC_MESSAGES/messages.po @@ -1818,6 +1818,7 @@ msgid "Text" msgstr "Text" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "Aktueller Screenshot" @@ -1865,10 +1866,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "Derzeit werden Unterschiede nur textuell und nicht grafisch dargestellt, es ist nur der letzte Screenshot verfügbar." #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "Aktueller Screenshot der letzten Anfrage" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "Derzeit ist kein Screenshot verfügbar! Versuchen Sie es später erneut." @@ -2395,11 +2398,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "Auf Lager" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2424,6 +2429,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2635,6 +2677,7 @@ msgid "Not in stock" msgstr "Nicht auf Lager" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "Preis" @@ -3783,6 +3826,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "Vergleicht Screenshots mit einem schnellen OpenCV-Algorithmus, der 10- bis 100-mal schneller ist als SSIM" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3843,7 +3899,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/en_GB/LC_MESSAGES/messages.po b/changedetectionio/translations/en_GB/LC_MESSAGES/messages.po index fccb97a7..82bbc903 100644 --- a/changedetectionio/translations/en_GB/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/en_GB/LC_MESSAGES/messages.po @@ -1789,6 +1789,7 @@ msgid "Text" msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "" @@ -1834,10 +1835,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "" @@ -2344,11 +2347,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2373,6 +2378,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2580,6 +2622,7 @@ msgid "Not in stock" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "" @@ -3723,6 +3766,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3783,7 +3839,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/en_US/LC_MESSAGES/messages.po b/changedetectionio/translations/en_US/LC_MESSAGES/messages.po index 5d307919..15ebe1ed 100644 --- a/changedetectionio/translations/en_US/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/en_US/LC_MESSAGES/messages.po @@ -1789,6 +1789,7 @@ msgid "Text" msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "" @@ -1834,10 +1835,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "" @@ -2344,11 +2347,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2373,6 +2378,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2580,6 +2622,7 @@ msgid "Not in stock" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "" @@ -3723,6 +3766,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3783,7 +3839,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/es/LC_MESSAGES/messages.po b/changedetectionio/translations/es/LC_MESSAGES/messages.po index 00aeed73..a386dc3b 100644 --- a/changedetectionio/translations/es/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/es/LC_MESSAGES/messages.po @@ -1838,6 +1838,7 @@ msgid "Text" msgstr "Texto" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "Captura de pantalla actual" @@ -1885,10 +1886,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "Por ahora, las diferencias se realizan en texto, no gráficamente, solo está disponible la última captura de pantalla." #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "Captura de pantalla actual de la solicitud más reciente" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "¡Aún no hay captura de pantalla disponible! Intente volver a revisar la página." @@ -2411,11 +2414,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "En stock" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2440,6 +2445,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2651,6 +2693,7 @@ msgid "Not in stock" msgstr "No en stock" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "Precio" @@ -3796,6 +3839,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "Compara capturas de pantalla utilizando el rápido algoritmo OpenCV, entre 10 y 100 veces más rápido que SSIM" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3856,7 +3912,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/fr/LC_MESSAGES/messages.po b/changedetectionio/translations/fr/LC_MESSAGES/messages.po index ef407733..cbd76ce5 100644 --- a/changedetectionio/translations/fr/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/fr/LC_MESSAGES/messages.po @@ -1798,6 +1798,7 @@ msgid "Text" msgstr "Texte" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "Capture d'écran actuelle" @@ -1843,10 +1844,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "Capture d'écran actuelle de la demande la plus récente" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "Aucune capture d'écran disponible pour l'instant ! Essayez de revérifier la page." @@ -2355,11 +2358,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "En stock" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2384,6 +2389,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2591,6 +2633,7 @@ msgid "Not in stock" msgstr "Pas en stock" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "Prix" @@ -3736,6 +3779,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "Compare les captures d'écran à l'aide de l'algorithme OpenCV rapide, 10 à 100 fois plus rapide que SSIM" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3796,7 +3852,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/it/LC_MESSAGES/messages.po b/changedetectionio/translations/it/LC_MESSAGES/messages.po index 65a1db86..87c19a5b 100644 --- a/changedetectionio/translations/it/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/it/LC_MESSAGES/messages.po @@ -1791,6 +1791,7 @@ msgid "Text" msgstr "Testo" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "Screenshot corrente" @@ -1836,10 +1837,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "Screenshot corrente dalla richiesta più recente" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "" @@ -2346,11 +2349,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "Disponibile" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2375,6 +2380,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2582,6 +2624,7 @@ msgid "Not in stock" msgstr "Non disponibile" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "Prezzo" @@ -3725,6 +3768,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "Confronta screenshot con algoritmo OpenCV veloce, 10-100x più veloce di SSIM" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3785,7 +3841,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/ja/LC_MESSAGES/messages.po b/changedetectionio/translations/ja/LC_MESSAGES/messages.po index f2b9a58e..fdb71294 100644 --- a/changedetectionio/translations/ja/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/ja/LC_MESSAGES/messages.po @@ -1800,6 +1800,7 @@ msgid "Text" msgstr "テキスト" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "現在のスクリーンショット" @@ -1845,10 +1846,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "現在、差分はテキストで実行されグラフィカルではありません。最新のスクリーンショットのみ利用可能です。" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "最新のリクエストからの現在のスクリーンショット" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "まだスクリーンショットがありません!ページを再チェックしてみてください。" @@ -2363,11 +2366,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "在庫あり" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2392,6 +2397,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2599,6 +2641,7 @@ msgid "Not in stock" msgstr "在庫なし" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "価格" @@ -3742,6 +3785,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "高速OpenCVアルゴリズムを使用してスクリーンショットを比較します。SSIMより10〜100倍高速です。" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3802,7 +3858,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/ko/LC_MESSAGES/messages.po b/changedetectionio/translations/ko/LC_MESSAGES/messages.po index 11284e49..05566792 100644 --- a/changedetectionio/translations/ko/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/ko/LC_MESSAGES/messages.po @@ -1799,6 +1799,7 @@ msgid "Text" msgstr "텍스트" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "현재 스크린샷" @@ -1844,10 +1845,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "현재 비교는 그래픽 방식이 아닌 텍스트 기준으로 수행되며, 최신 스크린샷만 제공됩니다." #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "가장 최근 요청의 현재 스크린샷" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "아직 스크린샷이 없습니다. 페이지를 다시 확인해 주세요." @@ -2354,11 +2357,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "재고 있음" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2383,6 +2388,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2590,6 +2632,7 @@ msgid "Not in stock" msgstr "재고 없음" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "가격" @@ -3733,6 +3776,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "빠른 OpenCV 알고리즘으로 스크린샷을 비교하며, SSIM보다 10~100배 빠릅니다." #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3793,7 +3849,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/messages.pot b/changedetectionio/translations/messages.pot index 0466df7f..f08e8f56 100644 --- a/changedetectionio/translations/messages.pot +++ b/changedetectionio/translations/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: changedetection.io 0.55.7\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2026-06-21 22:18+0200\n" +"POT-Creation-Date: 2026-06-22 00:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1788,6 +1788,7 @@ msgid "Text" msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "" @@ -1833,10 +1834,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "" @@ -2343,11 +2346,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2372,6 +2377,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2579,6 +2621,7 @@ msgid "Not in stock" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "" @@ -3722,6 +3765,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3782,7 +3838,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/pt_BR/LC_MESSAGES/messages.po b/changedetectionio/translations/pt_BR/LC_MESSAGES/messages.po index 8c3dbe64..2014c27c 100644 --- a/changedetectionio/translations/pt_BR/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/pt_BR/LC_MESSAGES/messages.po @@ -1823,6 +1823,7 @@ msgid "Text" msgstr "Texto" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "Screenshot atual" @@ -1870,10 +1871,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "Por enquanto, as diferenças são realizadas em texto, não graficamente. Apenas o último screenshot está disponível." #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "Screenshot atual da solicitação mais recente" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "Nenhum screenshot disponível ainda! Tente rechecar a página." @@ -2392,11 +2395,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "Em estoque" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2421,6 +2426,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2630,6 +2672,7 @@ msgid "Not in stock" msgstr "Sem estoque" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "Preço" @@ -3773,6 +3816,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "Compara screenshots usando algoritmo OpenCV rápido, 10-100x mais rápido que SSIM" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3833,7 +3889,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/tr/LC_MESSAGES/messages.po b/changedetectionio/translations/tr/LC_MESSAGES/messages.po index eff4d9a0..fc8bf669 100644 --- a/changedetectionio/translations/tr/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/tr/LC_MESSAGES/messages.po @@ -1828,6 +1828,7 @@ msgid "Text" msgstr "Metin" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "Mevcut ekran görüntüsü" @@ -1873,10 +1874,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "Şimdilik, Farklar grafiksel olarak değil metin üzerinde gerçekleştirilir, yalnızca en son ekran görüntüsü mevcuttur." #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "En son istekten gelen mevcut ekran görüntüsü" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "Henüz bir ekran görüntüsü mevcut değil! Sayfayı yeniden kontrol etmeyi deneyin." @@ -2397,11 +2400,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "Stokta" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2426,6 +2431,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2633,6 +2675,7 @@ msgid "Not in stock" msgstr "Stokta yok" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "Fiyat" @@ -3776,6 +3819,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "Ekran görüntülerini hızlı OpenCV algoritması kullanarak karşılaştırır, SSIM'den 10-100 kat daha hızlıdır" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3836,7 +3892,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/uk/LC_MESSAGES/messages.po b/changedetectionio/translations/uk/LC_MESSAGES/messages.po index 9bafbd8c..53d739a7 100644 --- a/changedetectionio/translations/uk/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/uk/LC_MESSAGES/messages.po @@ -1809,6 +1809,7 @@ msgid "Text" msgstr "Текст" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "Поточний скріншот" @@ -1854,10 +1855,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "На даний момент порівняння виконується за текстом, а не графічно; доступний лише останній скріншот." #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "Поточний скріншот з останнього запиту" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "Скріншот поки недоступний! Спробуйте перевірити сторінку ще раз." @@ -2376,11 +2379,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "В наявності" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2405,6 +2410,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2612,6 +2654,7 @@ msgid "Not in stock" msgstr "Немає в наявності" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "Ціна" @@ -3755,6 +3798,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "Порівнює скриншоти, використовуючи швидкий алгоритм OpenCV, в 10-100 разів швидше за SSIM" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3815,7 +3871,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/zh/LC_MESSAGES/messages.po b/changedetectionio/translations/zh/LC_MESSAGES/messages.po index be182c80..d035a637 100644 --- a/changedetectionio/translations/zh/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/zh/LC_MESSAGES/messages.po @@ -1794,6 +1794,7 @@ msgid "Text" msgstr "文本" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "当前截图" @@ -1839,10 +1840,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "目前差异仅按文本比较,非图形对比,只提供最新截图。" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "最近请求的当前截图" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "目前还没有截图!请尝试重新检查页面。" @@ -2350,11 +2353,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "有库存" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2379,6 +2384,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2586,6 +2628,7 @@ msgid "Not in stock" msgstr "无库存" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "价格" @@ -3729,6 +3772,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "使用快速的 OpenCV 算法对比截图,比 SSIM 快 10-100 倍" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3789,7 +3845,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html diff --git a/changedetectionio/translations/zh_Hant_TW/LC_MESSAGES/messages.po b/changedetectionio/translations/zh_Hant_TW/LC_MESSAGES/messages.po index dddbe02e..605c7ebf 100644 --- a/changedetectionio/translations/zh_Hant_TW/LC_MESSAGES/messages.po +++ b/changedetectionio/translations/zh_Hant_TW/LC_MESSAGES/messages.po @@ -1793,6 +1793,7 @@ msgid "Text" msgstr "文字" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot" msgstr "目前截圖" @@ -1838,10 +1839,12 @@ msgid "For now, Differences are performed on text, not graphically, only the lat msgstr "目前,差異比對是針對文字執行,而非圖形,僅提供最新的截圖。" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Current screenshot from most recent request" msgstr "最近請求的目前截圖" #: changedetectionio/blueprint/ui/templates/diff.html changedetectionio/blueprint/ui/templates/preview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "No screenshot available just yet! Try rechecking the page." msgstr "目前還沒有可用的截圖!請嘗試複查頁面。" @@ -2350,11 +2353,13 @@ msgid "Loading price history…" msgstr "" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "In stock" msgstr "有庫存" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Out of stock" msgstr "" @@ -2379,6 +2384,43 @@ msgstr "" msgid "average price" msgstr "" +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently low" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently typical" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "Currently high" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "cheaper than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +#, python-format +msgid "more expensive than %s% of tracked prices" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "around the usual price" +msgstr "" + +#: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html +msgid "avg" +msgstr "" + #: changedetectionio/blueprint/watchlist/templates/watch-overview.html msgid "Web page URL" msgstr "" @@ -2586,6 +2628,7 @@ msgid "Not in stock" msgstr "無庫存" #: changedetectionio/blueprint/watchlist/templates/watch-overview.html +#: changedetectionio/processors/restock_diff/difference.py #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price" msgstr "價格" @@ -3729,6 +3772,19 @@ msgid "Compares screenshots using fast OpenCV algorithm, 10-100x faster than SSI msgstr "使用快速 OpenCV 演算法比對截圖,比 SSIM 快 10-100 倍" #: changedetectionio/processors/restock_diff/difference.py +msgid "Date" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Stock status" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +msgid "Currency" +msgstr "" + +#: changedetectionio/processors/restock_diff/difference.py +#: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html msgid "Price history" msgstr "" @@ -3789,7 +3845,7 @@ msgid "Price & stock history" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html -msgid "Show data table" +msgid "Download as XLSX" msgstr "" #: changedetectionio/processors/restock_diff/templates/restock_diff/difference.html