mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-04-30 06:47:03 +00:00
UI - Use pgettext for diff page From/To labels to prevent context collisions (#4073)
Build and push containers / metadata (push) Has been cancelled
Build and push containers / build-push-containers (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Test the built package works basically. (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been cancelled
ChangeDetection.io App Test / lint-code (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-10 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-11 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-12 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-13 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-14 (push) Has been cancelled
Build and push containers / metadata (push) Has been cancelled
Build and push containers / build-push-containers (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Test the built package works basically. (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been cancelled
ChangeDetection.io App Test / lint-code (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-10 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-11 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-12 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-13 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-14 (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[python: **.py]
|
||||
keywords = _ _l gettext
|
||||
keywords = _ _l gettext pgettext:1c,2
|
||||
|
||||
[jinja2: **/templates/**.html]
|
||||
encoding = utf-8
|
||||
keywords = _ _l gettext
|
||||
keywords = _ _l gettext pgettext:1c,2
|
||||
|
||||
@@ -25,7 +25,8 @@
|
||||
<fieldset class="diff-fieldset">
|
||||
{% if versions|length >= 1 %}
|
||||
<span style="white-space: nowrap;">
|
||||
<label id="change-from" for="diff-from-version" class="from-to-label">{{ _('From') }}</label>
|
||||
{# TRANSLATORS: 'From' labels the older snapshot version selector on the diff page #}
|
||||
<label id="change-from" for="diff-from-version" class="from-to-label">{{ pgettext('diff version', 'From') }}</label>
|
||||
<select id="diff-from-version" name="from_version" class="needs-localtime">
|
||||
{%- for version in versions|reverse -%}
|
||||
<option value="{{ version }}" {% if version== from_version %} selected="" {% endif %}>
|
||||
@@ -35,7 +36,8 @@
|
||||
</select>
|
||||
</span>
|
||||
<span style="white-space: nowrap;">
|
||||
<label id="change-to" for="diff-to-version" class="from-to-label">{{ _('To') }}</label>
|
||||
{# TRANSLATORS: 'To' labels the newer snapshot version selector on the diff page #}
|
||||
<label id="change-to" for="diff-to-version" class="from-to-label">{{ pgettext('diff version', 'To') }}</label>
|
||||
<select id="diff-to-version" name="to_version" class="needs-localtime">
|
||||
{%- for version in versions|reverse -%}
|
||||
<option value="{{ version }}" {% if version== to_version %} selected="" {% endif %}>
|
||||
|
||||
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-01-02 11:40+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: cs\n"
|
||||
@@ -1231,11 +1231,15 @@ msgstr "Ignorovat všechny odpovídající řádky"
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr "Ignorovat všechny odpovídající řádky kromě číslic"
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr "Z"
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr "Na"
|
||||
|
||||
@@ -3672,3 +3676,9 @@ msgstr "Hlavní nastavení"
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr "Z"
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr "Na"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-01-14 03:57+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: de\n"
|
||||
@@ -1253,11 +1253,15 @@ msgstr "Ignorieren Sie alle übereinstimmenden Zeilen"
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr "Ignorieren Sie alle übereinstimmenden Zeilen mit Ausnahme von Ziffern"
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr "Von"
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr "Zu"
|
||||
|
||||
@@ -3789,3 +3793,9 @@ msgstr "Haupteinstellungen"
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr "Von"
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr "Zu"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: changedetection.io\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/dgtlmoon/changedetection.io\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-01-12 16:33+0100\n"
|
||||
"Last-Translator: British English Translation Team\n"
|
||||
"Language: en_GB\n"
|
||||
@@ -1231,11 +1231,15 @@ msgstr ""
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr ""
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
@@ -3619,3 +3623,9 @@ msgstr ""
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/dgtlmoon/changedetection.io\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-01-12 16:37+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: en_US\n"
|
||||
@@ -1231,11 +1231,15 @@ msgstr ""
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr ""
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
@@ -3619,3 +3623,9 @@ msgstr ""
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: changedetection.io 0.53.6\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-03-20 18:13+0100\n"
|
||||
"Last-Translator: Adrian Gonzalez <adrian@example.com>\n"
|
||||
"Language: es\n"
|
||||
@@ -1271,11 +1271,15 @@ msgstr "Ignora cualquier línea que coincida"
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr "Ignore cualquier línea que coincida excluyendo dígitos"
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr "A"
|
||||
|
||||
@@ -3668,3 +3672,9 @@ msgstr "Configuraciones principales"
|
||||
#~ " éxito que el \"centro de datos\" para sitios web "
|
||||
#~ "bloqueados."
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr "De"
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr "A"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-01-02 11:40+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: fr\n"
|
||||
@@ -1235,11 +1235,15 @@ msgstr "Ignorer toutes les lignes correspondant"
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr "Ignorer toutes les lignes correspondant à l'exclusion des chiffres"
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr "Depuis"
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr "À"
|
||||
|
||||
@@ -3680,3 +3684,9 @@ msgstr "Paramètres principaux"
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr "Depuis"
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr "À"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-01-02 15:32+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: it\n"
|
||||
@@ -1233,11 +1233,15 @@ msgstr ""
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr ""
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
@@ -3654,3 +3658,9 @@ msgstr "Impostazioni principali"
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: changedetection.io 0.53.6\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-03-31 23:52+0900\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: ja\n"
|
||||
@@ -1250,11 +1250,15 @@ msgstr "一致する行を無視"
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr "数字を除いて一致する行を無視"
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr "変更前"
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr "変更後"
|
||||
|
||||
@@ -3652,3 +3656,9 @@ msgstr "メイン設定"
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr "ブロックされているウェブサイトには、「データセンター」よりも「住居用」や「モバイル」プロキシタイプが効果的です。"
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr "変更前"
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr "変更後"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-01-02 11:40+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: ko\n"
|
||||
@@ -1231,11 +1231,15 @@ msgstr "일치하는 줄을 무시하세요."
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr "숫자를 제외하고 일치하는 줄을 무시합니다."
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr "에서"
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr "에게"
|
||||
|
||||
@@ -3775,3 +3779,9 @@ msgstr "기본 설정"
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr "에서"
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr "에게"
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: changedetection.io 0.54.9\n"
|
||||
"Project-Id-Version: changedetection.io 0.54.10\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\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"
|
||||
@@ -1230,11 +1230,15 @@ msgstr ""
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr ""
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: changedetection.io 0.54.8\n"
|
||||
"Report-Msgid-Bugs-To: mstrey@gmail.com\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-04-07 22:00-0300\n"
|
||||
"Last-Translator: Gemini AI\n"
|
||||
"Language: pt_BR\n"
|
||||
@@ -1256,11 +1256,15 @@ msgstr "Ignorar linhas correspondentes a"
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr "Ignorar linhas correspondentes excluindo dígitos"
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr "Para"
|
||||
|
||||
@@ -3654,3 +3658,9 @@ msgstr "Configurações principais"
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr "De"
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr "Para"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: changedetection.io 0.53.6\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-04-10 20:38+0300\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: tr\n"
|
||||
@@ -1260,11 +1260,15 @@ msgstr "Eşleşen satırları yoksay"
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr "Rakamlar hariç eşleşen satırları yoksay"
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr "Kimden"
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr "Kime"
|
||||
|
||||
@@ -3645,3 +3649,9 @@ msgstr "Ana ayarlar"
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr "Engellenen web siteleri için \"Yerleşim Yeri\" ve \"Mobil\" proxy türü \"Veri Merkezi\"nden daha başarılı olabilir."
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr "Kimden"
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr "Kime"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: changedetection.io\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/dgtlmoon/changedetection.io\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-02-19 12:30+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: uk\n"
|
||||
@@ -1240,11 +1240,15 @@ msgstr "Ігнорувати рядки, що збігаються з"
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr "Ігнорувати рядки, що збігаються з (виключаючи цифри)"
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr "Від"
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr "До"
|
||||
|
||||
@@ -3616,3 +3620,9 @@ msgstr "Головні налаштування"
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr "Проксі типу «Резидентні» та «Мобільні» можуть бути ефективнішими, ніж «Дата-центр», для заблокованих сайтів."
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr "Від"
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr "До"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-01-18 21:31+0800\n"
|
||||
"Last-Translator: 吾爱分享 <admin@wuaishare.cn>\n"
|
||||
"Language: zh\n"
|
||||
@@ -1231,11 +1231,15 @@ msgstr "忽略匹配以下内容的行"
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr "忽略匹配以下内容的行(排除数字)"
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr "从"
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr "到"
|
||||
|
||||
@@ -3604,3 +3608,9 @@ msgstr "主设置"
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr "对于被封锁的网站,“住宅”和“移动”代理类型可能比“数据中心”更有效。"
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr "从"
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr "到"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2026-04-19 00:17+0900\n"
|
||||
"POT-Creation-Date: 2026-04-21 13:27+0900\n"
|
||||
"PO-Revision-Date: 2026-01-15 12:00+0800\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: zh_Hant_TW\n"
|
||||
@@ -1231,11 +1231,15 @@ msgstr "忽略任何符合的行"
|
||||
msgid "Ignore any lines matching excluding digits"
|
||||
msgstr "忽略任何符合(排除數字)的行"
|
||||
|
||||
#. 'From' labels the older snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "From"
|
||||
msgstr "從"
|
||||
|
||||
#. 'To' labels the newer snapshot version selector on the diff page
|
||||
#: changedetectionio/blueprint/ui/templates/diff.html
|
||||
msgctxt "diff version"
|
||||
msgid "To"
|
||||
msgstr "到"
|
||||
|
||||
@@ -3733,3 +3737,9 @@ msgstr "主設定"
|
||||
#~ msgid "\"Residential\" and \"Mobile\" proxy type can be more successfull than \"Data Center\" for blocked websites."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "From"
|
||||
#~ msgstr "從"
|
||||
|
||||
#~ msgid "To"
|
||||
#~ msgstr "到"
|
||||
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
mapping_file = babel.cfg
|
||||
output_file = changedetectionio/translations/messages.pot
|
||||
input_paths = changedetectionio
|
||||
keywords = _ _l gettext
|
||||
keywords = _ _l gettext pgettext:1c,2
|
||||
add_comments = TRANSLATORS:
|
||||
# Options to reduce unnecessary changes in .pot files
|
||||
sort_by_file = true
|
||||
width = 120
|
||||
|
||||
Reference in New Issue
Block a user