mirror of
https://github.com/searxng/searxng.git
synced 2026-08-09 00:31:25 +00:00
Compare commits
3 Commits
3d3a78f3aa
...
3c1f68c59e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c1f68c59e | ||
|
|
23fb76f08f | ||
|
|
867a43ac1f |
2
.github/workflows/security.yml
vendored
2
.github/workflows/security.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
persist-credentials: "false"
|
persist-credentials: "false"
|
||||||
|
|
||||||
- name: Sync GHCS from Docker Scout
|
- name: Sync GHCS from Docker Scout
|
||||||
uses: docker/scout-action@f8c776824083494ab0d56b8105ba2ca85c86e4de # v1.18.2
|
uses: docker/scout-action@1128f02d1e60f339af7306e0e62b9fdc13d9fab9 # v1.20.2
|
||||||
with:
|
with:
|
||||||
organization: "searxng"
|
organization: "searxng"
|
||||||
dockerhub-user: "${{ secrets.DOCKER_USER }}"
|
dockerhub-user: "${{ secrets.DOCKER_USER }}"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
{%- if result.length and not result.thumbnail %}<div class="result_length">{{ _('Length') }}: {{ result.length }}</div>{% endif -%}
|
{%- if result.length and not result.thumbnail %}<div class="result_length">{{ _('Length') }}: {{ result.length }}</div>{% endif -%}
|
||||||
{%- if result.views %}<div class="result_views">{{ _('Views') }}: {{ result.views }}</div>{% endif -%}
|
{%- if result.views %}<div class="result_views">{{ _('Views') }}: {{ result.views }}</div>{% endif -%}
|
||||||
{%- if result.author %}<div class="result_author">{{ _('Author') }}: {{ result.author }}</div>{% endif -%}
|
{%- if result.author %}<div class="result_author">{{ _('Author') }}: {{ result.author }}</div>{% endif -%}
|
||||||
{%- if result.metadata %}<div class="highlight">{{ result.metadata|safe }}</div>{% endif -%}
|
{%- if result.metadata %}<div class="highlight">{{ result.metadata }}</div>{% endif -%}
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
<!-- Draw result sub footer -->
|
<!-- Draw result sub footer -->
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
{%- if result.repository -%}
|
{%- if result.repository -%}
|
||||||
<p class="content">{{- '' -}}
|
<p class="content">{{- '' -}}
|
||||||
{{ _('Repository') }}: {{- ' ' -}}
|
{{ _('Repository') }}: {{- ' ' -}}
|
||||||
<a href="{{ result.repository|safe }}"{{- ' ' -}}
|
<a href="{{ result.repository }}"{{- ' ' -}}
|
||||||
{% if results_on_new_tab %}
|
{% if results_on_new_tab %}
|
||||||
target="_blank" {{- ' ' -}}
|
target="_blank" {{- ' ' -}}
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
{%- if result.filename %}
|
{%- if result.filename %}
|
||||||
<p class="content">
|
<p class="content">
|
||||||
{{ _('Filename') }}: {{ result.filename|safe }}
|
{{ _('Filename') }}: {{ result.filename }}
|
||||||
</p>
|
</p>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
|
|||||||
@@ -32,10 +32,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- for info in result.data -%}
|
{%- for info in result.data -%}
|
||||||
<tr><th scope="row">{{ info.label }}</th><td>{{ info.value|safe }}</td></tr>
|
<tr><th scope="row">{{ info.label }}</th><td>{{ info.value }}</td></tr>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- for link in result.links -%}
|
{%- for link in result.links -%}
|
||||||
<tr><th scope="row">{{ link.label }}</th><td><a class="text-info cursor-pointer" href="{{ link.url }}">{{ link.url_label|safe }}</a></td></tr>
|
<tr><th scope="row">{{ link.label }}</th><td><a class="text-info cursor-pointer" href="{{ link.url }}">{{ link.url_label }}</a></td></tr>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
@@ -84,7 +84,7 @@
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{%- if result.metadata %}
|
{%- if result.metadata %}
|
||||||
<div class="highlight">{{ result.metadata|safe }}</div>
|
<div class="highlight">{{ result.metadata }}</div>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
<p class="altlink">
|
<p class="altlink">
|
||||||
|
|||||||
Binary file not shown.
@@ -23,21 +23,23 @@
|
|||||||
# RoyBarina <roybarina@users.noreply.translate.codeberg.org>, 2025.
|
# RoyBarina <roybarina@users.noreply.translate.codeberg.org>, 2025.
|
||||||
# ngf <ngf@noreply.codeberg.org>, 2025.
|
# ngf <ngf@noreply.codeberg.org>, 2025.
|
||||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||||
|
# omeritzics <omeritzics@noreply.codeberg.org>, 2026.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: searx\n"
|
"Project-Id-Version: searx\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2026-02-22 13:48+0000\n"
|
"POT-Creation-Date: 2026-02-22 13:48+0000\n"
|
||||||
"PO-Revision-Date: 2025-12-11 17:10+0000\n"
|
"PO-Revision-Date: 2026-03-11 17:29+0000\n"
|
||||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
"Last-Translator: omeritzics <omeritzics@noreply.codeberg.org>\n"
|
||||||
|
"Language-Team: Hebrew <https://translate.codeberg.org/projects/searxng/"
|
||||||
|
"searxng/he/>\n"
|
||||||
"Language: he\n"
|
"Language: he\n"
|
||||||
"Language-Team: Hebrew "
|
|
||||||
"<https://translate.codeberg.org/projects/searxng/searxng/he/>\n"
|
|
||||||
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 "
|
|
||||||
"&& n % 10 == 0) ? 2 : 3));\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
|
||||||
|
"n % 10 == 0) ? 2 : 3));\n"
|
||||||
|
"X-Generator: Weblate 5.15.2\n"
|
||||||
"Generated-By: Babel 2.18.0\n"
|
"Generated-By: Babel 2.18.0\n"
|
||||||
|
|
||||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||||
@@ -188,7 +190,7 @@ msgstr "זמינות"
|
|||||||
#. BRAND_CUSTOM_LINKS['ABOUT']
|
#. BRAND_CUSTOM_LINKS['ABOUT']
|
||||||
#: searx/searxng.msg searx/templates/simple/base.html:46
|
#: searx/searxng.msg searx/templates/simple/base.html:46
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr "אודות"
|
msgstr "על אודות"
|
||||||
|
|
||||||
#. WEATHER_TERMS['AVERAGE TEMP.']
|
#. WEATHER_TERMS['AVERAGE TEMP.']
|
||||||
#: searx/searxng.msg
|
#: searx/searxng.msg
|
||||||
@@ -733,7 +735,7 @@ msgstr "מסנן תוצאות onion שמופיעות ברשימת השחורה
|
|||||||
|
|
||||||
#: searx/plugins/calculator.py:25
|
#: searx/plugins/calculator.py:25
|
||||||
msgid "Calculator"
|
msgid "Calculator"
|
||||||
msgstr ""
|
msgstr "מחשבון"
|
||||||
|
|
||||||
#: searx/plugins/calculator.py:26
|
#: searx/plugins/calculator.py:26
|
||||||
msgid "Parses and solves mathematical expressions."
|
msgid "Parses and solves mathematical expressions."
|
||||||
@@ -805,11 +807,11 @@ msgstr "סוכן המשתמש שלך הוא: "
|
|||||||
|
|
||||||
#: searx/plugins/time_zone.py:33
|
#: searx/plugins/time_zone.py:33
|
||||||
msgid "Timezones plugin"
|
msgid "Timezones plugin"
|
||||||
msgstr ""
|
msgstr "תוסף אזורי זמן"
|
||||||
|
|
||||||
#: searx/plugins/time_zone.py:34
|
#: searx/plugins/time_zone.py:34
|
||||||
msgid "Display the current time on different time zones."
|
msgid "Display the current time on different time zones."
|
||||||
msgstr ""
|
msgstr "הצגת השעה הנוכחית באזורי זמן שונים."
|
||||||
|
|
||||||
#: searx/plugins/tor_check.py:41
|
#: searx/plugins/tor_check.py:41
|
||||||
msgid "Tor check plugin"
|
msgid "Tor check plugin"
|
||||||
@@ -1024,7 +1026,7 @@ msgstr "פרטיות"
|
|||||||
|
|
||||||
#: searx/templates/simple/preferences.html:235
|
#: searx/templates/simple/preferences.html:235
|
||||||
msgid "Engines"
|
msgid "Engines"
|
||||||
msgstr "מנועים"
|
msgstr "מנועי חיפוש"
|
||||||
|
|
||||||
#: searx/templates/simple/preferences.html:237
|
#: searx/templates/simple/preferences.html:237
|
||||||
msgid "Currently used search engines"
|
msgid "Currently used search engines"
|
||||||
@@ -1065,17 +1067,17 @@ msgstr "הצג את העמוד הראשי"
|
|||||||
#: searx/templates/simple/search.html:9
|
#: searx/templates/simple/search.html:9
|
||||||
#: searx/templates/simple/simple_search.html:5
|
#: searx/templates/simple/simple_search.html:5
|
||||||
msgid "Search for..."
|
msgid "Search for..."
|
||||||
msgstr "הקלד מילות חיפוש..."
|
msgstr "חיפוש..."
|
||||||
|
|
||||||
#: searx/templates/simple/search.html:10
|
#: searx/templates/simple/search.html:10
|
||||||
#: searx/templates/simple/simple_search.html:6
|
#: searx/templates/simple/simple_search.html:6
|
||||||
msgid "clear"
|
msgid "clear"
|
||||||
msgstr "נקה"
|
msgstr "ניקוי"
|
||||||
|
|
||||||
#: searx/templates/simple/search.html:11
|
#: searx/templates/simple/search.html:11
|
||||||
#: searx/templates/simple/simple_search.html:7
|
#: searx/templates/simple/simple_search.html:7
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "חפש"
|
msgstr "חיפוש"
|
||||||
|
|
||||||
#: searx/templates/simple/stats.html:21
|
#: searx/templates/simple/stats.html:21
|
||||||
msgid "There is currently no data available. "
|
msgid "There is currently no data available. "
|
||||||
@@ -1084,7 +1086,7 @@ msgstr "אין כעת מידע זמין. "
|
|||||||
#: searx/templates/simple/preferences/engines.html:24
|
#: searx/templates/simple/preferences/engines.html:24
|
||||||
#: searx/templates/simple/stats.html:25
|
#: searx/templates/simple/stats.html:25
|
||||||
msgid "Engine name"
|
msgid "Engine name"
|
||||||
msgstr "שם מנוע"
|
msgstr "שם מנוע חיפוש"
|
||||||
|
|
||||||
#: searx/templates/simple/stats.html:26
|
#: searx/templates/simple/stats.html:26
|
||||||
msgid "Scores"
|
msgid "Scores"
|
||||||
@@ -1103,7 +1105,7 @@ msgstr "זמן תגובה"
|
|||||||
#: searx/templates/simple/preferences/engines.html:35
|
#: searx/templates/simple/preferences/engines.html:35
|
||||||
#: searx/templates/simple/stats.html:29
|
#: searx/templates/simple/stats.html:29
|
||||||
msgid "Reliability"
|
msgid "Reliability"
|
||||||
msgstr "מהימנות"
|
msgstr "אמינות"
|
||||||
|
|
||||||
#: searx/templates/simple/stats.html:59
|
#: searx/templates/simple/stats.html:59
|
||||||
msgid "Total"
|
msgid "Total"
|
||||||
@@ -1434,11 +1436,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: searx/templates/simple/preferences/engines.html:15
|
#: searx/templates/simple/preferences/engines.html:15
|
||||||
msgid "Enable all"
|
msgid "Enable all"
|
||||||
msgstr "אפשר הכל"
|
msgstr "לאפשר הכול"
|
||||||
|
|
||||||
#: searx/templates/simple/preferences/engines.html:16
|
#: searx/templates/simple/preferences/engines.html:16
|
||||||
msgid "Disable all"
|
msgid "Disable all"
|
||||||
msgstr "בטל הכל"
|
msgstr "להשבית הכול"
|
||||||
|
|
||||||
#: searx/templates/simple/preferences/engines.html:25
|
#: searx/templates/simple/preferences/engines.html:25
|
||||||
msgid "!bang"
|
msgid "!bang"
|
||||||
@@ -1473,6 +1475,8 @@ msgstr ""
|
|||||||
#: searx/templates/simple/preferences/footer.html:3
|
#: searx/templates/simple/preferences/footer.html:3
|
||||||
msgid "These cookies serve your sole convenience; we don't use them to track you."
|
msgid "These cookies serve your sole convenience; we don't use them to track you."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"קובצי העוגיות האלה נועדו אך ורק בשביל הנוחות שלך – אנחנו לא משתמשים בהם "
|
||||||
|
"למעקב אחריך."
|
||||||
|
|
||||||
#: searx/templates/simple/preferences/footer.html:6
|
#: searx/templates/simple/preferences/footer.html:6
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
@@ -1540,11 +1544,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: searx/templates/simple/preferences/results_on_new_tab.html:2
|
#: searx/templates/simple/preferences/results_on_new_tab.html:2
|
||||||
msgid "Results in new tabs"
|
msgid "Results in new tabs"
|
||||||
msgstr ""
|
msgstr "תוצאות בלשוניות חדשות"
|
||||||
|
|
||||||
#: searx/templates/simple/preferences/results_on_new_tab.html:14
|
#: searx/templates/simple/preferences/results_on_new_tab.html:14
|
||||||
msgid "Open result links in new browser tabs"
|
msgid "Open result links in new browser tabs"
|
||||||
msgstr ""
|
msgstr "פתיחת קישורי התוצאות בלשוניות דפדפן חדשות"
|
||||||
|
|
||||||
#: searx/templates/simple/preferences/safesearch.html:20
|
#: searx/templates/simple/preferences/safesearch.html:20
|
||||||
msgid "Filter content"
|
msgid "Filter content"
|
||||||
@@ -1566,7 +1570,7 @@ msgstr "מוטיב"
|
|||||||
|
|
||||||
#: searx/templates/simple/preferences/theme.html:14
|
#: searx/templates/simple/preferences/theme.html:14
|
||||||
msgid "Change the layout of SearXNG"
|
msgid "Change the layout of SearXNG"
|
||||||
msgstr ""
|
msgstr "שינוי הפריסה של SearXNG"
|
||||||
|
|
||||||
#: searx/templates/simple/preferences/theme.html:19
|
#: searx/templates/simple/preferences/theme.html:19
|
||||||
msgid "Theme style"
|
msgid "Theme style"
|
||||||
@@ -1649,7 +1653,7 @@ msgstr "סוג"
|
|||||||
|
|
||||||
#: searx/templates/simple/result_templates/file.html:67
|
#: searx/templates/simple/result_templates/file.html:67
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr "הורדה"
|
||||||
|
|
||||||
#: searx/templates/simple/result_templates/images.html:20
|
#: searx/templates/simple/result_templates/images.html:20
|
||||||
msgid "Resolution"
|
msgid "Resolution"
|
||||||
@@ -2361,4 +2365,3 @@ msgstr "הסתר וידאו"
|
|||||||
|
|
||||||
#~ msgid "Comment(s)"
|
#~ msgid "Comment(s)"
|
||||||
#~ msgstr "הערות"
|
#~ msgstr "הערות"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -37,13 +37,14 @@
|
|||||||
# return42 <return42@noreply.codeberg.org>, 2025, 2026.
|
# return42 <return42@noreply.codeberg.org>, 2025, 2026.
|
||||||
# artens <artens@noreply.codeberg.org>, 2025.
|
# artens <artens@noreply.codeberg.org>, 2025.
|
||||||
# SecularSteve <secularsteve@noreply.codeberg.org>, 2025.
|
# SecularSteve <secularsteve@noreply.codeberg.org>, 2025.
|
||||||
|
# Stephan-P <stephan-p@noreply.codeberg.org>, 2026.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: searx\n"
|
"Project-Id-Version: searx\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2026-02-22 13:48+0000\n"
|
"POT-Creation-Date: 2026-02-22 13:48+0000\n"
|
||||||
"PO-Revision-Date: 2026-03-02 08:29+0000\n"
|
"PO-Revision-Date: 2026-03-09 08:29+0000\n"
|
||||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
"Last-Translator: Stephan-P <stephan-p@noreply.codeberg.org>\n"
|
||||||
"Language-Team: Dutch <https://translate.codeberg.org/projects/searxng/"
|
"Language-Team: Dutch <https://translate.codeberg.org/projects/searxng/"
|
||||||
"searxng/nl/>\n"
|
"searxng/nl/>\n"
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
@@ -752,7 +753,7 @@ msgstr "Rekenmachine"
|
|||||||
|
|
||||||
#: searx/plugins/calculator.py:26
|
#: searx/plugins/calculator.py:26
|
||||||
msgid "Parses and solves mathematical expressions."
|
msgid "Parses and solves mathematical expressions."
|
||||||
msgstr ""
|
msgstr "Verwerkt en lost wiskundige uitdrukkingen op."
|
||||||
|
|
||||||
#: searx/plugins/hash_plugin.py:33
|
#: searx/plugins/hash_plugin.py:33
|
||||||
msgid "Hash plugin"
|
msgid "Hash plugin"
|
||||||
@@ -789,6 +790,8 @@ msgid ""
|
|||||||
"Automatically loads the next page when scrolling to bottom of the current"
|
"Automatically loads the next page when scrolling to bottom of the current"
|
||||||
" page"
|
" page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Laadt automatisch de volgende pagina wanneer je naar de onderkant van de "
|
||||||
|
"huidige pagina scrolt"
|
||||||
|
|
||||||
#: searx/plugins/oa_doi_rewrite.py:54
|
#: searx/plugins/oa_doi_rewrite.py:54
|
||||||
msgid "Open Access DOI rewrite"
|
msgid "Open Access DOI rewrite"
|
||||||
|
|||||||
Reference in New Issue
Block a user