Compare commits

...

6 Commits

Author SHA1 Message Date
Markus Heiser ffb1001f80 [fix] engine wikidata - WIKIDATA_UNITS has been changed in #3378
This patch is a leftover from [1] in which the WIKIDATA_UNITS values has become
a dictionary.

[1] https://github.com/searxng/searxng/pull/3378

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
1 month ago
Markus Heiser 901819359c [update] make pygments.less
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
1 month ago
dependabot[bot] 4c63846c8d [upd] pypi: Bump pygments from 2.17.2 to 2.18.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.17.2 to 2.18.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.17.2...2.18.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
1 month ago
dependabot[bot] a615df8acc [upd] pypi: Bump nose2[coverage_plugin] from 0.14.1 to 0.14.2
Bumps [nose2[coverage_plugin]](https://github.com/nose-devs/nose2) from 0.14.1 to 0.14.2.
- [Changelog](https://github.com/nose-devs/nose2/blob/main/docs/changelog.rst)
- [Commits](https://github.com/nose-devs/nose2/compare/0.14.1...0.14.2)

---
updated-dependencies:
- dependency-name: nose2[coverage_plugin]
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
1 month ago
dependabot[bot] a8d5126c56 [upd] pypi: Bump babel from 2.14.0 to 2.15.0
Bumps [babel](https://github.com/python-babel/babel) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-babel/babel/compare/v2.14.0...v2.15.0)

---
updated-dependencies:
- dependency-name: babel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
1 month ago
searxng-bot 4b6eebd312 [l10n] update translations from Weblate
9487de41b - 2024-05-10 - return42 <return42@users.noreply.translate.codeberg.org>
20d3b1158 - 2024-05-10 - nouoneq <nouoneq@users.noreply.translate.codeberg.org>
60cf6e36d - 2024-05-10 - return42 <return42@users.noreply.translate.codeberg.org>
0a8e99dff - 2024-05-10 - return42 <return42@users.noreply.translate.codeberg.org>
4055cd1c3 - 2024-05-10 - return42 <return42@users.noreply.translate.codeberg.org>
77f2c8d9a - 2024-05-09 - Eryk Michalak <gnu.ewm@protonmail.com>
beb16006a - 2024-05-09 - tentsbet <tentsbet@users.noreply.translate.codeberg.org>
54b5123e2 - 2024-05-10 - ghose <ghose@users.noreply.translate.codeberg.org>
4f372ab44 - 2024-05-09 - German <German@users.noreply.translate.codeberg.org>
fa9b9aae8 - 2024-05-09 - Fjuro <fjuro@alius.cz>
1 month ago

@ -1,5 +1,5 @@
mock==5.1.0 mock==5.1.0
nose2[coverage_plugin]==0.14.1 nose2[coverage_plugin]==0.14.2
cov-core==1.15.0 cov-core==1.15.0
black==24.3.0 black==24.3.0
pylint==3.1.0 pylint==3.1.0

@ -1,10 +1,10 @@
certifi==2024.2.2 certifi==2024.2.2
babel==2.14.0 babel==2.15.0
flask-babel==4.0.0 flask-babel==4.0.0
flask==3.0.3 flask==3.0.3
jinja2==3.1.4 jinja2==3.1.4
lxml==5.2.1 lxml==5.2.1
pygments==2.17.2 pygments==2.18.0
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
pyyaml==6.0.1 pyyaml==6.0.1
httpx[http2]==0.24.1 httpx[http2]==0.24.1

@ -762,7 +762,8 @@ def debug_explain_wikidata_query(query, method='GET'):
def init(engine_settings=None): # pylint: disable=unused-argument def init(engine_settings=None): # pylint: disable=unused-argument
# WIKIDATA_PROPERTIES : add unit symbols # WIKIDATA_PROPERTIES : add unit symbols
WIKIDATA_PROPERTIES.update(WIKIDATA_UNITS) for k, v in WIKIDATA_UNITS.items():
WIKIDATA_PROPERTIES[k] = v['symbol']
# WIKIDATA_PROPERTIES : add property labels # WIKIDATA_PROPERTIES : add property labels
wikidata_property_names = [] wikidata_property_names = []

@ -1,6 +1,6 @@
/* /*
this file is generated automatically by searxng_extra/update/update_pygments.py this file is generated automatically by searxng_extra/update/update_pygments.py
using pygments version 2.17.2 using pygments version 2.18.0
*/ */

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n" "PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -488,6 +488,10 @@ msgstr "boekgradering"
msgid "File quality" msgid "File quality"
msgstr "Lêer kwaliteit" msgstr "Lêer kwaliteit"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Skakel snare om na verskillende hash digests." msgstr "Skakel snare om na verskillende hash digests."
@ -573,7 +577,7 @@ msgstr "Spoorsnyer URL verwyderaar"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Verwyder spoorsnyersargumente van die teruggestuurde URL" msgstr "Verwyder spoorsnyersargumente van die teruggestuurde URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -754,27 +758,27 @@ msgstr "Koekies"
msgid "Answers" msgid "Answers"
msgstr "Antwoord" msgstr "Antwoord"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Aantal resultate" msgstr "Aantal resultate"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Info" msgstr "Info"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Probeer soek na:" msgstr "Probeer soek na:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Terug na bo" msgstr "Terug na bo"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Vorige bladsy" msgstr "Vorige bladsy"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Volgende bladsy" msgstr "Volgende bladsy"

@ -20,7 +20,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-21 16:49+0000\n" "PO-Revision-Date: 2024-04-21 16:49+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -494,6 +494,10 @@ msgstr "تقييم الكتاب"
msgid "File quality" msgid "File quality"
msgstr "جودة الملف" msgstr "جودة الملف"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "يحول السلسلة إلى ملخص التجزئة." msgstr "يحول السلسلة إلى ملخص التجزئة."
@ -574,7 +578,7 @@ msgstr ""
"إزالة وسيطات التتبع من \"URL\" الذي تم إرجاعه , إزالة وسيطات التتبع من " "إزالة وسيطات التتبع من \"URL\" الذي تم إرجاعه , إزالة وسيطات التتبع من "
"محدد موقع الموارد الموحد الذي تم إرجاعه" "محدد موقع الموارد الموحد الذي تم إرجاعه"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -753,27 +757,27 @@ msgstr "كعكات الكوكيز"
msgid "Answers" msgid "Answers"
msgstr "الإجابات" msgstr "الإجابات"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "حصيلة نتائج البحث" msgstr "حصيلة نتائج البحث"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "معلومات" msgstr "معلومات"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "حاول البحث عن :" msgstr "حاول البحث عن :"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "العودة للأعلى" msgstr "العودة للأعلى"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "الصفحة السابقة" msgstr "الصفحة السابقة"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "الصفحة التالية" msgstr "الصفحة التالية"

@ -13,19 +13,19 @@
# return42 <return42@users.noreply.translate.codeberg.org>, 2024. # return42 <return42@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-28 18:18+0000\n" "PO-Revision-Date: 2024-04-28 18:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"Language-Team: Bulgarian <https://translate.codeberg.org/projects/searxng/" "\n"
"searxng/bg/>\n"
"Language: bg\n" "Language: bg\n"
"Language-Team: Bulgarian "
"<https://translate.codeberg.org/projects/searxng/searxng/bg/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\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=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.3\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@ -490,6 +490,10 @@ msgstr "Рейтинг на книги"
msgid "File quality" msgid "File quality"
msgstr "Качество на файл" msgstr "Качество на файл"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Преобразува низове в различни хаш-извлечение." msgstr "Преобразува низове в различни хаш-извлечение."
@ -568,7 +572,7 @@ msgstr "Премахвач на URL тракери"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Премахни следящите аргументи от върнатия URL" msgstr "Премахни следящите аргументи от върнатия URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -751,27 +755,27 @@ msgstr "Бисквитки"
msgid "Answers" msgid "Answers"
msgstr "Отговори" msgstr "Отговори"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Брой резултати" msgstr "Брой резултати"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Инф." msgstr "Инф."
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Пробвайте да потърсите:" msgstr "Пробвайте да потърсите:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Обратно към началото" msgstr "Обратно към началото"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Предишна страница" msgstr "Предишна страница"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Следваща страница" msgstr "Следваща страница"
@ -1910,3 +1914,4 @@ msgstr "скрий видеото"
#~ "не намерихме резултати. Моля пробвайте " #~ "не намерихме резултати. Моля пробвайте "
#~ "други ключови думи или търсете в " #~ "други ключови думи или търсете в "
#~ "повече категории." #~ "повече категории."

@ -15,7 +15,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-16 19:53+0000\n" "PO-Revision-Date: 2024-03-16 19:53+0000\n"
"Last-Translator: MonsoonRain " "Last-Translator: MonsoonRain "
"<MonsoonRain@users.noreply.translate.codeberg.org>\n" "<MonsoonRain@users.noreply.translate.codeberg.org>\n"
@ -489,6 +489,10 @@ msgstr "বই পর্যালোচনা"
msgid "File quality" msgid "File quality"
msgstr "নথি মান" msgstr "নথি মান"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "স্ট্রিংগুলিকে বিভিন্ন হ্যাশ ডাইজেস্টে রূপান্তর করে।" msgstr "স্ট্রিংগুলিকে বিভিন্ন হ্যাশ ডাইজেস্টে রূপান্তর করে।"
@ -570,7 +574,7 @@ msgstr "ট্র্যাকার URL রিমুভার"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "ফিরে আসা URL থেকে ট্র্যাকার আর্গুমেন্টগুলি সরান৷" msgstr "ফিরে আসা URL থেকে ট্র্যাকার আর্গুমেন্টগুলি সরান৷"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -753,27 +757,27 @@ msgstr "কুকি"
msgid "Answers" msgid "Answers"
msgstr "উত্তর" msgstr "উত্তর"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "ফলাফলের সংখ্যা" msgstr "ফলাফলের সংখ্যা"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "তথ্য" msgstr "তথ্য"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "এটি খোঁজার চেষ্টা করুন:" msgstr "এটি খোঁজার চেষ্টা করুন:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "উপরে ফিরে যান" msgstr "উপরে ফিরে যান"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "পূর্ববর্তী পেইজ" msgstr "পূর্ববর্তী পেইজ"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "পরবর্তী পেইজ" msgstr "পরবর্তী পেইজ"

@ -10,7 +10,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2023-06-02 07:07+0000\n" "PO-Revision-Date: 2023-06-02 07:07+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n" "Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"Language: bo\n" "Language: bo\n"
@ -476,6 +476,10 @@ msgstr ""
msgid "File quality" msgid "File quality"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "" msgstr ""
@ -546,7 +550,7 @@ msgstr "དྲ་གནས་རྗེས་འདེད་སྤོ་འབུ
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -725,27 +729,27 @@ msgstr "རྐང་རྗེས།"
msgid "Answers" msgid "Answers"
msgstr "ལན།" msgstr "ལན།"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "འཚོལ་འབྲས་ཀྱི་ཁ་གྲངས།" msgstr "འཚོལ་འབྲས་ཀྱི་ཁ་གྲངས།"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "འཚོལ་བཤེར་ནང་དོན་ནི།" msgstr "འཚོལ་བཤེར་ནང་དོན་ནི།"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "" msgstr ""

@ -21,7 +21,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-06 00:18+0000\n" "PO-Revision-Date: 2024-04-06 00:18+0000\n"
"Last-Translator: sserra <sserra@users.noreply.translate.codeberg.org>\n" "Last-Translator: sserra <sserra@users.noreply.translate.codeberg.org>\n"
"Language: ca\n" "Language: ca\n"
@ -494,6 +494,10 @@ msgstr "Valoració de llibre"
msgid "File quality" msgid "File quality"
msgstr "Qualitat del fitxer" msgstr "Qualitat del fitxer"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Converteix cadenes en diferents empremtes de hash." msgstr "Converteix cadenes en diferents empremtes de hash."
@ -573,7 +577,7 @@ msgstr "Suprimeix l'URL de rastreig"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Suprimeix els arguments de rastreig dels URL retornats" msgstr "Suprimeix els arguments de rastreig dels URL retornats"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -756,27 +760,27 @@ msgstr "Galetes"
msgid "Answers" msgid "Answers"
msgstr "Respostes" msgstr "Respostes"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Nombre de resultats" msgstr "Nombre de resultats"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informació" msgstr "Informació"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Proveu a cercar:" msgstr "Proveu a cercar:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Torna al capdemunt" msgstr "Torna al capdemunt"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Pàgina anterior" msgstr "Pàgina anterior"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Pàgina següent" msgstr "Pàgina següent"

@ -18,8 +18,8 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-30 09:18+0000\n" "PO-Revision-Date: 2024-05-10 06:13+0000\n"
"Last-Translator: Fjuro <fjuro@alius.cz>\n" "Last-Translator: Fjuro <fjuro@alius.cz>\n"
"Language-Team: Czech <https://translate.codeberg.org/projects/searxng/" "Language-Team: Czech <https://translate.codeberg.org/projects/searxng/"
"searxng/cs/>\n" "searxng/cs/>\n"
@ -493,6 +493,10 @@ msgstr "Hodnocení knih"
msgid "File quality" msgid "File quality"
msgstr "Množství souborů" msgstr "Množství souborů"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr "Vypočítejte matematické výrazy pomocí vyhledávací lišty"
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Převádí řetězce na různé hash hodnoty." msgstr "Převádí řetězce na různé hash hodnoty."
@ -572,7 +576,7 @@ msgstr "Odstraňovač sledovacích URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Odstranit sledovací parametry z načtených URL" msgstr "Odstranit sledovací parametry z načtených URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "Převod mezi jednotkami" msgstr "Převod mezi jednotkami"
@ -753,27 +757,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Odpovědi" msgstr "Odpovědi"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Počet výsledků" msgstr "Počet výsledků"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informace" msgstr "Informace"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Zkuste vyhledat:" msgstr "Zkuste vyhledat:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Nahoru" msgstr "Nahoru"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Předchozí stránka" msgstr "Předchozí stránka"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Další stránka" msgstr "Další stránka"

@ -12,7 +12,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2023-11-23 06:13+0000\n" "PO-Revision-Date: 2023-11-23 06:13+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n" "Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"Language: cy\n" "Language: cy\n"
@ -486,6 +486,10 @@ msgstr "Gradd llyfr"
msgid "File quality" msgid "File quality"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Trosi llinynnau i wahanol dreuliadau hash." msgstr "Trosi llinynnau i wahanol dreuliadau hash."
@ -556,7 +560,7 @@ msgstr ""
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -735,27 +739,27 @@ msgstr "Cwcis"
msgid "Answers" msgid "Answers"
msgstr "Atebion" msgstr "Atebion"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Nifer o ganlyniadau" msgstr "Nifer o ganlyniadau"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Gwybodaeth" msgstr "Gwybodaeth"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Rho gynnig ar chwilio am:" msgstr "Rho gynnig ar chwilio am:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "" msgstr ""

@ -10,19 +10,19 @@
# return42 <return42@users.noreply.translate.codeberg.org>, 2024. # return42 <return42@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-30 09:18+0000\n" "PO-Revision-Date: 2024-04-30 09:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"Language-Team: Danish <https://translate.codeberg.org/projects/searxng/" "\n"
"searxng/da/>\n"
"Language: da\n" "Language: da\n"
"Language-Team: Danish "
"<https://translate.codeberg.org/projects/searxng/searxng/da/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\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=2; plural=n != 1;\n"
"X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@ -487,6 +487,10 @@ msgstr "Bogbedømmelse"
msgid "File quality" msgid "File quality"
msgstr "Filkvalitet" msgstr "Filkvalitet"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Konverterer strenge til forskellige hash-digests." msgstr "Konverterer strenge til forskellige hash-digests."
@ -568,7 +572,7 @@ msgstr "Fjernelse af tracker URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Fjern trackeres parametre fra den returnerede URL" msgstr "Fjern trackeres parametre fra den returnerede URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -751,27 +755,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Svar" msgstr "Svar"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Antal resultater" msgstr "Antal resultater"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Info" msgstr "Info"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Prøv at søge efter:" msgstr "Prøv at søge efter:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Tilbage til toppen" msgstr "Tilbage til toppen"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Forrige side" msgstr "Forrige side"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Næste side" msgstr "Næste side"
@ -1918,3 +1922,4 @@ msgstr "skjul video"
#~ "Vi fandt ingen resultater. Benyt " #~ "Vi fandt ingen resultater. Benyt "
#~ "venligst en anden søge-streng eller " #~ "venligst en anden søge-streng eller "
#~ "søg i flere kategorier." #~ "søg i flere kategorier."

@ -21,13 +21,14 @@
# Peter Martin <weblate@pe7er.com>, 2022. # Peter Martin <weblate@pe7er.com>, 2022.
# return42 <markus.heiser@darmarit.de>, 2023, 2024. # return42 <markus.heiser@darmarit.de>, 2023, 2024.
# return42 <return42@users.noreply.translate.codeberg.org>, 2024. # return42 <return42@users.noreply.translate.codeberg.org>, 2024.
# German <German@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-28 18:18+0000\n" "PO-Revision-Date: 2024-05-10 06:13+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n" "Last-Translator: German <German@users.noreply.translate.codeberg.org>\n"
"Language-Team: German <https://translate.codeberg.org/projects/searxng/" "Language-Team: German <https://translate.codeberg.org/projects/searxng/"
"searxng/de/>\n" "searxng/de/>\n"
"Language: de\n" "Language: de\n"
@ -35,13 +36,13 @@ msgstr ""
"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=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.3\n" "X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
#: searx/searxng.msg #: searx/searxng.msg
msgid "without further subgrouping" msgid "without further subgrouping"
msgstr "ohne weitere Untergruppierung" msgstr "keine weitere Untergruppierung"
#. CONSTANT_NAMES['DEFAULT_CATEGORY'] #. CONSTANT_NAMES['DEFAULT_CATEGORY']
#: searx/searxng.msg #: searx/searxng.msg
@ -106,7 +107,7 @@ msgstr "Karte"
#. CATEGORY_NAMES['ONIONS'] #. CATEGORY_NAMES['ONIONS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "onions" msgid "onions"
msgstr "Onion" msgstr "Zwiebel"
#. CATEGORY_NAMES['SCIENCE'] #. CATEGORY_NAMES['SCIENCE']
#: searx/searxng.msg #: searx/searxng.msg
@ -161,7 +162,7 @@ msgstr "wissenschaftliche Veröffentlichungen"
#. STYLE_NAMES['AUTO'] #. STYLE_NAMES['AUTO']
#: searx/searxng.msg #: searx/searxng.msg
msgid "auto" msgid "auto"
msgstr "auto" msgstr "automatisch"
#. STYLE_NAMES['LIGHT'] #. STYLE_NAMES['LIGHT']
#: searx/searxng.msg #: searx/searxng.msg
@ -276,7 +277,7 @@ msgstr "Sichtweite"
#. WEATHER_TERMS['WIND'] #. WEATHER_TERMS['WIND']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Wind" msgid "Wind"
msgstr "Wind" msgstr "Sturm"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS'] #. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg #: searx/searxng.msg
@ -500,6 +501,10 @@ msgstr "Buchbewertung"
msgid "File quality" msgid "File quality"
msgstr "Dateiqualität" msgstr "Dateiqualität"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr "Rechne mathematische Ausdrücke mit der Suchleiste aus"
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Konvertiert Zeichenketten in verschiedene Hashwerte." msgstr "Konvertiert Zeichenketten in verschiedene Hashwerte."
@ -585,7 +590,7 @@ msgstr "Tracker-URL-Entferner"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Tracker-Argumente von den zurückgegebenen URLs entfernen" msgstr "Tracker-Argumente von den zurückgegebenen URLs entfernen"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "Einheiten umrechnen" msgstr "Einheiten umrechnen"
@ -770,27 +775,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Antworten" msgstr "Antworten"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Trefferanzahl" msgstr "Trefferanzahl"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Information" msgstr "Information"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Suche nach:" msgstr "Suche nach:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Zurück zum Anfang" msgstr "Zurück zum Anfang"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Vorherige Seite" msgstr "Vorherige Seite"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Nächste Seite" msgstr "Nächste Seite"
@ -1021,15 +1026,15 @@ msgstr "Es gibt keine weiteren Ergebnisse zu dem Suchbegriff:"
#: searx/templates/simple/messages/no_results.html:19 #: searx/templates/simple/messages/no_results.html:19
msgid "Refresh the page." msgid "Refresh the page."
msgstr "Suche wiederholen" msgstr "Die Seite neuladen."
#: searx/templates/simple/messages/no_results.html:20 #: searx/templates/simple/messages/no_results.html:20
msgid "Search for another query or select another category (above)." msgid "Search for another query or select another category (above)."
msgstr "einen anderen Suchbegriff verwenden oder die Kategorie (oben) wechseln" msgstr "Einen anderen Suchbegriff verwenden oder die Kategorie (oben) wechseln."
#: searx/templates/simple/messages/no_results.html:21 #: searx/templates/simple/messages/no_results.html:21
msgid "Change the search engine used in the preferences:" msgid "Change the search engine used in the preferences:"
msgstr "Anpassen der verwendeten Suchmaschinen in den Einstellungen" msgstr "Ändern der verwendeten Suchmaschinen in den Einstellungen:"
#: searx/templates/simple/messages/no_results.html:22 #: searx/templates/simple/messages/no_results.html:22
msgid "Switch to another instance:" msgid "Switch to another instance:"
@ -1216,7 +1221,7 @@ msgstr "Zurück"
#: searx/templates/simple/preferences/hotkeys.html:2 #: searx/templates/simple/preferences/hotkeys.html:2
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Hotkeys" msgstr "Funktionstasten"
#: searx/templates/simple/preferences/hotkeys.html:13 #: searx/templates/simple/preferences/hotkeys.html:13
msgid "Vim-like" msgid "Vim-like"

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2022-11-04 07:18+0000\n" "PO-Revision-Date: 2022-11-04 07:18+0000\n"
"Last-Translator: Landhoo School Students " "Last-Translator: Landhoo School Students "
"<landhooschoolstudents@gmail.com>\n" "<landhooschoolstudents@gmail.com>\n"
@ -474,6 +474,10 @@ msgstr ""
msgid "File quality" msgid "File quality"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "" msgstr ""
@ -544,7 +548,7 @@ msgstr ""
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -723,27 +727,27 @@ msgstr ""
msgid "Answers" msgid "Answers"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "" msgstr ""

@ -16,7 +16,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n" "PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -491,6 +491,10 @@ msgstr "Βαθμολογία βιβλίου"
msgid "File quality" msgid "File quality"
msgstr "Ποιότητα αρχείου" msgstr "Ποιότητα αρχείου"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Μετατρέπει κείμενο σε διαφορετικές συναρτήσεις κατατεμαχισμού." msgstr "Μετατρέπει κείμενο σε διαφορετικές συναρτήσεις κατατεμαχισμού."
@ -576,7 +580,7 @@ msgstr "Αφαίρεση ιχνηλατών από συνδέσμους"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Αφαίρεση ιχνηλατών από τους επιστρεφόμενους συνδέσμους" msgstr "Αφαίρεση ιχνηλατών από τους επιστρεφόμενους συνδέσμους"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -761,27 +765,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Απαντήσεις" msgstr "Απαντήσεις"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Αριθμός αποτελεσμάτων" msgstr "Αριθμός αποτελεσμάτων"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Πληροφορίες" msgstr "Πληροφορίες"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Δοκιμάστε αναζήτηση για:" msgstr "Δοκιμάστε αναζήτηση για:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Επιστροφή στην κορυφή" msgstr "Επιστροφή στην κορυφή"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Προηγούμενη σελίδα" msgstr "Προηγούμενη σελίδα"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Επόμενη σελίδα" msgstr "Επόμενη σελίδα"

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2014-01-30 15:22+0100\n" "PO-Revision-Date: 2014-01-30 15:22+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n" "Language: en\n"
@ -472,6 +472,10 @@ msgstr ""
msgid "File quality" msgid "File quality"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "" msgstr ""
@ -542,7 +546,7 @@ msgstr ""
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -721,27 +725,27 @@ msgstr ""
msgid "Answers" msgid "Answers"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "" msgstr ""

@ -17,7 +17,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-22 07:09+0000\n" "PO-Revision-Date: 2024-03-22 07:09+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -491,6 +491,10 @@ msgstr "Taksado de libro"
msgid "File quality" msgid "File quality"
msgstr "Dosiera kvalito" msgstr "Dosiera kvalito"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Konvertas ĉenojn al malsamaj hash-digestoj." msgstr "Konvertas ĉenojn al malsamaj hash-digestoj."
@ -574,7 +578,7 @@ msgstr "Forigilo de URL-spuriloj"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Forviŝi spurajn argumentojn el la ricevita URL" msgstr "Forviŝi spurajn argumentojn el la ricevita URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -753,27 +757,27 @@ msgstr "Kuketoj"
msgid "Answers" msgid "Answers"
msgstr "Respondoj" msgstr "Respondoj"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Nombro da rezultoj" msgstr "Nombro da rezultoj"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Info" msgstr "Info"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Provu serĉi:" msgstr "Provu serĉi:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Reen al supro" msgstr "Reen al supro"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Antaŭa paĝo" msgstr "Antaŭa paĝo"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Sekva paĝo" msgstr "Sekva paĝo"

@ -34,7 +34,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-27 16:14+0000\n" "PO-Revision-Date: 2024-04-27 16:14+0000\n"
"Last-Translator: gallegonovato " "Last-Translator: gallegonovato "
"<gallegonovato@users.noreply.translate.codeberg.org>\n" "<gallegonovato@users.noreply.translate.codeberg.org>\n"
@ -509,6 +509,10 @@ msgstr "Valoración del libro"
msgid "File quality" msgid "File quality"
msgstr "Calidad de los archivos" msgstr "Calidad de los archivos"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Convierte cadenas de texto a diferentes resúmenes hash." msgstr "Convierte cadenas de texto a diferentes resúmenes hash."
@ -592,7 +596,7 @@ msgstr "Removedor de URL rastreadora"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Remueve los argumentos de rastreadores de la URL devuelta" msgstr "Remueve los argumentos de rastreadores de la URL devuelta"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -773,27 +777,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Respuestas" msgstr "Respuestas"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Número de resultados" msgstr "Número de resultados"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Información" msgstr "Información"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Intenta buscar:" msgstr "Intenta buscar:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Inicio" msgstr "Inicio"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Página anterior" msgstr "Página anterior"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Siguiente página" msgstr "Siguiente página"

@ -14,7 +14,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-25 23:18+0000\n" "PO-Revision-Date: 2024-03-25 23:18+0000\n"
"Last-Translator: pixrobot <pixrobot@users.noreply.translate.codeberg.org>" "Last-Translator: pixrobot <pixrobot@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -488,6 +488,10 @@ msgstr "Raamatu hinnang"
msgid "File quality" msgid "File quality"
msgstr "Faili kvaliteet" msgstr "Faili kvaliteet"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Teisendab stringid erinevateks hash-digestideks." msgstr "Teisendab stringid erinevateks hash-digestideks."
@ -571,7 +575,7 @@ msgstr "Jälitajate eemaldus URList"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Eemaldab jälitavad argumendid tagastatud URList" msgstr "Eemaldab jälitavad argumendid tagastatud URList"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -752,27 +756,27 @@ msgstr "Küpsised"
msgid "Answers" msgid "Answers"
msgstr "Vastused" msgstr "Vastused"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Tulemuste arv" msgstr "Tulemuste arv"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "informatsioon" msgstr "informatsioon"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Proovi otsida:" msgstr "Proovi otsida:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Tagasi üles" msgstr "Tagasi üles"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Eelmine lehekülg" msgstr "Eelmine lehekülg"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Järgmine lehekülg" msgstr "Järgmine lehekülg"

@ -14,19 +14,19 @@
# alexgabi <alexgabi@users.noreply.translate.codeberg.org>, 2024. # alexgabi <alexgabi@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-05-02 12:18+0000\n" "PO-Revision-Date: 2024-05-02 12:18+0000\n"
"Last-Translator: alexgabi <alexgabi@users.noreply.translate.codeberg.org>\n" "Last-Translator: alexgabi <alexgabi@users.noreply.translate.codeberg.org>"
"Language-Team: Basque <https://translate.codeberg.org/projects/searxng/" "\n"
"searxng/eu/>\n"
"Language: eu\n" "Language: eu\n"
"Language-Team: Basque "
"<https://translate.codeberg.org/projects/searxng/searxng/eu/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\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=2; plural=n != 1;\n"
"X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@ -490,6 +490,10 @@ msgstr "Liburuaren balorazioa"
msgid "File quality" msgid "File quality"
msgstr "Fitxategiaren kalitatea" msgstr "Fitxategiaren kalitatea"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Kateak traola laburpen desberdinetara bihurtzen ditu." msgstr "Kateak traola laburpen desberdinetara bihurtzen ditu."
@ -573,7 +577,7 @@ msgstr "URL aztarnariak kendu"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Aztarnarien argumentuak kendu itzulitako URLtik" msgstr "Aztarnarien argumentuak kendu itzulitako URLtik"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "Bihurtu unitateak" msgstr "Bihurtu unitateak"
@ -752,27 +756,27 @@ msgstr "Cookieak"
msgid "Answers" msgid "Answers"
msgstr "Erantzunak" msgstr "Erantzunak"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Emaitza kopurua" msgstr "Emaitza kopurua"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informazioa" msgstr "Informazioa"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Saiatu hau bilatzen:" msgstr "Saiatu hau bilatzen:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Gora bueltatu" msgstr "Gora bueltatu"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Aurreko orria" msgstr "Aurreko orria"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Hurrengo orria" msgstr "Hurrengo orria"
@ -1902,3 +1906,4 @@ msgstr "ezkutatu bideoa"
#~ "ez dugu emaitzarik aurkitu. Mesedez " #~ "ez dugu emaitzarik aurkitu. Mesedez "
#~ "beste kontsulta bat egin edo bilatu " #~ "beste kontsulta bat egin edo bilatu "
#~ "kategoria gehiagotan." #~ "kategoria gehiagotan."

@ -19,7 +19,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-06 00:18+0000\n" "PO-Revision-Date: 2024-04-06 00:18+0000\n"
"Last-Translator: tegcope <tegcope@users.noreply.translate.codeberg.org>\n" "Last-Translator: tegcope <tegcope@users.noreply.translate.codeberg.org>\n"
"Language: fa_IR\n" "Language: fa_IR\n"
@ -492,6 +492,10 @@ msgstr "رتبه بندی کتاب"
msgid "File quality" msgid "File quality"
msgstr "کیفیت فایل" msgstr "کیفیت فایل"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "رشته‌ها را به چکیده‌های هش تبدیل می‌کند." msgstr "رشته‌ها را به چکیده‌های هش تبدیل می‌کند."
@ -573,7 +577,7 @@ msgstr "حذف کننده URL ردیاب"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "آرگومان های ردیاب ها را از URL برگشتی حذف کنید" msgstr "آرگومان های ردیاب ها را از URL برگشتی حذف کنید"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -754,27 +758,27 @@ msgstr "کلوچک‌ها"
msgid "Answers" msgid "Answers"
msgstr "پاسخ‌ها" msgstr "پاسخ‌ها"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "تعداد نتایج" msgstr "تعداد نتایج"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "اطلاعات" msgstr "اطلاعات"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "برای این جست‌وجو تلاش کنید:" msgstr "برای این جست‌وجو تلاش کنید:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "برگشتن با بالا" msgstr "برگشتن با بالا"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "صفحهٔ پیشین" msgstr "صفحهٔ پیشین"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "صفحهٔ بعدی" msgstr "صفحهٔ بعدی"

@ -12,19 +12,19 @@
# Implosion <Implosion@users.noreply.translate.codeberg.org>, 2024. # Implosion <Implosion@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-28 18:18+0000\n" "PO-Revision-Date: 2024-04-28 18:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"Language-Team: Finnish <https://translate.codeberg.org/projects/searxng/" "\n"
"searxng/fi/>\n"
"Language: fi\n" "Language: fi\n"
"Language-Team: Finnish "
"<https://translate.codeberg.org/projects/searxng/searxng/fi/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\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=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.3\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@ -488,6 +488,10 @@ msgstr "Kirjan arvostelu"
msgid "File quality" msgid "File quality"
msgstr "Tiedoston laatu" msgstr "Tiedoston laatu"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Muuntaa merkkijonot erilaisiksi hash-digesteiksi." msgstr "Muuntaa merkkijonot erilaisiksi hash-digesteiksi."
@ -571,7 +575,7 @@ msgstr "Seurantapalvelimen osoitteen poistaja"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Poista seurantapalvelinten argumentit palautetusta osoitteesta" msgstr "Poista seurantapalvelinten argumentit palautetusta osoitteesta"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -752,27 +756,27 @@ msgstr "Evästeet"
msgid "Answers" msgid "Answers"
msgstr "Vastaukset" msgstr "Vastaukset"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Tulosten määrä" msgstr "Tulosten määrä"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Tiedot" msgstr "Tiedot"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Yritä etsiä:" msgstr "Yritä etsiä:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Takaisin huipulle" msgstr "Takaisin huipulle"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Edellinen sivu" msgstr "Edellinen sivu"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Seuraava sivu" msgstr "Seuraava sivu"
@ -1915,3 +1919,4 @@ msgstr "piilota video"
#~ "löytynyt. Etsi käyttäen eri hakuehtoja " #~ "löytynyt. Etsi käyttäen eri hakuehtoja "
#~ "tai ulota hakusi nykyistä useampiin eri" #~ "tai ulota hakusi nykyistä useampiin eri"
#~ " luokkiin." #~ " luokkiin."

@ -15,7 +15,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-03 13:28+0000\n" "PO-Revision-Date: 2024-04-03 13:28+0000\n"
"Last-Translator: Kita Ikuyo <searinminecraft@courvix.com>\n" "Last-Translator: Kita Ikuyo <searinminecraft@courvix.com>\n"
"Language: fil\n" "Language: fil\n"
@ -488,6 +488,10 @@ msgstr "rating ng libro"
msgid "File quality" msgid "File quality"
msgstr "Kalidad ng file" msgstr "Kalidad ng file"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Isinasalin ang string sa iba't ibang hash digests." msgstr "Isinasalin ang string sa iba't ibang hash digests."
@ -571,7 +575,7 @@ msgstr "Alisin ang URL tracker"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Alisin ang tracker sa ibabalik na URL" msgstr "Alisin ang tracker sa ibabalik na URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -754,27 +758,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Mga sagot" msgstr "Mga sagot"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Bilang ng resulta" msgstr "Bilang ng resulta"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Impormasyon" msgstr "Impormasyon"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Subukan maghanap ng:" msgstr "Subukan maghanap ng:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Balik sa taas" msgstr "Balik sa taas"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Kaninang Pahina" msgstr "Kaninang Pahina"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Susunod na page" msgstr "Susunod na page"

@ -20,13 +20,14 @@
# quenty_occitania <quentinantonin@free.fr>, 2023. # quenty_occitania <quentinantonin@free.fr>, 2023.
# GeoffreyGx <GeoffreyGx@users.noreply.translate.codeberg.org>, 2024. # GeoffreyGx <GeoffreyGx@users.noreply.translate.codeberg.org>, 2024.
# Heyian <Heyian@users.noreply.translate.codeberg.org>, 2024. # Heyian <Heyian@users.noreply.translate.codeberg.org>, 2024.
# return42 <return42@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-30 09:18+0000\n" "PO-Revision-Date: 2024-05-10 07:09+0000\n"
"Last-Translator: Heyian <Heyian@users.noreply.translate.codeberg.org>\n" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: French <https://translate.codeberg.org/projects/searxng/" "Language-Team: French <https://translate.codeberg.org/projects/searxng/"
"searxng/fr/>\n" "searxng/fr/>\n"
"Language: fr\n" "Language: fr\n"
@ -200,7 +201,7 @@ msgstr "Condition"
#. WEATHER_TERMS['CURRENT CONDITION'] #. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Current condition" msgid "Current condition"
msgstr "" msgstr "Condition actuelle"
#. WEATHER_TERMS['EVENING'] #. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
@ -210,22 +211,22 @@ msgstr "Soir"
#. WEATHER_TERMS['FEELS LIKE'] #. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Feels like" msgid "Feels like"
msgstr "" msgstr "Ressenti"
#. WEATHER_TERMS['HUMIDITY'] #. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Humidity" msgid "Humidity"
msgstr "" msgstr "Humidité"
#. WEATHER_TERMS['MAX TEMP.'] #. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Max temp." msgid "Max temp."
msgstr "" msgstr "Temp. maximale"
#. WEATHER_TERMS['MIN TEMP.'] #. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Min temp." msgid "Min temp."
msgstr "" msgstr "Temp. minimale"
#. WEATHER_TERMS['MORNING'] #. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
@ -245,82 +246,82 @@ msgstr "Midi"
#. WEATHER_TERMS['PRESSURE'] #. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Pressure" msgid "Pressure"
msgstr "" msgstr "Pression"
#. WEATHER_TERMS['SUNRISE'] #. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Sunrise" msgid "Sunrise"
msgstr "" msgstr "Lever du soleil"
#. WEATHER_TERMS['SUNSET'] #. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Sunset" msgid "Sunset"
msgstr "" msgstr "Coucher de soleil"
#. WEATHER_TERMS['TEMPERATURE'] #. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Temperature" msgid "Temperature"
msgstr "" msgstr "Température"
#. WEATHER_TERMS['UV INDEX'] #. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg #: searx/searxng.msg
msgid "UV index" msgid "UV index"
msgstr "" msgstr "Indice UV"
#. WEATHER_TERMS['VISIBILITY'] #. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Visibility" msgid "Visibility"
msgstr "" msgstr "Visibilité"
#. WEATHER_TERMS['WIND'] #. WEATHER_TERMS['WIND']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Wind" msgid "Wind"
msgstr "" msgstr "Le vent"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS'] #. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "subscribers" msgid "subscribers"
msgstr "" msgstr "Abonnés"
#. SOCIAL_MEDIA_TERMS['POSTS'] #. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "posts" msgid "posts"
msgstr "" msgstr "Posts"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS'] #. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "active users" msgid "active users"
msgstr "" msgstr "utilisateurs actifs"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "" msgstr "Commentaires"
#. SOCIAL_MEDIA_TERMS['USER'] #. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg #: searx/searxng.msg
msgid "user" msgid "user"
msgstr "" msgstr "utilisateur"
#. SOCIAL_MEDIA_TERMS['COMMUNITY'] #. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "community" msgid "community"
msgstr "" msgstr "Communauté"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "points" msgid "points"
msgstr "" msgstr "points"
#. SOCIAL_MEDIA_TERMS['TITLE'] #. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "title" msgid "title"
msgstr "" msgstr "Titre"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg #: searx/searxng.msg
msgid "author" msgid "author"
msgstr "" msgstr "Auteur"
#: searx/webapp.py:330 #: searx/webapp.py:330
msgid "No item found" msgid "No item found"
@ -499,6 +500,10 @@ msgstr "Évaluation du livre"
msgid "File quality" msgid "File quality"
msgstr "Qualité du fichier" msgstr "Qualité du fichier"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr "Calculer des expressions mathématiques dans la barre de recherche"
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Convertit les chaînes de caractères en différents condensés de hachage." msgstr "Convertit les chaînes de caractères en différents condensés de hachage."
@ -578,9 +583,9 @@ msgstr "Nettoyeur d'URL de suivis"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Retire les arguments utilisés pour vous pister des URL retournées" msgstr "Retire les arguments utilisés pour vous pister des URL retournées"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr "Convertit entre les unités"
#: searx/templates/simple/404.html:4 #: searx/templates/simple/404.html:4
msgid "Page not found" msgid "Page not found"
@ -761,27 +766,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Réponses" msgstr "Réponses"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Nombre de résultats" msgstr "Nombre de résultats"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Infos" msgstr "Infos"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Essayez de chercher :" msgstr "Essayez de chercher :"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Retour en haut de page" msgstr "Retour en haut de page"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Page précédente" msgstr "Page précédente"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "page suivante" msgstr "page suivante"
@ -1155,11 +1160,11 @@ msgstr ""
#: searx/templates/simple/preferences/engines.html:15 #: searx/templates/simple/preferences/engines.html:15
msgid "Enable all" msgid "Enable all"
msgstr "" msgstr "Activer tout"
#: searx/templates/simple/preferences/engines.html:16 #: searx/templates/simple/preferences/engines.html:16
msgid "Disable all" msgid "Disable all"
msgstr "" msgstr "Désactiver tout"
#: searx/templates/simple/preferences/engines.html:25 #: searx/templates/simple/preferences/engines.html:25
msgid "!bang" msgid "!bang"

@ -12,8 +12,8 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-28 18:18+0000\n" "PO-Revision-Date: 2024-05-10 06:13+0000\n"
"Last-Translator: ghose <ghose@users.noreply.translate.codeberg.org>\n" "Last-Translator: ghose <ghose@users.noreply.translate.codeberg.org>\n"
"Language-Team: Galician <https://translate.codeberg.org/projects/searxng/" "Language-Team: Galician <https://translate.codeberg.org/projects/searxng/"
"searxng/gl/>\n" "searxng/gl/>\n"
@ -22,7 +22,7 @@ msgstr ""
"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=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.3\n" "X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@ -486,6 +486,10 @@ msgstr "Valoración do libro"
msgid "File quality" msgid "File quality"
msgstr "Calidade do ficheiro" msgstr "Calidade do ficheiro"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr "Calcular expresións matemáticas usando a barra de busca"
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Converte o escrito usando diferentes funcións hash." msgstr "Converte o escrito usando diferentes funcións hash."
@ -567,7 +571,7 @@ msgstr "Eliminador de rastrexadores na URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Elimina os elementos de rastrexo da URL devolta" msgstr "Elimina os elementos de rastrexo da URL devolta"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "Converter unidades" msgstr "Converter unidades"
@ -746,27 +750,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Respostas" msgstr "Respostas"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Número de resultados" msgstr "Número de resultados"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Info" msgstr "Info"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Intenta buscar:" msgstr "Intenta buscar:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Ir arriba" msgstr "Ir arriba"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Páxina anterior" msgstr "Páxina anterior"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Páxina seguinte" msgstr "Páxina seguinte"

@ -18,8 +18,8 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-18 13:18+0000\n" "PO-Revision-Date: 2024-05-06 07:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
"Language: he\n" "Language: he\n"
@ -80,7 +80,7 @@ msgstr "רדיו"
#. CATEGORY_NAMES['TV'] #. CATEGORY_NAMES['TV']
#: searx/searxng.msg #: searx/searxng.msg
msgid "tv" msgid "tv"
msgstr "" msgstr "טלויזיה"
#. CATEGORY_NAMES['IT'] #. CATEGORY_NAMES['IT']
#: searx/searxng.msg #: searx/searxng.msg
@ -493,6 +493,10 @@ msgstr "דירוג ספרים"
msgid "File quality" msgid "File quality"
msgstr "איכות קובץ" msgstr "איכות קובץ"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "ממיר מחרוזות לתוך hash digests (לקט גיבוב) שונים." msgstr "ממיר מחרוזות לתוך hash digests (לקט גיבוב) שונים."
@ -571,7 +575,7 @@ msgstr "הסרת Tracker URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "הסר ארגומנטי איתור מתוך URL מוחזר" msgstr "הסר ארגומנטי איתור מתוך URL מוחזר"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -750,27 +754,27 @@ msgstr "עוגיות"
msgid "Answers" msgid "Answers"
msgstr "תשובות" msgstr "תשובות"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "מספר תוצאות" msgstr "מספר תוצאות"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "מידע" msgstr "מידע"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "נסה לחפש:" msgstr "נסה לחפש:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "בחזרה למעלה" msgstr "בחזרה למעלה"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "עמוד קודם" msgstr "עמוד קודם"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "עמוד הבא" msgstr "עמוד הבא"

@ -17,7 +17,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-07 07:18+0000\n" "PO-Revision-Date: 2024-04-07 07:18+0000\n"
"Last-Translator: Uzakmo <Uzakmo@users.noreply.translate.codeberg.org>\n" "Last-Translator: Uzakmo <Uzakmo@users.noreply.translate.codeberg.org>\n"
"Language: hr\n" "Language: hr\n"
@ -491,6 +491,10 @@ msgstr "Ocjena knjige"
msgid "File quality" msgid "File quality"
msgstr "Kvaliteta datoteke" msgstr "Kvaliteta datoteke"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Pretvara niz u drukčije hash mješavine." msgstr "Pretvara niz u drukčije hash mješavine."
@ -570,7 +574,7 @@ msgstr "Ukloni praćenje URL-ova"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Ukloni elemente za označavanje rezultata vraćenih s URL-a" msgstr "Ukloni elemente za označavanje rezultata vraćenih s URL-a"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -749,27 +753,27 @@ msgstr "Kolačići"
msgid "Answers" msgid "Answers"
msgstr "Odgovori" msgstr "Odgovori"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Broj rezultata" msgstr "Broj rezultata"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informacije" msgstr "Informacije"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Pokušajte tražiti sljedeće:" msgstr "Pokušajte tražiti sljedeće:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Natrag na vrh" msgstr "Natrag na vrh"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Prethodna stranica" msgstr "Prethodna stranica"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Sljedeća stranica" msgstr "Sljedeća stranica"

@ -18,7 +18,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-04 14:18+0000\n" "PO-Revision-Date: 2024-04-04 14:18+0000\n"
"Last-Translator: meskobalazs " "Last-Translator: meskobalazs "
"<meskobalazs@users.noreply.translate.codeberg.org>\n" "<meskobalazs@users.noreply.translate.codeberg.org>\n"
@ -492,6 +492,10 @@ msgstr "Könyv értékelése"
msgid "File quality" msgid "File quality"
msgstr "Fájlminőség" msgstr "Fájlminőség"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "A szöveget különböző hash értékekké alakítja." msgstr "A szöveget különböző hash értékekké alakítja."
@ -575,7 +579,7 @@ msgstr ""
"Eltávolítja a felhasználók követéshez használt argumentumokat a találatok" "Eltávolítja a felhasználók követéshez használt argumentumokat a találatok"
" webcíméből" " webcíméből"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -756,27 +760,27 @@ msgstr "Sütik"
msgid "Answers" msgid "Answers"
msgstr "Válaszok" msgstr "Válaszok"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Találatok száma" msgstr "Találatok száma"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Információ" msgstr "Információ"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Keresés erre:" msgstr "Keresés erre:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Vissza a lap tetejére" msgstr "Vissza a lap tetejére"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Előző oldal" msgstr "Előző oldal"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Következő oldal" msgstr "Következő oldal"

@ -9,7 +9,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2023-06-22 09:02+0000\n" "PO-Revision-Date: 2023-06-22 09:02+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n" "Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"Language: ia\n" "Language: ia\n"
@ -475,6 +475,10 @@ msgstr ""
msgid "File quality" msgid "File quality"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "" msgstr ""
@ -549,7 +553,7 @@ msgstr "Remover tracker del URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Remover argumentos del tracker ab le URL retornate" msgstr "Remover argumentos del tracker ab le URL retornate"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -728,27 +732,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Replicas" msgstr "Replicas"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Numero de resultatos" msgstr "Numero de resultatos"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Essaya recercar pro:" msgstr "Essaya recercar pro:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "" msgstr ""

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-02-26 16:56+0000\n" "PO-Revision-Date: 2024-02-26 16:56+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n" "Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"Language: id\n" "Language: id\n"
@ -483,6 +483,10 @@ msgstr "Peringkat buku"
msgid "File quality" msgid "File quality"
msgstr "Kualitas berkas" msgstr "Kualitas berkas"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Mengubah string menjadi hash digest yang berbeda." msgstr "Mengubah string menjadi hash digest yang berbeda."
@ -566,7 +570,7 @@ msgstr "Penghapus URL pelacak"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Membuang argumen pelacak dari URL yang dikembalikan" msgstr "Membuang argumen pelacak dari URL yang dikembalikan"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -747,27 +751,27 @@ msgstr "Kuki"
msgid "Answers" msgid "Answers"
msgstr "Jawaban" msgstr "Jawaban"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Jumlah hasil" msgstr "Jumlah hasil"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informasi" msgstr "Informasi"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Coba cari:" msgstr "Coba cari:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Kembali ke atas" msgstr "Kembali ke atas"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Halaman sebelumnya" msgstr "Halaman sebelumnya"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Halaman berikutnya" msgstr "Halaman berikutnya"

@ -29,8 +29,8 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-28 18:18+0000\n" "PO-Revision-Date: 2024-05-10 07:09+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Italian <https://translate.codeberg.org/projects/searxng/" "Language-Team: Italian <https://translate.codeberg.org/projects/searxng/"
"searxng/it/>\n" "searxng/it/>\n"
@ -39,7 +39,7 @@ msgstr ""
"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=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.3\n" "X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@ -225,12 +225,12 @@ msgstr "Umidità"
#. WEATHER_TERMS['MAX TEMP.'] #. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Max temp." msgid "Max temp."
msgstr "Temp. massima" msgstr "Temp. max"
#. WEATHER_TERMS['MIN TEMP.'] #. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Min temp." msgid "Min temp."
msgstr "Temp. minima" msgstr "Temp. min"
#. WEATHER_TERMS['MORNING'] #. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
@ -504,6 +504,10 @@ msgstr "Valutazione del libro"
msgid "File quality" msgid "File quality"
msgstr "Qualità del file" msgstr "Qualità del file"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Converte le stringhe in diversi digest di hash." msgstr "Converte le stringhe in diversi digest di hash."
@ -586,9 +590,9 @@ msgstr "Rimuovi URL traccianti"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Rimuovi gli elementi traccianti dall'indirizzo URL riportato" msgstr "Rimuovi gli elementi traccianti dall'indirizzo URL riportato"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr "Converti tra le unità"
#: searx/templates/simple/404.html:4 #: searx/templates/simple/404.html:4
msgid "Page not found" msgid "Page not found"
@ -771,27 +775,27 @@ msgstr "Cookie"
msgid "Answers" msgid "Answers"
msgstr "Risposte" msgstr "Risposte"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Numero di risultati" msgstr "Numero di risultati"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informazioni" msgstr "Informazioni"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Prova a cercare:" msgstr "Prova a cercare:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Torna in cima" msgstr "Torna in cima"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Pagina precedente" msgstr "Pagina precedente"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Pagina successiva" msgstr "Pagina successiva"
@ -1166,11 +1170,11 @@ msgstr ""
#: searx/templates/simple/preferences/engines.html:15 #: searx/templates/simple/preferences/engines.html:15
msgid "Enable all" msgid "Enable all"
msgstr "" msgstr "Attiva tutto"
#: searx/templates/simple/preferences/engines.html:16 #: searx/templates/simple/preferences/engines.html:16
msgid "Disable all" msgid "Disable all"
msgstr "" msgstr "Disattiva tutto"
#: searx/templates/simple/preferences/engines.html:25 #: searx/templates/simple/preferences/engines.html:25
msgid "!bang" msgid "!bang"

@ -19,20 +19,23 @@
# nogb <u8cn71wq@yogibo.anonaddy.me>, 2023. # nogb <u8cn71wq@yogibo.anonaddy.me>, 2023.
# eownerdead <wlpx0yii@anonaddy.me>, 2024. # eownerdead <wlpx0yii@anonaddy.me>, 2024.
# syobon <syobon@syobon.net>, 2024. # syobon <syobon@syobon.net>, 2024.
# tentsbet <tentsbet@users.noreply.translate.codeberg.org>, 2024.
# return42 <return42@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-05 21:13+0000\n" "PO-Revision-Date: 2024-05-10 07:09+0000\n"
"Last-Translator: tentsbet <remendne@pentrens.jp>\n" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Japanese <https://translate.codeberg.org/projects/searxng/"
"searxng/ja/>\n"
"Language: ja\n" "Language: ja\n"
"Language-Team: Japanese "
"<https://translate.codeberg.org/projects/searxng/searxng/ja/>\n"
"Plural-Forms: nplurals=1; plural=0;\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=1; plural=0;\n"
"X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@ -83,7 +86,7 @@ msgstr "ラジオ"
#. CATEGORY_NAMES['TV'] #. CATEGORY_NAMES['TV']
#: searx/searxng.msg #: searx/searxng.msg
msgid "tv" msgid "tv"
msgstr "" msgstr "テレビ"
#. CATEGORY_NAMES['IT'] #. CATEGORY_NAMES['IT']
#: searx/searxng.msg #: searx/searxng.msg
@ -183,22 +186,22 @@ msgstr "関連情報"
#. WEATHER_TERMS['AVERAGE TEMP.'] #. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Average temp." msgid "Average temp."
msgstr "" msgstr "平均気温."
#. WEATHER_TERMS['CLOUD COVER'] #. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Cloud cover" msgid "Cloud cover"
msgstr "" msgstr "曇り"
#. WEATHER_TERMS['CONDITION'] #. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Condition" msgid "Condition"
msgstr "" msgstr "天気"
#. WEATHER_TERMS['CURRENT CONDITION'] #. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Current condition" msgid "Current condition"
msgstr "" msgstr "現在の天気"
#. WEATHER_TERMS['EVENING'] #. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
@ -208,22 +211,22 @@ msgstr "夕方"
#. WEATHER_TERMS['FEELS LIKE'] #. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Feels like" msgid "Feels like"
msgstr "" msgstr "体感"
#. WEATHER_TERMS['HUMIDITY'] #. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Humidity" msgid "Humidity"
msgstr "" msgstr "湿度"
#. WEATHER_TERMS['MAX TEMP.'] #. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Max temp." msgid "Max temp."
msgstr "" msgstr "最高気温."
#. WEATHER_TERMS['MIN TEMP.'] #. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Min temp." msgid "Min temp."
msgstr "" msgstr "最低気温."
#. WEATHER_TERMS['MORNING'] #. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
@ -243,82 +246,82 @@ msgstr "昼"
#. WEATHER_TERMS['PRESSURE'] #. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Pressure" msgid "Pressure"
msgstr "" msgstr "気圧"
#. WEATHER_TERMS['SUNRISE'] #. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Sunrise" msgid "Sunrise"
msgstr "" msgstr "日の出"
#. WEATHER_TERMS['SUNSET'] #. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Sunset" msgid "Sunset"
msgstr "" msgstr "日の入り"
#. WEATHER_TERMS['TEMPERATURE'] #. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Temperature" msgid "Temperature"
msgstr "" msgstr "気温"
#. WEATHER_TERMS['UV INDEX'] #. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg #: searx/searxng.msg
msgid "UV index" msgid "UV index"
msgstr "" msgstr "UV指数"
#. WEATHER_TERMS['VISIBILITY'] #. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Visibility" msgid "Visibility"
msgstr "" msgstr "視界"
#. WEATHER_TERMS['WIND'] #. WEATHER_TERMS['WIND']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Wind" msgid "Wind"
msgstr "" msgstr "風速"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS'] #. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "subscribers" msgid "subscribers"
msgstr "" msgstr "サブスクライバー"
#. SOCIAL_MEDIA_TERMS['POSTS'] #. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "posts" msgid "posts"
msgstr "" msgstr "投稿"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS'] #. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "active users" msgid "active users"
msgstr "" msgstr "アクティブユーザー"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "" msgstr "コメント"
#. SOCIAL_MEDIA_TERMS['USER'] #. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg #: searx/searxng.msg
msgid "user" msgid "user"
msgstr "" msgstr "ユーザー"
#. SOCIAL_MEDIA_TERMS['COMMUNITY'] #. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "community" msgid "community"
msgstr "" msgstr "コミュニティ"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "points" msgid "points"
msgstr "" msgstr "ポイント"
#. SOCIAL_MEDIA_TERMS['TITLE'] #. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "title" msgid "title"
msgstr "" msgstr "タイトル"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg #: searx/searxng.msg
msgid "author" msgid "author"
msgstr "" msgstr ""
#: searx/webapp.py:330 #: searx/webapp.py:330
msgid "No item found" msgid "No item found"
@ -491,6 +494,10 @@ msgstr "書籍評価点数"
msgid "File quality" msgid "File quality"
msgstr "ファイル品質" msgstr "ファイル品質"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr "検索バーで数式を計算"
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "文字列を異なるハッシュダイジェストに変換。" msgstr "文字列を異なるハッシュダイジェストに変換。"
@ -561,9 +568,9 @@ msgstr "トラッカー URL リムーバー"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "返された URL からトラッカー引数を消去する" msgstr "返された URL からトラッカー引数を消去する"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr "単位を変換"
#: searx/templates/simple/404.html:4 #: searx/templates/simple/404.html:4
msgid "Page not found" msgid "Page not found"
@ -740,27 +747,27 @@ msgstr "クッキー"
msgid "Answers" msgid "Answers"
msgstr "回答" msgstr "回答"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "通知の数" msgstr "通知の数"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "インフォ" msgstr "インフォ"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "検索のオススメ:" msgstr "検索のオススメ:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "トップに戻る" msgstr "トップに戻る"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "前のページ" msgstr "前のページ"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "次のページ" msgstr "次のページ"
@ -1125,11 +1132,11 @@ msgstr "インタフェースやタブの中にはないが、!bangを使うこ
#: 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"
@ -1854,4 +1861,3 @@ msgstr "動画を隠す"
#~ "use another query or search in " #~ "use another query or search in "
#~ "more categories." #~ "more categories."
#~ msgstr "検索結果はありませんでした。別のカテゴリ、または他のクエリで検索してください。" #~ msgstr "検索結果はありませんでした。別のカテゴリ、または他のクエリで検索してください。"

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-22 07:09+0000\n" "PO-Revision-Date: 2024-03-22 07:09+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -485,6 +485,10 @@ msgstr "책 평점"
msgid "File quality" msgid "File quality"
msgstr "파일 품질" msgstr "파일 품질"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "문자열을 다른 해시 다이제스트 값으로 변환합니다." msgstr "문자열을 다른 해시 다이제스트 값으로 변환합니다."
@ -557,7 +561,7 @@ msgstr "추적기 URL 제거기"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "반환된 URL에서 추적기 매개변수 제거" msgstr "반환된 URL에서 추적기 매개변수 제거"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -736,27 +740,27 @@ msgstr "쿠키"
msgid "Answers" msgid "Answers"
msgstr "답변" msgstr "답변"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "결과 수" msgstr "결과 수"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "정보" msgstr "정보"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "다음을 검색 해보세요:" msgstr "다음을 검색 해보세요:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "위로 돌아가기" msgstr "위로 돌아가기"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "이전 페이지" msgstr "이전 페이지"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "다음 페이지" msgstr "다음 페이지"

@ -13,7 +13,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-22 07:09+0000\n" "PO-Revision-Date: 2024-03-22 07:09+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -489,6 +489,10 @@ msgstr "Knygos įvertinimas"
msgid "File quality" msgid "File quality"
msgstr "Failo kokybė" msgstr "Failo kokybė"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Konvertuoja eilutes į skirtingas maišos santraukas." msgstr "Konvertuoja eilutes į skirtingas maišos santraukas."
@ -570,7 +574,7 @@ msgstr "Seklių URL šalintojas"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Šalinti seklių argumentus iš grąžinamų URL" msgstr "Šalinti seklių argumentus iš grąžinamų URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -749,27 +753,27 @@ msgstr "Slapukai"
msgid "Answers" msgid "Answers"
msgstr "Atsakymai" msgstr "Atsakymai"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Rezultatų skaičius" msgstr "Rezultatų skaičius"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informacija" msgstr "Informacija"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Bandykite ieškoti:" msgstr "Bandykite ieškoti:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Atgal į viršų" msgstr "Atgal į viršų"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Praitas puslapis" msgstr "Praitas puslapis"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Kitas puslapis" msgstr "Kitas puslapis"

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n" "PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -486,6 +486,10 @@ msgstr "grāmatu vērtējums"
msgid "File quality" msgid "File quality"
msgstr "Failu kvalitāte" msgstr "Failu kvalitāte"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Pārvērš virknes (strings) par dažādiem jaucējkoda īssavilkumiem." msgstr "Pārvērš virknes (strings) par dažādiem jaucējkoda īssavilkumiem."
@ -562,7 +566,7 @@ msgstr "Izsekošanas URL noņemšanas līdzeklis"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -743,27 +747,27 @@ msgstr ""
msgid "Answers" msgid "Answers"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informācija" msgstr "Informācija"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "" msgstr ""

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -471,6 +471,10 @@ msgstr ""
msgid "File quality" msgid "File quality"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "" msgstr ""
@ -541,7 +545,7 @@ msgstr ""
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -720,27 +724,27 @@ msgstr ""
msgid "Answers" msgid "Answers"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "" msgstr ""

@ -14,7 +14,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n" "PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -484,6 +484,10 @@ msgstr ""
msgid "File quality" msgid "File quality"
msgstr "Kualiti fail" msgstr "Kualiti fail"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Ubah rentetan kepada \"hash digest\" yang berbeza." msgstr "Ubah rentetan kepada \"hash digest\" yang berbeza."
@ -562,7 +566,7 @@ msgstr ""
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -741,27 +745,27 @@ msgstr ""
msgid "Answers" msgid "Answers"
msgstr "Jawapan" msgstr "Jawapan"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Bilangan keputusan" msgstr "Bilangan keputusan"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Maklumat" msgstr "Maklumat"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Cuba cari:" msgstr "Cuba cari:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Balik ke atas" msgstr "Balik ke atas"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Halaman sebelumnya" msgstr "Halaman sebelumnya"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Halaman seterusnya" msgstr "Halaman seterusnya"

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-07 07:18+0000\n" "PO-Revision-Date: 2024-04-07 07:18+0000\n"
"Last-Translator: omfj <omfj@users.noreply.translate.codeberg.org>\n" "Last-Translator: omfj <omfj@users.noreply.translate.codeberg.org>\n"
"Language: nb_NO\n" "Language: nb_NO\n"
@ -486,6 +486,10 @@ msgstr "Bokvurdering"
msgid "File quality" msgid "File quality"
msgstr "Filkvalitet" msgstr "Filkvalitet"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Konverterer strenger til andre sjekksumsføljetonger." msgstr "Konverterer strenger til andre sjekksumsføljetonger."
@ -567,7 +571,7 @@ msgstr "Sporings-nettadressefjerner"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Fjern sporer-argumenter fra returnert nettadresse" msgstr "Fjern sporer-argumenter fra returnert nettadresse"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -748,27 +752,27 @@ msgstr "Informasjonskapsler"
msgid "Answers" msgid "Answers"
msgstr "Svar" msgstr "Svar"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Antall resultater" msgstr "Antall resultater"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informasjon" msgstr "Informasjon"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Prøv å søke etter:" msgstr "Prøv å søke etter:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Til toppen" msgstr "Til toppen"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Forrige side" msgstr "Forrige side"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Neste side" msgstr "Neste side"

@ -22,7 +22,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-02 14:36+0000\n" "PO-Revision-Date: 2024-03-02 14:36+0000\n"
"Last-Translator: marcelStangenberger <codeberg@xo.nl>\n" "Last-Translator: marcelStangenberger <codeberg@xo.nl>\n"
"Language: nl\n" "Language: nl\n"
@ -496,6 +496,10 @@ msgstr "boekbeoordeling"
msgid "File quality" msgid "File quality"
msgstr "bestandskwaliteit" msgstr "bestandskwaliteit"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Zet tekstwaarden om naar verschillende hash digests." msgstr "Zet tekstwaarden om naar verschillende hash digests."
@ -579,7 +583,7 @@ msgstr "Tracker-URL-verwijderaar"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Verwijdert trackerargumenten van de gekregen URL" msgstr "Verwijdert trackerargumenten van de gekregen URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -762,27 +766,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Antwoorden" msgstr "Antwoorden"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Aantal zoekresultaten" msgstr "Aantal zoekresultaten"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informatie" msgstr "Informatie"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Probeer te zoeken naar:" msgstr "Probeer te zoeken naar:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Terug naar boven in" msgstr "Terug naar boven in"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Vorige pagina" msgstr "Vorige pagina"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Volgende pagina" msgstr "Volgende pagina"

@ -12,7 +12,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n" "PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -481,6 +481,10 @@ msgstr "Nòta del libre"
msgid "File quality" msgid "File quality"
msgstr "Qualitat del fichièr" msgstr "Qualitat del fichièr"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "" msgstr ""
@ -555,7 +559,7 @@ msgstr "Netejador d'URL de traçat"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Lèva los arguments de las URL utilizats per vos traçar" msgstr "Lèva los arguments de las URL utilizats per vos traçar"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -734,27 +738,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Responsas" msgstr "Responsas"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Nombre de resultats" msgstr "Nombre de resultats"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Info" msgstr "Info"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Ensajatz de cercar :" msgstr "Ensajatz de cercar :"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Tornar ennaut" msgstr "Tornar ennaut"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Pagina precedenta" msgstr "Pagina precedenta"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Pagina seguenta" msgstr "Pagina seguenta"

@ -8,7 +8,7 @@
# Mateusz Bączek <mateusz.baczek1998@gmail.com>, 2022. # Mateusz Bączek <mateusz.baczek1998@gmail.com>, 2022.
# ewm <gnu.ewm@protonmail.com>, 2023. # ewm <gnu.ewm@protonmail.com>, 2023.
# return42 <markus.heiser@darmarit.de>, 2023, 2024. # return42 <markus.heiser@darmarit.de>, 2023, 2024.
# Eryk Michalak <gnu.ewm@protonmail.com>, 2023. # Eryk Michalak <gnu.ewm@protonmail.com>, 2023, 2024.
# mradalbert <mister.adalbert@gmail.com>, 2023. # mradalbert <mister.adalbert@gmail.com>, 2023.
# y0nei <y0nei@proton.me>, 2023. # y0nei <y0nei@proton.me>, 2023.
# Luna <github@luwuna.gay>, 2023. # Luna <github@luwuna.gay>, 2023.
@ -19,9 +19,9 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-30 09:18+0000\n" "PO-Revision-Date: 2024-05-10 06:13+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n" "Last-Translator: Eryk Michalak <gnu.ewm@protonmail.com>\n"
"Language-Team: Polish <https://translate.codeberg.org/projects/searxng/" "Language-Team: Polish <https://translate.codeberg.org/projects/searxng/"
"searxng/pl/>\n" "searxng/pl/>\n"
"Language: pl\n" "Language: pl\n"
@ -182,12 +182,12 @@ msgstr "Informacje o"
#. WEATHER_TERMS['AVERAGE TEMP.'] #. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Average temp." msgid "Average temp."
msgstr "" msgstr "Średnia temp."
#. WEATHER_TERMS['CLOUD COVER'] #. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Cloud cover" msgid "Cloud cover"
msgstr "" msgstr "Zachmurzenie"
#. WEATHER_TERMS['CONDITION'] #. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg #: searx/searxng.msg
@ -197,7 +197,7 @@ msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION'] #. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Current condition" msgid "Current condition"
msgstr "" msgstr "Aktualna pogoda"
#. WEATHER_TERMS['EVENING'] #. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
@ -207,22 +207,22 @@ msgstr "Wieczorem"
#. WEATHER_TERMS['FEELS LIKE'] #. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Feels like" msgid "Feels like"
msgstr "" msgstr "Odczuwalna"
#. WEATHER_TERMS['HUMIDITY'] #. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Humidity" msgid "Humidity"
msgstr "" msgstr "Wilgotność"
#. WEATHER_TERMS['MAX TEMP.'] #. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Max temp." msgid "Max temp."
msgstr "" msgstr "Maksymalna temp."
#. WEATHER_TERMS['MIN TEMP.'] #. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Min temp." msgid "Min temp."
msgstr "" msgstr "Minimalna temp."
#. WEATHER_TERMS['MORNING'] #. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
@ -242,67 +242,67 @@ msgstr "Południe"
#. WEATHER_TERMS['PRESSURE'] #. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Pressure" msgid "Pressure"
msgstr "" msgstr "Ciśnienie"
#. WEATHER_TERMS['SUNRISE'] #. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Sunrise" msgid "Sunrise"
msgstr "" msgstr "Wschód słońca"
#. WEATHER_TERMS['SUNSET'] #. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Sunset" msgid "Sunset"
msgstr "" msgstr "Zachód słońca"
#. WEATHER_TERMS['TEMPERATURE'] #. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Temperature" msgid "Temperature"
msgstr "" msgstr "Temperatura"
#. WEATHER_TERMS['UV INDEX'] #. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg #: searx/searxng.msg
msgid "UV index" msgid "UV index"
msgstr "" msgstr "Indeks UV"
#. WEATHER_TERMS['VISIBILITY'] #. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Visibility" msgid "Visibility"
msgstr "" msgstr "Widoczność"
#. WEATHER_TERMS['WIND'] #. WEATHER_TERMS['WIND']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Wind" msgid "Wind"
msgstr "" msgstr "Wiatr"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS'] #. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "subscribers" msgid "subscribers"
msgstr "" msgstr "subskrybenci"
#. SOCIAL_MEDIA_TERMS['POSTS'] #. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "posts" msgid "posts"
msgstr "" msgstr "wpisy"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS'] #. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "active users" msgid "active users"
msgstr "" msgstr "aktywni użytkownicy"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "" msgstr "komentarze"
#. SOCIAL_MEDIA_TERMS['USER'] #. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg #: searx/searxng.msg
msgid "user" msgid "user"
msgstr "" msgstr "użytkownik"
#. SOCIAL_MEDIA_TERMS['COMMUNITY'] #. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "community" msgid "community"
msgstr "" msgstr "społeczność"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg #: searx/searxng.msg
@ -312,12 +312,12 @@ msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE'] #. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "title" msgid "title"
msgstr "" msgstr "tytuł"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg #: searx/searxng.msg
msgid "author" msgid "author"
msgstr "" msgstr "autor"
#: searx/webapp.py:330 #: searx/webapp.py:330
msgid "No item found" msgid "No item found"
@ -495,6 +495,10 @@ msgstr "Ocena książki"
msgid "File quality" msgid "File quality"
msgstr "Jakość pliku" msgstr "Jakość pliku"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr "Obliczaj wyrażenia matematyczne za pomocą paska wyszukiwania"
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Konwertuje tekst na różne skróty hash." msgstr "Konwertuje tekst na różne skróty hash."
@ -576,9 +580,9 @@ msgstr "Usuwanie elementów śledzących z linków"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Usuń argumenty elementów śledzących ze zwróconego adresu URL" msgstr "Usuń argumenty elementów śledzących ze zwróconego adresu URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr "Zamieniaj jednostki"
#: searx/templates/simple/404.html:4 #: searx/templates/simple/404.html:4
msgid "Page not found" msgid "Page not found"
@ -757,27 +761,27 @@ msgstr "Ciasteczka"
msgid "Answers" msgid "Answers"
msgstr "Odpowiedzi" msgstr "Odpowiedzi"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Liczba wyników" msgstr "Liczba wyników"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informacje" msgstr "Informacje"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Spróbuj wyszukać:" msgstr "Spróbuj wyszukać:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Do góry" msgstr "Do góry"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "poprzednia strona" msgstr "poprzednia strona"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "następna strona" msgstr "następna strona"
@ -1151,11 +1155,11 @@ msgstr ""
#: searx/templates/simple/preferences/engines.html:15 #: searx/templates/simple/preferences/engines.html:15
msgid "Enable all" msgid "Enable all"
msgstr "" msgstr "Włącz wszystkie"
#: searx/templates/simple/preferences/engines.html:16 #: searx/templates/simple/preferences/engines.html:16
msgid "Disable all" msgid "Disable all"
msgstr "" msgstr "Wyłącz wszystkie"
#: searx/templates/simple/preferences/engines.html:25 #: searx/templates/simple/preferences/engines.html:25
msgid "!bang" msgid "!bang"

@ -17,19 +17,19 @@
# lspepinho <lspepinho@users.noreply.translate.codeberg.org>, 2024. # lspepinho <lspepinho@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-05-03 07:09+0000\n" "PO-Revision-Date: 2024-05-03 07:09+0000\n"
"Last-Translator: lspepinho <lspepinho@users.noreply.translate.codeberg.org>\n" "Last-Translator: lspepinho "
"Language-Team: Portuguese <https://translate.codeberg.org/projects/searxng/" "<lspepinho@users.noreply.translate.codeberg.org>\n"
"searxng/pt/>\n"
"Language: pt\n" "Language: pt\n"
"Language-Team: Portuguese "
"<https://translate.codeberg.org/projects/searxng/searxng/pt/>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\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=2; plural=(n != 1);\n"
"X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@ -493,6 +493,10 @@ msgstr "Classificação do livro"
msgid "File quality" msgid "File quality"
msgstr "Qualidade do ficheiro" msgstr "Qualidade do ficheiro"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Converte strings em diferentes resumos de hash." msgstr "Converte strings em diferentes resumos de hash."
@ -576,7 +580,7 @@ msgstr "Remover rastreio de hiperligação"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Remover argumentos de rastreio da hiperligação devolvida" msgstr "Remover argumentos de rastreio da hiperligação devolvida"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -755,27 +759,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Respostas" msgstr "Respostas"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Número de resultados" msgstr "Número de resultados"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informações" msgstr "Informações"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Tente pesquisar por:" msgstr "Tente pesquisar por:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Voltar ao topo" msgstr "Voltar ao topo"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Página anterior" msgstr "Página anterior"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Página seguinte" msgstr "Página seguinte"
@ -1933,3 +1937,4 @@ msgstr "esconder vídeo"
#~ "não encontramos nenhum resultado. Por " #~ "não encontramos nenhum resultado. Por "
#~ "favor pesquise outra coisa ou utilize" #~ "favor pesquise outra coisa ou utilize"
#~ " mais categorias na sua pesquisa." #~ " mais categorias na sua pesquisa."

@ -26,21 +26,22 @@
# return42 <return42@users.noreply.translate.codeberg.org>, 2024. # return42 <return42@users.noreply.translate.codeberg.org>, 2024.
# matheuspolachini <matheuspolachini@users.noreply.translate.codeberg.org>, # matheuspolachini <matheuspolachini@users.noreply.translate.codeberg.org>,
# 2024. # 2024.
# nouoneq <nouoneq@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-28 15:18+0000\n" "PO-Revision-Date: 2024-05-10 07:09+0000\n"
"Last-Translator: matheuspolachini " "Last-Translator: nouoneq <nouoneq@users.noreply.translate.codeberg.org>\n"
"<matheuspolachini@users.noreply.translate.codeberg.org>\n" "Language-Team: Portuguese (Brazil) <https://translate.codeberg.org/projects/"
"searxng/searxng/pt_BR/>\n"
"Language: pt_BR\n" "Language: pt_BR\n"
"Language-Team: Portuguese (Brazil) "
"<https://translate.codeberg.org/projects/searxng/searxng/pt_BR/>\n"
"Plural-Forms: nplurals=2; plural=n > 1;\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=2; plural=n > 1;\n"
"X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@ -91,7 +92,7 @@ msgstr "rádio"
#. CATEGORY_NAMES['TV'] #. CATEGORY_NAMES['TV']
#: searx/searxng.msg #: searx/searxng.msg
msgid "tv" msgid "tv"
msgstr "" msgstr "tv"
#. CATEGORY_NAMES['IT'] #. CATEGORY_NAMES['IT']
#: searx/searxng.msg #: searx/searxng.msg
@ -106,7 +107,7 @@ msgstr "notícias"
#. CATEGORY_NAMES['MAP'] #. CATEGORY_NAMES['MAP']
#: searx/searxng.msg #: searx/searxng.msg
msgid "map" msgid "map"
msgstr "mapas" msgstr "mapa"
#. CATEGORY_NAMES['ONIONS'] #. CATEGORY_NAMES['ONIONS']
#: searx/searxng.msg #: searx/searxng.msg
@ -151,7 +152,7 @@ msgstr "repositórios"
#. CATEGORY_GROUPS['SOFTWARE_WIKIS'] #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "software wikis" msgid "software wikis"
msgstr "wikis de software" msgstr "wikis de programas"
#. CATEGORY_GROUPS['WEB'] #. CATEGORY_GROUPS['WEB']
#: searx/searxng.msg #: searx/searxng.msg
@ -181,7 +182,7 @@ msgstr "escuro"
#. BRAND_CUSTOM_LINKS['UPTIME'] #. BRAND_CUSTOM_LINKS['UPTIME']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Uptime" msgid "Uptime"
msgstr "Tempo de excução" msgstr "Tempo em execução"
#. BRAND_CUSTOM_LINKS['ABOUT'] #. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:50 #: searx/searxng.msg searx/templates/simple/base.html:50
@ -191,22 +192,22 @@ msgstr "Sobre"
#. WEATHER_TERMS['AVERAGE TEMP.'] #. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Average temp." msgid "Average temp."
msgstr "" msgstr "Temperatura Média"
#. WEATHER_TERMS['CLOUD COVER'] #. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Cloud cover" msgid "Cloud cover"
msgstr "" msgstr "Nublado"
#. WEATHER_TERMS['CONDITION'] #. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Condition" msgid "Condition"
msgstr "" msgstr "Condição"
#. WEATHER_TERMS['CURRENT CONDITION'] #. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Current condition" msgid "Current condition"
msgstr "" msgstr "Condição atual"
#. WEATHER_TERMS['EVENING'] #. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
@ -216,27 +217,27 @@ msgstr "Tarde"
#. WEATHER_TERMS['FEELS LIKE'] #. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Feels like" msgid "Feels like"
msgstr "" msgstr "Sensação térmica"
#. WEATHER_TERMS['HUMIDITY'] #. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Humidity" msgid "Humidity"
msgstr "" msgstr "Umidade"
#. WEATHER_TERMS['MAX TEMP.'] #. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Max temp." msgid "Max temp."
msgstr "" msgstr "Temperatura Máxima"
#. WEATHER_TERMS['MIN TEMP.'] #. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Min temp." msgid "Min temp."
msgstr "" msgstr "Temperatura Mínima"
#. WEATHER_TERMS['MORNING'] #. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning" msgid "Morning"
msgstr "manhã" msgstr "Manhã"
#. WEATHER_TERMS['NIGHT'] #. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
@ -251,82 +252,82 @@ msgstr "Meio dia"
#. WEATHER_TERMS['PRESSURE'] #. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Pressure" msgid "Pressure"
msgstr "" msgstr "Pressão"
#. WEATHER_TERMS['SUNRISE'] #. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Sunrise" msgid "Sunrise"
msgstr "" msgstr "Nascer do sol"
#. WEATHER_TERMS['SUNSET'] #. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Sunset" msgid "Sunset"
msgstr "" msgstr "Pôr do sol"
#. WEATHER_TERMS['TEMPERATURE'] #. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Temperature" msgid "Temperature"
msgstr "" msgstr "Temperatura"
#. WEATHER_TERMS['UV INDEX'] #. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg #: searx/searxng.msg
msgid "UV index" msgid "UV index"
msgstr "" msgstr "Índice UV"
#. WEATHER_TERMS['VISIBILITY'] #. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Visibility" msgid "Visibility"
msgstr "" msgstr "Visibilidade"
#. WEATHER_TERMS['WIND'] #. WEATHER_TERMS['WIND']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Wind" msgid "Wind"
msgstr "" msgstr "Vento"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS'] #. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "subscribers" msgid "subscribers"
msgstr "" msgstr "Inscritos"
#. SOCIAL_MEDIA_TERMS['POSTS'] #. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "posts" msgid "posts"
msgstr "" msgstr "publicações"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS'] #. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "active users" msgid "active users"
msgstr "" msgstr "usuários ativos"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "" msgstr "comentários"
#. SOCIAL_MEDIA_TERMS['USER'] #. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg #: searx/searxng.msg
msgid "user" msgid "user"
msgstr "" msgstr "usuário"
#. SOCIAL_MEDIA_TERMS['COMMUNITY'] #. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "community" msgid "community"
msgstr "" msgstr "comunidade"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "points" msgid "points"
msgstr "" msgstr "pontos"
#. SOCIAL_MEDIA_TERMS['TITLE'] #. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "title" msgid "title"
msgstr "" msgstr "título"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg #: searx/searxng.msg
msgid "author" msgid "author"
msgstr "" msgstr "autor"
#: searx/webapp.py:330 #: searx/webapp.py:330
msgid "No item found" msgid "No item found"
@ -505,6 +506,10 @@ msgstr "Avaliação de livro"
msgid "File quality" msgid "File quality"
msgstr "Qualidade do arquivo" msgstr "Qualidade do arquivo"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Converte as sequências em diferentes resultados de hash." msgstr "Converte as sequências em diferentes resultados de hash."
@ -586,9 +591,9 @@ msgstr "Removedor de rastreador da URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Remover os argumentos de rastreio da URL recebida" msgstr "Remover os argumentos de rastreio da URL recebida"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr "Converter entre unidades"
#: searx/templates/simple/404.html:4 #: searx/templates/simple/404.html:4
msgid "Page not found" msgid "Page not found"
@ -769,27 +774,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Respostas" msgstr "Respostas"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Número de resultados" msgstr "Número de resultados"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informações" msgstr "Informações"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Tente pesquisar por:" msgstr "Tente pesquisar por:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "de volta ao topo" msgstr "de volta ao topo"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Página anterior" msgstr "Página anterior"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Próxima página" msgstr "Próxima página"
@ -1163,11 +1168,11 @@ msgstr ""
#: searx/templates/simple/preferences/engines.html:15 #: searx/templates/simple/preferences/engines.html:15
msgid "Enable all" msgid "Enable all"
msgstr "" msgstr "Habilitar tudo"
#: searx/templates/simple/preferences/engines.html:16 #: searx/templates/simple/preferences/engines.html:16
msgid "Disable all" msgid "Disable all"
msgstr "" msgstr "Desabilitar tudo"
#: searx/templates/simple/preferences/engines.html:25 #: searx/templates/simple/preferences/engines.html:25
msgid "!bang" msgid "!bang"
@ -1469,7 +1474,7 @@ msgstr "Editor"
#: searx/templates/simple/result_templates/paper.html:23 #: searx/templates/simple/result_templates/paper.html:23
msgid "Publisher" msgid "Publisher"
msgstr "Editor" msgstr "Editor(a)"
#: searx/templates/simple/result_templates/paper.html:26 #: searx/templates/simple/result_templates/paper.html:26
msgid "DOI" msgid "DOI"
@ -1952,4 +1957,3 @@ msgstr "ocultar vídeo"
#~ "Não encontramos nenhum resultado. Utilize " #~ "Não encontramos nenhum resultado. Utilize "
#~ "outra consulta ou pesquisa em mais " #~ "outra consulta ou pesquisa em mais "
#~ "categorias." #~ "categorias."

@ -18,7 +18,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-18 13:18+0000\n" "PO-Revision-Date: 2024-04-18 13:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -493,6 +493,10 @@ msgstr "Recenzia cărții"
msgid "File quality" msgid "File quality"
msgstr "Calitatea fișierului" msgstr "Calitatea fișierului"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Convertește șirurile în diferite rezumate hash." msgstr "Convertește șirurile în diferite rezumate hash."
@ -572,7 +576,7 @@ msgstr "Eliminator de URL pentru urmăritor"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Elimină argumentele urmăritorului din URL-ul returnat" msgstr "Elimină argumentele urmăritorului din URL-ul returnat"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -759,27 +763,27 @@ msgstr "Cookie-uri"
msgid "Answers" msgid "Answers"
msgstr "Răspunsuri" msgstr "Răspunsuri"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Numărul de rezultate" msgstr "Numărul de rezultate"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informații" msgstr "Informații"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Încercați să căutați după:" msgstr "Încercați să căutați după:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Înapoi sus" msgstr "Înapoi sus"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Pagina precedentă" msgstr "Pagina precedentă"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Pagina următoare" msgstr "Pagina următoare"

@ -22,21 +22,20 @@
# return42 <return42@users.noreply.translate.codeberg.org>, 2024. # return42 <return42@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-30 09:18+0000\n" "PO-Revision-Date: 2024-05-07 04:37+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n" "Last-Translator: 0ko <0ko@users.noreply.translate.codeberg.org>\n"
"Language-Team: Russian <https://translate.codeberg.org/projects/searxng/"
"searxng/ru/>\n"
"Language: ru\n" "Language: ru\n"
"Language-Team: Russian "
"<https://translate.codeberg.org/projects/searxng/searxng/ru/>\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) "
"|| (n%100>=11 && n%100<=14)? 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%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || ("
"n%100>=11 && n%100<=14)? 2 : 3);\n"
"X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@ -500,6 +499,10 @@ msgstr "Рейтинг книги"
msgid "File quality" msgid "File quality"
msgstr "Качество файла" msgstr "Качество файла"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Рассчитывает контрольные суммы от строки." msgstr "Рассчитывает контрольные суммы от строки."
@ -579,9 +582,9 @@ msgstr "Убрать отслеживание URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Удаление параметров для отслеживания пользователя из URL-адреса" msgstr "Удаление параметров для отслеживания пользователя из URL-адреса"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "Конвертировать" msgstr "Преобразовать единицы измерения"
#: searx/templates/simple/404.html:4 #: searx/templates/simple/404.html:4
msgid "Page not found" msgid "Page not found"
@ -762,27 +765,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Ответы" msgstr "Ответы"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Количество результатов" msgstr "Количество результатов"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Информация" msgstr "Информация"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Попробуйте поискать:" msgstr "Попробуйте поискать:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Наверх" msgstr "Наверх"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Предыдущая страница" msgstr "Предыдущая страница"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Следующая страница" msgstr "Следующая страница"
@ -1932,3 +1935,4 @@ msgstr "скрыть видео"
#~ "мы не нашли никаких результатов. " #~ "мы не нашли никаких результатов. "
#~ "Попробуйте изменить запрос или поищите в" #~ "Попробуйте изменить запрос или поищите в"
#~ " других категориях." #~ " других категориях."

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2023-11-23 06:13+0000\n" "PO-Revision-Date: 2023-11-23 06:13+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n" "Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"Language: si\n" "Language: si\n"
@ -475,6 +475,10 @@ msgstr ""
msgid "File quality" msgid "File quality"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "" msgstr ""
@ -545,7 +549,7 @@ msgstr ""
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -724,27 +728,27 @@ msgstr ""
msgid "Answers" msgid "Answers"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "" msgstr ""
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "" msgstr ""

@ -9,14 +9,14 @@
# JohnyPeaN <johnypean@gmail.com>, 2022. # JohnyPeaN <johnypean@gmail.com>, 2022.
# return42 <markus.heiser@darmarit.de>, 2023. # return42 <markus.heiser@darmarit.de>, 2023.
# return42 <return42@users.noreply.translate.codeberg.org>, 2024. # return42 <return42@users.noreply.translate.codeberg.org>, 2024.
# Vision <Vision@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-18 13:18+0000\n" "PO-Revision-Date: 2024-05-06 07:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: Vision <Vision@users.noreply.translate.codeberg.org>\n"
"\n"
"Language: sk\n" "Language: sk\n"
"Language-Team: Slovak " "Language-Team: Slovak "
"<https://translate.codeberg.org/projects/searxng/searxng/sk/>\n" "<https://translate.codeberg.org/projects/searxng/searxng/sk/>\n"
@ -75,7 +75,7 @@ msgstr "rádio"
#. CATEGORY_NAMES['TV'] #. CATEGORY_NAMES['TV']
#: searx/searxng.msg #: searx/searxng.msg
msgid "tv" msgid "tv"
msgstr "" msgstr "tv"
#. CATEGORY_NAMES['IT'] #. CATEGORY_NAMES['IT']
#: searx/searxng.msg #: searx/searxng.msg
@ -165,7 +165,7 @@ msgstr "tmavý"
#. BRAND_CUSTOM_LINKS['UPTIME'] #. BRAND_CUSTOM_LINKS['UPTIME']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Uptime" msgid "Uptime"
msgstr "" msgstr "Doba prevádzky"
#. BRAND_CUSTOM_LINKS['ABOUT'] #. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:50 #: searx/searxng.msg searx/templates/simple/base.html:50
@ -175,22 +175,22 @@ msgstr "O nás"
#. WEATHER_TERMS['AVERAGE TEMP.'] #. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Average temp." msgid "Average temp."
msgstr "" msgstr "Priemerná teplota"
#. WEATHER_TERMS['CLOUD COVER'] #. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Cloud cover" msgid "Cloud cover"
msgstr "" msgstr "Oblačnosť"
#. WEATHER_TERMS['CONDITION'] #. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Condition" msgid "Condition"
msgstr "" msgstr "Podmienka"
#. WEATHER_TERMS['CURRENT CONDITION'] #. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Current condition" msgid "Current condition"
msgstr "" msgstr "Aktuálna podmienka"
#. WEATHER_TERMS['EVENING'] #. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
@ -200,22 +200,22 @@ msgstr "Večer"
#. WEATHER_TERMS['FEELS LIKE'] #. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Feels like" msgid "Feels like"
msgstr "" msgstr "Pocitovo ako"
#. WEATHER_TERMS['HUMIDITY'] #. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Humidity" msgid "Humidity"
msgstr "" msgstr "Vlhkosť"
#. WEATHER_TERMS['MAX TEMP.'] #. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Max temp." msgid "Max temp."
msgstr "" msgstr "Max teplota"
#. WEATHER_TERMS['MIN TEMP.'] #. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Min temp." msgid "Min temp."
msgstr "" msgstr "Min teplota"
#. WEATHER_TERMS['MORNING'] #. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg #: searx/engines/wttr.py:100 searx/searxng.msg
@ -235,82 +235,82 @@ msgstr "Poludnie"
#. WEATHER_TERMS['PRESSURE'] #. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Pressure" msgid "Pressure"
msgstr "" msgstr "Tlak"
#. WEATHER_TERMS['SUNRISE'] #. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Sunrise" msgid "Sunrise"
msgstr "" msgstr "Východ slnka"
#. WEATHER_TERMS['SUNSET'] #. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Sunset" msgid "Sunset"
msgstr "" msgstr "Západ slnka"
#. WEATHER_TERMS['TEMPERATURE'] #. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Temperature" msgid "Temperature"
msgstr "" msgstr "Teplota"
#. WEATHER_TERMS['UV INDEX'] #. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg #: searx/searxng.msg
msgid "UV index" msgid "UV index"
msgstr "" msgstr "Index UV"
#. WEATHER_TERMS['VISIBILITY'] #. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Visibility" msgid "Visibility"
msgstr "" msgstr "Viditeľnosť"
#. WEATHER_TERMS['WIND'] #. WEATHER_TERMS['WIND']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Wind" msgid "Wind"
msgstr "" msgstr "Vietor"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS'] #. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "subscribers" msgid "subscribers"
msgstr "" msgstr "odberatelia"
#. SOCIAL_MEDIA_TERMS['POSTS'] #. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "posts" msgid "posts"
msgstr "" msgstr "príspevky"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS'] #. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "active users" msgid "active users"
msgstr "" msgstr "aktívny používatelia"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "" msgstr "komentáre"
#. SOCIAL_MEDIA_TERMS['USER'] #. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg #: searx/searxng.msg
msgid "user" msgid "user"
msgstr "" msgstr "používateľ"
#. SOCIAL_MEDIA_TERMS['COMMUNITY'] #. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg #: searx/searxng.msg
msgid "community" msgid "community"
msgstr "" msgstr "komunita"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg #: searx/searxng.msg
msgid "points" msgid "points"
msgstr "" msgstr "body"
#. SOCIAL_MEDIA_TERMS['TITLE'] #. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg #: searx/searxng.msg
msgid "title" msgid "title"
msgstr "" msgstr "názov"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg #: searx/searxng.msg
msgid "author" msgid "author"
msgstr "" msgstr "autor"
#: searx/webapp.py:330 #: searx/webapp.py:330
msgid "No item found" msgid "No item found"
@ -488,6 +488,10 @@ msgstr "Hodnotenie knižky"
msgid "File quality" msgid "File quality"
msgstr "Kvalita súboru" msgstr "Kvalita súboru"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Skonvertuje text pomocou rôznych hash funkcií." msgstr "Skonvertuje text pomocou rôznych hash funkcií."
@ -566,9 +570,9 @@ msgstr "Odstraňovanie sledovacích argumentov"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Odstrániť sledovacie argumenty z vrátenej URL" msgstr "Odstrániť sledovacie argumenty z vrátenej URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr "Previesť medzi jednotkami"
#: searx/templates/simple/404.html:4 #: searx/templates/simple/404.html:4
msgid "Page not found" msgid "Page not found"
@ -747,27 +751,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Odpovede" msgstr "Odpovede"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Počet výsledkov" msgstr "Počet výsledkov"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informácie" msgstr "Informácie"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Skús hľadať:" msgstr "Skús hľadať:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Späť na začiatok" msgstr "Späť na začiatok"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Predošlá strana" msgstr "Predošlá strana"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Ďalšia strana" msgstr "Ďalšia strana"
@ -994,7 +998,7 @@ msgstr "Nenašli sa žiadne výsledky. Môžete skúsiť:"
#: searx/templates/simple/messages/no_results.html:14 #: searx/templates/simple/messages/no_results.html:14
msgid "There are no more results. You can try to:" msgid "There are no more results. You can try to:"
msgstr "" msgstr "Nie sú k dispozícii žiadne ďalšie výsledky. Môžete skúsiť:"
#: searx/templates/simple/messages/no_results.html:19 #: searx/templates/simple/messages/no_results.html:19
msgid "Refresh the page." msgid "Refresh the page."
@ -1002,7 +1006,7 @@ msgstr "Obnovte stránku."
#: searx/templates/simple/messages/no_results.html:20 #: searx/templates/simple/messages/no_results.html:20
msgid "Search for another query or select another category (above)." msgid "Search for another query or select another category (above)."
msgstr "" msgstr "Vyhľadajte inú požiadavku alebo vyberte inú kategóriu (vyššie)."
#: searx/templates/simple/messages/no_results.html:21 #: searx/templates/simple/messages/no_results.html:21
msgid "Change the search engine used in the preferences:" msgid "Change the search engine used in the preferences:"
@ -1014,11 +1018,13 @@ msgstr "Prepnúť na inú inštanciu:"
#: searx/templates/simple/messages/no_results.html:24 #: searx/templates/simple/messages/no_results.html:24
msgid "Search for another query or select another category." msgid "Search for another query or select another category."
msgstr "" msgstr "Vyhľadajte inú požiadavku alebo vyberte inú kategóriu."
#: searx/templates/simple/messages/no_results.html:25 #: searx/templates/simple/messages/no_results.html:25
msgid "Go back to the previous page using the previous page button." msgid "Go back to the previous page using the previous page button."
msgstr "" msgstr ""
"Vráťte sa na predchádzajúcu stránku pomocou tlačidla predchádzajúcej "
"stránky."
#: searx/templates/simple/preferences/answerers.html:4 #: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:23 #: searx/templates/simple/preferences/engines.html:23
@ -1117,11 +1123,11 @@ msgstr "Kopírovať hash predvolieb"
#: searx/templates/simple/preferences/cookies.html:57 #: searx/templates/simple/preferences/cookies.html:57
msgid "Insert copied preferences hash (without URL) to restore" msgid "Insert copied preferences hash (without URL) to restore"
msgstr "" msgstr "Vložte skopírovaný hash kód predvolieb (bez adresy URL) na obnovenie"
#: searx/templates/simple/preferences/cookies.html:59 #: searx/templates/simple/preferences/cookies.html:59
msgid "Preferences hash" msgid "Preferences hash"
msgstr "" msgstr "Hash kód predvolieb"
#: searx/templates/simple/preferences/doi_resolver.html:2 #: searx/templates/simple/preferences/doi_resolver.html:2
msgid "Open Access DOI resolver" msgid "Open Access DOI resolver"
@ -1141,11 +1147,11 @@ msgstr ""
#: searx/templates/simple/preferences/engines.html:15 #: searx/templates/simple/preferences/engines.html:15
msgid "Enable all" msgid "Enable all"
msgstr "" msgstr "Povoliť všetko"
#: searx/templates/simple/preferences/engines.html:16 #: searx/templates/simple/preferences/engines.html:16
msgid "Disable all" msgid "Disable all"
msgstr "" msgstr "Zakázať všetko"
#: searx/templates/simple/preferences/engines.html:25 #: searx/templates/simple/preferences/engines.html:25
msgid "!bang" msgid "!bang"
@ -1193,17 +1199,20 @@ msgstr "Späť"
#: searx/templates/simple/preferences/hotkeys.html:2 #: searx/templates/simple/preferences/hotkeys.html:2
msgid "Hotkeys" msgid "Hotkeys"
msgstr "" msgstr "Klávesové skratky"
#: searx/templates/simple/preferences/hotkeys.html:13 #: searx/templates/simple/preferences/hotkeys.html:13
msgid "Vim-like" msgid "Vim-like"
msgstr "" msgstr "Ako Vim"
#: searx/templates/simple/preferences/hotkeys.html:18 #: searx/templates/simple/preferences/hotkeys.html:18
msgid "" msgid ""
"Navigate search results with hotkeys (JavaScript required). Press \"h\" " "Navigate search results with hotkeys (JavaScript required). Press \"h\" "
"key on main or result page to get help." "key on main or result page to get help."
msgstr "" msgstr ""
"Navigujte vo výsledkoch vyhľadávania pomocou klávesových skratiek "
"(vyžaduje sa JavaScript). Stlačte klávesu \"h\" na hlavnej stránke alebo "
"na stránke s výsledkami vyhľadávania pre získanie pomoci."
#: searx/templates/simple/preferences/image_proxy.html:2 #: searx/templates/simple/preferences/image_proxy.html:2
msgid "Image proxy" msgid "Image proxy"
@ -1274,6 +1283,8 @@ msgid ""
"Perform search immediately if a category selected. Disable to select " "Perform search immediately if a category selected. Disable to select "
"multiple categories" "multiple categories"
msgstr "" msgstr ""
"Okamžité vykonanie vyhľadávania, ak je vybraná kategória. Zakážte pre "
"výber viacerých kategórií"
#: searx/templates/simple/preferences/theme.html:2 #: searx/templates/simple/preferences/theme.html:2
msgid "Theme" msgid "Theme"
@ -1401,11 +1412,11 @@ msgstr "Verzia"
#: searx/templates/simple/result_templates/packages.html:18 #: searx/templates/simple/result_templates/packages.html:18
msgid "Maintainer" msgid "Maintainer"
msgstr "" msgstr "Správca"
#: searx/templates/simple/result_templates/packages.html:24 #: searx/templates/simple/result_templates/packages.html:24
msgid "Updated at" msgid "Updated at"
msgstr "" msgstr "Aktualizované v"
#: searx/templates/simple/result_templates/packages.html:30 #: searx/templates/simple/result_templates/packages.html:30
#: searx/templates/simple/result_templates/paper.html:25 #: searx/templates/simple/result_templates/paper.html:25
@ -1414,7 +1425,7 @@ msgstr "Značky"
#: searx/templates/simple/result_templates/packages.html:36 #: searx/templates/simple/result_templates/packages.html:36
msgid "Popularity" msgid "Popularity"
msgstr "" msgstr "Popularita"
#: searx/templates/simple/result_templates/packages.html:42 #: searx/templates/simple/result_templates/packages.html:42
msgid "License" msgid "License"
@ -1426,7 +1437,7 @@ msgstr "Projekt"
#: searx/templates/simple/result_templates/packages.html:55 #: searx/templates/simple/result_templates/packages.html:55
msgid "Project homepage" msgid "Project homepage"
msgstr "" msgstr "Domovská stránka projektu"
#: searx/templates/simple/result_templates/paper.html:5 #: searx/templates/simple/result_templates/paper.html:5
msgid "Published date" msgid "Published date"

@ -15,7 +15,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n" "PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -490,6 +490,10 @@ msgstr "Ocena knjige"
msgid "File quality" msgid "File quality"
msgstr "Kakovost datoteke" msgstr "Kakovost datoteke"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Pretvori besede v drugo hash vrednost." msgstr "Pretvori besede v drugo hash vrednost."
@ -571,7 +575,7 @@ msgstr "Odstranjevalec sledilcev URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Odstrani argumente sledilcev iz vrnjenega URL" msgstr "Odstrani argumente sledilcev iz vrnjenega URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -750,27 +754,27 @@ msgstr "Piškotki"
msgid "Answers" msgid "Answers"
msgstr "Odgovori" msgstr "Odgovori"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Število zadetkov" msgstr "Število zadetkov"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informacije" msgstr "Informacije"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Poskusite iskati:" msgstr "Poskusite iskati:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Nazaj na vrh" msgstr "Nazaj na vrh"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Prejšnja stran" msgstr "Prejšnja stran"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Naslednja stran" msgstr "Naslednja stran"

@ -14,7 +14,7 @@ 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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-18 13:18+0000\n" "PO-Revision-Date: 2024-04-18 13:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>" "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n" "\n"
@ -489,6 +489,10 @@ msgstr "Оцена књиге"
msgid "File quality" msgid "File quality"
msgstr "Квалитет датотеке" msgstr "Квалитет датотеке"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Претвара стринг у другачије хешеве." msgstr "Претвара стринг у другачије хешеве."
@ -569,7 +573,7 @@ msgstr "Уклони трекер URL адресе"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Уклања аргументе трекера од повратне URL адресе" msgstr "Уклања аргументе трекера од повратне URL адресе"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -748,27 +752,27 @@ msgstr "Колачићи"
msgid "Answers" msgid "Answers"
msgstr "Одговори" msgstr "Одговори"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Број резултата" msgstr "Број резултата"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Информације" msgstr "Информације"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Покушај да нађеш:" msgstr "Покушај да нађеш:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Назад на врх" msgstr "Назад на врх"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Претходна страница" msgstr "Претходна страница"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Следећа страница" msgstr "Следећа страница"

@ -20,19 +20,19 @@
# mrintegrity <mrintegrity@users.noreply.translate.codeberg.org>, 2024. # mrintegrity <mrintegrity@users.noreply.translate.codeberg.org>, 2024.
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: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2024-04-07 07:18+0000\n" "PO-Revision-Date: 2024-05-10 07:09+0000\n"
"Last-Translator: mrintegrity " "Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"<mrintegrity@users.noreply.translate.codeberg.org>\n" "Language-Team: Swedish <https://translate.codeberg.org/projects/searxng/"
"searxng/sv/>\n"
"Language: sv\n" "Language: sv\n"
"Language-Team: Swedish "
"<https://translate.codeberg.org/projects/searxng/searxng/sv/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\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=2; plural=n != 1;\n"
"X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n" "Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@ -83,7 +83,7 @@ msgstr "radio"
#. CATEGORY_NAMES['TV'] #. CATEGORY_NAMES['TV']
#: searx/searxng.msg #: searx/searxng.msg
msgid "tv" msgid "tv"
msgstr "" msgstr "tv"
#. CATEGORY_NAMES['IT'] #. CATEGORY_NAMES['IT']
#: searx/searxng.msg #: searx/searxng.msg
@ -188,12 +188,12 @@ msgstr ""
#. WEATHER_TERMS['CLOUD COVER'] #. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Cloud cover" msgid "Cloud cover"
msgstr "" msgstr "Molntäcke"
#. WEATHER_TERMS['CONDITION'] #. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg #: searx/searxng.msg
msgid "Condition" msgid "Condition"
msgstr "" msgstr "Skick"
#. WEATHER_TERMS['CURRENT CONDITION'] #. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg #: searx/searxng.msg
@ -497,6 +497,10 @@ msgstr "Bokbetyg"
msgid "File quality" msgid "File quality"
msgstr "Filkvalitet" msgstr "Filkvalitet"
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Konverterar strängar till olika hashvärden." msgstr "Konverterar strängar till olika hashvärden."
@ -578,7 +582,7 @@ msgstr "Bevakningswebbadress borttagare"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Ta bort tracker-argument från den återgivna webbadressen" msgstr "Ta bort tracker-argument från den återgivna webbadressen"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -759,27 +763,27 @@ msgstr "Kakor"
msgid "Answers" msgid "Answers"
msgstr "Svar" msgstr "Svar"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Antal resultat" msgstr "Antal resultat"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Informera" msgstr "Informera"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Försök söka efter:" msgstr "Försök söka efter:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Tillbaka till början" msgstr "Tillbaka till början"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Föregående sida" msgstr "Föregående sida"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Nästa sida" msgstr "Nästa sida"
@ -1921,4 +1925,3 @@ msgstr "göm video"
#~ "vi hittade inte några resultat. Använd" #~ "vi hittade inte några resultat. Använd"
#~ " en annan förfråga eller sök i " #~ " en annan förfråga eller sök i "
#~ "flera kategorier." #~ "flera kategorier."

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n" "POT-Creation-Date: 2024-05-09 15:27+0000\n"
"PO-Revision-Date: 2023-09-12 14:53+0000\n" "PO-Revision-Date: 2023-09-12 14:53+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n" "Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"Language: szl\n" "Language: szl\n"
@ -482,6 +482,10 @@ msgstr ""
msgid "File quality" msgid "File quality"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:12
msgid "Calculate mathematical expressions via the search bar"
msgstr ""
#: searx/plugins/hash_plugin.py:10 #: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests." msgid "Converts strings to different hash digests."
msgstr "Kōnwertuje frazy na rozmajte skrōty hash." msgstr "Kōnwertuje frazy na rozmajte skrōty hash."
@ -561,7 +565,7 @@ msgstr "Wymazowanie trackrōw z URL-ōw"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Wymaż argumynta trackrōw ze swrōcōnyj adresy URL" msgstr "Wymaż argumynta trackrōw ze swrōcōnyj adresy URL"
#: searx/plugins/unit_converter.py:10 #: searx/plugins/unit_converter.py:29
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
@ -740,27 +744,27 @@ msgstr "Cookies"
msgid "Answers" msgid "Answers"
msgstr "Ôdpowiedzi" msgstr "Ôdpowiedzi"
#: searx/templates/simple/results.html:38 #: searx/templates/simple/results.html:42
msgid "Number of results" msgid "Number of results"
msgstr "Liczba wynikōw" msgstr "Liczba wynikōw"
#: searx/templates/simple/results.html:44 #: searx/templates/simple/results.html:48
msgid "Info" msgid "Info"
msgstr "Info" msgstr "Info"
#: searx/templates/simple/results.html:73 #: searx/templates/simple/results.html:77
msgid "Try searching for:" msgid "Try searching for:"
msgstr "Sprōbuj wyszukać:" msgstr "Sprōbuj wyszukać:"
#: searx/templates/simple/results.html:105 #: searx/templates/simple/results.html:109
msgid "Back to top" msgid "Back to top"
msgstr "Nazod do wiyrchu" msgstr "Nazod do wiyrchu"
#: searx/templates/simple/results.html:123 #: searx/templates/simple/results.html:127
msgid "Previous page" msgid "Previous page"
msgstr "Piyrwyjszo strōna" msgstr "Piyrwyjszo strōna"
#: searx/templates/simple/results.html:141 #: searx/templates/simple/results.html:145
msgid "Next page" msgid "Next page"
msgstr "Dalszo strōna" msgstr "Dalszo strōna"

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save